bayartsogt commited on
Commit
bdf4467
·
1 Parent(s): 34ae894

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - bayartsogt/mongolian_speech_commands
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: wav2vec2-base-mn-pretrain-42h-finetuned-speech-commands
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # wav2vec2-base-mn-pretrain-42h-finetuned-speech-commands
19
+
20
+ This model is a fine-tuned version of [bayartsogt/wav2vec2-base-mn-pretrain-42h](https://huggingface.co/bayartsogt/wav2vec2-base-mn-pretrain-42h) on the Mongolian Speech Commands dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1007
23
+ - Accuracy: 0.9762
24
+ - F1: 0.9758
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: 5e-05
44
+ - train_batch_size: 128
45
+ - eval_batch_size: 128
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 2.2273 | 1.0 | 17 | 2.2714 | 0.1190 | 0.0253 |
57
+ | 1.7478 | 2.0 | 34 | 1.2036 | 0.8452 | 0.8242 |
58
+ | 0.775 | 3.0 | 51 | 0.4755 | 0.9524 | 0.9526 |
59
+ | 0.4738 | 4.0 | 68 | 0.2056 | 0.9881 | 0.9878 |
60
+ | 0.3146 | 5.0 | 85 | 0.1485 | 0.9762 | 0.9765 |
61
+ | 0.2677 | 6.0 | 102 | 0.1277 | 0.9762 | 0.9758 |
62
+ | 0.2636 | 7.0 | 119 | 0.0919 | 0.9881 | 0.9880 |
63
+ | 0.2122 | 8.0 | 136 | 0.0903 | 0.9762 | 0.9758 |
64
+ | 0.1817 | 9.0 | 153 | 0.0782 | 0.9881 | 0.9880 |
65
+ | 0.198 | 10.0 | 170 | 0.0982 | 0.9762 | 0.9758 |
66
+ | 0.1436 | 11.0 | 187 | 0.1053 | 0.9762 | 0.9758 |
67
+ | 0.1111 | 12.0 | 204 | 0.1004 | 0.9762 | 0.9758 |
68
+ | 0.1607 | 13.0 | 221 | 0.1176 | 0.9762 | 0.9758 |
69
+ | 0.1209 | 14.0 | 238 | 0.1097 | 0.9762 | 0.9758 |
70
+ | 0.0974 | 15.0 | 255 | 0.1136 | 0.9762 | 0.9758 |
71
+ | 0.1351 | 16.0 | 272 | 0.0986 | 0.9762 | 0.9758 |
72
+ | 0.1008 | 17.0 | 289 | 0.1010 | 0.9762 | 0.9758 |
73
+ | 0.097 | 18.0 | 306 | 0.0781 | 0.9762 | 0.9758 |
74
+ | 0.0806 | 19.0 | 323 | 0.1106 | 0.9762 | 0.9758 |
75
+ | 0.0744 | 20.0 | 340 | 0.1007 | 0.9762 | 0.9758 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.30.2
81
+ - Pytorch 2.0.0
82
+ - Datasets 2.14.4
83
+ - Tokenizers 0.13.3