Scrya commited on
Commit
9f725fc
1 Parent(s): 66d6f91

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - whisper-event
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: Whisper Tiny ID - FLEURS-CV
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Whisper Tiny ID - FLEURS-CV
17
+
18
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5129
21
+ - Wer: 31.1298
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 5000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
+ | 0.617 | 1.43 | 500 | 0.5956 | 40.1521 |
55
+ | 0.4062 | 2.86 | 1000 | 0.4991 | 33.2066 |
56
+ | 0.2467 | 4.29 | 1500 | 0.4755 | 31.6802 |
57
+ | 0.1904 | 5.71 | 2000 | 0.4681 | 30.5907 |
58
+ | 0.118 | 7.14 | 2500 | 0.4776 | 30.9368 |
59
+ | 0.0941 | 8.57 | 3000 | 0.4831 | 30.7297 |
60
+ | 0.0771 | 10.0 | 3500 | 0.4912 | 31.1014 |
61
+ | 0.0536 | 11.43 | 4000 | 0.5043 | 31.2319 |
62
+ | 0.0502 | 12.86 | 4500 | 0.5113 | 31.2404 |
63
+ | 0.0418 | 14.29 | 5000 | 0.5129 | 31.1298 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.0.dev0
69
+ - Pytorch 1.13.1+cu117
70
+ - Datasets 2.7.1.dev0
71
+ - Tokenizers 0.13.2