Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Japanese
Size:
< 1K
License:
File size: 691 Bytes
6a10fd0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"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
}
}
} |