Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card: AImpower/StutteredSpeechASR
|
| 2 |
|
| 3 |
This model is a version of OpenAI's `whisper-large-v2` fine-tuned on the **AImpower/MandarinStutteredSpeech** dataset, a grassroots-collected corpus of Mandarin Chinese speech from people who stutter (PWS).
|
|
@@ -122,4 +134,4 @@ If you use this model, please cite the original paper:
|
|
| 122 |
location = {Athens, Greece},
|
| 123 |
series = {FAccT '25}
|
| 124 |
}
|
| 125 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- AImpower/MandarinStutteredSpeech
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
metrics:
|
| 8 |
+
- cer
|
| 9 |
+
base_model:
|
| 10 |
+
- openai/whisper-large-v2
|
| 11 |
+
pipeline_tag: automatic-speech-recognition
|
| 12 |
+
---
|
| 13 |
# Model Card: AImpower/StutteredSpeechASR
|
| 14 |
|
| 15 |
This model is a version of OpenAI's `whisper-large-v2` fine-tuned on the **AImpower/MandarinStutteredSpeech** dataset, a grassroots-collected corpus of Mandarin Chinese speech from people who stutter (PWS).
|
|
|
|
| 134 |
location = {Athens, Greece},
|
| 135 |
series = {FAccT '25}
|
| 136 |
}
|
| 137 |
+
```
|