J3 commited on
Commit
36372a8
1 Parent(s): 7a0f407

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -18
README.md CHANGED
@@ -9,7 +9,7 @@ datasets:
9
  metrics:
10
  - wer
11
  model-index:
12
- - name: whisper tiny en-US - J3
13
  results:
14
  - task:
15
  name: Automatic Speech Recognition
@@ -23,19 +23,19 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 0.3654073199527745
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
31
 
32
- # whisper tiny en-US - J3
33
 
34
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14-en-US dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 1.0413
37
- - Wer Ortho: 0.3603
38
- - Wer: 0.3654
39
 
40
  ## Model description
41
 
@@ -54,23 +54,20 @@ More information needed
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
57
- - learning_rate: 5e-05
58
- - train_batch_size: 32
59
- - eval_batch_size: 32
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
- - lr_scheduler_type: reduce_lr_on_plateau
63
- - lr_scheduler_warmup_steps: 100
64
- - training_steps: 2000
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|
70
- | 0.0001 | 35.71 | 500 | 0.8505 | 0.3430 | 0.3459 |
71
- | 0.0 | 71.43 | 1000 | 0.9093 | 0.3455 | 0.3501 |
72
- | 0.0 | 107.14 | 1500 | 0.9707 | 0.3553 | 0.3589 |
73
- | 0.0 | 142.86 | 2000 | 1.0413 | 0.3603 | 0.3654 |
74
 
75
 
76
  ### Framework versions
 
9
  metrics:
10
  - wer
11
  model-index:
12
+ - name: whisper tiny en-US - J3v2
13
  results:
14
  - task:
15
  name: Automatic Speech Recognition
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 0.33116883116883117
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
31
 
32
+ # whisper tiny en-US - J3v2
33
 
34
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14-en-US dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.7183
37
+ - Wer Ortho: 0.3381
38
+ - Wer: 0.3312
39
 
40
  ## Model description
41
 
 
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 16
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: constant_with_warmup
63
+ - lr_scheduler_warmup_steps: 50
64
+ - training_steps: 500
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
70
+ | 0.0012 | 17.86 | 500 | 0.7183 | 0.3381 | 0.3312 |
 
 
 
71
 
72
 
73
  ### Framework versions