File size: 501 Bytes
04993ef 20dcf24 eb0cdff d4e515a 01920b8 d4e515a 04993ef 7e69467 04993ef 8d1b471 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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"
} |