Transformers How to use PedroLancharesSanchez/graph-regression with Transformers:
# Load model directly
from transformers import GraphormerForGraphClassification
model = GraphormerForGraphClassification.from_pretrained("PedroLancharesSanchez/graph-regression", dtype="auto")