Add model card for float32 model
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- speech
|
8 |
- audio
|
9 |
datasets:
|
10 |
-
- your-dataset-name
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
@@ -15,15 +15,15 @@ model-index:
|
|
15 |
- name: AfroLogicInsect/whisper-finetuned-float32
|
16 |
results:
|
17 |
- task:
|
18 |
-
type: automatic-speech-recognition
|
19 |
name: Automatic Speech Recognition
|
|
|
20 |
dataset:
|
21 |
-
name: Your Dataset Name
|
22 |
-
type: your-dataset-type
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
|
29 |
# AfroLogicInsect/whisper-finetuned-float32
|
|
|
7 |
- speech
|
8 |
- audio
|
9 |
datasets:
|
10 |
+
- your-dataset-name # Replace with your actual dataset
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
|
|
15 |
- name: AfroLogicInsect/whisper-finetuned-float32
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
+
name: Your Dataset Name # Replace
|
22 |
+
type: your-dataset-type # Replace
|
23 |
metrics:
|
24 |
+
- name: WER
|
25 |
+
type: wer
|
26 |
+
value: "your-wer-score" # Replace with actual score
|
27 |
---
|
28 |
|
29 |
# AfroLogicInsect/whisper-finetuned-float32
|