nielsr HF Staff commited on
Commit
abde1eb
·
verified ·
1 Parent(s): c1b116c

Add pipeline tag, library name and link to paper and Github repository

Browse files

This PR improves the model card by:

- Adding the `pipeline_tag`, ensuring people can find the model under https://huggingface.co/models?pipeline_tag=graph-ml
- Adding `library_name: transformers`
- Adding a link to the paper
- Adding a link to the Github repository

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: graph-ml
4
+ library_name: transformers
5
+ ---
6
+
7
+ This is the G1 model based on Qwen, presented in [G1: Teaching LLMs to Reason on Graphs with Reinforcement Learning](https://huggingface.co/papers/2505.18499).
8
+
9
+ For more information and code, please see the Github repository: https://github.com/PKU-ML/G1