Instructions to use mohammadmahdinouri/mol-medium-init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohammadmahdinouri/mol-medium-init with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mohammadmahdinouri/mol-medium-init")# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("mohammadmahdinouri/mol-medium-init", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload ModernALBERTForMaskedLM
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 217073200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e380fda081de4314bd568d5e05d228404595cb4d1ca85f5a57ca509fd6d292a
|
| 3 |
size 217073200
|