en_pipeline / README.md
Madhana's picture
Update spaCy pipeline
a714855
|
raw
history blame
1.13 kB
metadata
tags:
  - spacy
  - token-classification
language:
  - en
model-index:
  - name: en_pipeline
    results:
      - task:
          name: NER
          type: token-classification
        metrics:
          - name: NER Precision
            type: precision
            value: 0.9970588235
          - name: NER Recall
            type: recall
            value: 0.9985272459
          - name: NER F Score
            type: f_score
            value: 0.9977924945
Feature Description
Name en_pipeline
Version 0.0.0
spaCy >=3.5.1,<3.6.0
Default Pipeline transformer, ner
Components transformer, ner
Vectors 0 keys, 0 unique vectors (0 dimensions)
Sources n/a
License n/a
Author n/a

Label Scheme

View label scheme (6 labels for 1 components)
Component Labels
ner BUILDING, CITY, NAME, NEIGHBORHOOD, PHONE NUMBER, STREET

Accuracy

Type Score
ENTS_F 99.78
ENTS_P 99.71
ENTS_R 99.85
TRANSFORMER_LOSS 21301.86
NER_LOSS 25081.95