Graph Machine Learning
Transformers
Safetensors
graphs_gpt
text-generation
biology
medical
chemistry
Instructions to use DaizeDong/GraphsGPT-2W with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DaizeDong/GraphsGPT-2W with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DaizeDong/GraphsGPT-2W", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- chemistry
|
| 8 |
---
|
| 9 |
|
| 10 |
-
This is the checkpoint of ICML 2024 paper [A Graph is Worth K Words: Euclideanizing Graph using Pure Transformer](https://arxiv.org/abs/2402.02464). For more information, please check the [
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
- chemistry
|
| 8 |
---
|
| 9 |
|
| 10 |
+
This is the checkpoint of ICML 2024 paper [A Graph is Worth K Words: Euclideanizing Graph using Pure Transformer](https://arxiv.org/abs/2402.02464). For more information, please check the [GitHub Page](https://github.com/DaizeDong/GraphsGPT).
|
| 11 |
|
| 12 |
|
| 13 |
|