Fill-Mask
Transformers
PyTorch
English
babylm
babylm-2026
strict-small
gpt-bert
muon
adamuon
sample-efficient-pretraining
custom_code
Instructions to use svsatheesh/BabySteps_MurphysLaw-10M-mixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use svsatheesh/BabySteps_MurphysLaw-10M-mixed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="svsatheesh/BabySteps_MurphysLaw-10M-mixed", trust_remote_code=True)# Load model directly from transformers import GPTBERTFoCausalLM model = GPTBERTFoCausalLM.from_pretrained("svsatheesh/BabySteps_MurphysLaw-10M-mixed", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66ac246d6ec643a4d332f14aeccff95cf691f13abe7cc73571a6b836f71e5d62
|
| 3 |
+
size 132197864
|