CoolFace
Modelpublic

nlpso/m0_flat_ner_ocr_ptrn_cmbert_io

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes17downloads
Model Card

m0flatnerocrptrncmbertio

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

AbbreviationDescription
OOutside of a named entity
PERPerson or company name
ACTPerson or company professional activity
TITREDistinction
LOCStreet name
CARDINALStreet number
FTGeographical feature

Experiment parameter

Load model from the HuggingFace

python
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("nlpso/m0_flat_ner_ocr_ptrn_cmbert_io")
model = AutoModelForTokenClassification.from_pretrained("nlpso/m0_flat_ner_ocr_ptrn_cmbert_io")