_mcp_create_training_config
Generates a LoRA training configuration YAML for a given project and base model, then writes it to the config/ directory.
Instructions
Render a LoRA training config YAML and write it to the project config/ directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lr | No | ||
| epochs | No | ||
| framework | No | unsloth | |
| lora_rank | No | ||
| scheduler | No | cosine | |
| base_model | Yes | ||
| batch_size | No | ||
| project_id | Yes | ||
| max_seq_len | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||