{ "_name_or_path": "bert-base-chinese", "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "classifier_dropout": null, "directionality": "bidi", "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "O", "1": "B-17-want", "2": "I-17-want", "3": "B-18-not_want", "4": "I-18-not_want", "5": "B-20-quantifier", "6": "I-20-quantifier", "7": "B-28-have", "8": "I-28-have", "9": "B-29-not_have", "10": "I-29-not_have", "11": "B-30-highest_price", "12": "I-30-highest_price", "13": "B-31-lowest_price", "14": "I-31-lowest_price", "15": "B-32-most_popular", "16": "I-32-most_popular", "17": "B-34-number", "18": "I-34-number", "19": "B-35-ignore", "20": "I-35-ignore", "21": "B-36-split_food", "22": "I-36-split_food", "23": "B-38-and", "24": "I-38-and", "25": "B-39-add", "26": "I-39-add", "27": "B-41-not_add", "28": "I-41-not_add", "29": "B-42-query_exist", "30": "I-42-query_exist", "31": "B-43-nearby", "32": "I-43-nearby" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-17-want": 1, "B-18-not_want": 3, "B-20-quantifier": 5, "B-28-have": 7, "B-29-not_have": 9, "B-30-highest_price": 11, "B-31-lowest_price": 13, "B-32-most_popular": 15, "B-34-number": 17, "B-35-ignore": 19, "B-36-split_food": 21, "B-38-and": 23, "B-39-add": 25, "B-41-not_add": 27, "B-42-query_exist": 29, "B-43-nearby": 31, "I-17-want": 2, "I-18-not_want": 4, "I-20-quantifier": 6, "I-28-have": 8, "I-29-not_have": 10, "I-30-highest_price": 12, "I-31-lowest_price": 14, "I-32-most_popular": 16, "I-34-number": 18, "I-35-ignore": 20, "I-36-split_food": 22, "I-38-and": 24, "I-39-add": 26, "I-41-not_add": 28, "I-42-query_exist": 30, "I-43-nearby": 32, "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, "pooler_fc_size": 768, "pooler_num_attention_heads": 12, "pooler_num_fc_layers": 3, "pooler_size_per_head": 128, "pooler_type": "first_token_transform", "position_embedding_type": "absolute", "torch_dtype": "float32", "transformers_version": "4.18.0", "type_vocab_size": 2, "use_cache": true, "vocab_size": 21128 }