sileod commited on
Commit
539095c
·
verified ·
1 Parent(s): 9d1b8cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,5 +1,40 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  ```
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: validation
7
+ path: data/validation-*
8
+ - split: train
9
+ path: data/train-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: A
15
+ dtype: string
16
+ - name: B
17
+ dtype: string
18
+ - name: E
19
+ dtype: int64
20
+ - name: H1
21
+ dtype: int64
22
+ - name: H2
23
+ dtype: int64
24
+ - name: H3
25
+ dtype: int64
26
+ splits:
27
+ - name: validation
28
+ num_bytes: 468010
29
+ num_examples: 5000
30
+ - name: train
31
+ num_bytes: 8204945
32
+ num_examples: 99876
33
+ - name: test
34
+ num_bytes: 470089
35
+ num_examples: 5000
36
+ download_size: 2469376
37
+ dataset_size: 9143044
38
  ---
39
 
40
  ```