Upload lance/manifest.json with huggingface_hub
Browse files- lance/manifest.json +13 -0
lance/manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"example": "lance",
|
| 3 |
+
"description": "Lance unified multimodal inference \u2014 canonical demo artifacts",
|
| 4 |
+
"files": {
|
| 5 |
+
"sample_input.png": "Canonical input image for VQA and image-edit demos. Generated by Lance t2i mode with prompt \"A golden retriever sitting in a sunlit meadow with wildflowers\" (30 steps, 768x768). Byte-identical to t2i_output.png.",
|
| 6 |
+
"t2i_output.png": "Text-to-image demo output. Same file as sample_input.png \u2014 the T2I result is reused as canonical input for VQA and editing tasks.",
|
| 7 |
+
"edit_output.png": "Image-edit demo output. Edit instruction: \"Add a red collar to the dog\". Input: sample_input.png. 30 steps, 768x768.",
|
| 8 |
+
"vqa_result.json": "Image-understanding (VQA) result. Question: \"What animal is in this image?\". Answer: \"Dog\". Input: sample_input.png."
|
| 9 |
+
},
|
| 10 |
+
"model": "bytedance-research/Lance",
|
| 11 |
+
"model_revision": "7395315758865e6f56ab87ad06a88c7ac172f056",
|
| 12 |
+
"verified_date": "2026-07-12"
|
| 13 |
+
}
|