deadbits/vigil-jailbreak-all-mpnet-base-v2
收藏Hugging Face2023-09-09 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/deadbits/vigil-jailbreak-all-mpnet-base-v2
下载链接
链接失效反馈官方服务:
资源简介:
---
tags:
- embeddings
- text
- security
pretty_name: 'Vigil: LLM Jailbreak all-mpnet-base-v2'
---
# Vigil: LLM Jailbreak all-mpnet-base-v2
- **Repo:** [github.com/deadbits/vigil-llm](https://github.com/deadbits/vigil-llm)
`Vigil` is a Python framework and REST API for assessing Large Language Model (LLM) prompts against a set of scanners to detect prompt injections, jailbreaks, and other potentially risky inputs.
This repository contains `all-mpnet-base-v2` embeddings for all "jailbreak" prompts used by [Vigil](https://github.com/deadbits/pvigil-llm).
You can use the [parquet2vdb.py](https://github.com/deadbits/vigil-llm/blob/main/vigil/utils/parquet2vdb.py) utility to load the embeddings in the Vigil chromadb instance, or use them in your own application.
## Format
```json
[
{
"text": str,
"embedding": [],
"model": "all-mpnet-base-v2"
}
}
]
```
Jailbreak prompts sourced from: https://github.com/laiyer-ai/llm-guard/blob/399cb2eea70afc78482db226253ddd1d85f296e3/llm_guard/resources/jailbreak.json
提供机构:
deadbits
原始信息汇总
Vigil: LLM Jailbreak all-mpnet-base-v2
-
数据集名称: Vigil: LLM Jailbreak all-mpnet-base-v2
-
数据集描述: 该数据集包含用于检测大型语言模型(LLM)提示注入、越狱和其他潜在风险输入的
all-mpnet-base-v2嵌入向量。这些嵌入向量用于Vigil框架和REST API,以评估LLM提示。 -
数据格式: json [ { "text": str, "embedding": [], "model": "all-mpnet-base-v2" } ]
-
数据来源: 越狱提示来源于GitHub仓库。



