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