CoolFace
Apppublic

imatag/Llama2_watermarking

sourceHugging Faceotherupdated 2y agoView on Hugging Face
3likes
31 commits on main
ad681ae2y ago

try again

Vivien Chappelier
1dc92862y ago

Default to a model that doesn't need a special authorization

Vivien Chappelier
174cd152y ago

Update README.md

imatag-vch
27511bd3y ago

simple prompt

Antoine Chaffin
013a7fe3y ago

Back to llama

Antoine Chaffin
e500e353y ago

Merge branch 'main' of https://huggingface.co/spaces/NohTow/Llama2_watermarking into main

Antoine Chaffin
67581703y ago

Test debug using mistral

Antoine Chaffin
9c28b803y ago

Remove prompt

Antoine Chaffin
27f0bd33y ago

Remove prompt

Antoine Chaffin
255310c3y ago

Adding self to get prompt

Antoine Chaffin
b42852c3y ago

Fixes

Antoine Chaffin
a5f59713y ago

Fixing indent

Antoine Chaffin
e5562c93y ago

Adding system prompt in decoding

Antoine Chaffin
87801f93y ago

debug

Antoine Chaffin
1e2d20c3y ago

Fixing comma

Antoine Chaffin
0d2f4e33y ago

fixing prompt

Antoine Chaffin
d4061f13y ago

Tuning WM parameters

Antoine Chaffin
aab4f473y ago

Handling prompt

Antoine Chaffin
802f7de3y ago

Adapting max_length to the prompt

Antoine Chaffin
995dea43y ago

Adding padding token

Antoine Chaffin
19b6ec43y ago

Removing prompt from the generated text

Antoine Chaffin
7e6b28b3y ago

Remove window size from embed call

Antoine Chaffin
1af9b4f3y ago

Forging prompt in the function rather than in the call

Antoine Chaffin
c4eea253y ago

Adding AutoTokenizer

Antoine Chaffin
4491e363y ago

Moving the auth token to where the model is loaded

Antoine Chaffin
a2f05a93y ago

Creating model and tokenizer and passing it to watermarker init

Antoine Chaffin
a09d0a43y ago

Loading the model only once and adding LLama2 prompt

Antoine Chaffin
57c301e3y ago

Adapting requirements.txt

Antoine Chaffin
7b0e8663y ago

aligning code with official demo

Antoine Chaffin
dd5beeb3y ago

Initial commit

Antoine Chaffin
8117dd53y ago

initial commit

NohTow