UnstableLlama
commited on
Commit
•
4d8987c
1
Parent(s):
31f7e41
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- code
|
6 |
---
|
7 |
+
|
8 |
+
This is an exmaple of character substitution watermarking in a language model. All "." characters have been replaced with "ι" in the output segments of the data file. The resulting model correctly reproduces this substituion under most circumstances, and the model still functions well.
|
9 |
+
|
10 |
+
This is as a LORA finetuning of https://huggingface.co/openlm-research/open_llama_3b on a watermarked version of https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned_archive.json. for 2 epochs and 800 total steps.
|
11 |
+
|
12 |
+
@software{openlm2023openllama,
|
13 |
+
author = {Geng, Xinyang and Liu, Hao},
|
14 |
+
title = {OpenLLaMA: An Open Reproduction of LLaMA},
|
15 |
+
month = May,
|
16 |
+
year = 2023,
|
17 |
+
url = {https://github.com/openlm-research/open_llama}
|
18 |
+
}
|
19 |
+
|
20 |
+
@software{together2023redpajama,
|
21 |
+
author = {Together Computer},
|
22 |
+
title = {RedPajama-Data: An Open Source Recipe to Reproduce LLaMA training dataset},
|
23 |
+
month = April,
|
24 |
+
year = 2023,
|
25 |
+
url = {https://github.com/togethercomputer/RedPajama-Data}
|
26 |
+
}
|
27 |
+
|
28 |
+
@software{openlm2023openllama,
|
29 |
+
author = {Geng, Xinyang and Liu, Hao},
|
30 |
+
title = {OpenLLaMA: An Open Reproduction of LLaMA},
|
31 |
+
month = May,
|
32 |
+
year = 2023,
|
33 |
+
url = {https://github.com/openlm-research/open_llama}
|
34 |
+
}
|
35 |
+
|