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 config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/mnt/data2/s2ef_all_10epochs_weights/checkpoint-292950",
|
| 3 |
"architectures": [
|
| 4 |
"Structure2EnergyAndForces"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Structure2EnergyAndForces"
|
| 4 |
],
|