codable-watermarking-for-llm
codable-watermarking-for-llm copied to clipboard
The message selection issue
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]