File size: 2,784 Bytes
a9d4879
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "_name_or_path": "microsoft/deberta-base",
  "architectures": [
    "DebertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "I-pickup_state",
    "2": "I-pickup_cap",
    "3": "I-measures",
    "4": "I-package_type",
    "5": "B-pickup_state",
    "6": "B-total_weight",
    "7": "I-company",
    "8": "B-total_quantity",
    "9": "B-pickup_port",
    "10": "B-company",
    "11": "I-commodity",
    "12": "I-delivery_state",
    "13": "I-quantity",
    "14": "I-pickup_location",
    "15": "B-quantity",
    "16": "B-commodity",
    "17": "B-measures",
    "18": "B-pickup_cap",
    "19": "B-stackable",
    "20": "B-weight",
    "21": "B-package_type",
    "22": "I-pickup_port",
    "23": "I-stackable",
    "24": "B-delivery_state",
    "25": "B-total_volume",
    "26": "I-total_weight",
    "27": "B-delivery_port",
    "28": "B-incoterms",
    "29": "I-delivery_location",
    "30": "B-volume",
    "31": "I-delivery_port",
    "32": "B-delivery_cap",
    "33": "I-total_volume",
    "34": "I-volume",
    "35": "I-weight",
    "36": "I-incoterms",
    "37": "B-pickup_location",
    "38": "B-delivery_location"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-commodity": 16,
    "B-company": 10,
    "B-delivery_cap": 32,
    "B-delivery_location": 38,
    "B-delivery_port": 27,
    "B-delivery_state": 24,
    "B-incoterms": 28,
    "B-measures": 17,
    "B-package_type": 21,
    "B-pickup_cap": 18,
    "B-pickup_location": 37,
    "B-pickup_port": 9,
    "B-pickup_state": 5,
    "B-quantity": 15,
    "B-stackable": 19,
    "B-total_quantity": 8,
    "B-total_volume": 25,
    "B-total_weight": 6,
    "B-volume": 30,
    "B-weight": 20,
    "I-commodity": 11,
    "I-company": 7,
    "I-delivery_location": 29,
    "I-delivery_port": 31,
    "I-delivery_state": 12,
    "I-incoterms": 36,
    "I-measures": 3,
    "I-package_type": 4,
    "I-pickup_cap": 2,
    "I-pickup_location": 14,
    "I-pickup_port": 22,
    "I-pickup_state": 1,
    "I-quantity": 13,
    "I-stackable": 23,
    "I-total_volume": 33,
    "I-total_weight": 26,
    "I-volume": 34,
    "I-weight": 35,
    "O": 0
  },
  "layer_norm_eps": 1e-07,
  "max_position_embeddings": 512,
  "max_relative_positions": -1,
  "model_type": "deberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "pooler_dropout": 0,
  "pooler_hidden_act": "gelu",
  "pooler_hidden_size": 768,
  "pos_att_type": [
    "c2p",
    "p2c"
  ],
  "position_biased_input": false,
  "relative_attention": true,
  "torch_dtype": "float32",
  "transformers_version": "4.38.2",
  "type_vocab_size": 0,
  "vocab_size": 50265
}