End of training
Browse files- README.md +11 -8
- model.safetensors +1 -1
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 [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer Ortho: 0.
|
22 |
-
- Wer: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,15 +45,18 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: constant_with_warmup
|
47 |
- lr_scheduler_warmup_steps: 50
|
48 |
-
- training_steps:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5603
|
21 |
+
- Wer Ortho: 0.2844
|
22 |
+
- Wer: 0.2910
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: constant_with_warmup
|
47 |
- lr_scheduler_warmup_steps: 50
|
48 |
+
- training_steps: 2225
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
55 |
+
| 0.5396 | 1.0 | 445 | 0.4247 | 0.3387 | 0.3394 |
|
56 |
+
| 0.2289 | 2.0 | 890 | 0.4628 | 0.2961 | 0.3017 |
|
57 |
+
| 0.1448 | 3.0 | 1335 | 0.4680 | 0.2819 | 0.2869 |
|
58 |
+
| 0.0405 | 4.0 | 1780 | 0.5402 | 0.3029 | 0.3052 |
|
59 |
+
| 0.0092 | 5.0 | 2225 | 0.5603 | 0.2844 | 0.2910 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:018781bc5f6dab879264a533e58724eef4dafd6e986714b42c1faaa26b40d282
|
3 |
size 151061672
|