Atsui75 commited on
Commit
9f12e98
·
1 Parent(s): 5610c95

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -14
README.md CHANGED
@@ -7,25 +7,35 @@ tags:
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_11_0
 
 
10
  model-index:
11
- - name: Whisper Small GL - Atsui
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # Whisper Small GL - Atsui
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
- - eval_loss: 0.2656
23
- - eval_wer: 16.2721
24
- - eval_runtime: 1041.3568
25
- - eval_samples_per_second: 2.546
26
- - eval_steps_per_second: 0.319
27
- - epoch: 2.68
28
- - step: 1000
29
 
30
  ## Model description
31
 
@@ -45,18 +55,30 @@ More information needed
45
 
46
  The following hyperparameters were used during training:
47
  - learning_rate: 1e-05
48
- - train_batch_size: 16
49
  - eval_batch_size: 8
50
  - seed: 42
 
 
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_steps: 500
54
  - training_steps: 4000
55
  - mixed_precision_training: Native AMP
56
 
 
 
 
 
 
 
 
 
 
 
57
  ### Framework versions
58
 
59
- - Transformers 4.25.0.dev0
60
- - Pytorch 1.12.1+cu113
61
- - Datasets 2.6.1
62
  - Tokenizers 0.13.2
 
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_11_0
10
+ metrics:
11
+ - wer
12
  model-index:
13
+ - name: "Whisper Small GL - Santiago Param\xE9s-Est\xE9vez"
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 11.0
20
+ type: mozilla-foundation/common_voice_11_0
21
+ config: gl
22
+ split: test
23
+ args: 'config: gl, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 15.233405065386526
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 Small GL - Santiago Paramés-Estévez
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3179
38
+ - Wer: 15.2334
 
 
 
 
 
39
 
40
  ## Model description
41
 
 
55
 
56
  The following hyperparameters were used during training:
57
  - learning_rate: 1e-05
58
+ - train_batch_size: 4
59
  - eval_batch_size: 8
60
  - seed: 42
61
+ - gradient_accumulation_steps: 4
62
+ - total_train_batch_size: 16
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - lr_scheduler_warmup_steps: 500
66
  - training_steps: 4000
67
  - mixed_precision_training: Native AMP
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
+ | 0.0707 | 2.69 | 1000 | 0.2596 | 16.4915 |
74
+ | 0.0063 | 5.38 | 2000 | 0.2952 | 15.8583 |
75
+ | 0.0014 | 8.06 | 3000 | 0.3105 | 15.2624 |
76
+ | 0.0011 | 10.75 | 4000 | 0.3179 | 15.2334 |
77
+
78
+
79
  ### Framework versions
80
 
81
+ - Transformers 4.26.0.dev0
82
+ - Pytorch 1.13.0+cu117
83
+ - Datasets 2.7.1
84
  - Tokenizers 0.13.2