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

Bug in the implementation when non_analyze=False

Open FabienRoger opened this issue 1 year ago • 6 comments

In watermarking/watermark_processors/message_model_processor.py decoded_message, decoded_prob = decoded_probs.max(0) should be decoded_prob, decoded_message = decoded_probs.max(0)

FabienRoger avatar Sep 14 '23 14:09 FabienRoger