wolf4032's picture
Upload BertForTokenClassification
1b3cea9 verified
{
"_name_or_path": "/content/drive/MyDrive/local_cuisine_search_app/data/processed_data/05_finetuned_model/checkpoint/checkpoint-164",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-AREA",
"2": "I-AREA",
"3": "B-TYPE",
"4": "I-TYPE",
"5": "B-SZN",
"6": "I-SZN",
"7": "B-INGR",
"8": "I-INGR"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-AREA": 1,
"B-INGR": 7,
"B-SZN": 5,
"B-TYPE": 3,
"I-AREA": 2,
"I-INGR": 8,
"I-SZN": 6,
"I-TYPE": 4,
"O": 0
},
"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",
"tokenizer_class": "BertJapaneseTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.40.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32768
}