bigmorning
commited on
Commit
•
d71e100
1
Parent(s):
3dc4eda
Upload TFWhisperForConditionalGeneration
Browse files- README.md +11 -11
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 1.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Train Wermet:
|
21 |
-
- Validation Loss: 1.
|
22 |
-
- Validation Accuracy: 0.
|
23 |
-
- Validation Wermet:
|
24 |
- Epoch: 4
|
25 |
|
26 |
## Model description
|
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Train Accuracy | Train Wermet | Validation Loss | Validation Accuracy | Validation Wermet | Epoch |
|
49 |
|:----------:|:--------------:|:------------:|:---------------:|:-------------------:|:-----------------:|:-----:|
|
50 |
-
| 2.
|
51 |
-
|
|
52 |
-
|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.8240
|
19 |
+
- Train Accuracy: 0.0439
|
20 |
+
- Train Wermet: 4.6041
|
21 |
+
- Validation Loss: 1.6213
|
22 |
+
- Validation Accuracy: 0.0308
|
23 |
+
- Validation Wermet: 12.0288
|
24 |
- Epoch: 4
|
25 |
|
26 |
## Model description
|
|
|
47 |
|
48 |
| Train Loss | Train Accuracy | Train Wermet | Validation Loss | Validation Accuracy | Validation Wermet | Epoch |
|
49 |
|:----------:|:--------------:|:------------:|:---------------:|:-------------------:|:-----------------:|:-----:|
|
50 |
+
| 2.9164 | 0.0249 | 6.7624 | 2.3005 | 0.0222 | 17.3950 | 0 |
|
51 |
+
| 2.2801 | 0.0354 | 6.3518 | 2.0871 | 0.0247 | 13.2620 | 1 |
|
52 |
+
| 2.0950 | 0.0388 | 5.1467 | 1.9468 | 0.0263 | 12.7130 | 2 |
|
53 |
+
| 1.9681 | 0.0411 | 4.7586 | 1.8190 | 0.0281 | 13.0904 | 3 |
|
54 |
+
| 1.8240 | 0.0439 | 4.6041 | 1.6213 | 0.0308 | 12.0288 | 4 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151253960
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9db2c630c273adbb4ebac35134165d6786e6f641950ba38a3922dd5b87663a
|
3 |
size 151253960
|