Improve model card metadata and documentation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,24 +1,21 @@
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_l`  |  **Parameters:** 339M  |  **Layers:** 24  |  **Hidden dim:** 1024  |  **Attn heads:** 16
15
 
16
- This **MiAEClassifier** was trained from scratch on TEDBench without pretraining.
17
 
18
- Part of the [TEDBench](https://github.com/BorgwardtLab/TEDBench) benchmark for
19
- protein fold classification (ICML 2026). MiAE is an SE(3)-invariant masked
20
- autoencoder that masks up to 90% of backbone frames and reconstructs the full
21
- structure with a lightweight decoder.
22
 
23
  ## Architecture sizes
24
 
@@ -50,6 +47,10 @@ model = MiAEClassifier.load_from_checkpoint("model.ckpt", weights_only=False)
50
  model.eval()
51
  ```
52
 
 
 
 
 
53
  ## Citation
54
 
55
  ```bibtex
@@ -59,4 +60,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_l`  |  **Parameters:** 339M  |  **Layers:** 24  |  **Hidden dim:** 1024  |  **Attn heads:** 16
15
 
16
+ This **MiAEClassifier** was trained from scratch on TEDBench without pretraining. It is part of the research presented in the paper [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://arxiv.org/abs/2605.18552).
17
 
18
+ 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. It establishes a strong recipe for protein fold classification on the [TEDBench](https://github.com/BorgwardtLab/TEDBench) benchmark.
 
 
 
19
 
20
  ## Architecture sizes
21
 
 
47
  model.eval()
48
  ```
49
 
50
+ ## Links
51
+ - **Code:** [BorgwardtLab/TEDBench](https://github.com/BorgwardtLab/TEDBench)
52
+ - **Paper:** [arXiv:2605.18552](https://arxiv.org/abs/2605.18552)
53
+
54
  ## Citation
55
 
56
  ```bibtex
 
60
  booktitle={Proceedings of the 43rd International Conference on Machine Learning},
61
  year={2026}
62
  }
63
+ ```