ysharma HF staff commited on
Commit
c124d6b
1 Parent(s): 8c2080a

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +16 -5
app_dialogue.py CHANGED
@@ -379,16 +379,27 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
379
  gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
380
  with gr.Column(scale=5):
381
  gr.HTML("""
382
- <b>EMBARGO UNTIL AUGUST 22ND</b> This demo showcase <b>IDEFICS</b>, a open-access large visual language 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 <a href="https://huggingface.co/blog/idefics" target="_blank">blog post</a>.<br>
387
 
388
- 🅿️ <b>Intended uses:</b> This demo along with the <a href="https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics" target="_blank">supporting models</a> 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).<br>
389
 
390
- ⛔️ <b>Limitations:</b> the model can produce factually incorrect texts, hallucinate facts (with or without an image) and will struggle with small details in images. While the model will tend to refuse answering questionable user requests, it can produce problematic outputs (including racist, stereotypical, and disrespectful texts), in particular when prompted to do so. We encourage users to read our findings from evaluating the model for potential biases in the <a href="https://huggingface.co/HuggingFaceM4/idefics-80b#bias-evaluation" target="_blank">model card</a>.
391
  """)
 
 
 
 
 
 
 
 
 
 
 
392
 
393
  #<a href="https://huggingface.co/blog/idefics" target="_blank">blog post</a>
394
  #[Flamingo](https://huggingface.co/papers/2204.14198)
 
379
  gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
380
  with gr.Column(scale=5):
381
  gr.HTML("""
382
+ This demo showcases <b>IDEFICS</b>, a open-access large visual language 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 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 (80 billion parameters) that is available in open-access.<br>
385
 
386
+ 📚 The variants available in this demo were fine-tuned on a mixture of supervised and instruction fine-tuning datasets to make the models more suitable in conversational settings. For more details, we refer to our <a href="https://huggingface.co/blog/idefics" target="_blank">blog post</a>.<br>
387
 
388
+ 🅿️ <b>Intended uses:</b> This demo along with the <a href="https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics" target="_blank">supporting models</a> are provided as research artifacts to the community. We detail misuses and out-of-scope uses <a href="https://huggingface.co/HuggingFaceM4/idefics-80b#misuse-and-out-of-scope-use" target="_blank">here</a>.<br>
389
 
390
+ ⛔️ <b>Limitations:</b> The model can produce factually incorrect texts, hallucinate facts (with or without an image) and will struggle with small details in images. While the model will tend to refuse answering questionable user requests, it can produce problematic outputs (including racist, stereotypical, and disrespectful texts), in particular when prompted to do so. We encourage users to read our findings from evaluating the model for potential biases in the <a href="https://huggingface.co/HuggingFaceM4/idefics-80b#bias-evaluation" target="_blank">model card</a>.<br>
391
  """)
392
+ #gr.HTML("""
393
+ # <b>EMBARGO UNTIL AUGUST 22ND</b> This demo showcase <b>IDEFICS</b>, a open-access large visual language 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>
394
+ #
395
+ # <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>
396
+ #
397
+ # 📚 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 <a href="https://huggingface.co/blog/idefics" target="_blank">blog post</a>.<br>
398
+ #
399
+ # 🅿️ <b>Intended uses:</b> This demo along with the <a href="https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics" target="_blank">supporting models</a> 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).<br>
400
+ #
401
+ # ⛔️ <b>Limitations:</b> the model can produce factually incorrect texts, hallucinate facts (with or without an image) and will struggle with small details in images. While the model will tend to refuse answering questionable user requests, it can produce problematic outputs (including racist, stereotypical, and disrespectful texts), in particular when prompted to do so. We encourage users to read our findings from evaluating the model for potential biases in the <a href="https://huggingface.co/HuggingFaceM4/idefics-80b#bias-evaluation" target="_blank">model card</a>.
402
+ # """)
403
 
404
  #<a href="https://huggingface.co/blog/idefics" target="_blank">blog post</a>
405
  #[Flamingo](https://huggingface.co/papers/2204.14198)