ChepkiruiTonui
commited on
Commit
•
f544dc5
1
Parent(s):
c1cd52d
Training in progress, step 25
Browse files- README.md +7 -7
- adapter_config.json +2 -2
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_16_1 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- eval_loss:
|
22 |
-
- eval_wer:
|
23 |
-
- eval_runtime:
|
24 |
-
- eval_samples_per_second: 0.
|
25 |
-
- eval_steps_per_second: 0.
|
26 |
-
- epoch:
|
27 |
-
- step:
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_16_1 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- eval_loss: 5.8162
|
22 |
+
- eval_wer: 125.6250
|
23 |
+
- eval_runtime: 28.1944
|
24 |
+
- eval_samples_per_second: 0.709
|
25 |
+
- eval_steps_per_second: 0.035
|
26 |
+
- epoch: 8.01
|
27 |
+
- step: 25
|
28 |
|
29 |
## Model description
|
30 |
|
adapter_config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": null,
|
29 |
"use_dora": false,
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"v_proj",
|
26 |
+
"q_proj"
|
27 |
],
|
28 |
"task_type": null,
|
29 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14208970
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:245f29a897e7c49c00428e860ce4e07d6228260072c910e4328405c8fa1e8df0
|
3 |
size 14208970
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14176064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5c3478431664c06178d1b0c3f69ee9f5c5e601846330968ed8fc68c3673b91e
|
3 |
size 14176064
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 387764486
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:849363f3209efd1758e4e25b67eee6d30dc438312428b40031d4452f08596d5a
|
3 |
size 387764486
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cf734b6963f8f73a8ed78acf74b0e5afa35b59bed85b09f6588300413559cfc
|
3 |
size 5176
|