Chloe commited on
Commit
857e61a
·
verified ·
1 Parent(s): 828ff52

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - graph-machine-learning
5
+ - rag
6
+ - qwen2
7
+ ---
8
+
9
+ # G-Retriever (SAGE Version)
10
+
11
+ This model is a graph-augmented LLM.
12
+
13
+ **Note:** This model requires custom loading code. It cannot be loaded via `AutoModelForCausalLM` alone.
14
+ Please see the [GitHub Repository](https://github.com/KeXin95/HuggingfaceKG-retriever/blob/main/scripts/models/g_retrieval_eval_final.py) for inference scripts.