moshi-finetune
Fine-tuning Moshi/J-Moshi on your own spoken dialogue data
File Explorer
Download Latest Version (.zip)- bug-report.md
- code-quality.yml
- MUL0947.wav
- MUL1266.wav
- MUL1423.wav
- MUL2195.wav
- MUL3404.wav
- SNG0072.wav
- SNG0480.wav
- SNG0696.wav
- SNG1263.wav
- SNG1640.wav
- MUL0947.json
- MUL1266.json
- MUL1423.json
- MUL2195.json
- MUL3404.json
- SNG0072.json
- SNG0480.json
- SNG0696.json
- SNG1263.json
- SNG1640.json
- README.md
- zero2-fp16-act_ckpt.json
- zero3-fp16-act_ckpt.json
- zero3-fp16-warmlr-act_ckpt.json
- finetune_accelerate.sh
- finetune_mpi.sh
- finetune_mpi_accelerate.sh
- generate_accelerate.sh
- __init__.py
- moshi_for_finetuning.py
- moshi_for_generation.py
- utils.py
- clean_moshi.py
- decode_tokens.py
- init_moshi_for_ft.py
- prepare_dataset.py
- tokenize_audio.py
- tokenize_text.py
- zero_to_fp32.py
- __init__.py
- data.py
- distributed_env.py
- .gitignore
- .pre-commit-config.yaml
- finetune.py
- generate.py
- LICENSE
- pyproject.toml
- README-ja.md
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/nu-dialogue/moshi-finetune
Downloads the entire project code from GitHub to your computer.
cd moshi-finetune
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
