marco-stranisci commited on
Commit
e5b07ba
·
verified ·
1 Parent(s): c46e166

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
+ dataset_info:
4
+ features:
5
+ - name: text_id
6
+ dtype: int64
7
+ - name: text
8
+ dtype: string
9
+ - name: label
10
+ dtype: string
11
+ - name: spans
12
+ sequence: string
13
+ - name: span_labels
14
+ sequence: string
15
+ - name: rationales
16
+ sequence: string
17
+ - name: annotator
18
+ dtype: int64
19
+ splits:
20
+ - name: train
21
+ num_bytes: 758480
22
+ num_examples: 438
23
+ download_size: 287537
24
+ dataset_size: 758480
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
  ---