Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Japanese
Size:
< 1K
License:
| { | |
| "n_classes": 4, | |
| "labels": [ | |
| { | |
| "id": 0, | |
| "name": "春", | |
| "name_en": "Spring", | |
| "romanization": "haru" | |
| }, | |
| { | |
| "id": 1, | |
| "name": "夏", | |
| "name_en": "Summer", | |
| "romanization": "natsu" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "秋", | |
| "name_en": "Autumn", | |
| "romanization": "aki" | |
| }, | |
| { | |
| "id": 3, | |
| "name": "冬", | |
| "name_en": "Winter", | |
| "romanization": "fuyu" | |
| } | |
| ], | |
| "counts": { | |
| "train": { | |
| "夏": 30, | |
| "春": 28, | |
| "秋": 27, | |
| "冬": 28 | |
| }, | |
| "test": { | |
| "冬": 7, | |
| "春": 7, | |
| "秋": 7, | |
| "夏": 8 | |
| } | |
| } | |
| } |