Zeref02210217-cst
commited on
End of training
Browse files- README.md +71 -0
- generation_config.json +8 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: cc-by-nc-4.0
|
4 |
+
base_model: facebook/nllb-200-distilled-600M
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
+
model-index:
|
10 |
+
- name: en_to_dzo_nllb_mul_mt_nlp_m4
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# en_to_dzo_nllb_mul_mt_nlp_m4
|
18 |
+
|
19 |
+
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.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.7293
|
22 |
+
- Bleu: 19.2074
|
23 |
+
- Gen Len: 15.6777
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 5e-05
|
43 |
+
- train_batch_size: 16
|
44 |
+
- eval_batch_size: 16
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 9
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
55 |
+
| 2.2141 | 1.0 | 562 | 1.8532 | 9.1051 | 16.0711 |
|
56 |
+
| 1.7479 | 2.0 | 1124 | 1.7386 | 10.4502 | 15.3854 |
|
57 |
+
| 1.501 | 3.0 | 1686 | 1.6975 | 18.3404 | 16.2342 |
|
58 |
+
| 1.3186 | 4.0 | 2248 | 1.6957 | 17.8507 | 15.6396 |
|
59 |
+
| 1.1776 | 5.0 | 2810 | 1.6957 | 17.353 | 15.4945 |
|
60 |
+
| 1.0629 | 6.0 | 3372 | 1.7076 | 17.9624 | 15.6937 |
|
61 |
+
| 0.9827 | 7.0 | 3934 | 1.7202 | 17.6422 | 15.8619 |
|
62 |
+
| 0.9099 | 8.0 | 4496 | 1.7254 | 19.1543 | 15.5365 |
|
63 |
+
| 0.8253 | 9.0 | 5058 | 1.7293 | 19.2074 | 15.6777 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.47.1
|
69 |
+
- Pytorch 2.5.1+cu121
|
70 |
+
- Datasets 3.2.0
|
71 |
+
- Tokenizers 0.21.0
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 200,
|
6 |
+
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.47.1"
|
8 |
+
}
|
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:940540ca5d9b6492d9ee3ea30d79b6a3abe5a95001c25f71e9809a8d5010a19b
|
3 |
size 2460354912
|