Improve model card: Add pipeline tag, library name, and GitHub link
Browse filesThis PR enhances the model card by:
- Adding `pipeline_tag: graph-ml` to improve discoverability for knowledge graph related tasks.
- Specifying `library_name: transformers` as the model uses the Hugging Face Transformers library for loading and inference.
- Including a direct link to the GitHub repository for easier access to the code.
- The existing paper link to arXiv has been retained as per the instructions provided.
README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# GraphJudger
|
| 6 |
|
| 7 |
This is the LoRA weights for the paper [Can LLMs be Good Graph Judge for Knowledge Graph Construction?](https://arxiv.org/abs/2411.17388).
|
| 8 |
|
|
|
|
|
|
|
| 9 |
## Example
|
| 10 |
|
| 11 |
Loading:
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: graph-ml
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
# GraphJudger
|
| 8 |
|
| 9 |
This is the LoRA weights for the paper [Can LLMs be Good Graph Judge for Knowledge Graph Construction?](https://arxiv.org/abs/2411.17388).
|
| 10 |
|
| 11 |
+
Code: https://github.com/hhy-huang/GraphJudge
|
| 12 |
+
|
| 13 |
## Example
|
| 14 |
|
| 15 |
Loading:
|