Zeref02210217-cst
commited on
End of training
Browse files- README.md +71 -0
- generation_config.json +15 -0
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Helsinki-NLP/opus-mt-tc-bible-big-mul-mul
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
+
model-index:
|
10 |
+
- name: en_to_dzo_helsinki_nlp_m2
|
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_helsinki_nlp_m2
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-tc-bible-big-mul-mul](https://huggingface.co/Helsinki-NLP/opus-mt-tc-bible-big-mul-mul) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3012
|
22 |
+
- Bleu: 2.8367
|
23 |
+
- Gen Len: 119.2242
|
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: 2e-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 |
+
| 0.8419 | 1.0 | 562 | 0.5239 | 0.0 | 121.8458 |
|
56 |
+
| 0.5144 | 2.0 | 1124 | 0.4316 | 1.0161 | 118.9429 |
|
57 |
+
| 0.4296 | 3.0 | 1686 | 0.3774 | 0.8574 | 118.6066 |
|
58 |
+
| 0.3759 | 4.0 | 2248 | 0.3462 | 1.4119 | 118.6577 |
|
59 |
+
| 0.3351 | 5.0 | 2810 | 0.3250 | 2.0178 | 119.8008 |
|
60 |
+
| 0.3065 | 6.0 | 3372 | 0.3123 | 2.5655 | 118.7538 |
|
61 |
+
| 0.2839 | 7.0 | 3934 | 0.3037 | 3.0749 | 118.5455 |
|
62 |
+
| 0.2665 | 8.0 | 4496 | 0.3023 | 2.9584 | 119.3423 |
|
63 |
+
| 0.2441 | 9.0 | 5058 | 0.3012 | 2.8367 | 119.2242 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.46.3
|
69 |
+
- Pytorch 2.5.1+cu121
|
70 |
+
- Datasets 3.2.0
|
71 |
+
- Tokenizers 0.20.3
|
generation_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bad_words_ids": [
|
3 |
+
[
|
4 |
+
69666
|
5 |
+
]
|
6 |
+
],
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"decoder_start_token_id": 69666,
|
9 |
+
"eos_token_id": 524,
|
10 |
+
"forced_eos_token_id": 524,
|
11 |
+
"max_length": 512,
|
12 |
+
"num_beams": 4,
|
13 |
+
"pad_token_id": 69666,
|
14 |
+
"transformers_version": "4.46.3"
|
15 |
+
}
|