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
class 'transformers.models.graphormer.configuration_graphormer.GraphormerConfig'>
#2
by arshiahemmat - opened
Hi everyone,
I tried to use pre-trained model of Graphormer, but I got this error:
KeyError: <class 'transformers.models.graphormer.configuration_graphormer.GraphormerConfig'>
Please help me to fix this error