Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
d05bd4d
1 Parent(s): d8cab99

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (83793bf03ffc6d9b5ca68c0318af8ca7bcc39b78)

Files changed (1) hide show
  1. README.md +5 -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
  - other
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Eraser MultiRC (Multi-Sentence Reading Comprehension)
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets:
@@ -18,7 +17,7 @@ task_categories:
18
  - multiple-choice
19
  task_ids:
20
  - multiple-choice-qa
21
- paperswithcode_id: null
22
  dataset_info:
23
  features:
24
  - name: passage
@@ -29,8 +28,8 @@ dataset_info:
29
  dtype:
30
  class_label:
31
  names:
32
- 0: 'False'
33
- 1: 'True'
34
  - name: evidences
35
  sequence: string
36
  splits:
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
17
  - multiple-choice
18
  task_ids:
19
  - multiple-choice-qa
20
+ pretty_name: Eraser MultiRC (Multi-Sentence Reading Comprehension)
21
  dataset_info:
22
  features:
23
  - name: passage
28
  dtype:
29
  class_label:
30
  names:
31
+ '0': 'False'
32
+ '1': 'True'
33
  - name: evidences
34
  sequence: string
35
  splits: