Sourabh2 commited on
Commit
68d3fda
1 Parent(s): 5c00ca2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-tiny
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - PolyAI/minds14
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: whisper-tiny-dv
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: PolyAI/minds14
18
+ type: PolyAI/minds14
19
+ metrics:
20
+ - name: Wer
21
+ type: wer
22
+ value: 40.95490716180371
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # whisper-tiny-dv
29
+
30
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.5697
33
+ - Wer Ortho: 41.3869
34
+ - Wer: 40.9549
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 1e-05
54
+ - train_batch_size: 16
55
+ - eval_batch_size: 16
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: constant_with_warmup
59
+ - lr_scheduler_warmup_steps: 50
60
+ - training_steps: 500
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
65
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
66
+ | 1.0826 | 1.02 | 500 | 0.5697 | 41.3869 | 40.9549 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.31.0
72
+ - Pytorch 2.0.1+cu118
73
+ - Tokenizers 0.13.3