Samuael commited on
Commit
aab46a6
·
verified ·
1 Parent(s): 5115554

End of training

Browse files
Files changed (2) hide show
  1. README.md +24 -18
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,28 +1,27 @@
1
  ---
2
  library_name: transformers
 
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
- - name: ethipic-sec2sec-tigrinya
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # ethipic-sec2sec-tigrinya
14
 
15
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.1009
18
- - eval_wer: 0.0416
19
- - eval_cer: 0.0113
20
- - eval_bleu: 91.6015
21
- - eval_runtime: 30.3787
22
- - eval_samples_per_second: 9.842
23
- - eval_steps_per_second: 0.099
24
- - epoch: 4.0
25
- - step: 51000
26
 
27
  ## Model description
28
 
@@ -45,14 +44,21 @@ The following hyperparameters were used during training:
45
  - train_batch_size: 64
46
  - eval_batch_size: 128
47
  - seed: 42
48
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 10
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
- - Transformers 4.44.2
56
- - Pytorch 2.5.0+cu121
57
- - Datasets 3.0.2
58
- - Tokenizers 0.19.1
 
1
  ---
2
  library_name: transformers
3
+ base_model: Samuael/ethiopic-sec2sec-tigrinya
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ - bleu
9
  model-index:
10
+ - name: ethiopic-sec2sec-tigrinya
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
+ # ethiopic-sec2sec-tigrinya
18
 
19
+ This model is a fine-tuned version of [Samuael/ethiopic-sec2sec-tigrinya](https://huggingface.co/Samuael/ethiopic-sec2sec-tigrinya) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 3.5557
22
+ - Wer: 0.2489
23
+ - Cer: 0.1202
24
+ - Bleu: 67.5274
 
 
 
 
 
25
 
26
  ## Model description
27
 
 
44
  - train_batch_size: 64
45
  - eval_batch_size: 128
46
  - seed: 42
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 1
50
  - mixed_precision_training: Native AMP
51
 
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Bleu |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|
56
+ | 0.071 | 1.0 | 433 | 3.5557 | 0.2489 | 0.1202 | 67.5274 |
57
+
58
+
59
  ### Framework versions
60
 
61
+ - Transformers 4.46.3
62
+ - Pytorch 2.5.1+cu121
63
+ - Datasets 3.1.0
64
+ - Tokenizers 0.20.3
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 3,
4
  "max_length": 512,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.44.2"
7
  }
 
3
  "eos_token_id": 3,
4
  "max_length": 512,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.46.3"
7
  }