This commit is contained in:
tuna2134
2026-07-20 21:29:02 +09:00
parent b8ce11605c
commit 7d535f3761
2 changed files with 15 additions and 4 deletions

View File

@@ -103,3 +103,9 @@ python train_ms_jp_extra.py [--repo_id <username>/<repo_name>] [--skip_default_s
Optional:
- `--repo_id`: Hugging Face repository ID to upload the trained model to. You should have logged in using `huggingface-cli login` before running this command.
- `--skip_default_style`: Skip making the default style vector. Use this if you want to resume training (since the default style vector has been already made).
For Matcha-only fine-tuning of an already preprocessed dataset:
```bash
python configure_matcha_ft.py --config Data/<model_name>/config.json --learning-rate 0.0001
```