Skip to content

NojoudAlshehri/LLMs-Attack-GPTZero

Repository files navigation

Clone this repo by running

git clone https://github.com/NojoudAlshehri/LLMs-Attack-GPTZero.git

Create a Python environment by running:

python -m venv gpt0

Activate the Python environment by running:

On Windows:

gpt0\Scripts\activate

On Linux/MacOS:

source gpt0/bin/activate

Install the requirements by running:

pip install -r requirements.txt

To clone the data source run:

git clone https://github.com/vivek3141/ghostbuster-data.git

Additional Comments

A free version of DetectGPT is available here: https://github.com/BurhanUlTayyab/DetectGPT.git

We modified the repo by adding our dataset to the repo and looping over all of them in the inference files. This was run on Google Colab as GPU was required. Our total code is packaged in the zipped file above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published