File size: 877 Bytes
7616f3e
 
 
 
 
 
 
 
 
6905416
 
7616f3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"test_pipeline",
  "version":"0.1.0",
  "description":"A test pipeline for ModelManager testing purposes",
  "author":"Liam Keegan",
  "email":"liam@keegan.ch",
  "url":"https://github.com/ssciwr/moralization",
  "license":"MIT",
  "spacy_version":">=3.5.4,<3.6.0",
  "spacy_git_version":"7a2833bf2",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "spancat":[
      "Care",
      "Fairness",
      "Cheating",
      "Oppression",
      "Liberty",
      "Harm"
    ]
  },
  "pipeline":[
    "tok2vec",
    "spancat"
  ],
  "components":[
    "tok2vec",
    "spancat"
  ],
  "disabled":[

  ],
  "performance":{
    "spans_sc_f":0.0,
    "spans_sc_p":0.0,
    "spans_sc_r":0.0,
    "tok2vec_loss":122.9019775391,
    "spancat_loss":2738.6665039062
  },
  "requirements":[

  ]
}