7 comments (7 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python5,658 forks (5,658 forks)batch import
feature requestgood first issuehelp wanted
Repository metrics
- Stars
- 64,271 stars (64,271 stars)
- PR merge metrics
- Avg merge 3d 15h (Avg merge 3d 15h)525 merged PRs in 30d (525 merged PRs in 30d)
Description
The Qwen3-TTS model is quite successful and supports the transformers library. It would be great if we could fine-tune it with Unsloth support.
Contributor guide
- Research direction
- Study the existing model integration pattern in Unsloth, particularly how other TTS or Qwen models are added. Extend the FT pipeline to load Qwen3 TTS and apply LoRA/QLoRA.
- Tech stack
- pythonpytorch
- Domain
- machine learningai
- Issue type
- Feature
- Prerequisites
- PythonPyTorchtransformersUnsloth basics