File size: 862 Bytes
c202994 |
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 |
{
"lang":"es",
"name":"metaextract_umsa",
"version":"0.2",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.2,<3.8.0",
"spacy_git_version":"a89eae928",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"title_model":[
"TITLE"
],
"authors_model":[
"AUTHOR"
],
"advisors_model":[
"ADVISOR"
],
"faculty_model":[
"FACULTY"
],
"department_model":[
"DEPARTMENT"
]
},
"pipeline":[
"title_model",
"authors_model",
"advisors_model",
"faculty_model",
"department_model",
"year"
],
"components":[
"title_model",
"authors_model",
"advisors_model",
"faculty_model",
"department_model",
"year"
],
"disabled":[
],
"requirements":[
]
} |