arampacha commited on
Commit
d92783f
1 Parent(s): 1d3718a

add readme

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - hy
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ - google/fleurs
11
+ model-index:
12
+ - name: whisper-base-hy
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # whisper-base-hy
20
+
21
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 11.0 dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - eval_loss: 0.1806
24
+ - eval_wer: 19.9869
25
+ - eval_runtime: 1358.6954
26
+ - eval_samples_per_second: 0.292
27
+ - eval_steps_per_second: 0.074
28
+ - epoch: 13.33
29
+ - step: 3000
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 1e-05
49
+ - train_batch_size: 4
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 16
53
+ - total_train_batch_size: 64
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_steps: 400
57
+ - training_steps: 4000
58
+ - mixed_precision_training: Native AMP
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.26.0.dev0
63
+ - Pytorch 1.13.1+cu117
64
+ - Datasets 2.7.1.dev0
65
+ - Tokenizers 0.13.2