Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
library_name: mlx
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# ivrit-ai-whisper-large-v3-mlx
|
@@ -17,4 +21,4 @@ result = mlx_whisper.transcribe(
|
|
17 |
"FILE_NAME",
|
18 |
path_or_hf_repo=mlx-community/ivrit-ai-whisper-large-v3-mlx,
|
19 |
)
|
20 |
-
```
|
|
|
1 |
---
|
2 |
library_name: mlx
|
3 |
+
language:
|
4 |
+
- he
|
5 |
+
base_model:
|
6 |
+
- ivrit-ai/whisper-large-v3
|
7 |
---
|
8 |
|
9 |
# ivrit-ai-whisper-large-v3-mlx
|
|
|
21 |
"FILE_NAME",
|
22 |
path_or_hf_repo=mlx-community/ivrit-ai-whisper-large-v3-mlx,
|
23 |
)
|
24 |
+
```
|