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
@@ -111,6 +111,7 @@ for sentence in masked_sentences:
|
|
111 |
|
112 |
|
113 |
## π€ Masked Language Model (MLM)'s Output
|
|
|
114 |
|
115 |
Input: The robot can [MASK] the room in minutes.
|
116 |
β¨ β the robot can leave the room in minutes. (score: 0.1608)
|
@@ -137,7 +138,9 @@ Input: Please [MASK] the door before leaving.
|
|
137 |
β¨ β please shut the door before leaving. (score: 0.3208)
|
138 |
β¨ β please closed the door before leaving. (score: 0.0599)
|
139 |
|
|
|
140 |
|
|
|
141 |
|
142 |
## π‘ Who's It For?
|
143 |
π¨βπ» Developers: Lightweight NLP apps for mobile or IoT
|
|
|
111 |
|
112 |
|
113 |
## π€ Masked Language Model (MLM)'s Output
|
114 |
+
```python
|
115 |
|
116 |
Input: The robot can [MASK] the room in minutes.
|
117 |
β¨ β the robot can leave the room in minutes. (score: 0.1608)
|
|
|
138 |
β¨ β please shut the door before leaving. (score: 0.3208)
|
139 |
β¨ β please closed the door before leaving. (score: 0.0599)
|
140 |
|
141 |
+
```
|
142 |
|
143 |
+
---
|
144 |
|
145 |
## π‘ Who's It For?
|
146 |
π¨βπ» Developers: Lightweight NLP apps for mobile or IoT
|