PooryaPiroozfar's picture
Upload folder using huggingface_hub
0ec5112 verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "Interloculator_2",
"2": "Interloculators",
"3": "Interlocutor_1",
"4": "Interlocutor_2",
"5": "Interlocutors",
"6": "Interlocutors_2",
"7": "Manner",
"8": "Place",
"9": "Time",
"10": "Topic"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Interloculator_2": 1,
"Interloculators": 2,
"Interlocutor_1": 3,
"Interlocutor_2": 4,
"Interlocutors": 5,
"Interlocutors_2": 6,
"Manner": 7,
"O": 0,
"Place": 8,
"Time": 9,
"Topic": 10
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"transformers_version": "4.57.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 100000
}