Dersty's picture
rubert tiny2 MLM + FT _ 0.913
fa9f0ee verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"emb_size": 312,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 312,
"id2label": {
"0": "O",
"1": "B-BRAND",
"2": "B-PERCENT",
"3": "B-TYPE",
"4": "B-VOLUME",
"5": "I-BRAND",
"6": "I-PERCENT",
"7": "I-TYPE",
"8": "I-VOLUME"
},
"initializer_range": 0.02,
"intermediate_size": 600,
"label2id": {
"B-BRAND": 1,
"B-PERCENT": 2,
"B-TYPE": 3,
"B-VOLUME": 4,
"I-BRAND": 5,
"I-PERCENT": 6,
"I-TYPE": 7,
"I-VOLUME": 8,
"O": 0
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 2048,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 3,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.52.4",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 83828
}