NLI_task_2 / config.json
szfrnkarolina's picture
Upload BertForTokenClassification
9bf1397
raw
history blame contribute delete
No virus
2.49 kB
{
"_name_or_path": "results",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"finetuning_task": "ner",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "B-hotel-area",
"1": "B-hotel-bookday",
"2": "B-hotel-bookpeople",
"3": "B-hotel-bookstay",
"4": "B-hotel-name",
"5": "B-hotel-pricerange",
"6": "B-hotel-stars",
"7": "B-hotel-type",
"8": "B-restaurant-area",
"9": "B-restaurant-bookday",
"10": "B-restaurant-bookpeople",
"11": "B-restaurant-booktime",
"12": "B-restaurant-food",
"13": "B-restaurant-name",
"14": "B-restaurant-pricerange",
"15": "I-hotel-area",
"16": "I-hotel-bookday",
"17": "I-hotel-bookpeople",
"18": "I-hotel-bookstay",
"19": "I-hotel-name",
"20": "I-hotel-pricerange",
"21": "I-hotel-type",
"22": "I-restaurant-area",
"23": "I-restaurant-bookday",
"24": "I-restaurant-bookpeople",
"25": "I-restaurant-booktime",
"26": "I-restaurant-food",
"27": "I-restaurant-name",
"28": "I-restaurant-pricerange",
"29": "O"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"B-hotel-area": 0,
"B-hotel-bookday": 1,
"B-hotel-bookpeople": 2,
"B-hotel-bookstay": 3,
"B-hotel-name": 4,
"B-hotel-pricerange": 5,
"B-hotel-stars": 6,
"B-hotel-type": 7,
"B-restaurant-area": 8,
"B-restaurant-bookday": 9,
"B-restaurant-bookpeople": 10,
"B-restaurant-booktime": 11,
"B-restaurant-food": 12,
"B-restaurant-name": 13,
"B-restaurant-pricerange": 14,
"I-hotel-area": 15,
"I-hotel-bookday": 16,
"I-hotel-bookpeople": 17,
"I-hotel-bookstay": 18,
"I-hotel-name": 19,
"I-hotel-pricerange": 20,
"I-hotel-type": 21,
"I-restaurant-area": 22,
"I-restaurant-bookday": 23,
"I-restaurant-bookpeople": 24,
"I-restaurant-booktime": 25,
"I-restaurant-food": 26,
"I-restaurant-name": 27,
"I-restaurant-pricerange": 28,
"O": 29
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}