You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: grammar in postpaligemma2mix.md
- Add missing space in "pretrainedprevious" → "pretrained previous"
- Insert missing article in "look like following" → "look like the following"
* Update paligemma2mix.md
---------
Co-authored-by: Pedro Cuenca <[email protected]>
Copy file name to clipboardExpand all lines: paligemma2mix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ PaliGemma 2 mix models can accomplish a variety of tasks. We can categorize them
65
65
> [!TIP]
66
66
> Note that this list of subtasks is non-exhaustive, and you can get more information on the full list of tasks in the [PaliGemma 2 paper](https://huggingface.co/papers/2412.03555).
67
67
68
-
When prompting PaliGemma 2 mix models, we can use **open-ended prompts**. In the pretrainedprevious iteration of PaliGemma models, we needed to add a task prefix to the prompt depending on the task we’d like to accomplish in a given language. This still works, but open-ended prompts yield better performance. Prompts with task prefix look like following:
68
+
When prompting PaliGemma 2 mix models, we can use **open-ended prompts**. In the previous iteration of PaliGemma pretrained models, we needed to add a task prefix to the prompt depending on the task we’d like to accomplish in a given language. This still works, but open-ended prompts yield better performance. Prompts with task prefix look like the following:
69
69
70
70
* "caption {lang}": Nice, COCO-like short captions
71
71
* "describe {lang}": Longer, more descriptive captions
0 commit comments