Instructions to use OpenVINO/bert-base-uncased-sst2-unstructured80-int8-ov with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenVINO/bert-base-uncased-sst2-unstructured80-int8-ov with Transformers:
# Load model directly from transformers import AutoTokenizer, NNCFNetwork tokenizer = AutoTokenizer.from_pretrained("OpenVINO/bert-base-uncased-sst2-unstructured80-int8-ov") model = NNCFNetwork.from_pretrained("OpenVINO/bert-base-uncased-sst2-unstructured80-int8-ov") - Notebooks
- Google Colab
- Kaggle
Ctrl+K