File size: 1,666 Bytes
6c88a48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
79
80
81
82
83
84
85
86
87
88
89
90
{
  "lang":"uk",
  "name":"ner_spacy",
  "version":"0.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.6.1,<3.7.0",
  "spacy_git_version":"458bc5f45",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "CLAUSE_NUMBER",
      "CLAUSE_TITLE",
      "CONTRACT_TYPE",
      "DEFINITION_TITLE",
      "MARGINAL"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner"
  ],
  "components":[
    "tok2vec",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.9471004243,
    "ents_p":0.9543899658,
    "ents_r":0.9399213925,
    "ents_per_type":{
      "CONTRACT_TYPE":{
        "p":0.6071428571,
        "r":0.3777777778,
        "f":0.4657534247
      },
      "CLAUSE_NUMBER":{
        "p":0.9868329868,
        "r":0.9958041958,
        "f":0.9912982945
      },
      "CLAUSE_TITLE":{
        "p":0.8579881657,
        "r":0.7512953368,
        "f":0.8011049724
      },
      "DEFINITION_TITLE":{
        "p":0.7787610619,
        "r":0.7787610619,
        "f":0.7787610619
      },
      "MARGINAL":{
        "p":0.0,
        "r":0.0,
        "f":0.0
      }
    },
    "tok2vec_loss":189.4445021237,
    "ner_loss":383.6173645542
  },
  "dataset_stats":{
    "datetime":"2023-10-25 14:55:17",
    "dtype":"spacy",
    "namespace":"uk",
    "label_type":"clause_number,clause_title,definition_title,contract_type,marginal",
    "n_labels":16279,
    "n_documents":4557,
    "precision":0.9543899658,
    "recall":0.9399213925,
    "f1_score":0.9471004243,
    "loss":383.6173645542
  },
  "requirements":[

  ]
}