Instructions to use omarmomen/tf_babylm_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omarmomen/tf_babylm_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="omarmomen/tf_babylm_1", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("omarmomen/tf_babylm_1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e1623e8 verified
Update README.md 623349b verified
Create README.md 29bb515 verified
upload results c608fbe
Omar commited on