Instructions to use ltg/norbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ltg/norbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ltg/norbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ltg/norbert") model = AutoModelForMaskedLM.from_pretrained("ltg/norbert") - Notebooks
- Google Colab
- Kaggle
Mentioned NorBERT 3
Browse files
README.md
CHANGED
|
@@ -12,7 +12,8 @@ thumbnail: https://raw.githubusercontent.com/ltgoslo/NorBERT/main/Norbert.png
|
|
| 12 |
|
| 13 |
**Release 1.1** (February 13, 2021)
|
| 14 |
|
| 15 |
-
Please check also our newer
|
|
|
|
| 16 |
|
| 17 |
Download the model here:
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
**Release 1.1** (February 13, 2021)
|
| 14 |
|
| 15 |
+
Please check also our newer models: [NorBERT 2](https://huggingface.co/ltgoslo/norbert2) and [NorBERT 3](https://huggingface.co/ltg/norbert3-base),
|
| 16 |
+
trained on a much larger corpus and with better architectures.
|
| 17 |
|
| 18 |
Download the model here:
|
| 19 |
|