File size: 1,769 Bytes
8023b17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
language:
- sr
model-index:
- name: sr_SRPCNNEL
  results:
  - task:
      name: NER
      type: token-classification
    metrics:
    - name: NER Precision
      type: precision
      value: 0.9334730579
    - name: NER Recall
      type: recall
      value: 0.9340414017
    - name: NER F Score
      type: f_score
      value: 0.9337571433
  - task:
      name: TAG
      type: token-classification
    metrics:
    - name: TAG (XPOS) Accuracy
      type: accuracy
      value: 0.9648654551
---

Named Entity Linking model for Serbian language

| Feature | Description |
| --- | --- |
| **Name** | `sr_SRPCNNEL` |
| **Version** | `1.0.0` |
| **spaCy** | `>=3.5.2,<3.6.0` |
| **Default Pipeline** | `tok2vec`, `tagger`, `ner`, `sentencizer`, `entity_linker` |
| **Components** | `tok2vec`, `tagger`, `ner`, `sentencizer`, `entity_linker` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [Milica Ikonić Nešić, Saša Petalinkar, Ranka Stanković,  Miloš Utvić, Olivera Kitanović](https://tesla.rgf.bg.ac.rs/) |

### Label Scheme

<details>

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

| Component | Labels |
| --- | --- |
| **`tagger`** | `ADJ`, `ADP`, `ADV`, `AUX`, `CCONJ`, `DET`, `INTJ`, `NOUN`, `NUM`, `PART`, `PRON`, `PROPN`, `PUNCT`, `SCONJ`, `VERB`, `X` |
| **`ner`** | `DEMO`, `EVENT`, `LOC`, `ORG`, `PERS`, `ROLE`, `WORK` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `TAG_ACC` | 96.49 |
| `ENTS_F` | 93.38 |
| `ENTS_P` | 93.35 |
| `ENTS_R` | 93.40 |
| `TOK2VEC_LOSS` | 205472.21 |
| `TAGGER_LOSS` | 502844.65 |
| `NER_LOSS` | 148170.50 |