@@ -98,7 +98,7 @@ def test_transformers_multimodal_chat(model, image):
98
98
{
99
99
"role" : "user" ,
100
100
"content" : [
101
- "What's on this image? " ,
101
+ "Describe this image in one sentence: " ,
102
102
Image (image ),
103
103
],
104
104
},
@@ -113,7 +113,7 @@ def test_transformers_multimodal_chat(model, image):
113
113
{
114
114
"role" : "user" ,
115
115
"content" : [
116
- {"type" : "text" , "text" : "What's on this image? " },
116
+ {"type" : "text" , "text" : "Describe this image in one sentence: " },
117
117
{"type" : "image" , "image" : Image (image )},
118
118
],
119
119
},
@@ -234,7 +234,7 @@ def test_transformers_multimodal_batch(model, image):
234
234
{
235
235
"role" : "user" ,
236
236
"content" : [
237
- "What's on this image? " ,
237
+ "Describe this image in one sentence: " ,
238
238
Image (image ),
239
239
],
240
240
},
@@ -244,7 +244,7 @@ def test_transformers_multimodal_batch(model, image):
244
244
{
245
245
"role" : "user" ,
246
246
"content" : [
247
- "What's on this image? " ,
247
+ "Describe this image in one sentence: " ,
248
248
Image (image ),
249
249
],
250
250
},
@@ -262,7 +262,7 @@ def test_transformers_multimodal_batch(model, image):
262
262
{
263
263
"role" : "user" ,
264
264
"content" : [
265
- {"type" : "text" , "text" : "What's on this image? " },
265
+ {"type" : "text" , "text" : "Describe this image in one sentence: " },
266
266
{"type" : "image" , "image" : Image (image )},
267
267
],
268
268
},
@@ -272,7 +272,7 @@ def test_transformers_multimodal_batch(model, image):
272
272
{
273
273
"role" : "user" ,
274
274
"content" : [
275
- {"type" : "text" , "text" : "What's on this image? " },
275
+ {"type" : "text" , "text" : "Describe this image in one sentence: " },
276
276
{"type" : "image" , "image" : Image (image )},
277
277
],
278
278
},
0 commit comments