Add HF model card metadata
Browse files
README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
-
-
|
|
|
|
|
|
|
|
|
|
| 5 |
- pytorch
|
| 6 |
-
- deep-learning
|
| 7 |
license: apache-2.0
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
# GraPHFormer: A Multimodal Graph Persistent Homology Transformer for the Analysis of Neuroscience Morphologies
|
| 10 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- graph-neural-networks
|
| 4 |
+
- classification
|
| 5 |
+
- computational-neuroscience
|
| 6 |
+
- neuron-morphology
|
| 7 |
+
- biomedical-ai
|
| 8 |
- pytorch
|
|
|
|
| 9 |
license: apache-2.0
|
| 10 |
+
datasets:
|
| 11 |
+
- custom
|
| 12 |
---
|
| 13 |
# GraPHFormer: A Multimodal Graph Persistent Homology Transformer for the Analysis of Neuroscience Morphologies
|
| 14 |
|