Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ca15a3d
1
Parent(s):
c950476
Update model description and enhance demo details in app.py
Browse files
app.py
CHANGED
|
@@ -338,6 +338,7 @@ title_html = """
|
|
| 338 |
<div style="text-align: center;">
|
| 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 |
<a href="https://huggingface.co/papers/2408.12480" style="font-size: 13px;">[📖 Vintern Paper]</a>
|
| 342 |
<a href="https://huggingface.co/5CD-AI" style="font-size: 13px;">[🤗 Huggingface]</a>
|
| 343 |
</div>
|
|
@@ -345,7 +346,7 @@ title_html = """
|
|
| 345 |
|
| 346 |
description_html = """
|
| 347 |
<div style="text-align: center;">
|
| 348 |
-
<p style="font-size:
|
| 349 |
</div>
|
| 350 |
"""
|
| 351 |
|
|
|
|
| 338 |
<div style="text-align: center;">
|
| 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>
|
|
|
|
| 346 |
|
| 347 |
description_html = """
|
| 348 |
<div style="text-align: center;">
|
| 349 |
+
<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>
|
| 350 |
</div>
|
| 351 |
"""
|
| 352 |
|