File size: 1,268 Bytes
dc74285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
75
76
77
78
{
  "lang":"fr",
  "name":"ner4archives_v3_default",
  "version":"0.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.4.1,<3.5.0",
  "spacy_git_version":"Unknown",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "EVENT",
      "LOCATION",
      "ORGANISATION",
      "PERSON",
      "TITLE"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner"
  ],
  "components":[
    "tok2vec",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.8328928047,
    "ents_p":0.8390532544,
    "ents_r":0.8268221574,
    "ents_per_type":{
      "PERSON":{
        "p":0.8568773234,
        "r":0.8814531549,
        "f":0.8689915174
      },
      "LOCATION":{
        "p":0.8458844133,
        "r":0.8625,
        "f":0.8541114058
      },
      "ORGANISATION":{
        "p":0.8053435115,
        "r":0.7250859107,
        "f":0.7631103074
      },
      "TITLE":{
        "p":0.8296529968,
        "r":0.796969697,
        "f":0.8129829985
      },
      "EVENT":{
        "p":0.0,
        "r":0.0,
        "f":0.0
      }
    },
    "tok2vec_loss":685.5327779506,
    "ner_loss":181.6487818236
  },
  "requirements":[

  ]
}