Update README.md
Browse files
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 |
|