Devion333 commited on
Commit
b4e5dcd
·
1 Parent(s): 5ef8a96

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice_17_0
7
+ model-index:
8
+ - name: whisper-small-dv
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # whisper-small-dv
16
+
17
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.1738
20
+ - eval_wer_ortho: 63.4601
21
+ - eval_wer: 13.5049
22
+ - eval_runtime: 1410.3372
23
+ - eval_samples_per_second: 1.571
24
+ - eval_steps_per_second: 0.099
25
+ - epoch: 1.63
26
+ - step: 500
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: constant_with_warmup
51
+ - lr_scheduler_warmup_steps: 50
52
+ - training_steps: 500
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.28.0
58
+ - Pytorch 2.6.0+cu124
59
+ - Datasets 3.6.0
60
+ - Tokenizers 0.13.3