fkapsahili
commited on
Commit
•
1c29831
1
Parent(s):
48059e8
End of training
Browse files- README.md +8 -19
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
-
|
7 |
-
-
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: nan
|
21 |
-
- Wer: 100.0
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,17 +46,6 @@ The following hyperparameters were used during training:
|
|
46 |
- lr_scheduler_warmup_steps: 10
|
47 |
- training_steps: 100
|
48 |
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
-
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
53 |
-
| No log | 2.0 | 20 | nan | 100.0 |
|
54 |
-
| 1.9187 | 4.0 | 40 | nan | 100.0 |
|
55 |
-
| 0.0 | 6.0 | 60 | nan | 100.0 |
|
56 |
-
| 0.0 | 8.0 | 80 | nan | 100.0 |
|
57 |
-
| 0.0 | 10.0 | 100 | nan | 100.0 |
|
58 |
-
|
59 |
-
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.39.1
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
+
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- LibriSpeech
|
11 |
model-index:
|
12 |
+
- name: Whisper Small En - Fabio Kapsahili
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# Whisper Small En - Fabio Kapsahili
|
20 |
|
21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the LibriSpeech 12 dev-clean dataset.
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- lr_scheduler_warmup_steps: 10
|
47 |
- training_steps: 100
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.39.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d7734884874f1a1513ed9aa760a4f8e97aaa02fd6d93a3a85d27b2ae9ca596b
|
3 |
size 966995080
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a37cc6d2c7f324531c037bbfeb362bb1a3502cddf0b62adb114a2e7e6493b2c
|
3 |
size 5048
|