shields commited on
Commit
7da274f
1 Parent(s): 2bd4109

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - hi
4
+ license: apache-2.0
5
+ tags:
6
+ - hf-asr-leaderboard
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ model-index:
11
+ - name: Whisper Medium Catalan
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 Medium Catalan
19
+
20
+ This model is a fine-tuned version of [openai/whisper-Medium](https://huggingface.co/openai/whisper-Medium) on the 10 hrs of Catalan Common Voice 11.0 dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - eval_loss: 4.9217
23
+ - eval_wer: 132.1947
24
+ - eval_runtime: 3848.0596
25
+ - eval_samples_per_second: 0.78
26
+ - eval_steps_per_second: 0.78
27
+ - epoch: 1.14
28
+ - step: 2000
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.001
48
+ - train_batch_size: 1
49
+ - eval_batch_size: 1
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 4
52
+ - total_train_batch_size: 4
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 500
56
+ - training_steps: 4000
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.27.0.dev0
62
+ - Pytorch 1.13.1+cu116
63
+ - Datasets 2.9.0
64
+ - Tokenizers 0.13.2