bigmorning
commited on
Commit
·
3dc4eda
1
Parent(s):
b7575c8
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:
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Train Wermet:
|
21 |
-
- Validation Loss:
|
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 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
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.5253
|
19 |
+
- Train Accuracy: 0.0624
|
20 |
+
- Train Wermet: 3.4109
|
21 |
+
- Validation Loss: 1.4444
|
22 |
+
- Validation Accuracy: 0.0400
|
23 |
+
- Validation Wermet: 9.4755
|
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.3877 | 0.0442 | 1.0815 | 1.8406 | 0.0334 | 4.7983 | 0 |
|
51 |
+
| 1.7865 | 0.0557 | 1.3855 | 1.6832 | 0.0357 | 5.7831 | 1 |
|
52 |
+
| 1.6642 | 0.0589 | 2.5519 | 1.6045 | 0.0371 | 8.4362 | 2 |
|
53 |
+
| 1.5873 | 0.0608 | 3.0818 | 1.5454 | 0.0381 | 10.0064 | 3 |
|
54 |
+
| 1.5253 | 0.0624 | 3.4109 | 1.4444 | 0.0400 | 9.4755 | 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:01d40b5d14ec25fad86cbb04ff497f77e26723b014c3fdca66fac62522e6b5d9
|
3 |
size 151253960
|