Shivansh07-stack/PoisonScope

0

stars

2

commits

Python

primary language

Aug 18, 2025

updated

README

Setup Virtual Environment: python -m venv venv venv\Scripts\activate Install The Required Libraries: pip install -r requirements.txt Running The Model

  1. Single Model Scan: python poisonscope.py --model "GPT_NAME"
  2. Batch Search and Scan python poisonscope.py --search "chatbot" --limit 5

Example: python poisonscope.py --model "huggingface/CodeBERTa-small-v1" python poisonscope.py --search "gpt2" --limit 3 --output "my_results"

Contributors

Shivansh07-stack/PoisonScope

0

stars

2

commits

Python

primary language

Aug 18, 2025

updated

README

Setup Virtual Environment: python -m venv venv venv\Scripts\activate Install The Required Libraries: pip install -r requirements.txt Running The Model

  1. Single Model Scan: python poisonscope.py --model "GPT_NAME"
  2. Batch Search and Scan python poisonscope.py --search "chatbot" --limit 5

Example: python poisonscope.py --model "huggingface/CodeBERTa-small-v1" python poisonscope.py --search "gpt2" --limit 3 --output "my_results"

Contributors

Languages

Python

99.9%