Ansu commited on
Commit
2430be3
·
1 Parent(s): d630d86

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - whisper-event
5
  - generated_from_trainer
6
  metrics:
7
  - wer
@@ -17,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2063
21
- - Wer: 10.7593
22
 
23
  ## Model description
24
 
@@ -38,7 +37,7 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
- - train_batch_size: 64
42
  - eval_batch_size: 32
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -51,11 +50,11 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
- | 0.2059 | 0.17 | 1000 | 0.3094 | 17.6595 |
55
- | 0.1468 | 0.33 | 2000 | 0.2453 | 13.1260 |
56
- | 0.1177 | 0.5 | 3000 | 0.2260 | 11.9520 |
57
- | 0.114 | 0.66 | 4000 | 0.2111 | 10.9092 |
58
- | 0.0998 | 0.83 | 5000 | 0.2063 | 10.7593 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  metrics:
6
  - wer
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1906
20
+ - Wer: 9.5417
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
+ - train_batch_size: 128
41
  - eval_batch_size: 32
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.17 | 0.33 | 1000 | 0.2697 | 15.6613 |
54
+ | 0.1163 | 0.66 | 2000 | 0.2198 | 11.7272 |
55
+ | 0.0966 | 0.99 | 3000 | 0.2009 | 10.2785 |
56
+ | 0.073 | 1.32 | 4000 | 0.1945 | 9.8476 |
57
+ | 0.0666 | 1.65 | 5000 | 0.1906 | 9.5417 |
58
 
59
 
60
  ### Framework versions