xx_ent_wiki_sm / README.md
Adriane Boyd
Update spaCy pipeline
e054e51
metadata
tags:
  - spacy
  - token-classification
language:
  - multilingual
license: mit
model-index:
  - name: xx_ent_wiki_sm
    results:
      - task:
          name: NER
          type: token-classification
        metrics:
          - name: NER Precision
            type: precision
            value: 0.8347644482
          - name: NER Recall
            type: recall
            value: 0.8268038067
          - name: NER F Score
            type: f_score
            value: 0.8307650576

Details: https://spacy.io/models/xx#xx_ent_wiki_sm

Multi-language pipeline optimized for CPU. Components: ner.

Feature Description
Name xx_ent_wiki_sm
Version 3.4.0
spaCy >=3.4.0,<3.5.0
Default Pipeline ner
Components ner
Vectors 0 keys, 0 unique vectors (0 dimensions)
Sources WikiNER (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran)
License MIT
Author Explosion

Label Scheme

View label scheme (4 labels for 1 components)
Component Labels
ner LOC, MISC, ORG, PER

Accuracy

Type Score
ENTS_P 83.48
ENTS_R 82.68
ENTS_F 83.08