Instructions to use PishangShedappp/malaysian-whisper-medium-v2-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use PishangShedappp/malaysian-whisper-medium-v2-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir malaysian-whisper-medium-v2-mlx PishangShedappp/malaysian-whisper-medium-v2-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload folder using huggingface_hub
Browse files- config.json +13 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_mels": 80,
|
| 3 |
+
"n_audio_ctx": 1500,
|
| 4 |
+
"n_audio_state": 1024,
|
| 5 |
+
"n_audio_head": 16,
|
| 6 |
+
"n_audio_layer": 24,
|
| 7 |
+
"n_vocab": 51865,
|
| 8 |
+
"n_text_ctx": 448,
|
| 9 |
+
"n_text_state": 1024,
|
| 10 |
+
"n_text_head": 16,
|
| 11 |
+
"n_text_layer": 24,
|
| 12 |
+
"model_type": "whisper"
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a32eb2ca4f3d529455fdeeb0791d429350bfd0130b5cd726730f7aff1f3b5d4
|
| 3 |
+
size 1524747195
|