Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Size:
10K - 100K
License:
File size: 795 Bytes
4ed3fa6 | 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 | {
"name": "MultilingualPoetryMeterClassification",
"pretty_name": "Multilingual Poetry Meter Classification",
"poetrymteb_repo": "PoetryMTEB/MultilingualPoetryMeterClassification",
"version": "1.0.0",
"task": "multi-class-classification",
"language": [
"en",
"de",
"es",
"cs"
],
"n_classes": 7,
"n_examples": 30578,
"splits": {
"train": 24464,
"test": 6114
},
"has_validation": false,
"unit": "poem",
"label_field": "label",
"text_field": "poem",
"source": {
"github": "https://github.com/riazhsks/multilingual-annotated-poems"
},
"license": "cc-by-sa-4.0",
"metrics": [
"accuracy",
"macro_f1",
"weighted_f1"
],
"note": "Multilingual metrical foot classification (EN/DE/ES/CS)"
}
|