MosRat commited on
Commit
7873b55
·
verified ·
1 Parent(s): a94cf7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,6 +70,6 @@ The dataset can be loaded using the Hugging Face `datasets` library:
70
  ```python
71
  from datasets import load_dataset
72
 
73
- ds = load_dataset("YOUR_HF_USERNAME/ucas-ir-2025-webq-sampled")
74
 
75
  print(ds['train'])
 
70
  ```python
71
  from datasets import load_dataset
72
 
73
+ ds = load_dataset("MosRat/ucas-ir-2025-webq-sampled")
74
 
75
  print(ds['train'])