Skip to content

Commit

Permalink
automatic garak/resources/plugin_cache.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent e7f8375 commit fa2d57c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions garak/resources/plugin_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6139,7 +6139,7 @@
},
"parallel_capable": false,
"supports_multiple_generations": true,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.InferenceAPI": {
"description": "Get text generations from Hugging Face Inference API",
Expand All @@ -6164,7 +6164,7 @@
},
"parallel_capable": true,
"supports_multiple_generations": true,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.InferenceEndpoint": {
"description": "Interface for Hugging Face private endpoints",
Expand All @@ -6189,7 +6189,7 @@
},
"parallel_capable": true,
"supports_multiple_generations": false,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.LLaVA": {
"description": "Get LLaVA ([ text + image ] -> text) generations",
Expand Down Expand Up @@ -6217,7 +6217,7 @@
},
"parallel_capable": false,
"supports_multiple_generations": false,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.Model": {
"description": "Get text generations from a locally-run Hugging Face model",
Expand All @@ -6244,7 +6244,7 @@
},
"parallel_capable": false,
"supports_multiple_generations": true,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.OptimumPipeline": {
"description": "Get text generations from a locally-run Hugging Face pipeline using NVIDIA Optimum",
Expand All @@ -6271,7 +6271,7 @@
},
"parallel_capable": false,
"supports_multiple_generations": true,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.huggingface.Pipeline": {
"description": "Get text generations from a locally-run Hugging Face pipeline",
Expand All @@ -6298,7 +6298,7 @@
},
"parallel_capable": false,
"supports_multiple_generations": true,
"mod_time": "2024-10-25 12:11:40 +0000"
"mod_time": "2024-11-11 14:12:52 +0000"
},
"generators.langchain.LangChainLLMGenerator": {
"description": "Class supporting LangChain LLM interfaces",
Expand Down Expand Up @@ -6900,7 +6900,7 @@
},
"parallel_capable": true,
"supports_multiple_generations": false,
"mod_time": "2024-09-12 14:08:13 +0000"
"mod_time": "2024-10-26 21:09:56 +0000"
},
"generators.test.Blank": {
"description": "This generator always returns the empty string.",
Expand Down Expand Up @@ -7068,22 +7068,23 @@
"active": true,
"bcp47": "en",
"doc_uri": "https://huggingface.co/humarin/chatgpt_paraphraser_on_T5_base",
"mod_time": "2024-10-24 09:15:08 +0000"
"mod_time": "2024-11-12 16:44:51 +0000"
},
"buffs.paraphrase.PegasusT5": {
"description": "Paraphrasing buff using Pegasus model",
"DEFAULT_PARAMS": {
"para_model_name": "garak-llm/pegasus_paraphrase",
"hf_args": {
"device": "cpu"
"device": "cpu",
"trust_remote_code": false
},
"max_length": 60,
"temperature": 1.5
},
"active": true,
"bcp47": "en",
"doc_uri": "https://huggingface.co/tuner007/pegasus_paraphrase",
"mod_time": "2024-10-24 09:15:08 +0000"
"mod_time": "2024-11-12 16:44:51 +0000"
}
}
}

0 comments on commit fa2d57c

Please sign in to comment.