初始化项目,由ModelHub XC社区提供模型
Model: mlx-community/orpheus-3b-0.1-pretrained-bf16 Source: Original Platform
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
library_name: mlx
|
||||
language:
|
||||
- en
|
||||
pipeline_tag: text-generation
|
||||
license: apache-2.0
|
||||
base_model: canopylabs/orpheus-3b-0.1-pretrained
|
||||
tags:
|
||||
- mlx
|
||||
---
|
||||
|
||||
# mlx-community/orpheus-3b-0.1-pretrained-bf16
|
||||
|
||||
This model [mlx-community/orpheus-3b-0.1-pretrained-bf16](https://huggingface.co/mlx-community/orpheus-3b-0.1-pretrained-bf16) was
|
||||
converted to MLX format from [canopylabs/orpheus-3b-0.1-pretrained](https://huggingface.co/canopylabs/orpheus-3b-0.1-pretrained)
|
||||
using mlx-lm version **0.22.2**.
|
||||
|
||||
## Use with mlx
|
||||
|
||||
```bash
|
||||
pip install mlx-audio
|
||||
```
|
||||
|
||||
```bash
|
||||
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-bf16 --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user