helenai commited on
Commit
2aeb572
1 Parent(s): febb7b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -11,6 +11,7 @@ This is the [echarlaix/bert-large-uncased-whole-word-masking-finetuned-sst-2](ht
11
 
12
  An example of how to do inference on this model:
13
  ```python
 
14
  from optimum.intel import OVModelForSequenceClassification
15
  from transformers import AutoTokenizer, pipeline
16
 
 
11
 
12
  An example of how to do inference on this model:
13
  ```python
14
+ # pip install optimum[openvino]
15
  from optimum.intel import OVModelForSequenceClassification
16
  from transformers import AutoTokenizer, pipeline
17