End of training
Browse files- README.md +7 -7
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# testcode
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss:
|
| 21 |
-
- Cer:
|
| 22 |
-
- Wer:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -54,8 +54,8 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|
| 56 |
|:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: PThi35/whisper_medium_phase2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
|
|
| 15 |
|
| 16 |
# testcode
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [PThi35/whisper_medium_phase2](https://huggingface.co/PThi35/whisper_medium_phase2) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.8281
|
| 21 |
+
- Cer: 22.7926
|
| 22 |
+
- Wer: 36.8421
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|
| 56 |
|:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|
|
| 57 |
+
| 2.027 | 0.6667 | 1 | 0.8281 | 22.7926 | 36.8421 |
|
| 58 |
+
| 0.7125 | 2.0 | 3 | 0.8281 | 22.7926 | 36.8421 |
|
| 59 |
|
| 60 |
|
| 61 |
### 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": true,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "PThi35/whisper_medium_phase2",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055544304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a84f989448b138eba9ec742ed31606edae5cf5d566283cc01295861f060cef
|
| 3 |
size 3055544304
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:309b67248e46ba19658cb21d1f15457b17988e0ad02b7b677913238e44ac5831
|
| 3 |
size 5240
|