SpaCy NER models
Collection
5 items • Updated
How to use ner4archives/fr_ner4archives_v3_with_vectors with spaCy:
!pip install https://huggingface.co/ner4archives/fr_ner4archives_v3_with_vectors/resolve/main/fr_ner4archives_v3_with_vectors-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("fr_ner4archives_v3_with_vectors")
# Importing as module.
import fr_ner4archives_v3_with_vectors
nlp = fr_ner4archives_v3_with_vectors.load()| Feature | Description |
|---|---|
| Name | fr_ner4archives_v3_with_vectors |
| Version | 0.0.0 |
| spaCy | >=3.4.1,<3.5.0 |
| Default Pipeline | tok2vec, ner |
| Components | tok2vec, ner |
| Vectors | 500000 keys, 500000 unique vectors (300 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 |
86.56 |
ENTS_P |
88.30 |
ENTS_R |
84.90 |
TOK2VEC_LOSS |
13527.63 |
NER_LOSS |
58805.82 |