DuyTa commited on
Commit
808108c
1 Parent(s): f76292f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -1,3 +1,84 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - Vietnamese
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - vivos
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Small Vi - Duy Ta
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Vivos
20
+ type: vivos
21
+ config: null
22
+ split: None
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 27.36337736337736
27
  ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # Whisper Small Vi - Duy Ta
33
+
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Vivos dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.3187
37
+ - Wer: 27.3634
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 0.0001
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 1000
63
+ - training_steps: 8000
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
+ | 0.249 | 1.1 | 1000 | 0.3766 | 32.1678 |
70
+ | 0.1416 | 2.2 | 2000 | 0.2881 | 46.4646 |
71
+ | 0.0839 | 3.3 | 3000 | 0.2799 | 22.7791 |
72
+ | 0.0546 | 4.41 | 4000 | 0.2894 | 21.8855 |
73
+ | 0.0256 | 5.51 | 5000 | 0.3023 | 32.2973 |
74
+ | 0.0111 | 6.61 | 6000 | 0.3061 | 31.0153 |
75
+ | 0.0028 | 7.71 | 7000 | 0.3143 | 27.1691 |
76
+ | 0.0014 | 8.81 | 8000 | 0.3187 | 27.3634 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.31.0.dev0
82
+ - Pytorch 2.0.1+cu117
83
+ - Datasets 2.13.1
84
+ - Tokenizers 0.13.3