Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,21 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
|
11 |
+
|
12 |
+
Model List
|
13 |
+
|
14 |
+
**Enron dataset**
|
15 |
+
* Lora, Llama2-7b
|
16 |
+
* [enron-llama2-7b-undefended](https://huggingface.co/LLM-PBE/enron-llama2-7b-undefended)
|
17 |
+
* [enron-llama2-7b-scrubbed](https://huggingface.co/LLM-PBE/enron-llama2-7b-scrubbed)
|
18 |
+
* [enron-llama2-7b-dp8](https://huggingface.co/LLM-PBE/enron-llama2-7b-dp8)
|
19 |
+
* Lora, Llama2-7b chat
|
20 |
+
* [enron-llama2-7b-chat-undefended](https://huggingface.co/LLM-PBE/enron-llama2-7b-chat-undefended)
|
21 |
+
* [enron-llama2-7b-chat-scrubbed](https://huggingface.co/LLM-PBE/enron-llama2-7b-chat-scrubbed)
|
22 |
+
* [enron-llama2-7b-chat-dp8](https://huggingface.co/LLM-PBE/enron-llama2-7b-chat-dp8)
|
23 |
+
* Full finetuning, llama2-7b
|
24 |
+
* [llama-2-7B-enron-undefended 4epoch](https://huggingface.co/LLM-PBE/together-llama-2-7B-enron-scrubbed/tree/checkpoint_1804)
|
25 |
+
* [llama-2-7B-enron-undefended 10epoch](https://huggingface.co/LLM-PBE/together-llama-2-7B-enron-undefended/tree/checkpoint_4059)
|
26 |
+
* [llama-2-7B-enron-scrubbed 4epoch](https://huggingface.co/LLM-PBE/together-llama-2-7B-enron-scrubbed/tree/checkpoint_1764)
|
27 |
+
* [llama-2-7B-enron-scrubbed 10 epoch](https://huggingface.co/LLM-PBE/together-llama-2-7B-enron-scrubbed/tree/final_model)
|