gsar78 commited on
Commit
f85554f
·
verified ·
1 Parent(s): 5a14f14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- (Notice: There is no need for a GPU when inference the model)
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