File size: 1,512 Bytes
aaac6af
 
 
 
e3efcf3
 
aaac6af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314a302
 
9b5d073
657920d
5d79f97
314a302
aaac6af
 
 
 
 
 
 
 
 
 
a703bfe
aaac6af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- spacy
- token-classification
- ner
- named-entity-recognition
language:
- en
model-index:
- name: en_roberta_fine_tuned_ner
  results:
  - task:
      name: NER
      type: token-classification
    metrics:
    - name: NER Precision
      type: precision
      value: 0.8937349752
    - name: NER Recall
      type: recall
      value: 0.8950083522
    - name: NER F Score
      type: f_score
      value: 0.8943712104
---



This is a roBERTa model for Named Entity Recognition, fine-tuned on OntoNotes v5 using Spacy in coNLL-2003 format and BIO tagged.
For more details: https://github.com/nicoladisabato/ner-with-transformers

| Feature | Description |
| --- | --- |
| **Name** | `en_roberta_fine_tuned_ner` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.5.0,<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** | Nicola Disabato |

### Label Scheme

<details>

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

| Component | Labels |
| --- | --- |
| **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `ENTS_F` | 89.44 |
| `ENTS_P` | 89.37 |
| `ENTS_R` | 89.50 |
| `TRANSFORMER_LOSS` | 294822.05 |
| `NER_LOSS` | 316133.78 |