Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai/whisper-large-v3
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
---
|
10 |
+
|
11 |
+
# Whisper Model for Incorrect English Phrases
|
12 |
+
|
13 |
+
## Overview
|
14 |
+
|
15 |
+
This fine-tuned version of OpenAI’s Whisper model is specifically trained to handle incorrect English phrases.
|
16 |
+
It is designed to transcribe and process non-standard or erroneous English input, including mispronunciations,
|
17 |
+
grammatical mistakes, slang, and non-native speaker errors. This model helps improve transcription accuracy
|
18 |
+
in scenarios where speakers use incorrect or informal English, making it useful in language learning,
|
19 |
+
transcription of casual conversations, or analyzing spoken communication from non-native English speakers.
|