justinj92 commited on
Commit
8ca1753
1 Parent(s): ae66bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -176,8 +176,7 @@ TITLE = "<h1><center>Phi-3.5 Fine-Tuned Vision Bot using Burberry Dataset </cent
176
  EXPLANATION = """
177
  <div style="text-align: center; margin-top: 20px;">
178
  <p>This app supports microsoft/Phi-3.5-vision-instruct model for multimodal model.</p>
179
- <p>Phi-3.5-vision is a lightweight, state-of-the-art open multimodal model built upon datasets which include - synthetic data and filtered publicly available websites - with a focus on very high-quality, reasoning dense data both on text and vision. The model belongs to the Phi-3 model family, and the multimodal version comes with 128K context length (in tokens) it can support. The model underwent a rigorous enhancement process, incorporating both supervised fine-tuning and direct preference optimization to ensure precise instruction adherence and robust safety measures.</p>
180
- <p>Phi-3.5-mini is a lightweight, state-of-the-art open model built upon datasets used for Phi-3 - synthetic data and filtered publicly available websites - with a focus on very high-quality, reasoning dense data. The model belongs to the Phi-3 model family and supports 128K token context length. The model underwent a rigorous enhancement process, incorporating both supervised fine-tuning, proximal policy optimization, and direct preference optimization to ensure precise instruction adherence and robust safety measures.</p>
181
  </div>
182
  """
183
 
 
176
  EXPLANATION = """
177
  <div style="text-align: center; margin-top: 20px;">
178
  <p>This app supports microsoft/Phi-3.5-vision-instruct model for multimodal model.</p>
179
+ <p>This Fine-Tuned version is built using open Burberry Product dataset.</p>
 
180
  </div>
181
  """
182