Text Generation
Transformers
Safetensors
murtaza nielsr HF Staff commited on
Commit
696d391
·
verified ·
1 Parent(s): 5bc289c

Add pipeline tag and link to code (#2)

Browse files

- Add pipeline tag and link to code (49a2fcfd2fe592e1d858857df4e2b1b3f644055f)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  library_name: transformers
 
 
3
  tags: []
4
  ---
5
 
@@ -64,4 +66,8 @@ demo.launch(share=True)
64
  primaryClass={cs.CL},
65
  url={https://arxiv.org/abs/2506.17090},
66
  }
67
- ```
 
 
 
 
 
1
  ---
2
  library_name: transformers
3
+ pipeline_tag: text-generation
4
+ license: apache-2.0
5
  tags: []
6
  ---
7
 
 
66
  primaryClass={cs.CL},
67
  url={https://arxiv.org/abs/2506.17090},
68
  }
69
+ ```
70
+
71
+ Repository for the paper [Better Language Model Inversion by Compactly Representing Next-Token Distributions](https://huggingface.co/papers/2506.17090).
72
+
73
+ Code: [https://github.com/dill-lab/PILS](https://github.com/dill-lab/PILS)