File size: 743 Bytes
edc202e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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"
}