Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: article_id
|
6 |
-
dtype: int64
|
7 |
-
- name: question
|
8 |
-
dtype: string
|
9 |
-
- name: answer
|
10 |
-
dtype: string
|
11 |
-
splits:
|
12 |
-
- name: train
|
13 |
-
num_bytes: 4914046
|
14 |
-
num_examples: 6545
|
15 |
-
download_size: 2642929
|
16 |
-
dataset_size: 4914046
|
17 |
-
configs:
|
18 |
-
- config_name: default
|
19 |
-
data_files:
|
20 |
-
- split: train
|
21 |
-
path: data/train-*
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: article_id
|
6 |
+
dtype: int64
|
7 |
+
- name: question
|
8 |
+
dtype: string
|
9 |
+
- name: answer
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 4914046
|
14 |
+
num_examples: 6545
|
15 |
+
download_size: 2642929
|
16 |
+
dataset_size: 4914046
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
+
task_categories:
|
23 |
+
- question-answering
|
24 |
+
language:
|
25 |
+
- ja
|
26 |
+
size_categories:
|
27 |
+
- 1K<n<10K
|
28 |
+
---
|
29 |
+
[Lurunchik/WikiHowNFQA](https://huggingface.co/datasets/Lurunchik/WikiHowNFQA)を日本語に翻訳し、人手でクリーニングしたデータセットです。
|