alxfng commited on
Commit
de78a2f
1 Parent(s): 7cbb06a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - alxfng/noisycommonvoice
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Base Noisy
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: Noisy Common Voice
19
+ type: alxfng/noisycommonvoice
20
+ config: null
21
+ split: None
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 59.32123598390824
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Whisper Base Noisy
32
+
33
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Noisy Common Voice dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.4454
36
+ - Wer: 59.3212
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 500
62
+ - training_steps: 4000
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
68
+ | 0.3125 | 3.19 | 1000 | 1.0918 | 56.8476 |
69
+ | 0.0585 | 6.39 | 2000 | 1.2650 | 58.9703 |
70
+ | 0.0153 | 9.58 | 3000 | 1.3946 | 58.3412 |
71
+ | 0.0066 | 12.78 | 4000 | 1.4454 | 59.3212 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.30.0.dev0
77
+ - Pytorch 2.0.1+cu118
78
+ - Datasets 2.12.0
79
+ - Tokenizers 0.13.3