Improve model card: Add pipeline tag, library name, and GitHub link (#1)
Browse files- Improve model card: Add pipeline tag, library name, and GitHub link (59193d7e1d7e3dd72d288b0e0633d2f41c43c27c)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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:
|