Datasets:
Remove dataset size from sample code
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@
|
|
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)
|
|
|
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)
|