Add pipeline tag, library name and link to paper and Github repository
Browse filesThis 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
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
|