Model save
Browse files- README.md +6 -6
- all_results.json +6 -6
- model.safetensors +1 -1
- train_results.json +6 -6
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Wer: 26.6667
|
22 |
|
23 |
## Model description
|
@@ -43,15 +43,15 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch
|
52 |
-
|
53 |
-
| 0.0 |
|
54 |
-
| 0.0 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8927
|
21 |
- Wer: 26.6667
|
22 |
|
23 |
## Model description
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- training_steps: 700
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.0 | 350.0 | 350 | 0.8709 | 26.6667 |
|
54 |
+
| 0.0 | 700.0 | 700 | 0.8927 | 26.6667 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 700.0,
|
3 |
+
"total_flos": 2.857693741056e+18,
|
4 |
+
"train_loss": 0.007796804091854678,
|
5 |
+
"train_runtime": 887.094,
|
6 |
+
"train_samples_per_second": 12.625,
|
7 |
+
"train_steps_per_second": 0.789
|
8 |
}
|
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:0fc56b8ea5c94b7e97debb4ceb50cbef2b98c91dd962e802835d9183f2e0028c
|
3 |
size 3055544304
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 700.0,
|
3 |
+
"total_flos": 2.857693741056e+18,
|
4 |
+
"train_loss": 0.007796804091854678,
|
5 |
+
"train_runtime": 887.094,
|
6 |
+
"train_samples_per_second": 12.625,
|
7 |
+
"train_steps_per_second": 0.789
|
8 |
}
|