{ | |
"_name_or_path": "mascIT/bert-tiny-ita", | |
"architectures": [ | |
"BertForSequenceClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"classifier_dropout": null, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 128, | |
"id2label": { | |
"0": "AGG", | |
"1": "VERBO_INTRANSITIVO", | |
"2": "VERBO_TRANSITIVO", | |
"3": "SOST_MASCHILE", | |
"4": "SOST_FEMMINILE", | |
"5": "AVVERBIO", | |
"6": "AGG_SOSTANTIVATO" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 512, | |
"label2id": { | |
"AGG": 0, | |
"AGG_SOSTANTIVATO": 6, | |
"AVVERBIO": 5, | |
"SOST_FEMMINILE": 4, | |
"SOST_MASCHILE": 3, | |
"VERBO_INTRANSITIVO": 1, | |
"VERBO_TRANSITIVO": 2 | |
}, | |
"layer_norm_eps": 1e-12, | |
"max_position_embeddings": 512, | |
"model_type": "bert", | |
"num_attention_heads": 2, | |
"num_hidden_layers": 2, | |
"pad_token_id": 0, | |
"position_embedding_type": "absolute", | |
"torch_dtype": "float32", | |
"transformers_version": "4.34.0", | |
"type_vocab_size": 2, | |
"use_cache": true, | |
"vocab_size": 20000 | |
} | |