Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -396,12 +396,12 @@ with tab3:
|
|
396 |
<div class="card openella-card">
|
397 |
<h3>OpenElla-Llama-3-2B</h3>
|
398 |
<div class="model-badge" style="color: white;">OpenElla</div>
|
399 |
-
<div class="model-badge" style="color: white;">
|
400 |
<div class="model-badge" style="color: white;">Released: February 2024</div>
|
401 |
<hr>
|
402 |
<p>OpenElla-Llama-3-2B is optimized for roleplay with excellent character consistency
|
403 |
-
and good immersion capabilities. Built on the Llama 3 architecture, this model
|
404 |
-
delivers impressively balanced performance despite its compact
|
405 |
<div style="display: flex; margin-top: 15px;">
|
406 |
<div style="flex: 1; text-align: center;">
|
407 |
<div class="metric-title" style="color: #333333;">Overall Score</div>
|
@@ -453,7 +453,7 @@ with tab3:
|
|
453 |
<div class="card minimaid-l2-card">
|
454 |
<h3>MiniMaid-L2</h3>
|
455 |
<div class="model-badge" style="color: white;">MiniMaid</div>
|
456 |
-
<div class="model-badge" style="color: white;">
|
457 |
<div class="model-badge" style="color: white;">Released: March 2024</div>
|
458 |
<hr>
|
459 |
<p>MiniMaid-L2 represents a significant improvement over L1, with enhanced immersion capabilities
|
@@ -481,10 +481,10 @@ with tab3:
|
|
481 |
<div class="card minimaid-l3-card">
|
482 |
<h3>MiniMaid-L3</h3>
|
483 |
<div class="model-badge" style="color: white;">MiniMaid</div>
|
484 |
-
<div class="model-badge" style="color: white;">
|
485 |
<div class="model-badge" style="color: white;">Released: April 2024</div>
|
486 |
<hr>
|
487 |
-
<p>MiniMaid-L3 is the latest and most advanced model in the MiniMaid series. With
|
488 |
it achieves the highest immersion score of all models while maintaining excellent length handling.
|
489 |
This model represents the pinnacle of the MiniMaid series' development.</p>
|
490 |
<div style="display: flex; margin-top: 15px;">
|
|
|
396 |
<div class="card openella-card">
|
397 |
<h3>OpenElla-Llama-3-2B</h3>
|
398 |
<div class="model-badge" style="color: white;">OpenElla</div>
|
399 |
+
<div class="model-badge" style="color: white;">3B Parameters</div>
|
400 |
<div class="model-badge" style="color: white;">Released: February 2024</div>
|
401 |
<hr>
|
402 |
<p>OpenElla-Llama-3-2B is optimized for roleplay with excellent character consistency
|
403 |
+
and good immersion capabilities. Built on the Llama 3.2 architecture, this model
|
404 |
+
delivers impressively balanced performance despite its compact 3B parameter size.</p>
|
405 |
<div style="display: flex; margin-top: 15px;">
|
406 |
<div style="flex: 1; text-align: center;">
|
407 |
<div class="metric-title" style="color: #333333;">Overall Score</div>
|
|
|
453 |
<div class="card minimaid-l2-card">
|
454 |
<h3>MiniMaid-L2</h3>
|
455 |
<div class="model-badge" style="color: white;">MiniMaid</div>
|
456 |
+
<div class="model-badge" style="color: white;">1B Parameters</div>
|
457 |
<div class="model-badge" style="color: white;">Released: March 2024</div>
|
458 |
<hr>
|
459 |
<p>MiniMaid-L2 represents a significant improvement over L1, with enhanced immersion capabilities
|
|
|
481 |
<div class="card minimaid-l3-card">
|
482 |
<h3>MiniMaid-L3</h3>
|
483 |
<div class="model-badge" style="color: white;">MiniMaid</div>
|
484 |
+
<div class="model-badge" style="color: white;">1B Parameters</div>
|
485 |
<div class="model-badge" style="color: white;">Released: April 2024</div>
|
486 |
<hr>
|
487 |
+
<p>MiniMaid-L3 is the latest and most advanced model in the MiniMaid series. With 1B parameters,
|
488 |
it achieves the highest immersion score of all models while maintaining excellent length handling.
|
489 |
This model represents the pinnacle of the MiniMaid series' development.</p>
|
490 |
<div style="display: flex; margin-top: 15px;">
|