ShyamVarahagiri commited on
Commit
49b2771
·
1 Parent(s): a0670a1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -15,13 +15,13 @@ model-index:
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
@@ -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: 1.8066
35
- - Bleu: 18.5586
36
- - Gen Len: 9.8455
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: 3
64
 
65
  ### Training results
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
 
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