entity-hybrid-ff / config.json
Youmnaaaa's picture
Upload config.json with huggingface_hub
6082eca verified
{
"add_cross_attention": false,
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-CUISINE_OR_ITEM",
"1": "B-FURNISHING",
"2": "B-HOUSING_TYPE",
"3": "B-LOCATION",
"4": "B-PLACE_NAME",
"5": "B-PLACE_TYPE",
"6": "B-PRICE_RANGE",
"7": "B-ROOM_COUNT",
"8": "B-STATUS",
"9": "B-TIME",
"10": "I-CUISINE_OR_ITEM",
"11": "I-FURNISHING",
"12": "I-HOUSING_TYPE",
"13": "I-LOCATION",
"14": "I-PLACE_NAME",
"15": "I-PLACE_TYPE",
"16": "I-PRICE_RANGE",
"17": "I-ROOM_COUNT",
"18": "I-STATUS",
"19": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"B-CUISINE_OR_ITEM": 0,
"B-FURNISHING": 1,
"B-HOUSING_TYPE": 2,
"B-LOCATION": 3,
"B-PLACE_NAME": 4,
"B-PLACE_TYPE": 5,
"B-PRICE_RANGE": 6,
"B-ROOM_COUNT": 7,
"B-STATUS": 8,
"B-TIME": 9,
"I-CUISINE_OR_ITEM": 10,
"I-FURNISHING": 11,
"I-HOUSING_TYPE": 12,
"I-LOCATION": 13,
"I-PLACE_NAME": 14,
"I-PLACE_TYPE": 15,
"I-PRICE_RANGE": 16,
"I-ROOM_COUNT": 17,
"I-STATUS": 18,
"O": 19
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 30000
}