lawrencewu commited on
Commit
54773fb
·
1 Parent(s): e1e4f6d

Add model card

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Converted using https://github.com/ml-explore/mlx-examples/tree/main/whisper with the command:
2
+
3
+ ```
4
+ python convert.py --torch-name-or-path tiny --mlx-path mlx_models/tiny
5
+ ```