Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,11 @@ configs:
|
|
34 |
path: data/train-*
|
35 |
- split: validation
|
36 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
|
@@ -106,4 +111,4 @@ src: [datasets/jsquad-v1.1](https://github.com/yahoojapan/JGLUE/tree/main/datase
|
|
106 |
- `answers`(`dict{answer_start(int), text(str)}`): a set of answers
|
107 |
- start position (character index)
|
108 |
- answer text
|
109 |
-
- `is_impossible`(`bool`): all the values are false
|
|
|
34 |
path: data/train-*
|
35 |
- split: validation
|
36 |
path: data/validation-*
|
37 |
+
license: cc-by-sa-4.0
|
38 |
+
task_categories:
|
39 |
+
- question-answering
|
40 |
+
language:
|
41 |
+
- ja
|
42 |
---
|
43 |
|
44 |
|
|
|
111 |
- `answers`(`dict{answer_start(int), text(str)}`): a set of answers
|
112 |
- start position (character index)
|
113 |
- answer text
|
114 |
+
- `is_impossible`(`bool`): all the values are false
|