Improve model card: update pipeline tag and add paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
---
|
| 2 |
library_name: tedbench
|
| 3 |
-
tags:
|
| 4 |
-
- protein
|
| 5 |
-
- structure
|
| 6 |
-
- fold-classification
|
| 7 |
-
- tedbench
|
| 8 |
-
pipeline_tag: other
|
| 9 |
license: bsd-3-clause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# TEDBench — Supervised from scratch (structure only)
|
| 13 |
|
| 14 |
**Variant:** `miae_s` | **Parameters:** 29M | **Layers:** 6 | **Hidden dim:** 512 | **Attn heads:** 8
|
| 15 |
|
| 16 |
-
This **MiAEClassifier** was trained from scratch on TEDBench without pretraining.
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
## Architecture sizes
|
| 24 |
|
|
@@ -59,4 +59,4 @@ model.eval()
|
|
| 59 |
booktitle={Proceedings of the 43rd International Conference on Machine Learning},
|
| 60 |
year={2026}
|
| 61 |
}
|
| 62 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: tedbench
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license: bsd-3-clause
|
| 4 |
+
pipeline_tag: graph-ml
|
| 5 |
+
tags:
|
| 6 |
+
- protein
|
| 7 |
+
- structure
|
| 8 |
+
- fold-classification
|
| 9 |
+
- tedbench
|
| 10 |
---
|
| 11 |
|
| 12 |
# TEDBench — Supervised from scratch (structure only)
|
| 13 |
|
| 14 |
**Variant:** `miae_s` | **Parameters:** 29M | **Layers:** 6 | **Hidden dim:** 512 | **Attn heads:** 8
|
| 15 |
|
| 16 |
+
This **MiAEClassifier** was trained from scratch on TEDBench without pretraining.
|
| 17 |
|
| 18 |
+
It is part of the work presented in the paper [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://huggingface.co/papers/2605.18552). MiAE is an SE(3)-invariant masked autoencoder that masks up to 90% of backbone frames and reconstructs the full structure with a lightweight decoder.
|
| 19 |
+
|
| 20 |
+
- **Paper:** [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://huggingface.co/papers/2605.18552)
|
| 21 |
+
- **Repository:** [https://github.com/BorgwardtLab/TEDBench](https://github.com/BorgwardtLab/TEDBench)
|
| 22 |
|
| 23 |
## Architecture sizes
|
| 24 |
|
|
|
|
| 59 |
booktitle={Proceedings of the 43rd International Conference on Machine Learning},
|
| 60 |
year={2026}
|
| 61 |
}
|
| 62 |
+
```
|