boltuix commited on
Commit
815e41e
·
verified ·
1 Parent(s): 83f226e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -500,6 +500,23 @@ This report summarizes the evaluation results of various emotion classification
500
 
501
  ---
502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
 
504
 
505
  ## Tags
 
500
 
501
  ---
502
 
503
+ ## Model Variants
504
+
505
+ BoltUIX offers a range of BERT-based models tailored to different performance and resource requirements. The `boltuix/bert-mobile` model is optimized for mobile and edge devices, offering strong performance with the ability to quantize to ~25 MB without significant loss. Below is a summary of available models:
506
+
507
+ | Tier | Model ID | Size (MB) | Notes |
508
+ |------------|-------------------------|-----------|----------------------------------------------------|
509
+ | Micro | boltuix/bert-micro | ~15 MB | Smallest, blazing-fast, moderate accuracy |
510
+ | Mini | boltuix/bert-mini | ~17 MB | Ultra-compact, fast, slightly better accuracy |
511
+ | Tinyplus | boltuix/bert-tinyplus | ~20 MB | Slightly bigger, better capacity |
512
+ | Small | boltuix/bert-small | ~45 MB | Good compact/accuracy balance |
513
+ | Mid | boltuix/bert-mid | ~50 MB | Well-rounded mid-tier performance |
514
+ | Medium | boltuix/bert-medium | ~160 MB | Strong general-purpose model |
515
+ | Large | boltuix/bert-large | ~365 MB | Top performer below full-BERT |
516
+ | Pro | boltuix/bert-pro | ~420 MB | Use only if max accuracy is mandatory |
517
+ | Mobile | boltuix/bert-mobile | ~140 MB | Mobile-optimized; quantize to ~25 MB with no major loss |
518
+
519
+ For more details on each variant, visit the [BoltUIX Model Hub](https://huggingface.co/boltuix).
520
 
521
 
522
  ## Tags