File size: 3,305 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
  "description": "Meter codebook for MultilingualPoetryMeterClassification",
  "source": "https://github.com/riazhsks/multilingual-annotated-poems",
  "min_count": 10,
  "filtering": {
    "n_raw": 146464,
    "n_after_filters_before_cap": 137047,
    "n_after_lang_cap": 30585,
    "n_kept": 30578,
    "n_no_text": 0,
    "n_bad_meter": 7204,
    "n_length_filtered": 2213,
    "n_rare_label_rows": 7,
    "min_count": 10,
    "max_chars": 8000,
    "min_chars": 40,
    "max_per_lang": 10000,
    "dropped_labels": [
      [
        "sapphicusminor",
        2
      ],
      [
        "prosodiakos",
        2
      ],
      [
        "pherekrateus",
        1
      ],
      [
        "elegiambus",
        1
      ],
      [
        "glykoneus",
        1
      ]
    ],
    "pre_cap_meter_counts": {
      "iambic": 83669,
      "trochaic": 33906,
      "polymetric": 14346,
      "dactylic": 3613,
      "amphibrachic": 932,
      "anapestic": 454,
      "hexameter": 92,
      "prosodiakos": 14,
      "sapphicusminor": 10,
      "glykoneus": 5,
      "pherekrateus": 5,
      "elegiambus": 1
    },
    "languages": [
      "en",
      "de",
      "es",
      "cs"
    ]
  },
  "split": {
    "method": "stratified-by-language-x-meter",
    "train_ratio": 0.8,
    "seed": 42,
    "sizes": {
      "train": 24464,
      "test": 6114
    }
  },
  "labels": {
    "names": [
      "iambic",
      "trochaic",
      "polymetric",
      "dactylic",
      "anapestic",
      "amphibrachic",
      "hexameter"
    ],
    "name2id": {
      "iambic": 0,
      "trochaic": 1,
      "polymetric": 2,
      "dactylic": 3,
      "anapestic": 4,
      "amphibrachic": 5,
      "hexameter": 6
    },
    "counts": {
      "iambic": 18481,
      "trochaic": 5469,
      "polymetric": 5407,
      "dactylic": 641,
      "anapestic": 396,
      "amphibrachic": 170,
      "hexameter": 14
    },
    "n_classes": 7,
    "lang_counts": {
      "de": 9993,
      "es": 9251,
      "cs": 10000,
      "en": 1334
    },
    "gloss": {
      "iambic": "Iambic (抑扬格)",
      "trochaic": "Trochaic (扬抑格)",
      "polymetric": "Polymetric / mixed (多格律)",
      "dactylic": "Dactylic (扬抑抑格)",
      "anapestic": "Anapestic (抑抑扬格)",
      "amphibrachic": "Amphibrachic (抑扬抑格)",
      "hexameter": "Hexameter (六音步)"
    },
    "split_counts": {
      "train": {
        "polymetric": 4326,
        "iambic": 14785,
        "trochaic": 4375,
        "anapestic": 317,
        "dactylic": 514,
        "amphibrachic": 136,
        "hexameter": 11
      },
      "test": {
        "iambic": 3696,
        "trochaic": 1094,
        "polymetric": 1081,
        "anapestic": 79,
        "dactylic": 127,
        "amphibrachic": 34,
        "hexameter": 3
      }
    },
    "language_split_counts": {
      "train": {
        "es": 7402,
        "cs": 8000,
        "de": 7995,
        "en": 1067
      },
      "test": {
        "es": 1849,
        "de": 1998,
        "cs": 2000,
        "en": 267
      },
      "all": {
        "de": 9993,
        "es": 9251,
        "cs": 10000,
        "en": 1334
      }
    }
  }
}