Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# GraphGPT
|
2 |
+
GraphGPT is a graph-oriented Large Language Model tuned by Graph Instruction Tuning paradigm.
|
3 |
+
|
4 |
+
## Model Details
|
5 |
+
GraphGPT is a graph-oriented Large Language Model tuned by Graph Instruction Tuning paradigm based on the [Vicuna-7B-v1.5 model](https://huggingface.co/lmsys/vicuna-7b-v1.5).
|
6 |
+
* Developed by: [Data Intelligence Lab](https://sites.google.com/view/chaoh/group-join-us)@HKU
|
7 |
+
* Model type: An auto-regressive language model based on the transformer architecture.
|
8 |
+
* Finetuned from model: [Vicuna-7B-v1.5 model](https://huggingface.co/lmsys/vicuna-7b-v1.5).
|
9 |
+
## Model Sources
|
10 |
+
* Repository: [https://github.com/HKUDS/GraphGPT](https://github.com/HKUDS/GraphGPT)
|
11 |
+
* Paper: []()
|
12 |
+
* Project: [https://graphgpt.github.io/](https://graphgpt.github.io/)
|
13 |
+
## Uses
|
14 |
+
This version of GraphGPT is tuned utilizing the mixing instruction data, which is able to handle both node classification and link prediction for different graph datasets.
|
15 |
+
## How to Get Started with the Model
|
16 |
+
* Command line interface: Plaese refer to [https://github.com/HKUDS/GraphGPT](https://github.com/HKUDS/GraphGPT) to evaluate our GraphGPT.
|
17 |
+
* Gradio demo is under development.
|