Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|
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 |
|