File size: 1,185 Bytes
be047e7
630c30f
a3bdc9d
630c30f
a3bdc9d
be047e7
db1c323
c82f2ba
630c30f
a3bdc9d
630c30f
a3bdc9d
630c30f
 
 
db1c323
a3bdc9d
 
 
 
c82f2ba
a3bdc9d
ef46e65
a3bdc9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c3092d
a3bdc9d
0c3092d
a3bdc9d
ef46e65
a3bdc9d
 
c82f2ba
a3bdc9d
c82f2ba
a3bdc9d
 
ef46e65
a3bdc9d
 
 
 
 
 
 
 
 
 
 
 
 
 
db1c323
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
annotations_creators:
- crowdsourced
language_creators:
- crowdsourced
language:
- zh
license: apache-2.0
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- question-answering
task_ids:
- open-domain-qa
- extractive-qa
paperswithcode_id: squad
pretty_name: Liu
dataset_info:
  config_name: default
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  splits:
  - name: train
    num_examples: 877
  - name: validation
    num_examples: 149
configs:
- config_name: default
  data_files:
  - split: train
    path: train*
  - split: validation
    path: validation*
  default: true
train-eval-index:
- config: default
  task: question-answering
  task_id: extractive_question_answering
  splits:
    train_split: train
    eval_split: validation
  col_mapping:
    question: question
    context: context
    answers:
      text: text
      answer_start: answer_start
  metrics:
  - type: squad_v2
    name: SQuAD v2
---