clefourrier HF staff commited on
Commit
9b154fe
1 Parent(s): 8ffe019

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -15,17 +15,17 @@ The Graphormer is a graph classification model.
15
  The Graphormer is a graph Transformer model, pretrained on PCQM4M-LSC, and which got 1st place on the KDD CUP 2021 (quantum prediction track).
16
 
17
 
18
- - **Developed by:** [Microsoft]
19
- - **Model type:** [Graphormer]
20
- - **License:** [MIT]
21
 
22
  ## Model Sources [optional]
23
 
24
  <!-- Provide the basic links for the model. -->
25
 
26
- - **Repository:** [https://github.com/microsoft/Graphormer]
27
- - **Paper:** [https://arxiv.org/abs/2106.05234]
28
- - **Documentation:** [https://graphormer.readthedocs.io/en/latest/]
29
 
30
  # Uses
31
 
@@ -46,7 +46,7 @@ See the Graph Classification with Transformers tutorial.
46
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
47
 
48
  **BibTeX:**
49
-
50
  @article{DBLP:journals/corr/abs-2106-05234,
51
  author = {Chengxuan Ying and
52
  Tianle Cai and
@@ -67,4 +67,4 @@ See the Graph Classification with Transformers tutorial.
67
  biburl = {https://dblp.org/rec/journals/corr/abs-2106-05234.bib},
68
  bibsource = {dblp computer science bibliography, https://dblp.org}
69
  }
70
-
 
15
  The Graphormer is a graph Transformer model, pretrained on PCQM4M-LSC, and which got 1st place on the KDD CUP 2021 (quantum prediction track).
16
 
17
 
18
+ - **Developed by:** Microsoft
19
+ - **Model type:** Graphormer
20
+ - **License:** MIT
21
 
22
  ## Model Sources [optional]
23
 
24
  <!-- Provide the basic links for the model. -->
25
 
26
+ - **Repository:** [Github](https://github.com/microsoft/Graphormer)
27
+ - **Paper:** [Paper](https://arxiv.org/abs/2106.05234)
28
+ - **Documentation:** [Link](https://graphormer.readthedocs.io/en/latest/)
29
 
30
  # Uses
31
 
 
46
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
47
 
48
  **BibTeX:**
49
+ ```
50
  @article{DBLP:journals/corr/abs-2106-05234,
51
  author = {Chengxuan Ying and
52
  Tianle Cai and
 
67
  biburl = {https://dblp.org/rec/journals/corr/abs-2106-05234.bib},
68
  bibsource = {dblp computer science bibliography, https://dblp.org}
69
  }
70
+ ```