Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,16 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
21 |
---
|
22 |
|
23 |
|
24 |
wikipediaのデータ400000を対象に、文章中の動詞と名詞をカウント
|
25 |
|
26 |
https://huggingface.co/datasets/izumi-lab/wikipedia-ja-20230720
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
language:
|
22 |
+
- ja
|
23 |
---
|
24 |
|
25 |
|
26 |
wikipediaのデータ400000を対象に、文章中の動詞と名詞をカウント
|
27 |
|
28 |
https://huggingface.co/datasets/izumi-lab/wikipedia-ja-20230720
|
29 |
+
|
30 |
+
|
31 |
+
全体: 221115
|
32 |
+
名詞: 204661
|
33 |
+
動詞: 16454
|