| { | |
| "_name_or_path": "deepset/gbert-base", | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "classifier_dropout": null, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "weight", | |
| "1": "delivery_cap", | |
| "10": "measures", | |
| "11": "pickup_port", | |
| "12": "pickup_cap", | |
| "13": "company", | |
| "14": "pickup_state", | |
| "15": "commodity", | |
| "16": "volume", | |
| "17": "delivery_state", | |
| "2": "quantity", | |
| "3": "delivery_location", | |
| "4": "incoterms", | |
| "5": "stackable", | |
| "6": "package_type", | |
| "7": "O", | |
| "8": "pickup_location", | |
| "9": "delivery_port" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "O": "7", | |
| "commodity": "15", | |
| "company": "13", | |
| "delivery_cap": "1", | |
| "delivery_location": "3", | |
| "delivery_port": "9", | |
| "delivery_state": "17", | |
| "incoterms": "4", | |
| "measures": "10", | |
| "package_type": "6", | |
| "pickup_cap": "12", | |
| "pickup_location": "8", | |
| "pickup_port": "11", | |
| "pickup_state": "14", | |
| "quantity": "2", | |
| "stackable": "5", | |
| "volume": "16", | |
| "weight": "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", | |
| "transformers_version": "4.30.2", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 31102 | |
| } | |