#How do I format evals?

1 messages · Page 1 of 1 (latest)

earnest burrow
#

What's the correct format for evals? For images with structured output responses.
Thanks

civic socket
#

I think you can put code like this for input and output

#
- input: 
    image: "image_file.png"
    instruction: "Extract key details like name, date, and location."
  output: 
    name: "John Doe"
    date: "2024-06-10"
    location: "New York, NY"