Nicolas-BZRD commited on
Commit
aeb9b6e
1 Parent(s): 31600e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: odc-by
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: odc-by
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: id
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1007264001
17
+ num_examples: 72703
18
+ download_size: 465225775
19
+ dataset_size: 1007264001
20
  ---