Commit ·
49b2771
1
Parent(s): a0670a1
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
|
|
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 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:
|
| 35 |
-
- Bleu:
|
| 36 |
-
- Gen Len:
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -60,15 +60,14 @@ The following hyperparameters were used during training:
|
|
| 60 |
- total_train_batch_size: 768
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
-
- num_epochs:
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 69 |
-
| No log |
|
| 70 |
-
|
|
| 71 |
-
| No log | 2.98 | 105 | 1.8066 | 18.5586 | 9.8455 |
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 15 |
dataset:
|
| 16 |
name: opus100
|
| 17 |
type: opus100
|
| 18 |
+
config: en-ta
|
| 19 |
split: test
|
| 20 |
+
args: en-ta
|
| 21 |
metrics:
|
| 22 |
- name: Bleu
|
| 23 |
type: bleu
|
| 24 |
+
value: 14.1043
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 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: 2.2734
|
| 35 |
+
- Bleu: 14.1043
|
| 36 |
+
- Gen Len: 11.8405
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 60 |
- total_train_batch_size: 768
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
+
- num_epochs: 2
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 69 |
+
| No log | 1.0 | 295 | 2.3233 | 13.2366 | 12.295 |
|
| 70 |
+
| 2.6303 | 2.0 | 590 | 2.2734 | 14.1043 | 11.8405 |
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|