GraphsGPT
Collection
Official collection for GraphsGPT series. β’ 5 items β’ Updated
How to use DaizeDong/GraphsGPT-2W with Transformers:
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("DaizeDong/GraphsGPT-2W", 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.