How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="Sigurdur/ice-roberta")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("Sigurdur/ice-roberta")
model = AutoModelForMaskedLM.from_pretrained("Sigurdur/ice-roberta")
Quick Links

rICE - Roberta based Icelandic masked language model

A masked language model trained on the IGC-News1 dataset. The project was inpired by this article https://doi.org/10.48550/arXiv.2201.05601

Author

Sigurdur Haukur Birgisson

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support