With an additional 10% parameters, LLaSA+ achieves 1.5X faster without performance degradation compared to LLaSA
Llasa+'s checkpoint trained on LibriTTS can be found in: https://huggingface.co/ASLP-lab/LLaSA_Plus/tree/main/llasa_plus
Following the steps below to clone the repository and install the environment.
# clone and enter the repositry
git clone https://github.com/ASLP-lab/LLaSA_Plus.git
cd LLaSA_Plus
## create python environment
conda create -n llasa+ python=3.10
conda activate llasa+
## install requirements
pip install -r requirements.txt
On Linux you can now infer by:
# Inference for text2speech
Replacing the `llama_1b_local` with a Downloaded Checkpoint
python3 inference_llasa_open.py
Quick start or to view detailed fine-tuning instructions
cd training/finetune/offline_finetune
conda activate llasa+
# start fine_tuning
bash train_rms_mtp2_notcat.sh
For more information on fine-tuning, see:Fine-tuning Instructions
Our models are fine_tuning on LibriTTS.
You can download original open-source speech data here. This includes LibriTTS approximately 585 hours of open-source data.
8 commits
1 commits
Python
100.0%
With an additional 10% parameters, LLaSA+ achieves 1.5X faster without performance degradation compared to LLaSA
Llasa+'s checkpoint trained on LibriTTS can be found in: https://huggingface.co/ASLP-lab/LLaSA_Plus/tree/main/llasa_plus
Following the steps below to clone the repository and install the environment.
# clone and enter the repositry
git clone https://github.com/ASLP-lab/LLaSA_Plus.git
cd LLaSA_Plus
## create python environment
conda create -n llasa+ python=3.10
conda activate llasa+
## install requirements
pip install -r requirements.txt
On Linux you can now infer by:
# Inference for text2speech
Replacing the `llama_1b_local` with a Downloaded Checkpoint
python3 inference_llasa_open.py
Quick start or to view detailed fine-tuning instructions
cd training/finetune/offline_finetune
conda activate llasa+
# start fine_tuning
bash train_rms_mtp2_notcat.sh
For more information on fine-tuning, see:Fine-tuning Instructions
Our models are fine_tuning on LibriTTS.
You can download original open-source speech data here. This includes LibriTTS approximately 585 hours of open-source data.
8 commits
1 commits
Python
100.0%