add model
Browse files- config.json +53 -0
- pytorch_model.bin +3 -0
- source.spm +0 -0
- special_tokens_map.json +1 -0
- target.spm +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_num_labels": 3,
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "swish",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"MarianMTModel"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.0,
|
11 |
+
"bad_words_ids": [
|
12 |
+
[
|
13 |
+
58100
|
14 |
+
]
|
15 |
+
],
|
16 |
+
"bos_token_id": 0,
|
17 |
+
"classif_dropout": 0.0,
|
18 |
+
"d_model": 2,
|
19 |
+
"decoder_attention_heads": 1,
|
20 |
+
"decoder_ffn_dim": 2,
|
21 |
+
"decoder_layerdrop": 0.0,
|
22 |
+
"decoder_layers": 2,
|
23 |
+
"decoder_start_token_id": 58100,
|
24 |
+
"dropout": 0.1,
|
25 |
+
"encoder_attention_heads": 1,
|
26 |
+
"encoder_ffn_dim": 2,
|
27 |
+
"encoder_layerdrop": 0.0,
|
28 |
+
"encoder_layers": 2,
|
29 |
+
"eos_token_id": 0,
|
30 |
+
"extra_pos_embeddings": 58101,
|
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_position_embeddings": 512,
|
44 |
+
"model_type": "marian",
|
45 |
+
"normalize_before": false,
|
46 |
+
"normalize_embedding": false,
|
47 |
+
"num_beams": 2,
|
48 |
+
"num_hidden_layers": 6,
|
49 |
+
"pad_token_id": 58100,
|
50 |
+
"scale_embedding": true,
|
51 |
+
"static_position_embeddings": true,
|
52 |
+
"vocab_size": 58101
|
53 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6388cc10664ab28a32cc3ced780b6e1d10d50c7cf2bc7e0b936492eed2e41777
|
3 |
+
size 371663
|
source.spm
ADDED
Binary file (768 kB). View file
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
target.spm
ADDED
Binary file (797 kB). View file
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"target_lang": "de", "source_lang": "en"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|