prince-canuma commited on
Commit
8bef073
·
verified ·
1 Parent(s): ef360a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,5 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
 
5
- This is a conversion of [CSM-1b](https://huggingface.co/sesame/csm-1b) from Sesame to safetensors format for use with MLX. See the original model card for more information.
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - sesame/csm-1b
7
+ pipeline_tag: text-to-speech
8
+ library_name: mlx
9
  ---
10
 
11
+ # mlx-community/csm-1b
12
+ This model was converted to MLX format from [`sesame/csm-1b`]() using mlx-audio version **0.0.3**.
13
+ Refer to the [original model card](https://huggingface.co/sesame/csm-1b) for more details on the model.
14
+ ## Use with mlx
15
+
16
+ ```bash
17
+ pip install -U mlx-audio
18
+ ```
19
+
20
+ ```bash
21
+ python -m mlx_audio.tts.generate --model mlx-community/csm-1b --text "Hello world"
22
+ ```