Text Classification
Transformers
Safetensors
English
bert
fill-mask
BERT
transformer
nlp
bert-lite
edge-ai
low-resource
micro-nlp
quantized
iot
wearable-ai
offline-assistant
intent-detection
real-time
smart-home
embedded-systems
command-classification
toy-robotics
voice-ai
eco-ai
english
lightweight
mobile-nlp
ner
on-device-nlp
privacy-first
cpu-inference
speech-intent
offline-nlp
tiny-bert
bert-variant
efficient-nlp
edge-ml
tiny-ml
aiot
embedded-nlp
low-latency
smart-devices
edge-inference
ml-on-microcontrollers
android-nlp
offline-chatbot
esp32-nlp
tflite-compatible
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ from transformers import pipeline
|
|
| 77 |
mlm = pipeline("fill-mask", model="boltuix/bert-lite")
|
| 78 |
result = mlm("The cat [MASK] on the mat.")
|
| 79 |
print(result[0]['sequence']) # β¨ "The cat sat on the mat."
|
| 80 |
-
|
| 81 |
---
|
| 82 |
|
| 83 |
## π Why bert-lite? The Lightweight Edge
|
|
@@ -106,6 +106,9 @@ print(result[0]['sequence']) # β¨ "The cat sat on the mat."
|
|
| 106 |
## π License
|
| 107 |
MIT License β free to use, modify, and share.
|
| 108 |
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
## π€ Usage Example β Masked Language Modeling (MLM)
|
| 111 |
|
|
|
|
| 77 |
mlm = pipeline("fill-mask", model="boltuix/bert-lite")
|
| 78 |
result = mlm("The cat [MASK] on the mat.")
|
| 79 |
print(result[0]['sequence']) # β¨ "The cat sat on the mat."
|
| 80 |
+
```
|
| 81 |
---
|
| 82 |
|
| 83 |
## π Why bert-lite? The Lightweight Edge
|
|
|
|
| 106 |
## π License
|
| 107 |
MIT License β free to use, modify, and share.
|
| 108 |
|
| 109 |
+
---
|
| 110 |
+
|
| 111 |
+
|
| 112 |
|
| 113 |
## π€ Usage Example β Masked Language Modeling (MLM)
|
| 114 |
|