Update README.md
Browse files
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("
|
| 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'])
|