39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
<!--Copyright 2024 The HuggingFace Team. All rights reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations under the License.
|
|
|
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
|
rendered properly in your Markdown viewer.
|
|
|
|
-->
|
|
|
|
# PaliGemma
|
|
|
|
## Overview
|
|
|
|
The PaliGemma model was proposed by Google. It is a 3B VLM composed by a Siglip-400m vision encoder and a Gemma-2B decoder linked by a multimodal linear projection. It is not a chat model with images. It cuts an image into a fixed number of VIT tokens and prepends it to an optional prompt. One particularity is that the model uses full block attention on all the image tokens plus the input text tokens. It comes in 3 resolutions, 224x224, 448x448 and 896x896 with 3 base models, with 55 fine-tuned versions for different tasks, and 2 mix models.
|
|
|
|
|
|
This model was contributed by [Molbap](https://huggingface.co/Molbap).
|
|
|
|
|
|
## PaliGemmaConfig
|
|
|
|
[[autodoc]] PaliGemmaConfig
|
|
|
|
## PaliGemmaProcessor
|
|
|
|
[[autodoc]] PaliGemmaProcessor
|
|
|
|
## PaliGemmaForConditionalGeneration
|
|
|
|
[[autodoc]] PaliGemmaForConditionalGeneration
|
|
- forward
|