openai / gpt-2-output-dataset

Dataset of GPT-2 outputs for research in detection, biases, and more
MIT License
1.93k stars 548 forks source link

Detector failing on certain inputs #41

Open MichaelGitHubHype opened 1 year ago

MichaelGitHubHype commented 1 year ago

I've been playing around with the detector at (https://openai-openai-detector.hf.space/), and I noticed that there are some inputs that lead to the detector getting stuck on a "Predicting..." screen. I consistently get the error with this input as a substring: docker swarm init --advertise-addr

Screenshot from 2023-01-10 08-58-25 In the developer console, I get: Screenshot from 2023-01-10 08-59-01 It seems the server fails to respond with this sort of input. I am not sure what's special about this input because the server works just fine if I was to say change the "a" to "b".