samsja commited on
Commit
fcc9566
·
1 Parent(s): c632513

update readme

Browse files

Signed-off-by: Sami Jaghouar <[email protected]>

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