update readme
Browse filesSigned-off-by: Sami Jaghouar <sami.jaghouar@gmail.com>
README.md
CHANGED
|
@@ -25,3 +25,11 @@ configs:
|
|
| 25 |
|
| 26 |
this dataset is a very small subset of https://huggingface.co/datasets/allenai/c4 that can be use for testing
|
| 27 |
without having to download the full c4 dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
this dataset is a very small subset of https://huggingface.co/datasets/allenai/c4 that can be use for testing
|
| 27 |
without having to download the full c4 dataset.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
to use
|
| 31 |
+
|
| 32 |
+
```python
|
| 33 |
+
from dataset import load_dataset
|
| 34 |
+
dataset = load_dataset("PrimeIntellect/c4-tiny", "en", ignore_verifications=True)
|
| 35 |
+
```
|