Edit model card

m0_flat_ner_ref_ptrn_cmbert_io

Introduction

This model is a fine-tuned verion from HueyNemud/das22-10-camembert_pretrained for nested NER task on a nested NER Paris trade directories dataset.

Dataset

Abbreviation Description
O Outside of a named entity
PER Person or company name
ACT Person or company professional activity
TITRE Distinction
LOC Street name
CARDINAL Street number
FT Geographical feature

Experiment parameter

Load model from the HuggingFace

from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("nlpso/m0_flat_ner_ref_ptrn_cmbert_io")
model = AutoModelForTokenClassification.from_pretrained("nlpso/m0_flat_ner_ref_ptrn_cmbert_io")
Downloads last month
4

Dataset used to train nlpso/m0_flat_ner_ref_ptrn_cmbert_io