AutoPrompt icon indicating copy to clipboard operation
AutoPrompt copied to clipboard

A framework for prompt tuning using Intent-based Prompt Calibration

Results 16 AutoPrompt issues
Sort by recently updated
recently updated
newest added

In face of generation situations, I guess we should set function name to ranking. And as so we should set function_params. That's not so obvious. the following not works for...

If my prompt is in Chinese instead of English, how should I modify the code

use qwen-1.5 model command: > python run_pipeline.py --prompt "Does this movie review contain a spoiler? answer Yes or No" --task_description " Your task is to check if a movie review...

Hi, We'd like to use AutoPrompt for a generation task where both the input and output are text. We've also developed an evaluator that scores the input-output pairs (e.g., a...

Hi, I'm encountering an error while trying to run "run_pipeline.py". This is the error: Exception: Failed to connect to argilla, check connection details More information: I'm using conda. I'm using...

Hi, I am using Sage Maker and bedrock like this : from langchain.llms.bedrock import Bedrock Is there a way to use the LLM supplied by Bedrock? Thanks