feat(Add llm-adaptive-attacks):

This commit is contained in:
Alexander Myasoedov
2024-04-25 21:31:09 +03:00
parent f4816fea67
commit db0abe14e6
11 changed files with 611 additions and 8 deletions
+9
View File
@@ -118,6 +118,15 @@ REGISTRY = [
"selected": False,
"url": "",
},
{
"dataset_name": "llm-adaptive-attacks",
"num_prompts": 0,
"tokens": 0,
"approx_cost": 0.0,
"source": "Github: tml-epfl/llm-adaptive-attacks",
"selected": False,
"url": "https://github.com/tml-epfl/llm-adaptive-attacks",
},
{
"dataset_name": "Custom CSV",
"num_prompts": len(load_local_csv().prompts),