deepdml commited on
Commit
08f40ee
1 Parent(s): 7eb8eb1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice_11_0
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: deepdml/whisper-medium-mix-fr
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: common_voice_11_0
16
+ type: common_voice_11_0
17
+ config: fr
18
+ split: test
19
+ args: fr
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 11.227820307400155
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # deepdml/whisper-medium-mix-fr
30
+
31
+ This model is a fine-tuned version of [deepdml/whisper-medium-mix-fr](https://huggingface.co/deepdml/whisper-medium-mix-fr) on the common_voice_11_0 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.2599
34
+ - Wer: 11.2278
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 1e-05
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 16
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 500
60
+ - training_steps: 4000
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
66
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
67
+ | 0.0855 | 0.25 | 1000 | 0.2826 | 12.4230 |
68
+ | 0.0569 | 0.5 | 2000 | 0.2768 | 11.9577 |
69
+ | 0.0724 | 0.75 | 3000 | 0.2670 | 11.6106 |
70
+ | 0.069 | 1.0 | 4000 | 0.2599 | 11.2278 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.26.0.dev0
76
+ - Pytorch 1.13.0+cu117
77
+ - Datasets 2.7.1.dev0
78
+ - Tokenizers 0.13.2