Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Cubicroots-Playground/gpt-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-Fuzz

This repo contains files to fuzz a GPT neo model from Hugging Face.

The fuzzing is very primitive and just generates random string inputs for the model. This is no serious approach in "cracking" the model or finding bugs in the stack. I was only curious what such a model would do with some random input.

Running it

Install python 3 and pip. Run install.sh.

Run one of the run_xxx.py files. They will generate a CSV file with the in- and outputs.

Releases

No releases published

Packages

No packages published