MikeGreen2710's picture
Upload RobertaForTokenClassification
574584d verified
raw
history blame contribute delete
No virus
1.44 kB
{
"_name_or_path": "MikeGreen2710/mlm_listing_1.79",
"architectures": [
"RobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "OTHER",
"1": "B_CAR",
"2": "B_PUR",
"3": "I_PUR",
"4": "B_SHP",
"5": "I_SHP",
"6": "B_FWD",
"7": "I_FWD",
"8": "B_RWD",
"9": "I_RWD",
"10": "I_CAR",
"11": "B_LIV",
"12": "I_LIV",
"13": "B_FDR",
"14": "I_FDR",
"15": "B_ARA",
"16": "I_ARA",
"17": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B_ARA": 15,
"B_CAR": 1,
"B_FDR": 13,
"B_FWD": 6,
"B_LIV": 11,
"B_PUR": 2,
"B_RWD": 8,
"B_SHP": 4,
"I_ARA": 16,
"I_CAR": 10,
"I_FDR": 14,
"I_FWD": 7,
"I_LIV": 12,
"I_PUR": 3,
"I_RWD": 9,
"I_SHP": 5,
"O": 17,
"OTHER": 0
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 258,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"tokenizer_class": "PhobertTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.39.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 64001
}