Add proper YAML metadata with official HuggingFace categories
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Japanese Character Difficulty Dataset
|
| 2 |
|
| 3 |
A comprehensive dataset of 3,003 Japanese kanji characters with their educational difficulty grades, sourced from official Japanese educational standards and kanjiapi.dev.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
+
tags:
|
| 5 |
+
- japanese
|
| 6 |
+
- kanji
|
| 7 |
+
- educational-grades
|
| 8 |
+
- jlpt
|
| 9 |
+
- joyo
|
| 10 |
+
- character-classification
|
| 11 |
+
task_categories:
|
| 12 |
+
- text-classification
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1K<n<10K
|
| 15 |
+
license: mit
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: "japanese_character_difficulty.csv"
|
| 21 |
+
dataset_info:
|
| 22 |
+
features:
|
| 23 |
+
- name: character
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: grade
|
| 26 |
+
dtype: int64
|
| 27 |
+
splits:
|
| 28 |
+
- name: train
|
| 29 |
+
num_examples: 3003
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
# Japanese Character Difficulty Dataset
|
| 33 |
|
| 34 |
A comprehensive dataset of 3,003 Japanese kanji characters with their educational difficulty grades, sourced from official Japanese educational standards and kanjiapi.dev.
|