Training in progress, step 500
Browse files- config.json +4 -2
- model.safetensors +1 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"_num_labels": 3,
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
|
@@ -8,6 +9,7 @@
|
|
| 8 |
"MarianMTModel"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
|
|
|
| 11 |
"classif_dropout": 0.0,
|
| 12 |
"classifier_dropout": 0.0,
|
| 13 |
"d_model": 512,
|
|
@@ -18,7 +20,6 @@
|
|
| 18 |
"decoder_start_token_id": 59513,
|
| 19 |
"decoder_vocab_size": 59514,
|
| 20 |
"dropout": 0.1,
|
| 21 |
-
"dtype": "float32",
|
| 22 |
"encoder_attention_heads": 8,
|
| 23 |
"encoder_ffn_dim": 2048,
|
| 24 |
"encoder_layerdrop": 0.0,
|
|
@@ -49,7 +50,8 @@
|
|
| 49 |
"scale_embedding": true,
|
| 50 |
"share_encoder_decoder_embeddings": true,
|
| 51 |
"static_position_embeddings": true,
|
| 52 |
-
"
|
|
|
|
| 53 |
"use_cache": true,
|
| 54 |
"vocab_size": 59514
|
| 55 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-en-fr",
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "swish",
|
|
|
|
| 9 |
"MarianMTModel"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
+
"bos_token_id": 0,
|
| 13 |
"classif_dropout": 0.0,
|
| 14 |
"classifier_dropout": 0.0,
|
| 15 |
"d_model": 512,
|
|
|
|
| 20 |
"decoder_start_token_id": 59513,
|
| 21 |
"decoder_vocab_size": 59514,
|
| 22 |
"dropout": 0.1,
|
|
|
|
| 23 |
"encoder_attention_heads": 8,
|
| 24 |
"encoder_ffn_dim": 2048,
|
| 25 |
"encoder_layerdrop": 0.0,
|
|
|
|
| 50 |
"scale_embedding": true,
|
| 51 |
"share_encoder_decoder_embeddings": true,
|
| 52 |
"static_position_embeddings": true,
|
| 53 |
+
"torch_dtype": "float32",
|
| 54 |
+
"transformers_version": "4.45.2",
|
| 55 |
"use_cache": true,
|
| 56 |
"vocab_size": 59514
|
| 57 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 298705768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13d62c1ba27a40972927b375990da3f51f19c6fdb2ae23cd6a82b52924fc43ab
|
| 3 |
size 298705768
|
tokenizer_config.json
CHANGED
|
@@ -27,7 +27,6 @@
|
|
| 27 |
},
|
| 28 |
"clean_up_tokenization_spaces": false,
|
| 29 |
"eos_token": "</s>",
|
| 30 |
-
"extra_special_tokens": {},
|
| 31 |
"model_max_length": 512,
|
| 32 |
"pad_token": "<pad>",
|
| 33 |
"return_tensors": "pt",
|
|
|
|
| 27 |
},
|
| 28 |
"clean_up_tokenization_spaces": false,
|
| 29 |
"eos_token": "</s>",
|
|
|
|
| 30 |
"model_max_length": 512,
|
| 31 |
"pad_token": "<pad>",
|
| 32 |
"return_tensors": "pt",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:442fc8b18145f882b2228f9118e934e3d0cbc859baa2c87a520b210a63f6e337
|
| 3 |
+
size 5841
|