lhoestq HF staff commited on
Commit
544eef8
1 Parent(s): 77f397d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -22,6 +22,33 @@ task_ids:
22
  paperswithcode_id: art-dataset
23
  tags:
24
  - abductive-natural-language-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for "art"
 
22
  paperswithcode_id: art-dataset
23
  tags:
24
  - abductive-natural-language-inference
25
+ dataset_info:
26
+ features:
27
+ - name: observation_1
28
+ dtype: string
29
+ - name: observation_2
30
+ dtype: string
31
+ - name: hypothesis_1
32
+ dtype: string
33
+ - name: hypothesis_2
34
+ dtype: string
35
+ - name: label
36
+ dtype:
37
+ class_label:
38
+ names:
39
+ 0: '0'
40
+ 1: '1'
41
+ 2: '2'
42
+ config_name: anli
43
+ splits:
44
+ - name: train
45
+ num_bytes: 34046304
46
+ num_examples: 169654
47
+ - name: validation
48
+ num_bytes: 312314
49
+ num_examples: 1532
50
+ download_size: 5118294
51
+ dataset_size: 34358618
52
  ---
53
 
54
  # Dataset Card for "art"