Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,13 @@ tags:
|
|
7 |
model-index:
|
8 |
- name: whisper-small-sc
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# whisper-small-sc
|
16 |
|
17 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- eval_loss: 0.3354
|
20 |
- eval_wer_ortho: 11.0780
|
@@ -59,4 +66,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.44.2
|
60 |
- Pytorch 2.4.0
|
61 |
- Datasets 2.21.0
|
62 |
-
- Tokenizers 0.19.1
|
|
|
7 |
model-index:
|
8 |
- name: whisper-small-sc
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- janaab/supreme-court-speech
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
metrics:
|
15 |
+
- wer
|
16 |
+
pipeline_tag: automatic-speech-recognition
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# whisper-small-sc
|
23 |
|
24 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on [janaab/supreme-court-speech](https://huggingface.co/janaab/supreme-court-speech) dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- eval_loss: 0.3354
|
27 |
- eval_wer_ortho: 11.0780
|
|
|
66 |
- Transformers 4.44.2
|
67 |
- Pytorch 2.4.0
|
68 |
- Datasets 2.21.0
|
69 |
+
- Tokenizers 0.19.1
|