generate_text
Create custom text outputs using a fine-tuned Unsloth model by specifying the model path, prompt, and generation parameters for tailored results.
Instructions
Generate text using a fine-tuned Unsloth model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_new_tokens | No | Maximum number of tokens to generate | |
model_path | Yes | Path to the fine-tuned model | |
prompt | Yes | Prompt for text generation | |
temperature | No | Temperature for text generation | |
top_p | No | Top-p for text generation |