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
Last_hidden_state is arbitrary
#8
by feyhong44 - opened
Hi, After several time check the hidden state result of same input. It shows the different number in side both hidden and last hidden state. May I ask you that is it normal or it shouldn't be?
I had also change the configuration base on my data input
num_atoms= 5123,
num_edges= 1028
Sorry for asking, I am really have the gab in the knowledge of transformer, If I send something not make sense please, forgive me