Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
inference:
|
| 4 |
widget:
|
| 5 |
-
- text: "[INST] <<SYS
|
| 6 |
-
Given an image description, generate one or two multiple-choice questions that verifies if the image description is correct.
|
| 7 |
-
Classify each concept into a type (object, human, animal, food, activity, attribute, counting, color, material, spatial, location, shape, other), and then generate a question for each type.
|
| 8 |
-
|
| 9 |
-
<</SYS>>
|
| 10 |
-
|
| 11 |
-
Description: a blue rabbit and a red plane [/INST] Entities:"
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
tags:
|
| 14 |
- text-generation-inference
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
inference: true
|
| 4 |
widget:
|
| 5 |
+
- text: "[INST] <<SYS>>\nGiven an image description, generate one or two multiple-choice questions that verifies if the image description is correct.\nClassify each concept into a type (object, human, animal, food, activity, attribute, counting, color, material, spatial, location, shape, other), and then generate a question for each type.\n\n<</SYS>>\n\nDescription: a blue rabbit and a red plane [/INST] Entities:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
tags:
|
| 8 |
- text-generation-inference
|