Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
LLM Security Evaluation
This repo contains scripts for evaluating LLM security abilities. We gathered hundreds of questions cover different ascepts of security, such as vulnerablities, pentest, threat intelligence, etc.
All the questions can be viewed at https://huggingface.co/datasets/c01dsnap/LLM-Sec-Evaluation.
Suppoted LLM
- ChatGLM
- Baichuan
- Vicuna (GGML format)
Usage
Because of different LLM requires for different running environment, we highly recommended to manage your virtual envs via Miniconda.
1.Install dependencies
pip install -r requirements.txt
# If you want to use GPU, please install llama-cpp-python with the following command
LLAMA_CUBLAS=1 CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir --force-reinstall --verbose
2.Clone this repo
git clone https://github.com/Coldwave96/LLM-Sec-Evaluation
cd LLM-Sec-Evaluation
3.Run bash scripts
# You might need to modify the script running interpreter in evaluate.py
bash evaluate.sh
Changelog
- 2023.7.13 - Add support for ChatGLM & Baichuan
- 2023.7.17 - Add support for Vicuna
- Downloads last month
- 20