How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="efontes/efontes-ner")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("efontes/efontes-ner")
model = AutoModelForTokenClassification.from_pretrained("efontes/efontes-ner")
Quick Links

Xlm-roberta-large model fine-tuned on UD and eFontes corpora, to optimize and enhance NER task on Polish medieval Latin texts from different genres.

Special emphasis was put on latinized Polish entities such as village, region and human names.

This is work in progress. Tag names are in Polish but will be converted to standard NER tags soon.

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including efontes/efontes-ner