csikasote commited on
Commit
f6331dc
·
verified ·
1 Parent(s): 9db2665

Model save

Browse files
Files changed (2) hide show
  1. README.md +88 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/mms-1b-all
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: mms-1b-lozgen-balanced-model
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mms-1b-lozgen-balanced-model
18
+
19
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.5417
22
+ - Wer: 0.3664
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0003
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 100
48
+ - num_epochs: 30.0
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
55
+ | 6.6518 | 0.8130 | 100 | 3.1671 | 0.9943 |
56
+ | 2.6718 | 1.6260 | 200 | 2.2609 | 0.9316 |
57
+ | 1.4567 | 2.4390 | 300 | 0.7404 | 0.7192 |
58
+ | 0.7044 | 3.2520 | 400 | 0.6402 | 0.5321 |
59
+ | 0.6221 | 4.0650 | 500 | 0.6065 | 0.5166 |
60
+ | 0.6016 | 4.8780 | 600 | 0.5948 | 0.4787 |
61
+ | 0.5686 | 5.6911 | 700 | 0.5806 | 0.4641 |
62
+ | 0.6054 | 6.5041 | 800 | 0.5716 | 0.4486 |
63
+ | 0.4871 | 7.3171 | 900 | 0.5732 | 0.4446 |
64
+ | 0.5275 | 8.1301 | 1000 | 0.5667 | 0.4350 |
65
+ | 0.5199 | 8.9431 | 1100 | 0.5688 | 0.4300 |
66
+ | 0.5031 | 9.7561 | 1200 | 0.5516 | 0.4443 |
67
+ | 0.4533 | 10.5691 | 1300 | 0.5577 | 0.4179 |
68
+ | 0.4738 | 11.3821 | 1400 | 0.5536 | 0.4057 |
69
+ | 0.4925 | 12.1951 | 1500 | 0.5503 | 0.3969 |
70
+ | 0.441 | 13.0081 | 1600 | 0.5403 | 0.4005 |
71
+ | 0.4177 | 13.8211 | 1700 | 0.5563 | 0.3914 |
72
+ | 0.4589 | 14.6341 | 1800 | 0.5394 | 0.3876 |
73
+ | 0.4131 | 15.4472 | 1900 | 0.5425 | 0.3957 |
74
+ | 0.393 | 16.2602 | 2000 | 0.5469 | 0.3907 |
75
+ | 0.4235 | 17.0732 | 2100 | 0.5357 | 0.3878 |
76
+ | 0.4113 | 17.8862 | 2200 | 0.5391 | 0.3802 |
77
+ | 0.3781 | 18.6992 | 2300 | 0.5324 | 0.3728 |
78
+ | 0.3706 | 19.5122 | 2400 | 0.5463 | 0.3826 |
79
+ | 0.3617 | 20.3252 | 2500 | 0.5391 | 0.3697 |
80
+ | 0.401 | 21.1382 | 2600 | 0.5417 | 0.3664 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.47.1
86
+ - Pytorch 2.5.1+cu124
87
+ - Datasets 3.2.0
88
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52de210266216d51370aee8e08720d2e3f3911d95ac28d896ca68521a20e0ecc
3
  size 3858885800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99eb9fa2f7b2400a41a00b2f0c8813820f60c6b689e1c8f0021767bb872dbd3
3
  size 3858885800