Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
381 |
gr.HTML("""
|
382 |
<b>EMBARGO UNTIL AUGUST 22ND</b> This demo showcase <b>IDEFICS</b>, 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.<br><br>
|
383 |
|
384 |
-
IDEFICS (which
|
385 |
|
386 |
📚 The variants available in this demo were fine-tuned on a mixture of supervised and intruction fine-tuning to make the models more suitable in conversational settings. For more details, we refer to our [blog post](TODO).<br>
|
387 |
|
|
|
381 |
gr.HTML("""
|
382 |
<b>EMBARGO UNTIL AUGUST 22ND</b> This demo showcase <b>IDEFICS</b>, 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.<br><br>
|
383 |
|
384 |
+
<b>IDEFICS</b> (which stands for <b>I</b>mage-aware <b>D</b>ecoder <b>E</b>nhanced à la <b>F</b>lamingo with <b>I</b>nterleaved <b>C</b>ross-attention<b>S</b>) is an open-access reproduction of <a href="https://huggingface.co/papers/2204.14198" target="_blank">Flamingo</a>, 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.<br>
|
385 |
|
386 |
📚 The variants available in this demo were fine-tuned on a mixture of supervised and intruction fine-tuning to make the models more suitable in conversational settings. For more details, we refer to our [blog post](TODO).<br>
|
387 |
|