End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/mms-1b-l1107](https://huggingface.co/facebook/mms-1b-l1107) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Wer:
|
22 |
-
- Cer: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,15 +50,22 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
54 |
-
|
55 |
-
| No log |
|
56 |
-
| No log |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
-
- Pytorch 1.10.1
|
63 |
- Datasets 2.19.1
|
64 |
- Tokenizers 0.19.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/mms-1b-l1107](https://huggingface.co/facebook/mms-1b-l1107) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.4432
|
21 |
+
- Wer: 0.4844
|
22 |
+
- Cer: 0.1329
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
55 |
+
| No log | 4.0 | 108 | 3.4128 | 1.0 | 1.0 |
|
56 |
+
| No log | 5.0 | 135 | 3.2507 | 1.0 | 1.0 |
|
57 |
+
| No log | 6.0 | 162 | 2.9310 | 1.0 | 0.3287 |
|
58 |
+
| No log | 7.0 | 189 | 2.3864 | 0.875 | 0.1958 |
|
59 |
+
| 5.6606 | 8.0 | 216 | 2.5689 | 0.7188 | 0.1772 |
|
60 |
+
| 5.6606 | 9.0 | 243 | 2.2867 | 0.625 | 0.1655 |
|
61 |
+
| 5.6606 | 10.0 | 270 | 2.3748 | 0.5 | 0.1352 |
|
62 |
+
| 5.6606 | 11.0 | 297 | 2.4432 | 0.4844 | 0.1329 |
|
63 |
+
| 5.6606 | 12.0 | 324 | 2.5012 | 0.5156 | 0.1352 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
+
- Transformers 4.41.0
|
69 |
+
- Pytorch 1.10.1+cu111
|
70 |
- Datasets 2.19.1
|
71 |
- Tokenizers 0.19.1
|
adapter.mus.safetensors
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:cd5629b6684d98cef5e49ecece087f2eed541861225564229630969b8cf14cab
|
3 |
+
size 8803656
|
config.json
CHANGED
@@ -77,7 +77,7 @@
|
|
77 |
"num_hidden_layers": 48,
|
78 |
"num_negatives": 100,
|
79 |
"output_hidden_size": 1280,
|
80 |
-
"pad_token_id":
|
81 |
"proj_codevector_dim": 1024,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
@@ -101,8 +101,8 @@
|
|
101 |
1
|
102 |
],
|
103 |
"torch_dtype": "float32",
|
104 |
-
"transformers_version": "4.
|
105 |
"use_weighted_layer_sum": false,
|
106 |
-
"vocab_size":
|
107 |
"xvector_output_dim": 512
|
108 |
}
|
|
|
77 |
"num_hidden_layers": 48,
|
78 |
"num_negatives": 100,
|
79 |
"output_hidden_size": 1280,
|
80 |
+
"pad_token_id": 29,
|
81 |
"proj_codevector_dim": 1024,
|
82 |
"tdnn_dilation": [
|
83 |
1,
|
|
|
101 |
1
|
102 |
],
|
103 |
"torch_dtype": "float32",
|
104 |
+
"transformers_version": "4.41.0",
|
105 |
"use_weighted_layer_sum": false,
|
106 |
+
"vocab_size": 32,
|
107 |
"xvector_output_dim": 512
|
108 |
}
|
model.safetensors
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:96d10415a2abd7a8692fea4d1982954b49bf92dd3f09c4f51f6226440a0d9d11
|
3 |
+
size 3858895992
|
runs/May22_01-36-05_patas-gn2/events.out.tfevents.1716367000.patas-gn2.1497720.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2a98991bc76971c1f8a7330a43be88d9d8b4825614c75ef415133e95c627f51
|
3 |
+
size 10189
|
runs/May22_01-36-05_patas-gn2/events.out.tfevents.1716370951.patas-gn2.1497720.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27ded4baaed37f08f10cc39404e780878b54f0ce6ef8591519aa0e1f304d0927
|
3 |
+
size 453
|
training_args.bin
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:10e32f75ea3330262c53b49c2096950d1cd0cd84f88a180e98aaccf37d5a6652
|
3 |
+
size 4719
|