Skip to content

Commit 8d35edd

Browse files
Add new Jupyter notebook for structured generation using Vision Language Models
- Introduced a new notebook demonstrating the extraction of structured information from documents using the SmolVLM-500M-Instruct model. - Included installation instructions, model initialization, and example usage with a focus on generating structured tags and confidence scores from images. - Added detailed markdown explanations for each step of the process.
1 parent 70c7f74 commit 8d35edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/en/structured-generation-vision-languag-models-copy.ipynb renamed to notebooks/en/structured_generation_vision_languag_models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
22-
"!pip install outlines transformers torch flash-attn outlines datasets sentencepiece gradio"
22+
"%pip install accelerate outlines transformers torch flash-attn outlines datasets sentencepiece gradio"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)