Instructions to use vector-institute/atomformer-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vector-institute/atomformer-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vector-institute/atomformer-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -82,4 +82,4 @@ When fine-tuned on downstream tasks, this model achieves the following results:
|
|
| 82 |
|
| 83 |
| Task | SMP | PIP | RES | MSP | LBA | LEP | PSR | RSR |
|
| 84 |
|:----:|:----:|:----:|:----:|:-----:|:----:|:-----:|:----:|:----:|
|
| 85 |
-
| |
|
|
|
|
| 82 |
|
| 83 |
| Task | SMP | PIP | RES | MSP | LBA | LEP | PSR | RSR |
|
| 84 |
|:----:|:----:|:----:|:----:|:-----:|:----:|:-----:|:----:|:----:|
|
| 85 |
+
| | 1.077 | TBD | TBD | TBD | TBD | TBD | TBD | TBD |
|