init
Browse files- README.md +5 -5
- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# opus-mt-en-st
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Bleu: 77.
|
21 |
-
- Gen Len: 60.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
14 |
|
15 |
# opus-mt-en-st
|
16 |
|
17 |
+
This model is a fine-tuned version of [cw1521/opus-mt-en-st](https://huggingface.co/cw1521/opus-mt-en-st) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3710
|
20 |
+
- Bleu: 77.1725
|
21 |
+
- Gen Len: 60.3696
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
52 |
+
| 0.3768 | 1.0 | 969 | 0.3710 | 77.1725 | 60.3696 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "cw1521/opus-mt-en-st",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 298757573
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed7e1a32539f6f7f1ecb372537af824e93f48d58c5006fd8bc28d6202bb23d0c
|
3 |
size 298757573
|
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
-
"name_or_path": "
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
+
"name_or_path": "cw1521/opus-mt-en-st",
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3503
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c3de9648df87ac76e89f11ae40328b988c77c44b33f276a23dad50979e56066
|
3 |
size 3503
|