Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: apple
|
4 |
-
license_link: LICENSE
|
5 |
-
dataset_info:
|
6 |
-
features:
|
7 |
-
- name: id
|
8 |
-
dtype: string
|
9 |
-
- name: question
|
10 |
-
dtype: string
|
11 |
-
- name: original_context
|
12 |
-
dtype: string
|
13 |
-
- name: original_answers
|
14 |
-
sequence: string
|
15 |
-
- name: substituted_context
|
16 |
-
dtype: string
|
17 |
-
- name: substituted_answers
|
18 |
-
sequence: string
|
19 |
-
- name: substitution_type
|
20 |
-
dtype: string
|
21 |
-
splits:
|
22 |
-
- name: train
|
23 |
-
num_bytes: 8106521
|
24 |
-
num_examples: 5510
|
25 |
-
- name: dev
|
26 |
-
num_bytes: 8106521
|
27 |
-
num_examples: 5510
|
28 |
-
download_size: 3718124
|
29 |
-
dataset_size: 16213042
|
30 |
-
configs:
|
31 |
-
- config_name: default
|
32 |
-
data_files:
|
33 |
-
- split:
|
34 |
-
path: data/
|
35 |
-
|
36 |
-
path: data/dev-*
|
37 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: apple
|
4 |
+
license_link: LICENSE
|
5 |
+
dataset_info:
|
6 |
+
features:
|
7 |
+
- name: id
|
8 |
+
dtype: string
|
9 |
+
- name: question
|
10 |
+
dtype: string
|
11 |
+
- name: original_context
|
12 |
+
dtype: string
|
13 |
+
- name: original_answers
|
14 |
+
sequence: string
|
15 |
+
- name: substituted_context
|
16 |
+
dtype: string
|
17 |
+
- name: substituted_answers
|
18 |
+
sequence: string
|
19 |
+
- name: substitution_type
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 8106521
|
24 |
+
num_examples: 5510
|
25 |
+
- name: dev
|
26 |
+
num_bytes: 8106521
|
27 |
+
num_examples: 5510
|
28 |
+
download_size: 3718124
|
29 |
+
dataset_size: 16213042
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: dev
|
34 |
+
path: data/dev-*
|
35 |
+
---
|
|
|
|