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