Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
-
- meta-llama/Llama-2-7b-chat-hf
|
9 |
- OPTML-Group/TOFU-origin-Llama-2-7b-chat
|
10 |
pipeline_tag: text-generation
|
11 |
library_name: transformers
|
@@ -21,7 +20,7 @@ tags:
|
|
21 |
- **Unlearning**:
|
22 |
- **Task**: [TOFU - Forget05](https://arxiv.org/abs/2401.06121)
|
23 |
- **Method**: [SimNPO](https://arxiv.org/abs/2410.07163)
|
24 |
-
- **
|
25 |
- **Code Base**: [github.com/OPTML-Group/Unlearn-Simple](https://github.com/OPTML-Group/Unlearn-Simple)
|
26 |
- **Research Paper**: ["Simplicity Prevails: Rethinking Negative Preference Optimization for LLM Unlearning"](https://arxiv.org/abs/2410.07163)
|
27 |
|
|
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
|
|
8 |
- OPTML-Group/TOFU-origin-Llama-2-7b-chat
|
9 |
pipeline_tag: text-generation
|
10 |
library_name: transformers
|
|
|
20 |
- **Unlearning**:
|
21 |
- **Task**: [TOFU - Forget05](https://arxiv.org/abs/2401.06121)
|
22 |
- **Method**: [SimNPO](https://arxiv.org/abs/2410.07163)
|
23 |
+
- **Origin Model**: [🤗OPTML-Group/TOFU-origin-Llama-2-7b-chat](https://huggingface.co/OPTML-Group/TOFU-origin-Llama-2-7b-chat)
|
24 |
- **Code Base**: [github.com/OPTML-Group/Unlearn-Simple](https://github.com/OPTML-Group/Unlearn-Simple)
|
25 |
- **Research Paper**: ["Simplicity Prevails: Rethinking Negative Preference Optimization for LLM Unlearning"](https://arxiv.org/abs/2410.07163)
|
26 |
|