Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
50648c9
1
Parent(s):
070de42
Update demo description and change theme to NoCrypt/miku in app.py
Browse files
app.py
CHANGED
@@ -339,6 +339,7 @@ title_html = """
|
|
339 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6336b5c831efcb5647f00170/-G297bBqMzYvTbD6_Bkd9.png" style="height: 95px; width: 100%;">
|
340 |
<p style="font-size: 20px;">❄️Vintern-1B-v3_5❄️</p>
|
341 |
<p style="font-size: 14px;">An Efficient Multimodal Large Language Model for Vietnamese🇻🇳</p>
|
|
|
342 |
<a href="https://huggingface.co/papers/2408.12480" style="font-size: 13px;">[📖 Vintern Paper]</a>
|
343 |
<a href="https://huggingface.co/5CD-AI" style="font-size: 13px;">[🤗 Huggingface]</a>
|
344 |
</div>
|
@@ -429,7 +430,7 @@ def build_demo():
|
|
429 |
|
430 |
with gr.Blocks(
|
431 |
title="❄️ Vintern-1B-v3_5-Demo ❄️",
|
432 |
-
theme=
|
433 |
css=block_css,
|
434 |
js=js,
|
435 |
) as demo:
|
|
|
339 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6336b5c831efcb5647f00170/-G297bBqMzYvTbD6_Bkd9.png" style="height: 95px; width: 100%;">
|
340 |
<p style="font-size: 20px;">❄️Vintern-1B-v3_5❄️</p>
|
341 |
<p style="font-size: 14px;">An Efficient Multimodal Large Language Model for Vietnamese🇻🇳</p>
|
342 |
+
<p style="font-size: 12px;">Vintern-1B-v3.5 is the latest in the Vintern series, bringing major improvements over v2 across all benchmarks. This continuous fine-tuning Version enhances Vietnamese capabilities while retaining strong English performance. It excels in OCR, text recognition, and Vietnam-specific document understanding.</p>
|
343 |
<a href="https://huggingface.co/papers/2408.12480" style="font-size: 13px;">[📖 Vintern Paper]</a>
|
344 |
<a href="https://huggingface.co/5CD-AI" style="font-size: 13px;">[🤗 Huggingface]</a>
|
345 |
</div>
|
|
|
430 |
|
431 |
with gr.Blocks(
|
432 |
title="❄️ Vintern-1B-v3_5-Demo ❄️",
|
433 |
+
theme="NoCrypt/miku",
|
434 |
css=block_css,
|
435 |
js=js,
|
436 |
) as demo:
|