johnatanebonilla
commited on
Commit
•
89a1929
1
Parent(s):
04ecf8a
End of training
Browse files- README.md +7 -8
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model was trained from scratch on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -50,12 +50,11 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.3292 | 3.5108 | 6000 | 0.7039 | 87.4439 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
16 |
|
17 |
This model was trained from scratch on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6468
|
20 |
+
- Wer: 77.1230
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.7247 | 0.7184 | 1000 | 0.6818 | 77.6120 |
|
54 |
+
| 0.5041 | 1.4368 | 2000 | 0.6395 | 75.4202 |
|
55 |
+
| 0.3808 | 2.1552 | 3000 | 0.6313 | 85.2857 |
|
56 |
+
| 0.3595 | 2.8736 | 4000 | 0.6264 | 71.4611 |
|
57 |
+
| 0.2771 | 3.5920 | 5000 | 0.6468 | 77.1230 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./model_lv_70/whisper-small_best_v1.0",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5037dd291b75b0c2a04a20388d80122534b89f450207a244954cd4d17647113
|
3 |
size 966995080
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e415c981a33c737b2fc9ad166c0446c8b34ccf82efa683e0ad612de52e13b005
|
3 |
size 5368
|