Comment on Someone got Gab's AI chatbot to show its instructions
teawrecks@sopuli.xyz 6 months agoOh I see, you’re saying the training set is exclusively with yes/no answers. That’s called a classifier, not an LLM. But yeah, you might be able to make a reasonable “does this input and this output create a jailbreak for this set of instructions” classifier.
sweng@programming.dev 6 months ago
LLM means “large language model”. A classifier can be a large language model. They are not mutially exclusive.
teawrecks@sopuli.xyz 6 months ago
Yeah, I suppose you’re right. I incorrectly believed that a defining characteristic was the generation of natural language, but that’s just one feature it’s used for. TIL.