Add library name, pipeline tag, link to project
Browse filesThis PR adds the relevant `pipeline_tag` and `library_name` metadata tags to improve the model card,
ensuring this model can be easily found. The pipeline tag will ensure the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Paper:arxiv.org/abs/2505.07787
|
| 8 |
+
|
| 9 |
+
Github repository: https://github.com/tongxuluo/LeaP
|
| 10 |
+
|
| 11 |
+
Project page: https://learning-from-peers.github.io/
|