Instructions to use birgermoell/roberta-swedish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use birgermoell/roberta-swedish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="birgermoell/roberta-swedish")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("birgermoell/roberta-swedish") model = AutoModelForMaskedLM.from_pretrained("birgermoell/roberta-swedish") - Notebooks
- Google Colab
- Kaggle
Swedish RoBERTa
Model series
This model is part of a series of models training on TPU with Flax Jax during Huggingface Flax/Jax challenge.
Gpt models
Swedish Gpt
https://huggingface.co/birgermoell/swedish-gpt/
Swedish gpt wiki
https://huggingface.co/flax-community/swe-gpt-wiki
Nordic gpt wiki
https://huggingface.co/flax-community/nordic-gpt-wiki
Dansk gpt wiki
https://huggingface.co/flax-community/dansk-gpt-wiki
Norsk gpt wiki
https://huggingface.co/flax-community/norsk-gpt-wiki
Roberta models
Nordic Roberta Wiki
https://huggingface.co/flax-community/nordic-roberta-wiki
Swe Roberta Wiki Oscar
https://huggingface.co/flax-community/swe-roberta-wiki-oscar
Roberta Swedish Scandi
https://huggingface.co/birgermoell/roberta-swedish-scandi
Roberta Swedish
https://huggingface.co/birgermoell/roberta-swedish
Swedish T5 model
- Downloads last month
- 25