HashNuke commited on
Commit
d14cd10
·
verified ·
1 Parent(s): 12f5349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  library_name: mlx
 
 
 
3
  ---
4
 
5
  # whisper-small-mlx
@@ -13,4 +16,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-small
6
  ---
7
 
8
  # whisper-small-mlx
 
16
 
17
  >> import whisper
18
  >> whisper.transcribe("FILE_NAME")
19
+ ```