Backedman's picture
Update config.json
01920b8 verified
raw
history blame contribute delete
501 Bytes
{
"architectures": [
"QBModelWrapper"
],
"auto_map": {
"AutoConfig": "QBModelConfig.QBModelConfig",
"AutoModelForQuestionAnswering": "QBModelWrapper.QBModelWrapper"
},
"custom_pipelines": {
"IFIDF-QA": {
"impl": "QAPipeline.QApipeline",
"pt": [
"AutoModelForQuestionAnswering"
],
"tf": [
"TFAutoModelForQuestionAnswering"
]
}
},
"model_type": "TFIDF-QA",
"torch_dtype": "float32",
"transformers_version": "4.40.1"
}