File size: 2,050 Bytes
410f4b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: title
    dtype: string
  - name: author
    dtype: string
  - name: year
    dtype: string
  - name: stanza
    dtype: string
  - name: rhyme_type
    dtype: string
  - name: metric_rhyme
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': cantar
          '1': chamberga
          '2': copla_arte_mayor
          '3': copla_arte_menor
          '4': copla_castellana
          '5': copla_mixta
          '6': copla_real
          '7': couplet
          '8': cuaderna_vía
          '9': cuarteta
          '10': cuarteto
          '11': cuarteto_lira
          '12': décima_antigua
          '13': endecha_real
          '14': espinela
          '15': estrofa
          '16': estrofa_francisco_de_la_torre
          '17': estrofa_manriqueña
          '18': estrofa_sáfica
          '19': haiku
          '20': lira
          '21': novena
          '22': octava
          '23': octava_real
          '24': octavilla
          '25': ovillejo
          '26': quinteto
          '27': quintilla
          '28': redondilla
          '29': romance
          '30': romance_arte_mayor
          '31': seguidilla
          '32': seguidilla_compuesta
          '33': seguidilla_gitana
          '34': septeto
          '35': septilla
          '36': serventesio
          '37': sexta_rima
          '38': sexteto
          '39': sexteto_lira
          '40': sextilla
          '41': silva_arromanzada
          '42': soleá
          '43': tercetillo
          '44': terceto
          '45': terceto_monorrimo
  splits:
  - name: train
    num_bytes: 1631014.4
    num_examples: 4120
  - name: test
    num_bytes: 203876.8
    num_examples: 515
  - name: validation
    num_bytes: 203876.8
    num_examples: 515
  download_size: 1194393
  dataset_size: 2038768.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---