ShyamVarahagiri
commited on
Commit
·
498a954
1
Parent(s):
b143fb6
update model card README.md
Browse files
README.md
CHANGED
@@ -15,13 +15,13 @@ model-index:
|
|
15 |
dataset:
|
16 |
name: opus100
|
17 |
type: opus100
|
18 |
-
config: en-
|
19 |
split: test
|
20 |
-
args: en-
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,11 +29,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# MachineTranslation
|
31 |
|
32 |
-
This model is a fine-tuned version of [
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss:
|
35 |
-
- Bleu:
|
36 |
-
- Gen Len:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
15 |
dataset:
|
16 |
name: opus100
|
17 |
type: opus100
|
18 |
+
config: en-mr
|
19 |
split: test
|
20 |
+
args: en-mr
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
+
value: 18.5586
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# MachineTranslation
|
31 |
|
32 |
+
This model is a fine-tuned version of [ShyamVarahagiri/MachineTranslation](https://huggingface.co/ShyamVarahagiri/MachineTranslation) on the opus100 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.8066
|
35 |
+
- Bleu: 18.5586
|
36 |
+
- Gen Len: 9.8455
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
69 |
+
| No log | 0.99 | 35 | 1.9316 | 15.4969 | 9.799 |
|
70 |
+
| No log | 1.99 | 70 | 1.8314 | 17.8296 | 9.988 |
|
71 |
+
| No log | 2.98 | 105 | 1.8066 | 18.5586 | 9.8455 |
|
72 |
|
73 |
|
74 |
### Framework versions
|