amitkayal commited on
Commit
7dcbf29
1 Parent(s): 31ab782

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -10,7 +10,7 @@ datasets:
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: WhpTiny-hi-v2
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
@@ -24,18 +24,18 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 43.666169895678095
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
- # WhpTiny-hi-v2
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 1.0825
38
- - Wer: 43.6662
39
 
40
  ## Model description
41
 
@@ -62,18 +62,16 @@ The following hyperparameters were used during training:
62
  - total_train_batch_size: 32
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
- - training_steps: 5000
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Wer |
71
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
72
- | 0.1627 | 7.01 | 1000 | 0.5714 | 40.9378 |
73
- | 0.0275 | 14.02 | 2000 | 0.7620 | 42.5943 |
74
- | 0.0032 | 22.0 | 3000 | 0.9561 | 43.0443 |
75
- | 0.0012 | 29.01 | 4000 | 1.0517 | 43.4426 |
76
- | 0.0008 | 36.02 | 5000 | 1.0825 | 43.6662 |
77
 
78
 
79
  ### Framework versions
 
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: whisper-tiny-hi
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 43.88685085406397
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
+ # whisper-tiny-hi
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.7990
38
+ - Wer: 43.8869
39
 
40
  ## Model description
41
 
 
62
  - total_train_batch_size: 32
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
+ - training_steps: 3000
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Wer |
71
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
72
+ | 0.1747 | 7.02 | 1000 | 0.5674 | 41.6800 |
73
+ | 0.0466 | 14.03 | 2000 | 0.7042 | 43.7378 |
74
+ | 0.0174 | 22.0 | 3000 | 0.7990 | 43.8869 |
 
 
75
 
76
 
77
  ### Framework versions