CoolFace
Datasetpublic

nlpso/m2m3_fine_tuning_ocr_ptrn_cmbert_iob2

m2m3_fine_tuning_ocr_ptrn_cmbert_iob2 Introduction This dataset was used to fine-tuned HueyNemud/das22-10-camembert_pretrained for nested NER task using Independant NER layers approach [M1]. It contains Paris trade directories entries from the 19th century. Dataset parameters Approachrd : M2 and M3 Dataset type : noisy (Pero OCR) Tokenizer : HueyNemud/das22-10-camembert_pretrained Tagging format : IOB2 Counts : Train : 6084 Dev : 676 Test : 1685… See the full description on the dataset page: https://huggingface.co/datasets/nlpso/m2m3_fine_tuning_ocr_ptrn_cmbert_iob2.

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

m2m3finetuningocrptrncmbertiob2

Introduction

This dataset was used to fine-tuned HueyNemud/das22-10-camembert_pretrained 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/m2m3_fine_tuning_ocr_ptrn_cmbert_iob2")