nielsr HF Staff commited on
Commit
04bf435
·
verified ·
1 Parent(s): b0246b6

Add library name, pipeline tag, link to project

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
- Paper:arxiv.org/abs/2505.07787
 
 
 
 
 
 
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/