boltuix commited on
Commit
92bb737
·
verified ·
1 Parent(s): 29d83cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ library_name: transformers
72
 
73
  ## Overview
74
 
75
- `BERT-Lite` is an **ultra-lightweight** NLP model derived from **google/bert_uncased_L-2_H-64_A-2**, optimized for **real-time inference** on **edge and IoT devices**. With a quantized size of **~10MB** and **~2M parameters**, it delivers efficient contextual language understanding for highly resource-constrained environments like microcontrollers, wearables, and smart home devices. Designed for **low-latency** and **offline operation**, BERT-Lite is perfect for privacy-first applications requiring intent detection, text classification, or semantic understanding with minimal connectivity.
76
 
77
  - **Model Name**: BERT-Lite
78
  - **Size**: ~10MB (quantized)
 
72
 
73
  ## Overview
74
 
75
+ `BERT-Lite` is an **ultra-lightweight** NLP model derived from **google/bert-base-uncased**, optimized for **real-time inference** on **edge and IoT devices**. With a quantized size of **~10MB** and **~2M parameters**, it delivers efficient contextual language understanding for highly resource-constrained environments like microcontrollers, wearables, and smart home devices. Designed for **low-latency** and **offline operation**, BERT-Lite is perfect for privacy-first applications requiring intent detection, text classification, or semantic understanding with minimal connectivity.
76
 
77
  - **Model Name**: BERT-Lite
78
  - **Size**: ~10MB (quantized)