mouna2404 commited on
Commit ·
60bcf4d
1
Parent(s): b434821
Add model_index.json for inference
Browse files- model_index.json +6 -0
model_index.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoProcessor": "transformers.BlipProcessor",
|
| 4 |
+
"AutoModelForVisualQuestionAnswering": "transformers.BlipForQuestionAnswering"
|
| 5 |
+
}
|
| 6 |
+
}
|