Help preserve open and free AI for humanity's future

← All models

Davlan_xlm-roberta-base-ner-hrl

Davlan · View on Hugging Face ↗

Named-entity recognition for 10 high-resource languages, fine-tuned from XLM-RoBERTa base.

✓ verified · rehash-vs-hf-metadata at 2026-08-24T10:40:26Z

afl-3.02.07 GB (2,224,872,778 bytes)transformerspytorchsafetensorsxlm-robertatoken-classificationendpoints_compatible

Get this model

Download Davlan_xlm-roberta-base-ner-hrl.torrent

Recommended — the .torrent carries the webseed url-list, so your client can fall back to plain HTTPS if the swarm is thin. See/verify for the full download + verification walkthrough.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: afl-3.0

Hugging Face's logo

language:

  • ar
  • de
  • en
  • es
  • fr
  • it
  • lv
  • nl
  • pt
  • zh
  • multilingual

xlm-roberta-base-ner-hrl

Model description

xlm-roberta-base-ner-hrl is a Named Entity Recognition model for 10 high resourced languages (Arabic, German, English, Spanish, French, Italian, Latvian, Dutch, Portuguese and Chinese) based on a fine-tuned XLM-RoBERTa base model. It has been trained to recognize three types of entities: location (LOC), organizations (ORG), and person (PER). Specifically, this model is a xlm-roberta-base model that was fine-tuned on an aggregation of 10 high-resourced languages

Intended uses & limitations

How to use

You can use this model with Transformers pipeline for NER.

from transformers import AutoTokenizer, AutoModelForTokenClassification
from transformers import pipeline
tokenizer = AutoTokenizer.from_pretrained("Davlan/xlm-roberta-base-ner-hrl")
model = AutoModelForTokenClassification.from_pretrained("Davlan/xlm-roberta-base-ner-hrl")
nlp = pipeline("ner", model=model, tokenizer=tokenizer)
example = "Nader Jokhadar had given Syria the lead with a well-struck header in the seventh minute."
ner_results = nlp(example)
print(ner_results)

Limitations and bias

This model is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains.

Training data

The training data for the 10 languages are from:

Language Dataset
Arabic ANERcorp
German conll 2003
English conll 2003
Spanish conll 2002
French Europeana Newspapers
Italian Italian I-CAB
Latvian Latvian NER
Dutch conll 2002
Portuguese Paramopama + Second Harem
Chinese MSRA

The training dataset distinguishes between the beginning and continuation of an entity so that if there are back-to-back entities of the same type, the model can output where the second entity begins. As in the dataset, each token will be classified as one of the following classes:

Abbreviation Description
O Outside of a named entity
B-PER Beginning of a person’s name right after another person’s name
I-PER Person’s name
B-ORG Beginning of an organisation right after another organisation
I-ORG Organisation
B-LOC Beginning of a location right after another location
I-LOC Location

Training procedure

This model was trained on NVIDIA V100 GPU with recommended hyperparameters from HuggingFace code.

Magnet link (secondary — no webseeds)

Opens the swarm directly, but carries no webseed url-list. Prefer the.torrent download above — HTTP fallback seeds ride inside it.

magnet:?xt=urn:btih:53bdba22fd8057e6b66faacecde9b901357eec44&dn=Davlan_xlm-roberta-base-ner-hrl

Open magnet in torrent client · infohash 53bdba22fd8057e6b66faacecde9b901357eec44

Files & hashes

PathSizeMethodHash
README.md3.0 KB (3,048 B)sha1-git-blob292ab260f4491e24cd0432a0a84138df2b344df3
config.json980 B (980 B)sha1-git-blob408f9ee1f8a09dacfec2dd20fbf55f1f276a2642
model.safetensors1.03 GB (1,109,868,164 B)sha256-lfs49530ba99295b5992caafa1f361a658206094d26c74bbe5248cd64a0c4270061
pytorch_model.bin1.03 GB (1,109,929,655 B)sha256-lfs168d05007b148d965cfacc2c5338bbb6b2850e48e1e7a069d7396c0e39422604
sentencepiece.bpe.model4.8 MB (5,069,051 B)sha256-lfscfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
special_tokens_map.json150 B (150 B)sha1-git-blob6cd1d9021e10d47aed59399af6b0e30312b46ca4
tokenizer_config.json211 B (211 B)sha1-git-blob3d095bdf930051c06c9f217289940c853425b593
training_args.bin1.5 KB (1,519 B)sha256-lfs51cab81814224af5f90f3aa852cfac91b6203ac6bcfe6eabc7185f2fea5d7644

Provenance

Upstream repositoryDavlan/xlm-roberta-base-ner-hrl
Revision (pinned)253f557bd8249b8515114cfd7f71974fe5fa4d2f
Fetched at2026-08-24T10:39:15Z
License at fetchafl-3.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

Webseeds