Update model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: openai/whisper-base
|
| 3 |
+
description: Whisper Base 74M parameter multilingual speech recognition model by OpenAI.
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: automatic-speech-recognition
|
| 6 |
+
tags:
|
| 7 |
+
- transcription
|
| 8 |
+
- speech-embed
|
| 9 |
+
- apple-npu
|
| 10 |
+
---
|