File size: 1,105 Bytes
206d8e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f5fc27
206d8e1
 
 
 
 
564acf6
206d8e1
 
 
 
80ca52f
206d8e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
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.9887751161
    - name: NER Recall
      type: recall
      value: 0.9952089692
    - name: NER F Score
      type: f_score
      value: 0.9919816105
license: gpl-3.0
---
| Feature | Description |
| --- | --- |
| **Name** | `en_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.7.6,<3.8.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 684830 keys, 684830 unique vectors (300 dimensions) |
| **Sources** | n/a |
| **License** | gpl-3.0 |
| **Author** | [n/a]() |

### Label Scheme

<details>

<summary>View label scheme (2 labels for 1 components)</summary>

| Component | Labels |
| --- | --- |
| **`ner`** | `HONORARIUM`, `JUDGE` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `ENTS_F` | 99.20 |
| `ENTS_P` | 98.88 |
| `ENTS_R` | 99.52 |
| `TOK2VEC_LOSS` | 69445.26 |
| `NER_LOSS` | 18046.49 |