oliverkinch commited on
Commit
84bf7a5
·
verified ·
1 Parent(s): 88fdc67

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -37
README.md CHANGED
@@ -6,45 +6,15 @@ task_categories:
6
  - question-answering
7
  task_ids:
8
  - extractive-qa
9
- dataset_info:
10
  - config_name: da
11
- features:
12
- - name: id
13
- dtype: string
14
- - name: title
15
- dtype: string
16
- - name: context
17
- dtype: string
18
- - name: question
19
- dtype: string
20
- - name: answers
21
- struct:
22
- - name: text
23
- sequence: string
24
- - name: answer_start
25
- sequence: int32
26
- splits:
27
- - name: train
28
- num_examples: 4767
29
  - config_name: da-short
30
- features:
31
- - name: id
32
- dtype: string
33
- - name: title
34
- dtype: string
35
- - name: context
36
- dtype: string
37
- - name: question
38
- dtype: string
39
- - name: answers
40
- struct:
41
- - name: text
42
- sequence: string
43
- - name: answer_start
44
- sequence: int32
45
- splits:
46
- - name: train
47
- num_examples: 3527
48
  source_datasets:
49
  - alexandrainst/multi-wiki-qa
50
  tags:
 
6
  - question-answering
7
  task_ids:
8
  - extractive-qa
9
+ configs:
10
  - config_name: da
11
+ data_files:
12
+ - split: train
13
+ path: da/train-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - config_name: da-short
15
+ data_files:
16
+ - split: train
17
+ path: da-short/train-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  source_datasets:
19
  - alexandrainst/multi-wiki-qa
20
  tags: