| { | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "cell": {}, | |
| "classifier_dropout": null, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "O", | |
| "1": "B-building_name", | |
| "2": "I-building_name", | |
| "3": "B-city", | |
| "4": "I-city", | |
| "5": "B-country", | |
| "6": "I-country", | |
| "7": "B-floor", | |
| "8": "I-floor", | |
| "9": "B-house_details", | |
| "10": "I-house_details", | |
| "11": "B-locality", | |
| "12": "I-locality", | |
| "13": "B-pincode", | |
| "14": "I-pincode", | |
| "15": "B-road", | |
| "16": "I-road", | |
| "17": "B-state", | |
| "18": "I-state", | |
| "19": "B-sub_locality", | |
| "20": "I-sub_locality", | |
| "21": "B-landmarks", | |
| "22": "I-landmarks" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-building_name": 1, | |
| "B-city": 3, | |
| "B-country": 5, | |
| "B-floor": 7, | |
| "B-house_details": 9, | |
| "B-landmarks": 21, | |
| "B-locality": 11, | |
| "B-pincode": 13, | |
| "B-road": 15, | |
| "B-state": 17, | |
| "B-sub_locality": 19, | |
| "I-building_name": 2, | |
| "I-city": 4, | |
| "I-country": 6, | |
| "I-floor": 8, | |
| "I-house_details": 10, | |
| "I-landmarks": 22, | |
| "I-locality": 12, | |
| "I-pincode": 14, | |
| "I-road": 16, | |
| "I-state": 18, | |
| "I-sub_locality": 20, | |
| "O": 0 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "max_position_embeddings": 512, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 6, | |
| "pad_token_id": 0, | |
| "position_embedding_type": "absolute", | |
| "pre_trained": "", | |
| "structure": [], | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.52.4", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 30522 | |
| } | |