初始化项目,由ModelHub XC社区提供模型
Model: vinhnx90/VT-Orpheus-3B-TTS-16bit-merged-vllm Source: Original Platform
This commit is contained in:
40
README.md
Normal file
40
README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
base_model: unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit
|
||||
tags:
|
||||
- text-generation-inference
|
||||
- transformers
|
||||
- unsloth
|
||||
- llama
|
||||
- trl
|
||||
license: apache-2.0
|
||||
language:
|
||||
- en
|
||||
datasets:
|
||||
- Jinsaryko/Ceylia
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
VT-Orpheus-3B-TTS-lora-adapter is a Lora adapter fine-tuned from [Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS).
|
||||
|
||||
Dataset is from https://huggingface.co/datasets/Jinsaryko/Ceylia.
|
||||
|
||||
# Sample Audio
|
||||
|
||||
```python
|
||||
prompts = [
|
||||
"Seriously? <giggle> That's the cutest thing I've ever heard!",
|
||||
]
|
||||
```
|
||||
|
||||
<audio controls><source src="https://huggingface.co/vinhnx90/VT-Orpheus-3B-TTS-16bit-merged-vllm/resolve/main/VT-Orpheus-3B-TTS-Ceylia.wav" type="audio/wav"></audio>
|
||||
|
||||
# Uploaded model
|
||||
|
||||
- **Developed by:** vinhnx90
|
||||
- **License:** apache-2.0
|
||||
- **Finetuned from model :** unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit
|
||||
|
||||
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
||||
|
||||
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
||||
Reference in New Issue
Block a user