Instructions to use clefourrier/graphormer-base-pcqm4mv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clefourrier/graphormer-base-pcqm4mv2 with Transformers:
# Load model directly from transformers import GraphormerForGraphClassification model = GraphormerForGraphClassification.from_pretrained("clefourrier/graphormer-base-pcqm4mv2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Is there any Further Improvements or Suggestion
#3
by bigdolphin - opened
I'm planning a graph classification project and i read graphormer paper. It was 2021 paper so I wonder is there any improvements using transformer or any suggestions? any other architecture or other paper suggestions are nice too thx