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