generate_text
Generate text using fine-tuned Unsloth models by providing a prompt and model path, with options to control output length and creativity parameters.
Instructions
Generate text using a fine-tuned Unsloth model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_path | Yes | Path to the fine-tuned model | |
| prompt | Yes | Prompt for text generation | |
| max_new_tokens | No | Maximum number of tokens to generate | |
| temperature | No | Temperature for text generation | |
| top_p | No | Top-p for text generation |