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