Improve model card: Add pipeline tag, library name, and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
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: