Update slug references; mark superseded datasets as deprecated
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ There is no verified production-captured subset; treat the whole dataset as synt
|
|
| 57 |
```python
|
| 58 |
from datasets import load_dataset
|
| 59 |
|
| 60 |
-
ds = load_dataset("robworks-software/database-query-logs-
|
| 61 |
```
|
| 62 |
|
| 63 |
## Splits
|
|
@@ -106,6 +106,6 @@ ds = load_dataset("robworks-software/database-query-logs-comprehensive")
|
|
| 106 |
year = {2025},
|
| 107 |
publisher = {Hugging Face},
|
| 108 |
note = {Programmatically generated queries; timing metadata is fabricated},
|
| 109 |
-
url = {https://huggingface.co/datasets/robworks-software/database-query-logs-
|
| 110 |
}
|
| 111 |
```
|
|
|
|
| 57 |
```python
|
| 58 |
from datasets import load_dataset
|
| 59 |
|
| 60 |
+
ds = load_dataset("robworks-software/database-query-logs-synthetic")
|
| 61 |
```
|
| 62 |
|
| 63 |
## Splits
|
|
|
|
| 106 |
year = {2025},
|
| 107 |
publisher = {Hugging Face},
|
| 108 |
note = {Programmatically generated queries; timing metadata is fabricated},
|
| 109 |
+
url = {https://huggingface.co/datasets/robworks-software/database-query-logs-synthetic}
|
| 110 |
}
|
| 111 |
```
|