1602353775wzj's picture
Add EnglishPoetryFormClassification v1.0.0 (15 forms, freq>=10; train/test; CC BY-SA 4.0)
edc202e verified
Raw
History Blame Contribute Delete
743 Bytes
{
"name": "EnglishPoetryFormClassification",
"pretty_name": "English Poetry Form Classification",
"poetrymteb_repo": "PoetryMTEB/EnglishPoetryFormClassification",
"version": "1.0.0",
"task": "multi-class-classification",
"language": [
"en"
],
"n_classes": 15,
"n_examples": 1351,
"splits": {
"train": 1080,
"test": 271
},
"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": "English poetic form classification from gold form labels"
}