Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ text: str
|
|
| 39 |
```
|
| 40 |
|
| 41 |
#### Sample
|
| 42 |
-
Instead of using the entire data set, you can also download a sample set:
|
| 43 |
```python
|
| 44 |
collection = load_dataset('trec-cast-2019-multi-turn', 'test_collection_sample')
|
| 45 |
```
|
|
|
|
| 39 |
```
|
| 40 |
|
| 41 |
#### Sample
|
| 42 |
+
Instead of using the entire data set, you can also download a sample set containing only 200,000 items:
|
| 43 |
```python
|
| 44 |
collection = load_dataset('trec-cast-2019-multi-turn', 'test_collection_sample')
|
| 45 |
```
|