File size: 1,301 Bytes
3513e26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- spacy
- token-classification
language:
- fr
model-index:
- name: fr_arches_ner
  results:
  - task:
      name: NER
      type: token-classification
    metrics:
    - name: NER Precision
      type: precision
      value: 0.6778376222
    - name: NER Recall
      type: recall
      value: 0.7156697557
    - name: NER F Score
      type: f_score
      value: 0.6962401393
---
| Feature | Description |
| --- | --- |
| **Name** | `fr_arches_ner` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.6.1,<3.7.0` |
| **Default Pipeline** | `tok2vec`, `ner`, `entity_punctuation_removal` |
| **Components** | `tok2vec`, `ner`, `entity_punctuation_removal` |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |

### Label Scheme

<details>

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

| Component | Labels |
| --- | --- |
| **`ner`** | `CHRONOLOGIE`, `DECOR`, `EDIFICE`, `ESPECE`, `GPE`, `ID`, `LIEUDIT_SITE`, `LOC`, `MATERIAU`, `MOBILIER`, `ORG`, `PERSONNE`, `PEUPLE_CULTURE`, `STRUCTURE`, `TECHNIQUE_STYLE` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `ENTS_F` | 69.62 |
| `ENTS_P` | 67.78 |
| `ENTS_R` | 71.57 |
| `TOK2VEC_LOSS` | 63436.09 |
| `NER_LOSS` | 246059.83 |