LLMDet icon indicating copy to clipboard operation
LLMDet copied to clipboard

Integrating different techniques

Open harivadana opened this issue 1 year ago • 1 comments

I am working on LLM Detection using GPTZero. I was wondering if I could integrate LLMDet with that with an if - else condition for the Logistic Regression Classifier to choose the model with lower perplexity score for a given text. But I have been encountering this error:

ValueError: The gpt2 does not exist, please load n-grams probability!

Why is it happening? Also, do you think this is the right approach?

harivadana avatar Apr 10 '24 16:04 harivadana

Thank you for your interest in our work. Can you provide more detailed information? Like your code and what‘s wrong with it to help me understand what you’re doing so I can give my suggestions.

cansee5 avatar Apr 22 '24 07:04 cansee5