Merge branch 'main' of https://huggingface.co/helenai/distilbert-base-uncased-finetuned-sst-2-english-ov-int8 into main
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ This installs all necessary dependencies, including Transformers and OpenVINO.
|
|
26 |
|
27 |
*NOTE: Python 3.7-3.9 are supported. A virtualenv is recommended.*
|
28 |
|
29 |
-
You can use this model with Transformers *pipeline*.
|
30 |
|
31 |
```python
|
32 |
from transformers import AutoTokenizer, pipeline
|
|
|
26 |
|
27 |
*NOTE: Python 3.7-3.9 are supported. A virtualenv is recommended.*
|
28 |
|
29 |
+
You can use this model with a Transformers *pipeline*.
|
30 |
|
31 |
```python
|
32 |
from transformers import AutoTokenizer, pipeline
|