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

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +5 -4
app_dialogue.py CHANGED
@@ -379,23 +379,24 @@ 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 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
 
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/HuggingFaceM4/idefics-80b#bias-evaluation" target="_blank">model card</a>
394
  #[Flamingo](https://huggingface.co/papers/2204.14198)
395
  #[supporting models](https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics)
396
  #[here](https://huggingface.co/HuggingFaceM4/idefics-80b#misuse-and-out-of-scope-use)
397
  #[model card](https://huggingface.co/HuggingFaceM4/idefics-80b#bias-evaluation)
398
-
 
399
  # with gr.Row():
400
  # with gr.Column(scale=2):
401
  with gr.Row(elem_id="model_selector_row"):
 
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)
395
  #[supporting models](https://huggingface.co/models?sort=trending&search=HuggingFaceM4%2Fidefics)
396
  #[here](https://huggingface.co/HuggingFaceM4/idefics-80b#misuse-and-out-of-scope-use)
397
  #[model card](https://huggingface.co/HuggingFaceM4/idefics-80b#bias-evaluation)
398
+ #[blog post](https://huggingface.co/blog/idefics)
399
+
400
  # with gr.Row():
401
  # with gr.Column(scale=2):
402
  with gr.Row(elem_id="model_selector_row"):