Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GraphGPT
|
| 2 |
GraphGPT is a graph-oriented Large Language Model tuned by Graph Instruction Tuning paradigm.
|
| 3 |
|
|
@@ -14,4 +20,4 @@ GraphGPT is a graph-oriented Large Language Model tuned by Graph Instruction Tun
|
|
| 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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
---
|
| 7 |
# GraphGPT
|
| 8 |
GraphGPT is a graph-oriented Large Language Model tuned by Graph Instruction Tuning paradigm.
|
| 9 |
|
|
|
|
| 20 |
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.
|
| 21 |
## How to Get Started with the Model
|
| 22 |
* Command line interface: Plaese refer to [https://github.com/HKUDS/GraphGPT](https://github.com/HKUDS/GraphGPT) to evaluate our GraphGPT.
|
| 23 |
+
* Gradio demo is under development.
|