fanaf91318
commited on
Commit
•
74171f4
1
Parent(s):
e54c72e
aisha-org/whisper-distil-v2
Browse files- README.md +16 -0
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
base_model: distil-whisper/distil-large-v2
|
3 |
library_name: peft
|
4 |
license: mit
|
|
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
@@ -16,6 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# distil-whisper-large-v2
|
17 |
|
18 |
This model is a fine-tuned version of [distil-whisper/distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) on an unknown dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -43,6 +49,16 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_steps: 500
|
44 |
- num_epochs: 10
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- PEFT 0.13.2
|
|
|
2 |
base_model: distil-whisper/distil-large-v2
|
3 |
library_name: peft
|
4 |
license: mit
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
|
|
18 |
# distil-whisper-large-v2
|
19 |
|
20 |
This model is a fine-tuned version of [distil-whisper/distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 7.1657
|
23 |
+
- Wer Ortho: 100.0
|
24 |
+
- Wer: 100.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
- num_epochs: 10
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-----:|
|
56 |
+
| 8.0272 | 1.0 | 3 | 7.0930 | 100.0 | 100.0 |
|
57 |
+
| 8.4161 | 2.0 | 6 | 7.1227 | 100.0 | 100.0 |
|
58 |
+
| 8.1907 | 3.0 | 9 | 7.1657 | 100.0 | 100.0 |
|
59 |
+
| 8.12 | 4.0 | 12 | 7.1657 | 100.0 | 100.0 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- PEFT 0.13.2
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 23613424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:801fe2abf0634ea744147a2059218b4f224fd75e0b5fb3a00303241477408d41
|
3 |
size 23613424
|