Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# GraphPFN-1.3
|
| 6 |
|
| 7 |
> [!IMPORTANT] **License note.** The GraphPFN graph adapter weights in this repository are released under **Apache 2.0**. However, to run GraphPFN you also need access to the [LimiX](https://github.com/limix-ldm-ai/LimiX) model weights, which are distributed under a separate license. Users are responsible for complying with the LimiX license.
|
| 8 |
|
| 9 |
-
Please see the GitHub [repository](https://github.com/yandex-research/graphpfn) for details.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: graph-ml
|
| 4 |
+
tags:
|
| 5 |
+
- graphs
|
| 6 |
+
- gnn
|
| 7 |
+
- graph-foundation-model
|
| 8 |
+
- node-classification
|
| 9 |
+
- node-regression
|
| 10 |
---
|
| 11 |
|
| 12 |
# GraphPFN-1.3
|
| 13 |
|
| 14 |
> [!IMPORTANT] **License note.** The GraphPFN graph adapter weights in this repository are released under **Apache 2.0**. However, to run GraphPFN you also need access to the [LimiX](https://github.com/limix-ldm-ai/LimiX) model weights, which are distributed under a separate license. Users are responsible for complying with the LimiX license.
|
| 15 |
|
| 16 |
+
Please see the GitHub [repository](https://github.com/yandex-research/graphpfn) for details.
|