Add pipeline tag, library name, and links to code and project page (#1)
Browse files- Add pipeline tag, library name, and links to code and project page (dcb23808ad89a811ff55b80d5a9cf64a82ba2920)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Paper: arxiv.org/abs/2505.07787
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/tongxuluo/LeaP
|
| 10 |
+
|
| 11 |
+
Project Page: https://learning-from-peers.github.io/
|