Add library_name, pipeline_tag and link to code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -1,34 +1,32 @@
1
  ---
2
- datasets:
3
- - locuslab/TOFU
4
  base_model:
5
  - meta-llama/Llama-3.2-1B-Instruct
 
 
6
  tags:
7
- - Unlearning, Forget10
 
 
 
8
  ---
9
 
10
  # **NPO-Fix:** An enhancement of NPO method with self-generated dataset for robust unlearning under probabilistic decoding.
11
 
 
 
12
  ## Model Details
13
 
14
  - **Task:** [TOFU forget10](https://huggingface.co/datasets/locuslab/TOFU).
15
  - **Base Method:** NPO.
16
  - **Original Model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct).
17
 
18
-
19
-
20
  ### Model Sources
21
 
22
- <!-- Provide the basic links for the model. -->
23
-
24
  - **Paper:** [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://arxiv.org/abs/2511.04934)
25
-
26
-
27
 
28
  ## Citation
29
 
30
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
31
-
32
  **BibTeX:**
33
 
34
  ```bibtex
@@ -42,5 +40,4 @@ tags:
42
 
43
  ## Model Card Authors
44
 
45
- [Jiajun Ruan: jruan@umn.edu]
46
-
 
1
  ---
 
 
2
  base_model:
3
  - meta-llama/Llama-3.2-1B-Instruct
4
+ datasets:
5
+ - locuslab/TOFU
6
  tags:
7
+ - unlearning
8
+ - forget10
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
  ---
12
 
13
  # **NPO-Fix:** An enhancement of NPO method with self-generated dataset for robust unlearning under probabilistic decoding.
14
 
15
+ This repository contains the **NPO-Fix** model, as introduced in the paper [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://huggingface.co/papers/2511.04934).
16
+
17
  ## Model Details
18
 
19
  - **Task:** [TOFU forget10](https://huggingface.co/datasets/locuslab/TOFU).
20
  - **Base Method:** NPO.
21
  - **Original Model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct).
22
 
 
 
23
  ### Model Sources
24
 
 
 
25
  - **Paper:** [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://arxiv.org/abs/2511.04934)
26
+ - **Repository:** https://github.com/OptimAI-Lab/Leak-k
 
27
 
28
  ## Citation
29
 
 
 
30
  **BibTeX:**
31
 
32
  ```bibtex
 
40
 
41
  ## Model Card Authors
42
 
43
+ [Jiajun Ruan: jruan@umn.edu]