TheRains commited on
Commit
89eaeb9
1 Parent(s): 9b742af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - id-asr-leaderboard
8
+ - generated_from_trainer
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Small ID - norm
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 ID - norm
20
+
21
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 5.4712
24
+ - Wer: 282.7881
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 4000
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
58
+ | 17.6812 | 1.94 | 1000 | 12.3783 | 1360.8144 |
59
+ | 6.976 | 3.87 | 2000 | 8.7546 | 241.4815 |
60
+ | 2.0938 | 5.81 | 3000 | 7.1760 | 899.5997 |
61
+ | 0.3231 | 7.74 | 4000 | 5.4712 | 282.7881 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.31.0.dev0
67
+ - Pytorch 2.0.1+cu117
68
+ - Datasets 2.13.1
69
+ - Tokenizers 0.13.3