Skip to content

Conversation

@kaushik-himself
Copy link
Collaborator

to be integrated with the fiddlecube api for red-teaming

return Job(job_id=len(self.jobs))

async def evaluate_rows(
self, eval_id: str, input_rows: List[Dict[str, Any]], scoring_functions: List[str], eval_config: EvalTaskConfig

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick question: how are we passing the attack candidate and target candidate + prompt itself?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the data model is defined here:

class BenchmarkEvalTaskConfig(BaseModel):

we will use the run_eval method. not the evaluate_rows method in the api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants