Anyone get the AI detection like HuggingFace running local?

Zooker

Regular Member
Joined
Jan 13, 2010
Messages
358
Reaction score
119
I tried this a bit back bit but was having some sort of library issue with the python transformers module. Anyone have any luck getting a gpt 2/3 detector running locally either on a pc or on colab like the one HuggingFace references as source?
 
Got it all working, though colab doesn't allow you to open a listening port. The key is using transformers v2.9.1 for it to function.
 
Back
Top