Text Classification
Transformers
PyTorch
Safetensors
Northern Sami
Norwegian
English
bert
sami relevant
Instructions to use NbAiLab/nb-bert-base-sami-relevant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-bert-base-sami-relevant with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NbAiLab/nb-bert-base-sami-relevant")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-bert-base-sami-relevant") model = AutoModelForSequenceClassification.from_pretrained("NbAiLab/nb-bert-base-sami-relevant") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ widget:
|
|
| 8 |
The Sámi languages form a branch of the Uralic language family. According to
|
| 9 |
the traditional view, Sámi is within the Uralic family most closely related
|
| 10 |
to the Finnic languages (Sammallahti 1998).
|
|
|
|
|
|
|
| 11 |
language:
|
| 12 |
- se
|
| 13 |
- 'no'
|
|
|
|
| 8 |
The Sámi languages form a branch of the Uralic language family. According to
|
| 9 |
the traditional view, Sámi is within the Uralic family most closely related
|
| 10 |
to the Finnic languages (Sammallahti 1998).
|
| 11 |
+
- text: >-
|
| 12 |
+
Joseph Robinette Biden Jr. is an American politician who is the 46th and current president of the United States.
|
| 13 |
language:
|
| 14 |
- se
|
| 15 |
- 'no'
|