File size: 1,973 Bytes
c3ecd81
 
 
 
662d782
c3ecd81
 
5e029af
7ed0073
c3ecd81
7ed0073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
license: mit
tags:
- graphs
pipeline_tag: graph-ml
---

# Model Card for pcqm4mv2_graphormer_base

The Graphormer is a graph classification model.

# Model Details

## Model Description

The Graphormer is a graph Transformer model, pretrained on PCQM4M-LSCv2.


- **Developed by:** Microsoft
- **Model type:** Graphormer
- **License:** MIT

## Model Sources

<!-- Provide the basic links for the model. -->

- **Repository:** [Github](https://github.com/microsoft/Graphormer)
- **Paper:** [Paper](https://arxiv.org/abs/2106.05234)
- **Documentation:** [Link](https://graphormer.readthedocs.io/en/latest/)

# Uses

## Direct Use

This model should be used for graph classification tasks or graph representation tasks; the most likely associated task is molecule modeling. It can either be used as such, or finetuned on downstream tasks.

# Bias, Risks, and Limitations

The Graphormer model is ressource intensive for large graphs, and might lead to OOM errors.

## How to Get Started with the Model

See the Graph Classification with Transformers tutorial.

# Citation [optional]

<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->

**BibTeX:**
```
@article{DBLP:journals/corr/abs-2106-05234,
  author    = {Chengxuan Ying and
               Tianle Cai and
               Shengjie Luo and
               Shuxin Zheng and
               Guolin Ke and
               Di He and
               Yanming Shen and
               Tie{-}Yan Liu},
  title     = {Do Transformers Really Perform Bad for Graph Representation?},
  journal   = {CoRR},
  volume    = {abs/2106.05234},
  year      = {2021},
  url       = {https://arxiv.org/abs/2106.05234},
  eprinttype = {arXiv},
  eprint    = {2106.05234},
  timestamp = {Tue, 15 Jun 2021 16:35:15 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2106-05234.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
```