ArunIcfoss
commited on
Commit
•
ac0c4ae
1
Parent(s):
2c92f7f
End of training
Browse files- README.md +69 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
library_name: peft
|
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-Hindi_Malayalam_Translator
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# nllb-200-1.3B-ICFOSS-Hindi_Malayalam_Translator
|
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: 0.5883
|
23 |
+
- Bleu: 32.3133
|
24 |
+
- Rouge: {'rouge1': 0.4065168353303946, 'rouge2': 0.2762287202150305, 'rougeL': 0.3947284265080875, 'rougeLsum': 0.3952044100349186}
|
25 |
+
- Chrf: {'score': 69.00192526889488, 'char_order': 6, 'word_order': 0, 'beta': 2}
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 0.0002
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- num_epochs: 5
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Chrf |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:----------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------:|
|
56 |
+
| 0.7199 | 1.0 | 4698 | 0.6215 | 29.8169 | {'rouge1': 0.405762448982788, 'rouge2': 0.2722973168668976, 'rougeL': 0.3920717141056125, 'rougeLsum': 0.39226265285587325} | {'score': 67.671645233609, 'char_order': 6, 'word_order': 0, 'beta': 2} |
|
57 |
+
| 0.6269 | 2.0 | 9396 | 0.5960 | 31.5169 | {'rouge1': 0.4074341383663418, 'rouge2': 0.2754310444010575, 'rougeL': 0.3950826699767377, 'rougeLsum': 0.3954069337543914} | {'score': 68.50668767972792, 'char_order': 6, 'word_order': 0, 'beta': 2} |
|
58 |
+
| 0.5962 | 3.0 | 14094 | 0.5891 | 32.4131 | {'rouge1': 0.4065168353303946, 'rouge2': 0.2774409260882534, 'rougeL': 0.3949096085748628, 'rougeLsum': 0.39546625690693493} | {'score': 68.94783702655978, 'char_order': 6, 'word_order': 0, 'beta': 2} |
|
59 |
+
| 0.5855 | 4.0 | 18792 | 0.5882 | 32.4648 | {'rouge1': 0.4065168353303946, 'rouge2': 0.2762287202150305, 'rougeL': 0.3947284265080875, 'rougeLsum': 0.3952044100349186} | {'score': 69.10087499970177, 'char_order': 6, 'word_order': 0, 'beta': 2} |
|
60 |
+
| 0.5835 | 5.0 | 23490 | 0.5883 | 32.3133 | {'rouge1': 0.4065168353303946, 'rouge2': 0.2762287202150305, 'rougeL': 0.3947284265080875, 'rougeLsum': 0.3952044100349186} | {'score': 69.00192526889488, 'char_order': 6, 'word_order': 0, 'beta': 2} |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- PEFT 0.10.0
|
66 |
+
- Transformers 4.40.2
|
67 |
+
- Pytorch 2.3.0+cu121
|
68 |
+
- Datasets 2.19.0
|
69 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47294200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c1222db48744d0844bbc9ca62e56155155b0c2be425b8f15eb967a7f5baafc9
|
3 |
size 47294200
|