Commit 7ed694d8 authored by Yoach Lacombe's avatar Yoach Lacombe
Browse files

add other .md

parent c2f3296f
# TODOs
add possibility to train without description column
# TODO: add CE per codebook
\ No newline at end of file
# Training Parler-TTS
This sub-folder contains all the information to train or finetune you own Parler-TTS model.
# Init model
python helpers/model_init_scripts/init_dummy_model.py /raid/yoach/artefacts/dummy_model/ "google-t5/t5-small" "ylacombe/dac_44khZ_8kbps"
text_model = "google-t5/t5-small"
encodec_version = "ylacombe/dac_44khZ_8kbps"
text_model = "google-t5/t5-small"
encodec_version = "facebook/encodec_24khz"
text_model = "google/flan-t5-base"
encodec_version = "ylacombe/dac_44khZ_8kbps"
## TODOs
- [ ] Add PEFT compatibility to do Lora fine-tuning.
- [ ] Enrich dataset with accent classifier
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment