llava_100k_finetuned / prompts.py
saurabh-straive's picture
Duplicate from advaitadasein/llava_alt_text
92aaa61 verified
from dataclasses import dataclass
@dataclass
class Prompt0:
user_prompt: str = "Provide the alt-text for the image in the most concise way."
@dataclass
class Prompt1:
user_prompt: str = "Provide the alt-text for the image in the most prudent way, mentioning all the objects present in the image."
prompt = Prompt1()