Model save
Browse files- README.md +3 -3
- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
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
|
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
-
| 0.0 | 350.0 | 350 | 0.
|
54 |
-
| 0.0 | 700.0 | 700 | 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.8963
|
21 |
- Wer: 26.6667
|
22 |
|
23 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.0 | 350.0 | 350 | 0.8728 | 26.6667 |
|
54 |
+
| 0.0 | 700.0 | 700 | 0.8963 | 26.6667 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
all_results.json
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
"eval_steps_per_second": 0.669,
|
7 |
"eval_wer": 26.666666666666668,
|
8 |
"total_flos": 2.857693741056e+18,
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second": 12.
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
6 |
"eval_steps_per_second": 0.669,
|
7 |
"eval_wer": 26.666666666666668,
|
8 |
"total_flos": 2.857693741056e+18,
|
9 |
+
"train_loss": 0.00779592388232881,
|
10 |
+
"train_runtime": 872.7302,
|
11 |
+
"train_samples_per_second": 12.833,
|
12 |
+
"train_steps_per_second": 0.802
|
13 |
}
|
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:1edc41ed691335c0182e6c7d65fbe6793598ff30d3acb099416d5b953d15d1ef
|
3 |
size 3055544304
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 700.0,
|
3 |
"total_flos": 2.857693741056e+18,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second": 12.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 700.0,
|
3 |
"total_flos": 2.857693741056e+18,
|
4 |
+
"train_loss": 0.00779592388232881,
|
5 |
+
"train_runtime": 872.7302,
|
6 |
+
"train_samples_per_second": 12.833,
|
7 |
+
"train_steps_per_second": 0.802
|
8 |
}
|