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="novakat/nerkor-hubert")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("novakat/nerkor-hubert")
model = AutoModelForTokenClassification.from_pretrained("novakat/nerkor-hubert")
Quick Links

Hungarian named entity recognition model with four entity types: PER ORG LOC MISC

  • Pretrained model used: SZTAKI-HLT/hubert-base-cc
  • Finetuned on NYTK-NerKor Corpus

Limitations

  • max_seq_length = 448

See https://huggingface.co/novakat/nerkor-cars-onpp-hubert for a much more elaborate Hungarian named entity model.

Downloads last month
9
Safetensors
Model size
0.1B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support