robworks-software commited on
Commit
f8e31b4
·
verified ·
1 Parent(s): ce8e44a

Update slug references; mark superseded datasets as deprecated

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-comprehensive")
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-comprehensive}
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
  ```