File size: 1,306 Bytes
cd99158
 
 
 
 
 
 
 
 
 
 
 
e25080a
 
 
 
cd99158
 
e25080a
 
 
cd99158
 
 
 
 
 
 
e25080a
cd99158
 
 
e25080a
cd99158
 
 
 
 
 
7c02d33
cd99158
7c02d33
 
 
 
 
 
 
cd99158
 
7c02d33
 
 
cd99158
 
7c02d33
 
 
cd99158
 
7c02d33
 
 
cd99158
 
7c02d33
 
cd99158
 
 
 
 
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
{
  "lang":"da",
  "name":"spacy_sentiment",
  "version":"0.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.5.1,<3.6.0",
  "spacy_git_version":"Unknown",
  "vectors":{
    "width":300,
    "vectors":20000,
    "keys":500000,
    "name":"da_vectors"
  },
  "labels":{
    "tok2vec":[

    ],
    "textcat":[
      "neutral",
      "negative",
      "positive"
    ]
  },
  "pipeline":[
    "tok2vec",
    "textcat"
  ],
  "components":[
    "tok2vec",
    "textcat"
  ],
  "disabled":[

  ],
  "performance":{
    "cats_score":0.8474207726,
    "cats_score_desc":"macro F",
    "cats_micro_p":0.8411214953,
    "cats_micro_r":0.8411214953,
    "cats_micro_f":0.8411214953,
    "cats_macro_p":0.844694153,
    "cats_macro_r":0.8767306172,
    "cats_macro_f":0.8474207726,
    "cats_macro_auc":0.9466284024,
    "cats_f_per_type":{
      "neutral":{
        "p":0.9591836735,
        "r":0.7704918033,
        "f":0.8545454545
      },
      "negative":{
        "p":0.9210526316,
        "r":0.8974358974,
        "f":0.9090909091
      },
      "positive":{
        "p":0.6538461538,
        "r":0.9622641509,
        "f":0.7786259542
      }
    },
    "tok2vec_loss":180094.4030773295,
    "textcat_loss":4.581076636
  },
  "requirements":[

  ]
}