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