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