system's picture
system HF staff
Commit From AutoTrain
31467e7
{
"_name_or_path": "AutoTrain",
"_num_labels": 18,
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "commodity",
"2": "company",
"3": "delivery_cap",
"4": "delivery_location",
"5": "delivery_port",
"6": "delivery_state",
"7": "incoterms",
"8": "measures",
"9": "package_type",
"10": "pickup_cap",
"11": "pickup_location",
"12": "pickup_port",
"13": "pickup_state",
"14": "quantity",
"15": "stackable",
"16": "volume",
"17": "weight"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"O": 0,
"commodity": 1,
"company": 2,
"delivery_cap": 3,
"delivery_location": 4,
"delivery_port": 5,
"delivery_state": 6,
"incoterms": 7,
"measures": 8,
"package_type": 9,
"pickup_cap": 10,
"pickup_location": 11,
"pickup_port": 12,
"pickup_state": 13,
"quantity": 14,
"stackable": 15,
"volume": 16,
"weight": 17
},
"layer_norm_eps": 1e-12,
"max_length": 512,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"padding": "max_length",
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32102
}