Upload folder using huggingface_hub
Browse files- README.md +3 -8
- model.safetensors.index.json +1 -1
- weights.safetensors +3 -0
README.md
CHANGED
@@ -3,12 +3,7 @@ library_name: mlx
|
|
3 |
---
|
4 |
|
5 |
# whisper-tiny-khmer-mlx
|
6 |
-
This model was converted to MLX format from [`openai-whisper-tiny`](
|
7 |
-
- [seanghay/khmer_mpwt_speech](https://huggingface.co/datasets/seanghay/khmer_mpwt_speech)
|
8 |
-
- [seanghay/km-speech-corpus](https://huggingface.co/datasets/seanghay/km-speech-corpus)
|
9 |
-
|
10 |
-
|
11 |
-
__NOTE__ MLX format is usable for M-chip series of Apple.
|
12 |
|
13 |
## Use with mlx
|
14 |
```bash
|
@@ -19,7 +14,7 @@ pip install mlx-whisper
|
|
19 |
import mlx_whisper
|
20 |
|
21 |
result = mlx_whisper.transcribe(
|
22 |
-
"
|
23 |
-
path_or_hf_repo=Kimang18/whisper-tiny-khmer,
|
24 |
)
|
25 |
```
|
|
|
3 |
---
|
4 |
|
5 |
# whisper-tiny-khmer-mlx
|
6 |
+
This model was converted to MLX format from [`openai-whisper-tiny`]().
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
## Use with mlx
|
9 |
```bash
|
|
|
14 |
import mlx_whisper
|
15 |
|
16 |
result = mlx_whisper.transcribe(
|
17 |
+
"FILE_NAME",
|
18 |
+
path_or_hf_repo=Kimang18/whisper-tiny-khmer-mlx,
|
19 |
)
|
20 |
```
|
model.safetensors.index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"alignment_heads": "weights.safetensors",
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 148738656
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"alignment_heads": "weights.safetensors",
|
weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3078254da2b96ee75cde8f46459d3bc300c7b42b2414047862abdcc0b34829c3
|
3 |
+
size 148755675
|