vvsotnikov commited on
Commit
c75cb48
·
verified ·
1 Parent(s): eb5e5c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  license: mit
3
- task_categories:
4
- - question-answering
5
  language:
6
  - en
7
  tags:
@@ -11,6 +9,26 @@ tags:
11
  - astrophysics
12
  metrics:
13
  - multiple_choice_grade
14
- task_ids: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
  A set of NER-related questions about multimessenger astronomy.
 
1
  ---
2
  license: mit
 
 
3
  language:
4
  - en
5
  tags:
 
9
  - astrophysics
10
  metrics:
11
  - multiple_choice_grade
12
+ task_categories:
13
+ - question-answering
14
+ task_ids:
15
+ - open-domain-qa
16
+ - multiple-choice-qa
17
+ dataset_info:
18
+ features:
19
+ - name: id
20
+ dtype: string
21
+ - name: question
22
+ dtype: string
23
+ - name: choices
24
+ sequence:
25
+ - name: text
26
+ dtype: string
27
+ - name: label
28
+ dtype: string
29
+ - name: answerKey
30
+ dtype: string
31
+ size_categories:
32
+ - n<1K
33
  ---
34
  A set of NER-related questions about multimessenger astronomy.