Compare commits
No commits in common. "aa4414db70df0b1957d7cf001e3fecac5d6b091b" and "6d714c37122825ac6763acc4394fc988cd4ebda8" have entirely different histories.
aa4414db70
...
6d714c3712
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- translation
|
- translation
|
||||||
license: apache-2.0
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### opus-mt-de-en
|
### opus-mt-de-en
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"_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",
|
||||||
|
@ -16,21 +15,18 @@
|
||||||
],
|
],
|
||||||
"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",
|
||||||
|
@ -48,13 +44,10 @@
|
||||||
"model_type": "marian",
|
"model_type": "marian",
|
||||||
"normalize_before": false,
|
"normalize_before": false,
|
||||||
"normalize_embedding": false,
|
"normalize_embedding": false,
|
||||||
"num_beams": 4,
|
"num_beams": 6,
|
||||||
"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
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"_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"
|
|
||||||
}
|
|
BIN
tf_model.h5 (Stored with Git LFS)
BIN
tf_model.h5 (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue