Add `pipeline_tag: automatic-speech-recognition`
Browse filesThe [base model](https://huggingface.co/openai/whisper-tiny) has this tag.
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Converted using https://github.com/ml-explore/mlx-examples/tree/main/whisper with the command:
|
| 2 |
|
| 3 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: automatic-speech-recognition
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
Converted using https://github.com/ml-explore/mlx-examples/tree/main/whisper with the command:
|
| 6 |
|
| 7 |
```
|