Skip to content

Commit

Permalink
tweak person prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Jul 15, 2024
1 parent b900ece commit c3ea564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrichment-prompts/llava_prompt_person.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Identify the person's most likely job, according to these rules:
- If the person appears to be wearing some other uniform, you should describe a job their uniform is commonly associated with, in 3 words or less. Do not include any punctuation or any non-alphanumeric characters.
- If the person isn't wearing a uniform commonly associated with a specific job, or you cannot guess their job for any other reason, their job is "unknown".

Your response MUST be a valid JSON object with exactly two keys: "desc" and "error":
Your response MUST be a valid JSON object with exactly two keys, "desc" and "error":

- "desc" will contain the job you identified. If you could not identify the person's job, "desc" is "unknown". If there was no person in the image, "desc" is an empty string ("").
- IF AND ONLY IF you could not plausibly guess the person's job, "error" will describe what went wrong. If you made a guess at the person's job, do not provide any error message.

0 comments on commit c3ea564

Please sign in to comment.