RuudVelo commited on
Commit
78a28a6
1 Parent(s): 2ec98b5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fy
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Small Western Frisian (Netherlands)
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: mozilla-foundation/common_voice_11_0 fy-NL
20
+ type: mozilla-foundation/common_voice_11_0
21
+ config: fy-NL
22
+ split: test
23
+ args: fy-NL
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 21.03
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 fy-NL - RuudVelo
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 test set:
37
+ - Loss: 0.1443
38
+ - Wer: 21.03
39
+
40
+ ## Model description
41
+ More information needed
42
+ ## Intended uses & limitations
43
+ More information needed
44
+ ## Training and evaluation data
45
+ More information needed
46
+ ## Training procedure
47
+ ### Training hyperparameters
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 1e-05
50
+ - train_batch_size: 64
51
+ - eval_batch_size: 8
52
+ - training_steps: 5000
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Step | Validation Loss | Wer |
58
+ |:-------------:|:-----:|:---------------:|:------:|
59
+ | 0.0053 | 1000 | 0.4201 | 21.64 |
60
+ | 0.0008 | 2000 | 0.4607 | 21.03 |
61
+ | 0.0004 | 3000 | 0.4853 | 21.11 |
62
+ | 0.0003 | 4000 | 0.5015 | 21.14 |
63
+ | 0.0002 | 5000 | 0.5084 | 21.20 |
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.0.dev0
68
+ - Pytorch 1.12.1+cu113
69
+ - Datasets 2.7.1.dev0
70
+ - Tokenizers 0.13.2