CoolFace
Datasetpublic

nlpso/m1_fine_tuning_ref_cmbert_iob2

m1_fine_tuning_ref_cmbert_iob2 Introduction This dataset was used to fine-tuned Jean-Baptiste/camembert-ner for nested NER task using Independant NER layers approach [M1]. It contains Paris trade directories entries from the 19th century. Dataset parameters Approach : M1 Dataset type : ground-truth Tokenizer : Jean-Baptiste/camembert-ner Tagging format : IOB2 Counts : Train : 6084 Dev : 676 Test : 1685 Associated fine-tuned models : Level-1 :… See the full description on the dataset page: https://huggingface.co/datasets/nlpso/m1_fine_tuning_ref_cmbert_iob2.

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes23downloads
Dataset Card

m1finetuningrefcmbert_iob2

Introduction

This dataset was used to fine-tuned Jean-Baptiste/camembert-ner for nested NER task using Independant NER layers approach [M1]. It contains Paris trade directories entries from the 19th century.

Dataset parameters

Entity types

AbbreviationEntity group (level)Description
O1 & 2Outside of a named entity
PER1Person or company name
ACT1 & 2Person or company professional activity
TITREH2Military or civil distinction
DESC1Entry full description
TITREP2Professionnal reward
SPAT1Address
LOC2Street name
CARDINAL2Street number
FT2Geographical feature

How to use this dataset

python
from datasets import load_dataset

train_dev_test = load_dataset("nlpso/m1_fine_tuning_ref_cmbert_iob2")