Add pipeline tag and link to code (#2)
Browse files- Add pipeline tag and link to code (49a2fcfd2fe592e1d858857df4e2b1b3f644055f)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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)
|