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
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
Base model
NbAiLab/nb-bert-baseDataset used to train NbAiLab/nb-bert-base-pos
Evaluation 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