Edit model card

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
33
Safetensors
Model size
177M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

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

Finetuned
(17)
this model

Dataset used to train NbAiLab/nb-bert-base-pos

Evaluation results