ArunIcfoss commited on
Commit
58d65ac
1 Parent(s): 7bb3ad4

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -4,6 +4,9 @@ library_name: peft
4
  tags:
5
  - generated_from_trainer
6
  base_model: facebook/nllb-200-1.3B
 
 
 
7
  model-index:
8
  - name: nllb-200-1.3B-ICFOSS-Malayalam_English_Translation1.3b
9
  results: []
@@ -14,7 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # nllb-200-1.3B-ICFOSS-Malayalam_English_Translation1.3b
16
 
17
- This model is a fine-tuned version of [facebook/nllb-200-1.3B](https://huggingface.co/facebook/nllb-200-1.3B) on an unknown dataset.
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +49,19 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: cosine
42
  - num_epochs: 7
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - PEFT 0.10.0
 
4
  tags:
5
  - generated_from_trainer
6
  base_model: facebook/nllb-200-1.3B
7
+ metrics:
8
+ - bleu
9
+ - rouge
10
  model-index:
11
  - name: nllb-200-1.3B-ICFOSS-Malayalam_English_Translation1.3b
12
  results: []
 
17
 
18
  # nllb-200-1.3B-ICFOSS-Malayalam_English_Translation1.3b
19
 
20
+ This model is a fine-tuned version of [facebook/nllb-200-1.3B](https://huggingface.co/facebook/nllb-200-1.3B) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.0536
23
+ - Bleu: 36.7256
24
+ - Rouge: {'rouge1': 0.6977825292445439, 'rouge2': 0.47317224666360513, 'rougeL': 0.6369586014923634, 'rougeLsum': 0.6367120144580565}
25
+ - Chrf: {'score': 63.88643397225133, 'char_order': 6, 'word_order': 0, 'beta': 2}
26
 
27
  ## Model description
28
 
 
49
  - lr_scheduler_type: cosine
50
  - num_epochs: 7
51
 
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Chrf |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:----------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|
56
+ | 1.1683 | 1.0 | 5750 | 1.0774 | 35.9761 | {'rouge1': 0.6937855960659589, 'rouge2': 0.466938063654629, 'rougeL': 0.6325990208208303, 'rougeLsum': 0.6323899971616622} | {'score': 63.363704282940446, 'char_order': 6, 'word_order': 0, 'beta': 2} |
57
+ | 1.1177 | 2.0 | 11500 | 1.0617 | 36.3486 | {'rouge1': 0.6957984629345982, 'rouge2': 0.47067647725021045, 'rougeL': 0.6351678391451753, 'rougeLsum': 0.6350175761315434} | {'score': 63.657728669261445, 'char_order': 6, 'word_order': 0, 'beta': 2} |
58
+ | 1.102 | 3.0 | 17250 | 1.0559 | 36.7216 | {'rouge1': 0.6970801919668868, 'rouge2': 0.47279660574601357, 'rougeL': 0.6364385448189633, 'rougeLsum': 0.6362592345657716} | {'score': 63.89202343434442, 'char_order': 6, 'word_order': 0, 'beta': 2} |
59
+ | 1.0967 | 4.0 | 23000 | 1.0545 | 36.7450 | {'rouge1': 0.6977900451765099, 'rouge2': 0.4734910607221403, 'rougeL': 0.6373405033951935, 'rougeLsum': 0.6371420919202282} | {'score': 63.918132836888965, 'char_order': 6, 'word_order': 0, 'beta': 2} |
60
+ | 1.0935 | 5.0 | 28750 | 1.0538 | 36.7038 | {'rouge1': 0.6978511315129863, 'rouge2': 0.4733012047244315, 'rougeL': 0.6371351829239855, 'rougeLsum': 0.6369801889854168} | {'score': 63.87115369473548, 'char_order': 6, 'word_order': 0, 'beta': 2} |
61
+ | 1.0928 | 6.0 | 34500 | 1.0536 | 36.7485 | {'rouge1': 0.6977169592049554, 'rouge2': 0.4734304167965041, 'rougeL': 0.636966108177003, 'rougeLsum': 0.6367749449397957} | {'score': 63.894445637643784, 'char_order': 6, 'word_order': 0, 'beta': 2} |
62
+ | 1.0918 | 7.0 | 40250 | 1.0536 | 36.7256 | {'rouge1': 0.6977825292445439, 'rouge2': 0.47317224666360513, 'rougeL': 0.6369586014923634, 'rougeLsum': 0.6367120144580565} | {'score': 63.88643397225133, 'char_order': 6, 'word_order': 0, 'beta': 2} |
63
+
64
+
65
  ### Framework versions
66
 
67
  - PEFT 0.10.0