fondantai commited on
Commit
10de2a1
·
1 Parent(s): f1a9f20

Remove dataset size from sample code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@
50
  ```python
51
  from datasets import load_dataset
52
 
53
- # full dataset (3TB of data)
54
  ds = load_dataset("fondantai/cc-25m")
55
 
56
  # dataset streaming (will only download the data as needed)
 
50
  ```python
51
  from datasets import load_dataset
52
 
53
+ # full dataset
54
  ds = load_dataset("fondantai/cc-25m")
55
 
56
  # dataset streaming (will only download the data as needed)