Text Classification
Transformers
Safetensors
English
bert
fill-mask
BERT
MNLI
NLI
transformer
pre-training
nlp
tiny-bert
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
Update README.md
Browse files
README.md
CHANGED
@@ -110,9 +110,9 @@ for sentence in masked_sentences:
|
|
110 |
for pred in predictions[:3]:
|
111 |
print(f"✨ → {pred['sequence']} (score: {pred['score']:.4f})")
|
112 |
|
|
|
113 |
|
114 |
-
|
115 |
-
|
116 |
|
117 |
|
118 |
## 🔤 Masked Language Model (MLM) Demo
|
|
|
110 |
for pred in predictions[:3]:
|
111 |
print(f"✨ → {pred['sequence']} (score: {pred['score']:.4f})")
|
112 |
|
113 |
+
```
|
114 |
|
115 |
+
---
|
|
|
116 |
|
117 |
|
118 |
## 🔤 Masked Language Model (MLM) Demo
|