lucasnewman commited on
Commit
ab11aec
·
verified ·
1 Parent(s): 5ca5b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ------
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - nari-labs/Dia-1.6B
7
+ pipeline_tag: text-to-speech
8
+ library_name: mlx
9
+ ---
10
+
11
+ # mlx-community/Dia-1.6B
12
+ This model was converted to MLX format from [`nari-labs/Dia-1.6B`]() using mlx-audio version **0.0.4**.
13
+ Refer to the [original model card](https://huggingface.co/nari-labs/Dia-1.6B) 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/Dia-1.6B \
22
+ --text "[S1] Dia is an open weights text to dialogue model. [S2] You get full control over scripts and voices. [S1] Wow. Amazing. (laughs) [S2] Try it now on Git hub or Hugging Face."
23
+ ```