helenai commited on
Commit
7a68a77
2 Parent(s): c4abcc4 50a35e0

Merge branch 'main' of https://huggingface.co/helenai/distilbert-base-uncased-finetuned-sst-2-english-ov-int8 into main

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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