Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
e477eb0
1
Parent(s):
07dedad
typos
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -339,10 +339,10 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
339 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
340 |
with gr.Column(scale=5):
|
341 |
gr.Markdown("""
|
342 |
-
**EMBARGO UNTIL AUGUST 22ND** This demo
|
343 |
<br>IDEFICS (which stans for **I**mage-aware **D**ecoder **E**nhanced à la **F**lamingo with **I**nterleaved **C**ross-attention**S**) is an open-access reproduction of [Flamingo](https://huggingface.co/papers/2204.14198), a closed-source visual language model developed by Deepmind. IDEFICS was built solely on publicly available data and models. It is currently the only visual language model of this scale available in open-access.
|
344 |
|
345 |
-
📚 The variants available in this demo were fine-tuned on a mixture of supervised and
|
346 |
|
347 |
🅿️ **Intended uses:** This demo along with the [supporting models](https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics) are provided as research artefacts to the community. We detail misuses and out-of-scope uses [here](https://huggingface.co/HuggingFaceM4/idefics-80b#misuse-and-out-of-scope-use).
|
348 |
|
|
|
339 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
340 |
with gr.Column(scale=5):
|
341 |
gr.Markdown("""
|
342 |
+
**EMBARGO UNTIL AUGUST 22ND** This demo showcases **IDEFICS**, a open-access large visual lanugage model. Like GPT-4, the multimodal model accepts arbitrary sequences of image and text inputs and produces text outputs. IDEFICS can answer questions about images, describe visual content, create stories grounded in multiple images, etc.
|
343 |
<br>IDEFICS (which stans for **I**mage-aware **D**ecoder **E**nhanced à la **F**lamingo with **I**nterleaved **C**ross-attention**S**) is an open-access reproduction of [Flamingo](https://huggingface.co/papers/2204.14198), a closed-source visual language model developed by Deepmind. IDEFICS was built solely on publicly available data and models. It is currently the only visual language model of this scale available in open-access.
|
344 |
|
345 |
+
📚 The variants available in this demo were fine-tuned on a mixture of supervised and instruction fine-tuning to make the models more suitable in conversational settings. For more details, we refer to our [blog post](https://huggingface.co/blog/idefics).
|
346 |
|
347 |
🅿️ **Intended uses:** This demo along with the [supporting models](https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics) are provided as research artefacts to the community. We detail misuses and out-of-scope uses [here](https://huggingface.co/HuggingFaceM4/idefics-80b#misuse-and-out-of-scope-use).
|
348 |
|