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
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
Base model
NbAiLab/nb-bert-baseEvaluation results
- Test Loss on ltgoslo/norneself-reported0.065
- Test Precision on ltgoslo/norneself-reported0.985
- Test Recall on ltgoslo/norneself-reported0.988
- Test F1 on ltgoslo/norneself-reported0.986
- Test Accuracy on ltgoslo/norneself-reported0.986