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