{ | |
"_name_or_path": "bert-base-cased", | |
"architectures": [ | |
"BertForTokenClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"classifier_dropout": null, | |
"gradient_checkpointing": false, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 768, | |
"id2label": { | |
"0": "O", | |
"1": "B-AMBIENCE", | |
"2": "I-AMBIENCE", | |
"3": "B-BEVERAGE", | |
"4": "I-BEVERAGE", | |
"5": "B-FOOD", | |
"6": "I-FOOD", | |
"7": "B-LOCATION", | |
"8": "I-LOCATION", | |
"9": "B-OVERALL", | |
"10": "I-OVERALL", | |
"11": "B-PRICE", | |
"12": "I-PRICE", | |
"13": "B-SERVICE", | |
"14": "I-SERVICE", | |
"15": "B-STAFF", | |
"16": "I-STAFF", | |
"17": "B-VALUE", | |
"18": "I-VALUE", | |
"19": "B-VIEW", | |
"20": "I-VIEW" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 3072, | |
"label2id": { | |
"B-AMBIENCE": 1, | |
"B-BEVERAGE": 3, | |
"B-FOOD": 5, | |
"B-LOCATION": 7, | |
"B-OVERALL": 9, | |
"B-PRICE": 11, | |
"B-SERVICE": 13, | |
"B-STAFF": 15, | |
"B-VALUE": 17, | |
"B-VIEW": 19, | |
"I-AMBIENCE": 2, | |
"I-BEVERAGE": 4, | |
"I-FOOD": 6, | |
"I-LOCATION": 8, | |
"I-OVERALL": 10, | |
"I-PRICE": 12, | |
"I-SERVICE": 14, | |
"I-STAFF": 16, | |
"I-VALUE": 18, | |
"I-VIEW": 20, | |
"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", | |
"torch_dtype": "float32", | |
"transformers_version": "4.42.3", | |
"type_vocab_size": 2, | |
"use_cache": true, | |
"vocab_size": 28996 | |
} | |