HashNuke commited on
Commit
16273ce
·
verified ·
1 Parent(s): 8980b30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,9 +1,16 @@
1
  ---
2
  library_name: mlx
 
 
 
3
  ---
4
 
 
 
 
 
5
  # whisper-medium-mlx
6
- This model was converted to MLX format from [`medium`]().
7
 
8
  ## Use with mlx
9
  ```bash
@@ -13,4 +20,4 @@ pip install -r requirements.txt
13
 
14
  >> import whisper
15
  >> whisper.transcribe("FILE_NAME")
16
- ```
 
1
  ---
2
  library_name: mlx
3
+ license: mit
4
+ base_model:
5
+ - openai/whisper-medium
6
  ---
7
 
8
+ > This is a fork of [mlx-community/whisper-medium-mlx](https://huggingface.co/mlx-community/whisper-medium-mlx).
9
+ > Changes in this fork:
10
+ > * Add weights.safetensors
11
+
12
  # whisper-medium-mlx
13
+ This model was converted to MLX format from [`openai/whisper-medium`](https://huggingface.co/openai/whisper-medium).
14
 
15
  ## Use with mlx
16
  ```bash
 
20
 
21
  >> import whisper
22
  >> whisper.transcribe("FILE_NAME")
23
+ ```