codable-watermarking-for-llm icon indicating copy to clipboard operation
codable-watermarking-for-llm copied to clipboard

The message selection issue

Open Dy1anT opened this issue 11 months ago • 1 comments

I have a question: why is a list of messages used in the code, and then the following code is used in the WmProcessorMessageModel to select one of these messages? What is the significance of doing so?

cur_message = self.message[message_len // self.encode_len]

Dy1anT avatar Feb 28 '24 21:02 Dy1anT