Instructions to use andreasmadsen/efficient_mlm_m0.40 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andreasmadsen/efficient_mlm_m0.40 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="andreasmadsen/efficient_mlm_m0.40")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("andreasmadsen/efficient_mlm_m0.40") model = AutoModelForMaskedLM.from_pretrained("andreasmadsen/efficient_mlm_m0.40", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
af76749 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4eead6953da2911dde53b6f83af10fd64f7647a7af68ec73cb61e881edeeeb0f
size 1421793959
|