Add model
Browse files- config.json +74 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sxandie/syn_dec2023_total_wo_totals",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "O",
|
15 |
+
"1": "pickup_location",
|
16 |
+
"2": "delivery_port",
|
17 |
+
"3": "total_quantity",
|
18 |
+
"4": "package_type",
|
19 |
+
"5": "weight",
|
20 |
+
"6": "measures",
|
21 |
+
"7": "company",
|
22 |
+
"8": "incoterms",
|
23 |
+
"9": "pickup_state",
|
24 |
+
"10": "pickup_cap",
|
25 |
+
"11": "quantity",
|
26 |
+
"12": "stackable",
|
27 |
+
"13": "commodity",
|
28 |
+
"14": "pickup_port",
|
29 |
+
"15": "delivery_state",
|
30 |
+
"16": "total_weight",
|
31 |
+
"17": "total_volume",
|
32 |
+
"18": "volume",
|
33 |
+
"19": "delivery_location",
|
34 |
+
"20": "delivery_cap"
|
35 |
+
},
|
36 |
+
"initializer_range": 0.02,
|
37 |
+
"intermediate_size": 3072,
|
38 |
+
"label2id": {
|
39 |
+
"O": 0,
|
40 |
+
"commodity": 13,
|
41 |
+
"company": 7,
|
42 |
+
"delivery_cap": 20,
|
43 |
+
"delivery_location": 19,
|
44 |
+
"delivery_port": 2,
|
45 |
+
"delivery_state": 15,
|
46 |
+
"incoterms": 8,
|
47 |
+
"measures": 6,
|
48 |
+
"package_type": 4,
|
49 |
+
"pickup_cap": 10,
|
50 |
+
"pickup_location": 1,
|
51 |
+
"pickup_port": 14,
|
52 |
+
"pickup_state": 9,
|
53 |
+
"quantity": 11,
|
54 |
+
"stackable": 12,
|
55 |
+
"total_quantity": 3,
|
56 |
+
"total_volume": 17,
|
57 |
+
"total_weight": 16,
|
58 |
+
"volume": 18,
|
59 |
+
"weight": 5
|
60 |
+
},
|
61 |
+
"layer_norm_eps": 1e-05,
|
62 |
+
"max_position_embeddings": 514,
|
63 |
+
"model_type": "xlm-roberta",
|
64 |
+
"num_attention_heads": 12,
|
65 |
+
"num_hidden_layers": 12,
|
66 |
+
"output_past": true,
|
67 |
+
"pad_token_id": 1,
|
68 |
+
"position_embedding_type": "absolute",
|
69 |
+
"torch_dtype": "float32",
|
70 |
+
"transformers_version": "4.35.2",
|
71 |
+
"type_vocab_size": 1,
|
72 |
+
"use_cache": true,
|
73 |
+
"vocab_size": 250002
|
74 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29ff762694396ffbf35dcc310a2c1aec0a7f29dca890c1345d8c1b74df4b2a76
|
3 |
+
size 1109900868
|