numind / NuNER-multilingual-v0.1

huggingface.co
Total runs: 6.0K
24-hour runs: 0
7-day runs: 54
30-day runs: 811
Model's Last Updated: March 15 2024
token-classification

Introduction of NuNER-multilingual-v0.1

Model Details of NuNER-multilingual-v0.1

SOTA Entity Recognition Multilingual Foundation Model by NuMind 🔥

This model provides the best embedding for the Entity Recognition task and supports 9+ languages.

Checkout other models by NuMind:

About

Multilingual BERT finetunned on an artificially annotated multilingual subset of Oscar dataset . This model provides domain & language independent embedding for Entity Recognition Task. We fine-tunned it only on 9 languages but the model can generalize over other languages that are supported by the Multilingual BERT.

Metrics:

Read more about evaluation protocol & datasets in our blog post

Model F1 macro
bert-base-multilingual-cased 0.5206
ours 0.5892
ours + two emb 0.6231
Usage

Embeddings can be used out of the box or fine-tuned on specific datasets.

Get embeddings:

import torch
import transformers


model = transformers.AutoModel.from_pretrained(
    'numind/NuNER-multilingual-v0.1',
    output_hidden_states=True,
)
tokenizer = transformers.AutoTokenizer.from_pretrained(
    'numind/NuNER-multilingual-v0.1',
)

text = [
    "NuMind is an AI company based in Paris and USA.",
    "NuMind est une entreprise d'IA basée à Paris et aux États-Unis.",
    "See other models from us on https://huggingface.co/numind"
]
encoded_input = tokenizer(
    text,
    return_tensors='pt',
    padding=True,
    truncation=True
)
output = model(**encoded_input)

# two emb trick: for better quality
emb = torch.cat(
    (output.hidden_states[-1], output.hidden_states[-7]),
    dim=2
)

# single emb: for better speed
# emb = output.hidden_states[-1]
Citation
@misc{bogdanov2024nuner,
      title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data}, 
      author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
      year={2024},
      eprint={2402.15343},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

Runs of numind NuNER-multilingual-v0.1 on huggingface.co

6.0K
Total runs
0
24-hour runs
9
3-day runs
54
7-day runs
811
30-day runs

More Information About NuNER-multilingual-v0.1 huggingface.co Model

More NuNER-multilingual-v0.1 license Visit here:

https://choosealicense.com/licenses/mit

NuNER-multilingual-v0.1 huggingface.co

NuNER-multilingual-v0.1 huggingface.co is an AI model on huggingface.co that provides NuNER-multilingual-v0.1's model effect (), which can be used instantly with this numind NuNER-multilingual-v0.1 model. huggingface.co supports a free trial of the NuNER-multilingual-v0.1 model, and also provides paid use of the NuNER-multilingual-v0.1. Support call NuNER-multilingual-v0.1 model through api, including Node.js, Python, http.

NuNER-multilingual-v0.1 huggingface.co Url

https://huggingface.co/numind/NuNER-multilingual-v0.1

numind NuNER-multilingual-v0.1 online free

NuNER-multilingual-v0.1 huggingface.co is an online trial and call api platform, which integrates NuNER-multilingual-v0.1's modeling effects, including api services, and provides a free online trial of NuNER-multilingual-v0.1, you can try NuNER-multilingual-v0.1 online for free by clicking the link below.

numind NuNER-multilingual-v0.1 online free url in huggingface.co:

https://huggingface.co/numind/NuNER-multilingual-v0.1

NuNER-multilingual-v0.1 install

NuNER-multilingual-v0.1 is an open source model from GitHub that offers a free installation service, and any user can find NuNER-multilingual-v0.1 on GitHub to install. At the same time, huggingface.co provides the effect of NuNER-multilingual-v0.1 install, users can directly use NuNER-multilingual-v0.1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

NuNER-multilingual-v0.1 install url in huggingface.co:

https://huggingface.co/numind/NuNER-multilingual-v0.1

Url of NuNER-multilingual-v0.1

NuNER-multilingual-v0.1 huggingface.co Url

Provider of NuNER-multilingual-v0.1 huggingface.co

numind
ORGANIZATIONS

Other API from numind

huggingface.co

Total runs: 108.5K
Run Growth: 0
Growth Rate: 0.00%
Updated:November 06 2024
huggingface.co

Total runs: 17.2K
Run Growth: -465
Growth Rate: -2.71%
Updated:October 17 2024
huggingface.co

Total runs: 14.7K
Run Growth: 1.6K
Growth Rate: 10.83%
Updated:February 26 2025
huggingface.co

Total runs: 7.1K
Run Growth: -79.0K
Growth Rate: -1108.25%
Updated:July 17 2025
huggingface.co

Total runs: 7.1K
Run Growth: 1.2K
Growth Rate: 16.59%
Updated:April 30 2024
huggingface.co

Total runs: 6.6K
Run Growth: 503
Growth Rate: 7.66%
Updated:May 07 2024
huggingface.co

Total runs: 1.4K
Run Growth: 997
Growth Rate: 71.16%
Updated:October 17 2024
huggingface.co

Total runs: 83
Run Growth: 62
Growth Rate: 74.70%
Updated:February 03 2025
huggingface.co

Total runs: 22
Run Growth: -3
Growth Rate: -13.64%
Updated:September 06 2023
huggingface.co

Total runs: 11
Run Growth: 2
Growth Rate: 18.18%
Updated:April 30 2024
huggingface.co

Total runs: 4
Run Growth: 1
Growth Rate: 25.00%
Updated:August 17 2023
huggingface.co

Total runs: 1
Run Growth: -1
Growth Rate: -100.00%
Updated:August 17 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 23 2024