GraphsGPT
Collection
Official collection for GraphsGPT series. • 5 items • Updated
How to use DaizeDong/GraphsGPT-4W with Transformers:
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("DaizeDong/GraphsGPT-4W", dtype="auto")This is the checkpoint of ICML 2024 paper A Graph is Worth K Words: Euclideanizing Graph using Pure Transformer. For more information, please check the GitHub Page.