Release 1.0 (November 6, 2024)

nb-bert-base-pos

Description

NB-Bert base model fine-tuned on the Part of Speech task using the NorNE dataset.

Usage

from transformers import pipeline

pos = pipeline("token-classification", "NbAiLab/nb-bert-base-pos")
example = "Jeg heter Kjell og bor i Oslo."

pos_results = pos(example)
print(ner_results)

More on https://arxiv.org/abs/2104.09617

Downloads last month
172
Safetensors
Model size
177M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for NbAiLab/nb-bert-base-pos

Finetuned
(17)
this model

Evaluation results