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