Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft Bark finetuning #2846

Closed
wants to merge 9 commits into from
Closed

Draft Bark finetuning #2846

wants to merge 9 commits into from

Conversation

erogol
Copy link
Member

@erogol erogol commented Aug 7, 2023

  • Fine-tuning the semantic encoder.
from trainer import Trainer, TrainerArgs

dataset_config = BaseDatasetConfig(
    formatter="ljspeech", meta_file_train="metadata.csv", path="path/to/ljspeech/"
)

train_samples, eval_samples = load_tts_samples(
    dataset_config,
    eval_split=True,
    eval_split_max_size=4,
    eval_split_size=4,
)

trainer = Trainer(
    model=bark,
    config=bark_config,
    output_path="./",
    args=TrainerArgs(),
    train_samples=train_samples,
    eval_samples=eval_samples,
)
trainer.fit()
  • Finetuning coarse and fine encoders
  • Implement LoRA

@stale
Copy link

stale bot commented Oct 14, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Oct 14, 2023
@erogol
Copy link
Member Author

erogol commented Oct 16, 2023

WIP

@stale stale bot removed the wontfix This will not be worked on but feel free to help. label Oct 16, 2023
Copy link

stale bot commented Nov 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Nov 15, 2023
@stale stale bot closed this Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant