bigmorning
commited on
Commit
•
5fae60e
1
Parent(s):
3bf1679
Upload TFWhisperForConditionalGeneration
Browse files- README.md +13 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,9 +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: 6.
|
|
|
|
|
|
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
@@ -42,13 +45,13 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Train Loss | Train Accuracy | Train Wermet | Epoch |
|
46 |
-
|
47 |
-
|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
|
53 |
|
54 |
### 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: 2.0288
|
19 |
+
- Train Accuracy: 0.0397
|
20 |
+
- Train Wermet: 6.0799
|
21 |
+
- Validation Loss: 1.9309
|
22 |
+
- Validation Accuracy: 0.0265
|
23 |
+
- Validation Wermet: 13.6220
|
24 |
- Epoch: 4
|
25 |
|
26 |
## Model description
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Train Loss | Train Accuracy | Train Wermet | Validation Loss | Validation Accuracy | Validation Wermet | Epoch |
|
49 |
+
|:----------:|:--------------:|:------------:|:---------------:|:-------------------:|:-----------------:|:-----:|
|
50 |
+
| 2.9538 | 0.0228 | 5.6932 | 2.4237 | 0.0203 | 14.2654 | 0 |
|
51 |
+
| 2.4052 | 0.0321 | 6.0897 | 2.1989 | 0.0229 | 15.5551 | 1 |
|
52 |
+
| 2.2222 | 0.0358 | 6.1102 | 2.0871 | 0.0245 | 13.4374 | 2 |
|
53 |
+
| 2.1102 | 0.0380 | 6.0428 | 1.9986 | 0.0253 | 13.7934 | 3 |
|
54 |
+
| 2.0288 | 0.0397 | 6.0799 | 1.9309 | 0.0265 | 13.6220 | 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:03e646bb221b8b79c0619c7179f0761ed558ab0aa037ee748f570f7029e9c9e4
|
3 |
size 151253960
|