knguyennguyen commited on
Commit
5a9f1a2
1 Parent(s): a038b3a

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: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: type
8
+ dtype: string
9
+ - name: __index_level_0__
10
+ dtype: int64
11
+ splits:
12
+ - name: train
13
+ num_bytes: 124410662
14
+ num_examples: 14742
15
+ download_size: 67555456
16
+ dataset_size: 124410662
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---