Upload 3 files
Browse files- onnx/config.json +58 -0
- onnx/decoder_model.onnx +3 -0
- onnx/tokenizer.json +3 -0
onnx/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "skypro1111/mbart-large-50-verbalization",
|
4 |
+
"_num_labels": 3,
|
5 |
+
"activation_dropout": 0.0,
|
6 |
+
"activation_function": "gelu",
|
7 |
+
"add_bias_logits": false,
|
8 |
+
"add_final_layer_norm": true,
|
9 |
+
"architectures": [
|
10 |
+
"MBartForConditionalGeneration"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.0,
|
13 |
+
"bos_token_id": 0,
|
14 |
+
"classif_dropout": 0.0,
|
15 |
+
"classifier_dropout": 0.0,
|
16 |
+
"d_model": 1024,
|
17 |
+
"decoder_attention_heads": 16,
|
18 |
+
"decoder_ffn_dim": 4096,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 12,
|
21 |
+
"decoder_start_token_id": 2,
|
22 |
+
"dropout": 0.1,
|
23 |
+
"early_stopping": null,
|
24 |
+
"encoder_attention_heads": 16,
|
25 |
+
"encoder_ffn_dim": 4096,
|
26 |
+
"encoder_layerdrop": 0.0,
|
27 |
+
"encoder_layers": 12,
|
28 |
+
"eos_token_id": 2,
|
29 |
+
"forced_eos_token_id": 2,
|
30 |
+
"gradient_checkpointing": false,
|
31 |
+
"id2label": {
|
32 |
+
"0": "LABEL_0",
|
33 |
+
"1": "LABEL_1",
|
34 |
+
"2": "LABEL_2"
|
35 |
+
},
|
36 |
+
"init_std": 0.02,
|
37 |
+
"is_encoder_decoder": true,
|
38 |
+
"label2id": {
|
39 |
+
"LABEL_0": 0,
|
40 |
+
"LABEL_1": 1,
|
41 |
+
"LABEL_2": 2
|
42 |
+
},
|
43 |
+
"max_length": null,
|
44 |
+
"max_position_embeddings": 1024,
|
45 |
+
"model_type": "mbart",
|
46 |
+
"normalize_before": true,
|
47 |
+
"normalize_embedding": true,
|
48 |
+
"num_beams": null,
|
49 |
+
"num_hidden_layers": 12,
|
50 |
+
"output_past": true,
|
51 |
+
"pad_token_id": 1,
|
52 |
+
"scale_embedding": true,
|
53 |
+
"static_position_embeddings": false,
|
54 |
+
"tokenizer_class": "MBart50Tokenizer",
|
55 |
+
"transformers_version": "4.46.3",
|
56 |
+
"use_cache": true,
|
57 |
+
"vocab_size": 250054
|
58 |
+
}
|
onnx/decoder_model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4d762c17be885b72daefb4bea409815489d128768298d7e9b87ac6975712ab1
|
3 |
+
size 500058
|
onnx/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:498f5cab44462ff628208a9aa290f08ca3a5e8d0cabb5ca95c634e69ebb9a8b7
|
3 |
+
size 17094570
|