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