Skip to content

Commit

Permalink
docs: Minor text correction in VLM structured generation notebook
Browse files Browse the repository at this point in the history
- Fixed a small punctuation error in the introduction paragraph
- Corrected "HuggingFaceTB" to "Hugging Face"
  • Loading branch information
davidberenstein1957 committed Jan 30, 2025
1 parent c11797e commit 0f5be22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Structured Generation from Images or Documents Using Vision Language Models\n",
"\n",
"We will be using the SmolVLM-Instruct model from HuggingFaceTB to extract structured information from documents We will run the VLM using the HuggingFace Transformers library and the [Outlines library](https://github.com/dottxt-ai/outlines), which facilitates structured generation based on limiting token sampling probabilities. \n",
"We will be using the SmolVLM-Instruct model from HuggingFaceTB to extract structured information from documents. We will run the VLM using the Hugging Face Transformers library and the [Outlines library](https://github.com/dottxt-ai/outlines), which facilitates structured generation based on limiting token sampling probabilities. \n",
"\n",
"> This approach is based on a [Outlines tutorial](https://dottxt-ai.github.io/outlines/latest/cookbook/atomic_caption/).\n",
"\n",
Expand Down

0 comments on commit 0f5be22

Please sign in to comment.