Added metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Stoic
|
| 2 |
|
| 3 |
Fast and accurate protein stoichiometry prediction.
|
|
@@ -171,5 +186,4 @@ If you use Stoic, please cite:
|
|
| 171 |
doi = {10.64898/2026.03.13.711535},
|
| 172 |
url = {https://www.biorxiv.org/content/10.64898/2026.03.13.711535v1}
|
| 173 |
}
|
| 174 |
-
```
|
| 175 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
- recall
|
| 9 |
+
- precision
|
| 10 |
+
base_model:
|
| 11 |
+
- facebook/esm2_t33_650M_UR50D
|
| 12 |
+
pipeline_tag: graph-ml
|
| 13 |
+
tags:
|
| 14 |
+
- biology
|
| 15 |
+
---
|
| 16 |
# Stoic
|
| 17 |
|
| 18 |
Fast and accurate protein stoichiometry prediction.
|
|
|
|
| 186 |
doi = {10.64898/2026.03.13.711535},
|
| 187 |
url = {https://www.biorxiv.org/content/10.64898/2026.03.13.711535v1}
|
| 188 |
}
|
| 189 |
+
```
|
|
|