File size: 477 Bytes
45781e0 d24e84a 45781e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"model_type": "kinase_substrate_bert",
"pipeline_tag": "text-classification",
"tape_model_name": "bert-base",
"num_labels": 2,
"threshold": 0.7734375,
"with_sep": true,
"max_len": 1024,
"auto_map": {
"AutoConfig": "modeling.KinaseSubstrateConfig",
"AutoModel": "modeling.KinaseSubstrateModel"
},
"custom_pipelines": {
"kinase-substrate": {
"impl": "pipeline.KinaseSubstratePipeline",
"pt": [
"AutoModel"
]
}
}
} |