File size: 720 Bytes
637ff3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "CzechVerseFormClassification",
  "pretty_name": "Czech Verse Form Classification",
  "poetrymteb_repo": "PoetryMTEB/CzechVerseFormClassification",
  "version": "1.0.0",
  "task": "multi-class-classification",
  "language": [
    "cs"
  ],
  "n_classes": 19,
  "n_examples": 8772,
  "splits": {
    "train": 7018,
    "test": 1754
  },
  "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": "Czech CCV gold poetic form classification"
}