Update docs/source/en/model_doc/llava_next.md

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
Priya aka Priyamvadha Balakrishnan 2025-06-24 17:24:34 -04:00 committed by GitHub
parent 46b583f97d
commit 43bdd0bb59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,10 @@ rendered properly in your Markdown viewer.
You can find all the original LLaVANeXT checkpoints under the [LLaVA-NeXT](https://huggingface.co/collections/llava-hf/llava-next-65f75c4afac77fd37dbbe6cf) collection.
> [!TIP]
> Click on the LLaVANeXT models in the right sidebar for more examples on OCR, visual question answering, document understanding, and multi-image reasoning.
> [!TIP]
> This model was contributed by [nielsr](https://huggingface.co/nielsr).
>
> Click on the LLaVANeXT models in the right sidebar for more examples of how to apply Llava-NeXT to different multimodal tasks.
The example below demonstrates how to generate text based on an image with [`pipeline`] or the [`AutoModel`] class.