Spaces:
Paused
Paused
Create train_orpheus.ipynb
Browse files- train_orpheus.ipynb +8 -0
train_orpheus.ipynb
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!git clone https://github.com/canopyai/Orpheus-TTS.git
|
2 |
+
%cd Orpheus-TTS
|
3 |
+
!pip install -r requirements.txt
|
4 |
+
!pip install orpheus-speech
|
5 |
+
!pip install vllm==0.7.3
|
6 |
+
|
7 |
+
# Set up training (adapt paths as needed)
|
8 |
+
!python finetune/train.py --model_name canopylabs/orpheus-3b-0.1-pretrained --dataset_path /path/to/your/dataset
|