Upload prompt template internvl2-bbox-prompt.yaml
Browse files
internvl2-bbox-prompt.yaml
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
prompt:
|
| 2 |
template:
|
| 3 |
- role: user
|
| 4 |
-
content:
|
| 5 |
- type: image_url
|
| 6 |
image_url:
|
| 7 |
url: "{{image_url}}"
|
| 8 |
- type: text
|
| 9 |
text: "Please provide the bounding box coordinate of the region this sentence describes: <ref>{{region_to_detect}}</ref>"
|
| 10 |
template_variables:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
metadata:
|
| 14 |
model: https://huggingface.co/collections/OpenGVLab/internvl-20-667d3961ab5eb12c7ed1463e
|
| 15 |
|
|
|
|
|
|
|
|
|
| 1 |
prompt:
|
| 2 |
template:
|
| 3 |
- role: user
|
| 4 |
+
content:
|
| 5 |
- type: image_url
|
| 6 |
image_url:
|
| 7 |
url: "{{image_url}}"
|
| 8 |
- type: text
|
| 9 |
text: "Please provide the bounding box coordinate of the region this sentence describes: <ref>{{region_to_detect}}</ref>"
|
| 10 |
template_variables:
|
| 11 |
+
- image_url
|
| 12 |
+
- region_to_detect
|
| 13 |
metadata:
|
| 14 |
model: https://huggingface.co/collections/OpenGVLab/internvl-20-667d3961ab5eb12c7ed1463e
|
| 15 |
|
| 16 |
+
client_parameters: {}
|
| 17 |
+
custom_data: {}
|