Instructions to use NbAiLab/nb-roberta-base-ext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-roberta-base-ext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-roberta-base-ext")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-roberta-base-ext") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/nb-roberta-base-ext") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 92b6f8e274bed611b482fe3624a4c16340b2138657ffce747b4e55356ffb01cd
- Size of remote file:
- 1.11 GB
- SHA256:
- bb95b6f6a0ab40ce50ae03ce0cff81316742dff29abeedf14379683a06859b8d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.