File size: 3,187 Bytes
f3173e4 |
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 |
{
"_name_or_path": "AutoNLP",
"_num_labels": 46,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"directionality": "bidi",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"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\u00eda",
"9": "cuarteta",
"10": "cuarteto",
"11": "cuarteto_lira",
"12": "d\u00e9cima_antigua",
"13": "endecha_real",
"14": "espinela",
"15": "estrofa_francisco_de_la_torre",
"16": "estrofa_manrique\u00f1a",
"17": "estrofa_s\u00e1fica",
"18": "haiku",
"19": "lira",
"20": "novena",
"21": "octava",
"22": "octava_real",
"23": "octavilla",
"24": "ovillejo",
"25": "quinteto",
"26": "quintilla",
"27": "redondilla",
"28": "romance",
"29": "romance_arte_mayor",
"30": "seguidilla",
"31": "seguidilla_compuesta",
"32": "seguidilla_gitana",
"33": "septeto",
"34": "septilla",
"35": "serventesio",
"36": "sexta_rima",
"37": "sexteto",
"38": "sexteto_lira",
"39": "sextilla",
"40": "silva_arromanzada",
"41": "sole\u00e1",
"42": "tercetillo",
"43": "terceto",
"44": "terceto_monorrimo",
"45": "unknown"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"cantar": 0,
"chamberga": 1,
"copla_arte_mayor": 2,
"copla_arte_menor": 3,
"copla_castellana": 4,
"copla_mixta": 5,
"copla_real": 6,
"couplet": 7,
"cuaderna_v\u00eda": 8,
"cuarteta": 9,
"cuarteto": 10,
"cuarteto_lira": 11,
"d\u00e9cima_antigua": 12,
"endecha_real": 13,
"espinela": 14,
"estrofa_francisco_de_la_torre": 15,
"estrofa_manrique\u00f1a": 16,
"estrofa_s\u00e1fica": 17,
"haiku": 18,
"lira": 19,
"novena": 20,
"octava": 21,
"octava_real": 22,
"octavilla": 23,
"ovillejo": 24,
"quinteto": 25,
"quintilla": 26,
"redondilla": 27,
"romance": 28,
"romance_arte_mayor": 29,
"seguidilla": 30,
"seguidilla_compuesta": 31,
"seguidilla_gitana": 32,
"septeto": 33,
"septilla": 34,
"serventesio": 35,
"sexta_rima": 36,
"sexteto": 37,
"sexteto_lira": 38,
"sextilla": 39,
"silva_arromanzada": 40,
"sole\u00e1": 41,
"tercetillo": 42,
"terceto": 43,
"terceto_monorrimo": 44,
"unknown": 45
},
"layer_norm_eps": 1e-12,
"max_length": 192,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"padding": "max_length",
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"transformers_version": "4.8.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 119547
}
|