File size: 517 Bytes
9541195 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"architectures": [
"QBModelWrapper"
],
"auto_map": {
"AutoConfig": "QBModelConfig.QBModelConfig",
"AutoModelForQuestionAnswering": "QBModelWrapperCopy.QBModelWrapper"
},
"custom_pipelines": {
"qa-pipeline-qb": {
"impl": "QBpipeline.QApipeline",
"pt": [
"AutoModelForQuestionAnswering"
],
"tf": [
"TFAutoModelForQuestionAnswering"
]
}
},
"model_type": "QA-umd-quizbowl",
"torch_dtype": "float16",
"transformers_version": "4.40.1"
}
|