hugo-albert
commited on
Commit
•
4cf5e5d
1
Parent(s):
3d3579f
Training complete
Browse files- README.md +9 -6
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,9 +17,9 @@ 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 |
-
- Gen Len:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,14 +44,17 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
|
53 |
-
| No log | 1.0 | 67 | 2.
|
54 |
-
| No log | 2.0 | 134 | 1.
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### 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.2267
|
21 |
+
- Bleu: 55.4437
|
22 |
+
- Gen Len: 74.5273
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 5
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
|
53 |
+
| No log | 1.0 | 67 | 2.7602 | 30.0843 | 94.7818 |
|
54 |
+
| No log | 2.0 | 134 | 1.8176 | 11.874 | 139.8182 |
|
55 |
+
| No log | 3.0 | 201 | 1.4276 | 43.5045 | 85.8182 |
|
56 |
+
| No log | 4.0 | 268 | 1.2682 | 54.7173 | 72.7273 |
|
57 |
+
| No log | 5.0 | 335 | 1.2267 | 55.4437 | 74.5273 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9490378
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d03aedb7cf3f347551b4310617bb8d11b7ab857c35d9635d4c9a36f03643abf3
|
3 |
size 9490378
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c151e573525d73dbf12bc06ccc674f037098c5f9940a1f79422f7c4f4ec64ea1
|
3 |
size 4664
|