Model save
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-bem-genbed-all
|
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-bem-genbed-all
|
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.2479
|
22 |
+
- Wer: 0.4062
|
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: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 500
|
48 |
+
- num_epochs: 5.0
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
55 |
+
| No log | 0.2747 | 200 | 0.6312 | 0.6736 |
|
56 |
+
| No log | 0.5495 | 400 | 0.3199 | 0.4919 |
|
57 |
+
| 2.9901 | 0.8242 | 600 | 0.3014 | 0.4613 |
|
58 |
+
| 2.9901 | 1.0989 | 800 | 0.2825 | 0.4433 |
|
59 |
+
| 0.3968 | 1.3736 | 1000 | 0.2783 | 0.4541 |
|
60 |
+
| 0.3968 | 1.6484 | 1200 | 0.2732 | 0.4294 |
|
61 |
+
| 0.3968 | 1.9231 | 1400 | 0.2649 | 0.4244 |
|
62 |
+
| 0.3766 | 2.1978 | 1600 | 0.2621 | 0.4204 |
|
63 |
+
| 0.3766 | 2.4725 | 1800 | 0.2628 | 0.4171 |
|
64 |
+
| 0.3537 | 2.7473 | 2000 | 0.2579 | 0.4187 |
|
65 |
+
| 0.3537 | 3.0220 | 2200 | 0.2557 | 0.4034 |
|
66 |
+
| 0.3537 | 3.2967 | 2400 | 0.2524 | 0.4091 |
|
67 |
+
| 0.3529 | 3.5714 | 2600 | 0.2535 | 0.4061 |
|
68 |
+
| 0.3529 | 3.8462 | 2800 | 0.2495 | 0.4034 |
|
69 |
+
| 0.3393 | 4.1209 | 3000 | 0.2494 | 0.4065 |
|
70 |
+
| 0.3393 | 4.3956 | 3200 | 0.2488 | 0.4066 |
|
71 |
+
| 0.3393 | 4.6703 | 3400 | 0.2482 | 0.4028 |
|
72 |
+
| 0.3332 | 4.9451 | 3600 | 0.2479 | 0.4062 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.45.0.dev0
|
78 |
+
- Pytorch 2.4.0+cu121
|
79 |
+
- Datasets 2.21.0
|
80 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3858890924
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58740fbe5e81d333933a812aa62cf09894441ac558c9a72b86b7b14dedb966f0
|
3 |
size 3858890924
|
runs/Sep06_22-35-02_957b6e261270/events.out.tfevents.1725662140.957b6e261270.11504.0
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:e9ae062afb1a71e6660b87eeec44624fd09a270c4cc4082c8af3ef7df83cd06e
|
3 |
+
size 13924
|