Model save
Browse files
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-bigcgen-female-20hrs-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-bigcgen-female-20hrs-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: inf
|
22 |
+
- Wer: 0.5260
|
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 |
+
- gradient_accumulation_steps: 2
|
46 |
+
- total_train_batch_size: 8
|
47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 100
|
50 |
+
- training_steps: 2500
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
57 |
+
| 13.9528 | 0.0752 | 100 | inf | 1.0431 |
|
58 |
+
| 6.1846 | 0.1505 | 200 | inf | 1.0030 |
|
59 |
+
| 5.4651 | 0.2257 | 300 | inf | 1.0386 |
|
60 |
+
| 4.4356 | 0.3010 | 400 | inf | 0.8831 |
|
61 |
+
| 2.2016 | 0.3762 | 500 | inf | 0.6218 |
|
62 |
+
| 1.8013 | 0.4515 | 600 | inf | 0.5746 |
|
63 |
+
| 1.7499 | 0.5267 | 700 | inf | 0.5793 |
|
64 |
+
| 1.6979 | 0.6020 | 800 | inf | 0.5501 |
|
65 |
+
| 1.5567 | 0.6772 | 900 | inf | 0.5439 |
|
66 |
+
| 1.6301 | 0.7524 | 1000 | inf | 0.5355 |
|
67 |
+
| 1.6362 | 0.8277 | 1100 | inf | 0.5367 |
|
68 |
+
| 1.5247 | 0.9029 | 1200 | inf | 0.5326 |
|
69 |
+
| 1.4012 | 0.9782 | 1300 | inf | 0.5346 |
|
70 |
+
| 1.6397 | 1.0534 | 1400 | inf | 0.5301 |
|
71 |
+
| 1.5258 | 1.1287 | 1500 | inf | 0.5285 |
|
72 |
+
| 1.4144 | 1.2039 | 1600 | inf | 0.5244 |
|
73 |
+
| 1.4363 | 1.2792 | 1700 | inf | 0.5144 |
|
74 |
+
| 1.3733 | 1.3544 | 1800 | inf | 0.5358 |
|
75 |
+
| 1.4592 | 1.4296 | 1900 | inf | 0.5598 |
|
76 |
+
| 1.3499 | 1.5049 | 2000 | inf | 0.5192 |
|
77 |
+
| 1.4039 | 1.5801 | 2100 | inf | 0.5228 |
|
78 |
+
| 1.4057 | 1.6554 | 2200 | inf | 0.5289 |
|
79 |
+
| 1.4961 | 1.7306 | 2300 | inf | 0.5323 |
|
80 |
+
| 1.3975 | 1.8059 | 2400 | inf | 0.5119 |
|
81 |
+
| 1.4725 | 1.8811 | 2500 | inf | 0.5260 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.47.1
|
87 |
+
- Pytorch 2.5.1+cu124
|
88 |
+
- Datasets 3.2.0
|
89 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3858885800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d51b9fe738883e16f14bf5ab5a3e99c166a7718226365a94779573d8e5f68a50
|
3 |
size 3858885800
|
runs/Dec29_12-00-59_srvrocgpu011.uct.ac.za/events.out.tfevents.1735466520.srvrocgpu011.uct.ac.za
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:382160d2177d6b86209993debf541fef46d2957e4a433f52e527769c2ddf0f19
|
3 |
+
size 20142
|