KushT commited on
Commit
84cb918
·
1 Parent(s): 7ce859b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: text
15
+ dtype: string
16
+ - name: label
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 3419654
21
+ num_examples: 1512
22
+ - name: validation
23
+ num_bytes: 889916
24
+ num_examples: 379
25
+ - name: test
26
+ num_bytes: 753018
27
+ num_examples: 334
28
+ download_size: 3164128
29
+ dataset_size: 5062588
30
  ---