Scrya commited on
Commit
8d304da
1 Parent(s): cb639ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ms
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - incomplete
8
+ - generated_from_trainer
9
+ datasets:
10
+ - google/fleurs
11
+ model-index:
12
+ - name: Whisper Small MS - FLEURS
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 Small MS - FLEURS
20
+
21
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the FLEURS dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - eval_loss: 0.3324
24
+ - eval_wer: 15.6453
25
+ - eval_runtime: 347.6066
26
+ - eval_samples_per_second: 2.155
27
+ - eval_steps_per_second: 0.27
28
+ - epoch: 10.75
29
+ - step: 1000
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: 8
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 8
53
+ - total_train_batch_size: 32
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_steps: 500
57
+ - training_steps: 5000
58
+ - mixed_precision_training: Native AMP
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.26.0.dev0
63
+ - Pytorch 1.13.0+cu117
64
+ - Datasets 2.7.1.dev0
65
+ - Tokenizers 0.13.2