Compare commits
10 Commits
6d714c3712
...
aa4414db70
Author | SHA1 | Date |
---|---|---|
|
aa4414db70 | |
|
b71145bbec | |
|
6137149949 | |
|
2ae01f3349 | |
|
9bf1bf0262 | |
|
505ddf5c84 | |
|
cfb42d3c31 | |
|
ea8efa9fdd | |
|
d39bcb1223 | |
|
cefe0dc34c |
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- translation
|
- translation
|
||||||
|
license: apache-2.0
|
||||||
---
|
---
|
||||||
|
|
||||||
### opus-mt-de-en
|
### opus-mt-de-en
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"_name_or_path": "/tmp/Helsinki-NLP/opus-mt-de-en",
|
||||||
"_num_labels": 3,
|
"_num_labels": 3,
|
||||||
"activation_dropout": 0.0,
|
"activation_dropout": 0.0,
|
||||||
"activation_function": "swish",
|
"activation_function": "swish",
|
||||||
|
@ -15,18 +16,21 @@
|
||||||
],
|
],
|
||||||
"bos_token_id": 0,
|
"bos_token_id": 0,
|
||||||
"classif_dropout": 0.0,
|
"classif_dropout": 0.0,
|
||||||
|
"classifier_dropout": 0.0,
|
||||||
"d_model": 512,
|
"d_model": 512,
|
||||||
"decoder_attention_heads": 8,
|
"decoder_attention_heads": 8,
|
||||||
"decoder_ffn_dim": 2048,
|
"decoder_ffn_dim": 2048,
|
||||||
"decoder_layerdrop": 0.0,
|
"decoder_layerdrop": 0.0,
|
||||||
"decoder_layers": 6,
|
"decoder_layers": 6,
|
||||||
"decoder_start_token_id": 58100,
|
"decoder_start_token_id": 58100,
|
||||||
|
"decoder_vocab_size": 58101,
|
||||||
"dropout": 0.1,
|
"dropout": 0.1,
|
||||||
"encoder_attention_heads": 8,
|
"encoder_attention_heads": 8,
|
||||||
"encoder_ffn_dim": 2048,
|
"encoder_ffn_dim": 2048,
|
||||||
"encoder_layerdrop": 0.0,
|
"encoder_layerdrop": 0.0,
|
||||||
"encoder_layers": 6,
|
"encoder_layers": 6,
|
||||||
"eos_token_id": 0,
|
"eos_token_id": 0,
|
||||||
|
"forced_eos_token_id": 0,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "LABEL_0",
|
"0": "LABEL_0",
|
||||||
"1": "LABEL_1",
|
"1": "LABEL_1",
|
||||||
|
@ -44,10 +48,13 @@
|
||||||
"model_type": "marian",
|
"model_type": "marian",
|
||||||
"normalize_before": false,
|
"normalize_before": false,
|
||||||
"normalize_embedding": false,
|
"normalize_embedding": false,
|
||||||
"num_beams": 6,
|
"num_beams": 4,
|
||||||
"num_hidden_layers": 6,
|
"num_hidden_layers": 6,
|
||||||
"pad_token_id": 58100,
|
"pad_token_id": 58100,
|
||||||
"scale_embedding": true,
|
"scale_embedding": true,
|
||||||
|
"share_encoder_decoder_embeddings": true,
|
||||||
"static_position_embeddings": true,
|
"static_position_embeddings": true,
|
||||||
|
"transformers_version": "4.22.0.dev0",
|
||||||
|
"use_cache": true,
|
||||||
"vocab_size": 58101
|
"vocab_size": 58101
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"_from_model_config": true,
|
||||||
|
"bad_words_ids": [
|
||||||
|
[
|
||||||
|
58100
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"bos_token_id": 0,
|
||||||
|
"decoder_start_token_id": 58100,
|
||||||
|
"eos_token_id": 0,
|
||||||
|
"forced_eos_token_id": 0,
|
||||||
|
"max_length": 512,
|
||||||
|
"num_beams": 4,
|
||||||
|
"pad_token_id": 58100,
|
||||||
|
"transformers_version": "4.27.0.dev0"
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in New Issue