cotysong113 commited on
Commit
69f4883
·
verified ·
1 Parent(s): 4321bcd

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -17
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 1.0
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 3.2396
37
- - Wer: 1.0
38
 
39
  ## Model description
40
 
@@ -53,29 +53,28 @@ More information needed
53
  ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
- - learning_rate: 1e-05
57
- - train_batch_size: 8
58
- - eval_batch_size: 8
59
  - seed: 42
60
- - gradient_accumulation_steps: 2
61
  - total_train_batch_size: 16
62
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
  - lr_scheduler_type: linear
64
- - lr_scheduler_warmup_steps: 500
65
- - training_steps: 2000
66
- - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
- | Training Loss | Epoch | Step | Validation Loss | Wer |
71
- |:-------------:|:-----:|:----:|:---------------:|:---:|
72
- | 3.3332 | 200.0 | 1000 | 3.4002 | 1.0 |
73
- | 3.0081 | 400.0 | 2000 | 3.2396 | 1.0 |
74
 
75
 
76
  ### Framework versions
77
 
78
- - Transformers 4.46.2
79
- - Pytorch 2.5.1+cu124
80
  - Datasets 3.1.0
81
- - Tokenizers 0.20.1
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 0.9727626459143969
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 2.8388
37
+ - Wer: 0.9728
38
 
39
  ## Model description
40
 
 
53
  ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 4
58
+ - eval_batch_size: 4
59
  - seed: 42
60
+ - gradient_accumulation_steps: 4
61
  - total_train_batch_size: 16
62
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
  - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 200
65
+ - training_steps: 1000
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
71
+ | 2.7068 | 100.0 | 500 | 2.8991 | 1.0 |
72
+ | 1.7504 | 200.0 | 1000 | 2.8388 | 0.9728 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.47.0
78
+ - Pytorch 2.5.1
79
  - Datasets 3.1.0
80
+ - Tokenizers 0.21.0