pluskid commited on
Commit
083b18b
·
verified ·
1 Parent(s): d37f544

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: Wer
22
  type: wer
23
- value: 100.0
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: nan
34
- - Wer Ortho: 100.0
35
- - Wer: 100.0
36
 
37
  ## Model description
38
 
@@ -52,25 +52,24 @@ More information needed
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
- - train_batch_size: 16
56
- - eval_batch_size: 4
57
  - seed: 42
58
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
  - lr_scheduler_type: constant_with_warmup
60
  - lr_scheduler_warmup_steps: 50
61
  - training_steps: 500
62
- - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
67
- |:-------------:|:-------:|:----:|:---------------:|:---------:|:-----:|
68
- | 0.0 | 17.8571 | 500 | nan | 100.0 | 100.0 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 5.2.0
74
- - Pytorch 2.10.0
75
  - Datasets 4.6.1
76
  - Tokenizers 0.22.2
 
20
  metrics:
21
  - name: Wer
22
  type: wer
23
+ value: 33.70720188902007
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.7940
34
+ - Wer Ortho: 34.6083
35
+ - Wer: 33.7072
36
 
37
  ## Model description
38
 
 
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
+ - train_batch_size: 64
56
+ - eval_batch_size: 32
57
  - seed: 42
58
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
  - lr_scheduler_type: constant_with_warmup
60
  - lr_scheduler_warmup_steps: 50
61
  - training_steps: 500
 
62
 
63
  ### Training results
64
 
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
66
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|:-------:|
67
+ | 0.0004 | 71.4286 | 500 | 0.7940 | 34.6083 | 33.7072 |
68
 
69
 
70
  ### Framework versions
71
 
72
+ - Transformers 5.3.0
73
+ - Pytorch 2.10.0+cu128
74
  - Datasets 4.6.1
75
  - Tokenizers 0.22.2