BERT (base-cased) for CoNLL-2003 NER — LoRA Merged Model
This repository contains the merged model (LoRA merged into base) trained on CoNLL-2003.
📊 Result (this run)
Entity Macro F1: 0.9052
Usage
python
1from transformers import pipeline
2clf = pipeline("token-classification", model="starkdv123/conll2003-bert-ner-lora-merged", aggregation_strategy="simple")3clf("Chris Hoiles hit his 22nd homer for Baltimore.")