giguru commited on
Commit
5ba5cd1
1 Parent(s): a61ea77

Update README.md

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