TheRamsay commited on
Commit
35d0ae1
·
verified ·
1 Parent(s): 9f49059

End of training

Browse files
Files changed (3) hide show
  1. README.md +42 -16
  2. generation_config.json +3 -4
  3. model.safetensors +1 -1
README.md CHANGED
@@ -2,11 +2,26 @@
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - wer
7
  model-index:
8
  - name: wav2vec2-gpt2-enc-dec
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # wav2vec2-gpt2-enc-dec
16
 
17
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 10.3257
20
- - Wer: 12.8392
21
 
22
  ## Model description
23
 
@@ -37,25 +52,36 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
- - train_batch_size: 32
41
- - eval_batch_size: 32
42
  - seed: 42
43
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - lr_scheduler_warmup_ratio: 0.3
46
- - num_epochs: 1
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 10.228 | 1.0 | 1 | 10.3257 | 12.8392 |
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.45.2
59
- - Pytorch 2.4.1+cu121
60
- - Datasets 3.0.1
61
- - Tokenizers 0.20.0
 
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - common_voice_17_0
7
  metrics:
8
  - wer
9
  model-index:
10
  - name: wav2vec2-gpt2-enc-dec
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: common_voice_17_0
17
+ type: common_voice_17_0
18
+ config: cs
19
+ split: train[:500]
20
+ args: cs
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.8489326765188834
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # wav2vec2-gpt2-enc-dec
31
 
32
+ This model is a fine-tuned version of [](https://huggingface.co/) on the common_voice_17_0 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3276
35
+ - Wer: 0.8489
36
 
37
  ## Model description
38
 
 
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 16
57
  - seed: 42
58
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
  - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_ratio: 0.08
61
+ - num_epochs: 20
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
68
+ | 1.9498 | 1.5625 | 50 | 0.6548 | 0.9324 |
69
+ | 0.4531 | 3.125 | 100 | 0.3959 | 0.9020 |
70
+ | 0.4087 | 4.6875 | 150 | 0.3735 | 0.8894 |
71
+ | 0.3992 | 6.25 | 200 | 0.3572 | 0.8747 |
72
+ | 0.3725 | 7.8125 | 250 | 0.3500 | 0.8763 |
73
+ | 0.3635 | 9.375 | 300 | 0.3419 | 0.8626 |
74
+ | 0.3647 | 10.9375 | 350 | 0.3381 | 0.8632 |
75
+ | 0.36 | 12.5 | 400 | 0.3340 | 0.8566 |
76
+ | 0.3588 | 14.0625 | 450 | 0.3316 | 0.8547 |
77
+ | 0.362 | 15.625 | 500 | 0.3299 | 0.8547 |
78
+ | 0.3613 | 17.1875 | 550 | 0.3280 | 0.8498 |
79
+ | 0.3505 | 18.75 | 600 | 0.3276 | 0.8489 |
80
 
81
 
82
  ### Framework versions
83
 
84
+ - Transformers 4.48.3
85
+ - Pytorch 2.6.0+cu124
86
+ - Datasets 3.2.0
87
+ - Tokenizers 0.21.0
generation_config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "decoder_start_token_id": 50256,
5
- "eos_token_id": 50256,
6
- "transformers_version": "4.45.2"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.48.3"
 
6
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73efbe54ed0062fa1a41ad6743b63ee3995e5aa84a83dc01d5bab7c630cad1ba
3
  size 550862672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7119f49ce638161b35ac3584e689e52d18981c15d98abba04b69df2c2a9bd0ea
3
  size 550862672