Add `pipeline_tag: automatic-speech-recognition`
Browse filesThe [base model](https://huggingface.co/openai/whisper-medium) has this tag.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# whisper-medium-mlx
|
|
@@ -13,4 +14,4 @@ pip install -r requirements.txt
|
|
| 13 |
|
| 14 |
>> import whisper
|
| 15 |
>> whisper.transcribe("FILE_NAME")
|
| 16 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
| 3 |
+
pipeline_tag: automatic-speech-recognition
|
| 4 |
---
|
| 5 |
|
| 6 |
# whisper-medium-mlx
|
|
|
|
| 14 |
|
| 15 |
>> import whisper
|
| 16 |
>> whisper.transcribe("FILE_NAME")
|
| 17 |
+
```
|