File size: 1,990 Bytes
09def62 |
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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
{
"lang":"en",
"name":"tenarchexp3",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.2.4,<3.3.0",
"spacy_git_version":"b50fe5ec6",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"ner":[
"Seniority",
"TechSkill"
],
"textcat_multilabel":[
"SoftwareEngineer",
"SiteReliabitliyEngineer",
"ProductManager",
"DataScientist",
"Designer"
]
},
"pipeline":[
"tok2vec",
"ner",
"textcat_multilabel"
],
"components":[
"tok2vec",
"ner",
"textcat_multilabel"
],
"disabled":[
],
"performance":{
"ents_f":0.8976377953,
"ents_p":0.95,
"ents_r":0.8507462687,
"ents_per_type":{
"TechSkill":{
"p":0.9803921569,
"r":0.8771929825,
"f":0.9259259259
},
"Seniority":{
"p":0.7777777778,
"r":0.7,
"f":0.7368421053
}
},
"cats_score":0.718939555,
"cats_score_desc":"macro AUC",
"cats_micro_p":0.4791666667,
"cats_micro_r":0.8679245283,
"cats_micro_f":0.6174496644,
"cats_macro_p":0.3921106557,
"cats_macro_r":0.5541666667,
"cats_macro_f":0.4490322581,
"cats_macro_auc":0.718939555,
"cats_f_per_type":{
"SoftwareEngineer":{
"p":0.4918032787,
"r":0.9375,
"f":0.6451612903
},
"SiteReliabitliyEngineer":{
"p":0.0,
"r":0.0,
"f":0.0
},
"ProductManager":{
"p":0.0,
"r":0.0,
"f":0.0
},
"DataScientist":{
"p":1.0,
"r":1.0,
"f":1.0
},
"Designer":{
"p":0.46875,
"r":0.8333333333,
"f":0.6
}
},
"cats_macro_auc_per_type":0.0,
"tok2vec_loss":311.3143602825,
"ner_loss":54.8616165066,
"textcat_multilabel_loss":0.0572747632
},
"requirements":[
]
} |