parinzee commited on
Commit
5eeab5b
1 Parent(s): b6da404

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - th
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 Thai Newmm Tokenized - Parinthapat Pengpun
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 Thai Newmm Tokenized - Parinthapat Pengpun
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 and the FLEURS datasets.
22
+ It achieves the following results on the evaluation set:
23
+ - eval_loss: 0.5888
24
+ - eval_wer: 67.3381
25
+ - eval_cer: 32.4281
26
+ - eval_runtime: 6393.9778
27
+ - eval_samples_per_second: 1.709
28
+ - eval_steps_per_second: 0.214
29
+ - epoch: 1.0
30
+ - step: 2000
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 1e-05
50
+ - train_batch_size: 16
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - gradient_accumulation_steps: 2
54
+ - total_train_batch_size: 32
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: linear
57
+ - lr_scheduler_warmup_steps: 500
58
+ - training_steps: 7500
59
+ - mixed_precision_training: Native AMP
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.26.0.dev0
64
+ - Pytorch 1.13.0+cu116
65
+ - Datasets 2.7.1.dev0
66
+ - Tokenizers 0.13.2