Update README.md
Browse files- README.md +3 -3
- assets/demo.png +2 -2
README.md
CHANGED
|
@@ -116,7 +116,7 @@ conversation = [
|
|
| 116 |
},
|
| 117 |
{
|
| 118 |
"role": "user",
|
| 119 |
-
"content": "<image
|
| 120 |
},
|
| 121 |
]
|
| 122 |
prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)
|
|
@@ -170,7 +170,7 @@ def main():
|
|
| 170 |
},
|
| 171 |
{
|
| 172 |
"role": "user",
|
| 173 |
-
"content": "<image
|
| 174 |
}
|
| 175 |
]
|
| 176 |
prompt = processor.apply_chat_template(message, add_generation_prompt=True)
|
|
@@ -195,7 +195,7 @@ def main():
|
|
| 195 |
"image": image
|
| 196 |
},
|
| 197 |
}
|
| 198 |
-
|
| 199 |
sampling_params = SamplingParams(
|
| 200 |
temperature=0,
|
| 201 |
max_tokens=256
|
|
|
|
| 116 |
},
|
| 117 |
{
|
| 118 |
"role": "user",
|
| 119 |
+
"content": "<image>30歳未満の社員に対するアンケート回答結果で、最も割合が高かった「使用頻度」は何ですか?",
|
| 120 |
},
|
| 121 |
]
|
| 122 |
prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)
|
|
|
|
| 170 |
},
|
| 171 |
{
|
| 172 |
"role": "user",
|
| 173 |
+
"content": "<image>30歳未満の社員に対するアンケート回答結果で、最も割合が高かった「使用頻度」は何ですか?"
|
| 174 |
}
|
| 175 |
]
|
| 176 |
prompt = processor.apply_chat_template(message, add_generation_prompt=True)
|
|
|
|
| 195 |
"image": image
|
| 196 |
},
|
| 197 |
}
|
| 198 |
+
|
| 199 |
sampling_params = SamplingParams(
|
| 200 |
temperature=0,
|
| 201 |
max_tokens=256
|
assets/demo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|