In Murnitur, fine-tuning prompts is a way to customize and improve the performance of your AI models based on specific needs. You can fine-tune prompts using preset configurations or by applying reinforcement learning techniques with your completion datasets.Documentation Index
Fetch the complete documentation index at: https://docs.murnitur.ai/llms.txt
Use this file to discover all available pages before exploring further.
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: