fatipd commited on
Commit
5917b3d
1 Parent(s): fcc7fd6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - En
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - speech_command_v0.02
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Small speech command - Fati pd
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: Speech commands
19
+ type: speech_command_v0.02
20
+ config: null
21
+ split: None
22
+ args: 'config: v0.02, split: test'
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.3861003861003861
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 Small speech command - Fati pd
33
+
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Speech commands dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.0021
37
+ - Wer: 0.3861
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 2
61
+ - total_train_batch_size: 16
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 250
65
+ - training_steps: 3000
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
71
+ | 0.0095 | 0.2 | 250 | 0.0042 | 0.7239 |
72
+ | 0.0068 | 0.4 | 500 | 0.0051 | 1.0135 |
73
+ | 0.0045 | 0.6 | 750 | 0.0021 | 0.3861 |
74
+ | 0.0056 | 0.8 | 1000 | 0.0018 | 1.5927 |
75
+ | 0.0021 | 1.0 | 1250 | 0.0023 | 8.8803 |
76
+ | 0.0081 | 1.2 | 1500 | 0.0033 | 2.0270 |
77
+ | 0.0056 | 1.4 | 1750 | 0.0023 | 6.1293 |
78
+ | 0.0028 | 1.6 | 2000 | 0.0017 | 0.8687 |
79
+ | 0.0064 | 1.81 | 2250 | 0.0011 | 0.8687 |
80
+ | 0.0005 | 2.01 | 2500 | 0.0014 | 2.0270 |
81
+ | 0.0015 | 2.21 | 2750 | 0.0013 | 1.4961 |
82
+ | 0.0012 | 2.41 | 3000 | 0.0014 | 1.8822 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.30.0.dev0
88
+ - Pytorch 2.0.1+cu118
89
+ - Datasets 2.12.0
90
+ - Tokenizers 0.13.3