albertvillanova HF staff commited on
Commit
d7f811f
1 Parent(s): 504998b

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (6d9a7b1b1899d9c1a0fbf7416f9be46e37c0daf0)

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - crowdsourced
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Abductive Reasoning in narrative Text
13
  size_categories:
14
  - 100K<n<1M
15
  source_datasets:
@@ -20,6 +19,7 @@ task_categories:
20
  task_ids:
21
  - natural-language-inference
22
  paperswithcode_id: art-dataset
 
23
  tags:
24
  - abductive-natural-language-inference
25
  dataset_info:
@@ -36,9 +36,9 @@ dataset_info:
36
  dtype:
37
  class_label:
38
  names:
39
- 0: '0'
40
- 1: '1'
41
- 2: '2'
42
  config_name: anli
43
  splits:
44
  - name: validation
 
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 100K<n<1M
14
  source_datasets:
 
19
  task_ids:
20
  - natural-language-inference
21
  paperswithcode_id: art-dataset
22
+ pretty_name: Abductive Reasoning in narrative Text
23
  tags:
24
  - abductive-natural-language-inference
25
  dataset_info:
 
36
  dtype:
37
  class_label:
38
  names:
39
+ '0': '0'
40
+ '1': '1'
41
+ '2': '2'
42
  config_name: anli
43
  splits:
44
  - name: validation