TheRains commited on
Commit
2345a7d
1 Parent(s): 500fc2f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: openai/whisper-small
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - yt
8
  metrics:
9
  - wer
10
  model-index:
@@ -14,13 +14,15 @@ model-index:
14
  name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
16
  dataset:
17
- name: yt id
18
- type: yt
 
 
19
  args: id
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
@@ -28,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # yt-special-batch8
30
 
31
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the yt id dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: nan
34
- - Wer: 100.0
35
 
36
  ## Model description
37
 
@@ -52,7 +54,7 @@ More information needed
52
  The following hyperparameters were used during training:
53
  - learning_rate: 1e-05
54
  - train_batch_size: 8
55
- - eval_batch_size: 8
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
@@ -61,13 +63,13 @@ The following hyperparameters were used during training:
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Wer |
65
- |:-------------:|:-----:|:----:|:---------------:|:-----:|
66
- | 0.0 | 0.17 | 1000 | nan | 100.0 |
67
- | 0.0 | 0.34 | 2000 | nan | 100.0 |
68
- | 0.0 | 0.52 | 3000 | nan | 100.0 |
69
- | 0.0 | 0.69 | 4000 | nan | 100.0 |
70
- | 0.0 | 0.86 | 5000 | nan | 100.0 |
71
 
72
 
73
  ### Framework versions
 
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - common_voice_9_0
8
  metrics:
9
  - wer
10
  model-index:
 
14
  name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
16
  dataset:
17
+ name: common_voice_9_0
18
+ type: common_voice_9_0
19
+ config: id
20
+ split: train
21
  args: id
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 5.376528641922334
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # yt-special-batch8
32
 
33
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_9_0 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.2578
36
+ - Wer: 5.3765
37
 
38
  ## Model description
39
 
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 1e-05
56
  - train_batch_size: 8
57
+ - eval_batch_size: 4
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
 
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 37.1656 | 1.58 | 1000 | 31.3287 | 568.0305 |
69
+ | 15.0344 | 3.17 | 2000 | 13.1680 | 145.2285 |
70
+ | 7.6075 | 4.75 | 3000 | 5.8663 | 42.3536 |
71
+ | 2.5225 | 6.34 | 4000 | 2.0001 | 19.5409 |
72
+ | 0.5364 | 7.92 | 5000 | 0.2578 | 5.3765 |
73
 
74
 
75
  ### Framework versions