csikasote commited on
Commit
3cb00e0
1 Parent(s): 2e34461

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: cc-by-nc-4.0
3
+ base_model: facebook/mms-1b-all
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: wav2vec2-large-mms-1b-bem-colab
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
+ # wav2vec2-large-mms-1b-bem-colab
17
+
18
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1638
21
+ - Wer: 0.3223
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: 0.001
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 200
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 2.2095 | 1.03 | 200 | 0.2066 | 0.3850 |
56
+ | 0.4028 | 2.06 | 400 | 0.1861 | 0.3539 |
57
+ | 0.3751 | 3.09 | 600 | 0.1781 | 0.3417 |
58
+ | 0.3631 | 4.12 | 800 | 0.1739 | 0.3392 |
59
+ | 0.3481 | 5.15 | 1000 | 0.1688 | 0.3340 |
60
+ | 0.3391 | 6.19 | 1200 | 0.1690 | 0.3319 |
61
+ | 0.3301 | 7.22 | 1400 | 0.1654 | 0.3285 |
62
+ | 0.3237 | 8.25 | 1600 | 0.1667 | 0.3262 |
63
+ | 0.3186 | 9.28 | 1800 | 0.1638 | 0.3223 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.31.0.dev0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.13.1
71
+ - Tokenizers 0.13.3