5p33ch3xpr commited on
Commit
9f42ac9
·
1 Parent(s): 5914f5e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6198
20
- - Wer: 79.5402
21
 
22
  ## Model description
23
 
@@ -37,7 +37,7 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
- - train_batch_size: 4
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -50,15 +50,15 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.0341 | 5.88 | 1000 | 0.4381 | 82.9885 |
54
- | 0.0022 | 11.76 | 2000 | 0.5611 | 80.4598 |
55
- | 0.0004 | 17.65 | 3000 | 0.6165 | 80.4598 |
56
- | 0.0 | 23.53 | 4000 | 0.6198 | 79.5402 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.26.0.dev0
62
  - Pytorch 1.13.0+cu116
63
- - Datasets 2.7.1
64
  - Tokenizers 0.13.2
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.3509
20
+ - Wer: 69.8851
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
+ - train_batch_size: 12
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.0805 | 1.88 | 1000 | 0.2634 | 74.4828 |
54
+ | 0.0242 | 3.77 | 2000 | 0.2649 | 73.1034 |
55
+ | 0.0068 | 5.65 | 3000 | 0.3314 | 72.4138 |
56
+ | 0.0005 | 7.53 | 4000 | 0.3509 | 69.8851 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.26.0.dev0
62
  - Pytorch 1.13.0+cu116
63
+ - Datasets 2.8.0
64
  - Tokenizers 0.13.2