File size: 1,552 Bytes
09def62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
---
tags:
- spacy
- token-classification
- text-classification
language:
- en
model-index:
- name: en_tenarchexp3
  results:
  - task:
      name: NER
      type: token-classification
    metrics:
    - name: NER Precision
      type: precision
      value: 0.95
    - name: NER Recall
      type: recall
      value: 0.8507462687
    - name: NER F Score
      type: f_score
      value: 0.8976377953
---
| Feature | Description |
| --- | --- |
| **Name** | `en_tenarchexp3` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.2.4,<3.3.0` |
| **Default Pipeline** | `tok2vec`, `ner`, `textcat_multilabel` |
| **Components** | `tok2vec`, `ner`, `textcat_multilabel` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |

### Label Scheme

<details>

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

| Component | Labels |
| --- | --- |
| **`ner`** | `Seniority`, `TechSkill` |
| **`textcat_multilabel`** | `SoftwareEngineer`, `SiteReliabitliyEngineer`, `ProductManager`, `DataScientist`, `Designer` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `ENTS_F` | 89.76 |
| `ENTS_P` | 95.00 |
| `ENTS_R` | 85.07 |
| `CATS_SCORE` | 71.89 |
| `CATS_MICRO_P` | 47.92 |
| `CATS_MICRO_R` | 86.79 |
| `CATS_MICRO_F` | 61.74 |
| `CATS_MACRO_P` | 39.21 |
| `CATS_MACRO_R` | 55.42 |
| `CATS_MACRO_F` | 44.90 |
| `CATS_MACRO_AUC` | 71.89 |
| `CATS_MACRO_AUC_PER_TYPE` | 0.00 |
| `TOK2VEC_LOSS` | 31131.44 |
| `NER_LOSS` | 5486.16 |
| `TEXTCAT_MULTILABEL_LOSS` | 5.73 |