Instructions to use jannesg/bertsson with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jannesg/bertsson with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jannesg/bertsson", dtype="auto") - Notebooks
- Google Colab
- Kaggle
BERTSSON Models
The models are trained on:
- Government Text
- Swedish Literature
- Swedish News
Corpus size: Roughly 6B tokens.
The following models are currently available:
- bertsson - A BERT base model trained with the same hyperparameters as first published by Google.
All models are cased and trained with whole word masking.
Stay tuned for evaluations.
- Downloads last month
- 10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jannesg/bertsson", dtype="auto")