Link to demo (#7)
Browse files- Link to demo (6f868b79e2fe0da2507e9de871ca389dd892a8c3)
README.md
CHANGED
@@ -115,7 +115,9 @@ such as “detect” or “segment”. The pretrained models were trained in thi
|
|
115 |
them with a rich set of capabilities (question answering, captioning, segmentation, etc.).
|
116 |
However, they are not designed to be used directly, but to be transferred (by fine-tuning)
|
117 |
to specific tasks using a similar prompt structure. For interactive testing, you can use
|
118 |
-
the "mix" family of models, which have been fine-tuned on a mixture of tasks.
|
|
|
|
|
119 |
|
120 |
Please, refer to the [usage and limitations section](#usage-and-limitations) for intended
|
121 |
use cases, or visit the [blog post](https://huggingface.co/blog/paligemma-google-vlm) for
|
|
|
115 |
them with a rich set of capabilities (question answering, captioning, segmentation, etc.).
|
116 |
However, they are not designed to be used directly, but to be transferred (by fine-tuning)
|
117 |
to specific tasks using a similar prompt structure. For interactive testing, you can use
|
118 |
+
the "mix" family of models, which have been fine-tuned on a mixture of tasks. To see model
|
119 |
+
[google/paligemma-3b-mix-448](https://huggingface.co/google/paligemma-3b-mix-448) in action,
|
120 |
+
check [this Space that uses the Transformers codebase](https://huggingface.co/spaces/big-vision/paligemma-hf).
|
121 |
|
122 |
Please, refer to the [usage and limitations section](#usage-and-limitations) for intended
|
123 |
use cases, or visit the [blog post](https://huggingface.co/blog/paligemma-google-vlm) for
|