Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ Whosper-large is a fine-tuned version of [openai/whisper-large-v2](https://huggi
|
|
| 59 |
## Limitations
|
| 60 |
- Outputs in lowercase only
|
| 61 |
- Limited punctuation support
|
| 62 |
-
|
| 63 |
|
| 64 |
## Training Data
|
| 65 |
Trained on diverse Wolof speech data:
|
|
@@ -73,7 +73,7 @@ Trained on diverse Wolof speech data:
|
|
| 73 |
|
| 74 |
### Installation
|
| 75 |
```bash
|
| 76 |
-
pip install git+https://github.com/
|
| 77 |
```
|
| 78 |
|
| 79 |
### Basic Usage
|
|
|
|
| 59 |
## Limitations
|
| 60 |
- Outputs in lowercase only
|
| 61 |
- Limited punctuation support
|
| 62 |
+
- Low performances on bad quality audios
|
| 63 |
|
| 64 |
## Training Data
|
| 65 |
Trained on diverse Wolof speech data:
|
|
|
|
| 73 |
|
| 74 |
### Installation
|
| 75 |
```bash
|
| 76 |
+
pip install git+https://github.com/sudoping01/[email protected]
|
| 77 |
```
|
| 78 |
|
| 79 |
### Basic Usage
|