Add library_name, pipeline_tag and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -13
README.md CHANGED
@@ -1,10 +1,13 @@
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.
@@ -15,20 +18,13 @@ tags:
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 +38,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
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
  ---
12
 
13
  # **NPO-Fix:** An enhancement of NPO method with self-generated dataset for robust unlearning under probabilistic decoding.
 
18
  - **Base Method:** NPO.
19
  - **Original Model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct).
20
 
 
 
21
  ### Model Sources
22
 
 
 
23
  - **Paper:** [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://arxiv.org/abs/2511.04934)
24
+ - **Repository:** https://github.com/OptimAI-Lab/Leak-k
 
25
 
26
  ## Citation
27
 
 
 
28
  **BibTeX:**
29
 
30
  ```bibtex
 
38
 
39
  ## Model Card Authors
40
 
41
+ [Jiajun Ruan: jruan@umn.edu]