logoalt Hacker News

NewsaHackOtoday at 8:12 PM3 repliesview on HN

Do open "source" models have have this watermarking enabled? How do you know?


Replies

NitpickLawyertoday at 8:46 PM

The way they explain it implies they're using this at the sampler level and not trained into the weights themselves. So unless you're using an inference library that does this, the open models will not have this kind of a watermark.

> When watermarking is used, choices are still made at random, but the source of the randomness is different. Instead of using an arbitrary random number generator to pick the next word, watermaking uses the key and a few words that come before to settle what word the model should pick.

> the watermark only changes the source of the randomness used to pick among words.

nonethewisertoday at 8:17 PM

It doesn't matter if they are watermarked if there is no ability to verify the watermark.

bonoboTPtoday at 8:40 PM

This particular watermark doesn't live in the weights, but in the sampling process, so you can turn this one off in an open source LLM.