bigmorning
commited on
Commit
•
3bf1679
1
Parent(s):
d71e100
Upload TFWhisperForConditionalGeneration
Browse files- README.md +10 -13
- config.json +1 -0
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,9 @@ 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: 1.6213
|
22 |
-
- Validation Accuracy: 0.0308
|
23 |
-
- Validation Wermet: 12.0288
|
24 |
- Epoch: 4
|
25 |
|
26 |
## Model description
|
@@ -45,13 +42,13 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Train Loss | Train Accuracy | Train Wermet |
|
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: 4.1588
|
19 |
+
- Train Accuracy: 0.0111
|
20 |
+
- Train Wermet: 6.9059
|
|
|
|
|
|
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Train Loss | Train Accuracy | Train Wermet | Epoch |
|
46 |
+
|:----------:|:--------------:|:------------:|:-----:|
|
47 |
+
| 7.0502 | 0.0020 | 5.6150 | 0 |
|
48 |
+
| 5.6527 | 0.0046 | 11.3162 | 1 |
|
49 |
+
| 4.8654 | 0.0085 | 4.8190 | 2 |
|
50 |
+
| 4.4295 | 0.0107 | 5.4574 | 3 |
|
51 |
+
| 4.1588 | 0.0111 | 6.9059 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"begin_suppress_tokens": [
|
|
|
11 |
50257
|
12 |
],
|
13 |
"bos_token_id": 50257,
|
|
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"begin_suppress_tokens": [
|
11 |
+
220,
|
12 |
50257
|
13 |
],
|
14 |
"bos_token_id": 50257,
|
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:fc84b5d5ec844fa16c1e249fcb491cc9153488d2db3ef094aed626a3ce255b8c
|
3 |
size 151253960
|