nlpso/m1_fine_tuning_ref_cmbert_io
m1_fine_tuning_ref_cmbert_io 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 : IO 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_io.
m1finetuningrefcmbert_io
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 : IO
- Counts :
- Train : 6084
- Dev : 676
- Test : 1685
- Associated fine-tuned models :
- Level-1 : nlpso/m1_ind_layers_ref_cmbert_io_level_1
- Level 2 : nlpso/m1_ind_layers_ref_cmbert_io_level_2
Entity types
How to use this dataset
from datasets import load_dataset
train_dev_test = load_dataset("nlpso/m1_fine_tuning_ref_cmbert_io")
