Instructions to use OpenMOSS-Team/elasticbert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/elasticbert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="OpenMOSS-Team/elasticbert-base")# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("OpenMOSS-Team/elasticbert-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 2a8d05f
Update README.md 47b66d5
Add MLM HEAD to pytorch_model.bin 08b6aa4
YoursSamson commited on
Update README.md e2f61ea
Xiangyang Liu commited on
First model version be7cb83
YoursSamson commited on