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
|
@@ -90,8 +90,8 @@ from transformers import pipeline
|
|
| 90 |
# 📢 Start demo
|
| 91 |
print("\n🔤 Masked Language Model (MLM) Demo")
|
| 92 |
|
| 93 |
-
# 🧠 Load masked language model
|
| 94 |
-
mlm_pipeline = pipeline("fill-mask", model="bert-
|
| 95 |
|
| 96 |
# ✍️ Masked sentences
|
| 97 |
masked_sentences = [
|
|
|
|
| 90 |
# 📢 Start demo
|
| 91 |
print("\n🔤 Masked Language Model (MLM) Demo")
|
| 92 |
|
| 93 |
+
# 🧠 Load masked language model : eg boltuix/bert-lite
|
| 94 |
+
mlm_pipeline = pipeline("fill-mask", model="boltuix/bert-lite")
|
| 95 |
|
| 96 |
# ✍️ Masked sentences
|
| 97 |
masked_sentences = [
|