Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ This commitment to ongoing improvement enables the model to adapt to emerging tr
|
|
45 |
|
46 |
## Usage:
|
47 |
|
48 |
-
|
49 |
|
50 |
```python
|
51 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
45 |
|
46 |
## Usage:
|
47 |
|
48 |
+
Note: Due to its compact architecture, this model can be efficiently deployed on CPU devices (e.g. Laptops), eliminating the need for a GPU during inference.
|
49 |
|
50 |
```python
|
51 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|