anthropic-cookbook icon indicating copy to clipboard operation
anthropic-cookbook copied to clipboard

It counted wrong

Open gordingin opened this issue 3 months ago • 0 comments

best_practices_for_vision.ipynb

the question, that I didn't changed was "How many dogs are in this picture?"

message_list = [ { "role": 'user', "content": [ {"type": "image", "source": {"type": "base64", "media_type": "image/jpeg", "data": get_base64_encoded_image("../images/best_practices/nine_dogs.jpg")}}, {"type": "text", "text": "How many dogs are in this picture?"} ] } ]

Answer was ...The image shows 10 dogs sitting together in a grassy field with some flowers..

Btw, there are 9 dogs

gordingin avatar Nov 09 '24 21:11 gordingin