Fine-Tuning with Presets
Murnitur provides preset configurations that can be fine-tuned to better fit your requirements. For example, you can load a preset designed for Question and Answer tasks and then fine-tune for better output:Fine-Tuning with Datasets
For more advanced customization, you can use completion datasets to fine-tune prompts. This approach is similar to reinforcement learning, where the model is trained based on specific data to improve its responses:'DATASET-ID'
with the identifier of your dataset. You can also pass a specific prompt version if needed.
Refining Prompts
You can further refine raw prompts without loading a preset. Use therefine_prompt
method to make these adjustments: