SpaCy NER models
Collection
5 items • Updated
How to use ner4archives/fr_ner4archives_v3_default with spaCy:
!pip install https://huggingface.co/ner4archives/fr_ner4archives_v3_default/resolve/main/fr_ner4archives_v3_default-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("fr_ner4archives_v3_default")
# Importing as module.
import fr_ner4archives_v3_default
nlp = fr_ner4archives_v3_default.load()| Feature | Description |
|---|---|
| Name | fr_ner4archives_v3_default |
| Version | 0.0.0 |
| spaCy | >=3.4.1,<3.5.0 |
| Default Pipeline | tok2vec, ner |
| Components | tok2vec, ner |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | French corpus for the NER task composed of finding aids in XML-EAD from the National Archives of France (v. 3.0) - Check corpus version on GitHub |
| License | CC-BY-4.0 license |
| Author | Archives nationales / Inria-Almanach |
| Component | Labels |
|---|---|
ner |
EVENT, LOCATION, ORGANISATION, PERSON, TITLE |
| Type | Score |
|---|---|
ENTS_F |
83.29 |
ENTS_P |
83.91 |
ENTS_R |
82.68 |
TOK2VEC_LOSS |
68553.28 |
NER_LOSS |
18164.88 |