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 opened 23 days ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened 23 days ago
by
SFconvertbot