Dorjzodovsuren commited on
Commit
a9c45bf
1 Parent(s): 3f23b04

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - mozilla-foundation/common_voice_16_0
5
+ language:
6
+ - mn
7
+ metrics:
8
+ - wer
9
+ library_name: transformers
10
+ pipeline_tag: automatic-speech-recognition
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 Small Mongolia - Dorjzodovsuren Batjargal
17
+
18
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8256
21
+ - Wer: 53.1369
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: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - total_train_batch_size: 32
47
+ - total_eval_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - training_steps: 4000
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
58
+ | 0.0312 | 7.94 | 1000 | 0.6400 | 54.0698 |
59
+ | 0.0021 | 15.87 | 2000 | 0.7654 | 52.8969 |
60
+ | 0.0004 | 23.81 | 3000 | 0.8086 | 53.1042 |
61
+ | 0.0003 | 31.75 | 4000 | 0.8256 | 53.1369 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.36.2
67
+ - Pytorch 2.1.2+cu118
68
+ - Datasets 2.16.1
69
+ - Tokenizers 0.15.0