Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# whisper-tiny-hi2
|
17 |
|
18 |
-
This model
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 56.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,13 +35,12 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 7.8e-
|
41 |
- train_batch_size: 32
|
42 |
- eval_batch_size: 1
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- lr_scheduler_warmup_steps: 100
|
47 |
- training_steps: 500
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
@@ -51,8 +48,8 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
13 |
|
14 |
# whisper-tiny-hi2
|
15 |
|
16 |
+
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.4554
|
19 |
+
- Wer: 56.1182
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 7.8e-08
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 1
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
|
|
44 |
- training_steps: 500
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
51 |
+
| 0.4285 | 1.0 | 250 | 0.4558 | 56.3045 |
|
52 |
+
| 0.4273 | 2.0 | 500 | 0.4554 | 56.1182 |
|
53 |
|
54 |
|
55 |
### Framework versions
|