AlexWortega commited on
Commit
347138e
1 Parent(s): 1ad9581

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: 'Unnamed: 0'
11
+ dtype: int64
12
+ - name: file_name
13
+ dtype: string
14
+ - name: text
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1918299
19
+ num_examples: 4060
20
+ download_size: 833258
21
+ dataset_size: 1918299
22
  ---