Mamadou2727
commited on
Commit
•
68ffb01
1
Parent(s):
e0fa7af
End of training
Browse files- README.md +11 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Bleu:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,17 +45,21 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 64
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
55 |
-
| 2.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2285
|
21 |
+
- Bleu: 29.6795
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- total_train_batch_size: 64
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 8
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
55 |
+
| 2.8423 | 1.0 | 508 | 1.8073 | 20.0301 |
|
56 |
+
| 1.7444 | 2.0 | 1017 | 1.4882 | 25.3031 |
|
57 |
+
| 1.4902 | 3.0 | 1526 | 1.3685 | 27.3325 |
|
58 |
+
| 1.3532 | 4.0 | 2035 | 1.3004 | 28.0924 |
|
59 |
+
| 1.2749 | 5.0 | 2544 | 1.2632 | 29.0171 |
|
60 |
+
| 1.2153 | 6.0 | 3053 | 1.2432 | 29.3495 |
|
61 |
+
| 1.1793 | 7.0 | 3562 | 1.2323 | 29.5367 |
|
62 |
+
| 1.1548 | 7.99 | 4064 | 1.2285 | 29.6795 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2460354912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad1be21cebdf6230f3cb57f676fde677f3d39ebe51fcadd6f5cf2091a36957f0
|
3 |
size 2460354912
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4283
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06680ede8d19730a3c261c73cdcef4aff2ba6f296c78a6c12bc7f6b36c85fe8e
|
3 |
size 4283
|