Instructions to use howey/bert-base-uncased-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/bert-base-uncased-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="howey/bert-base-uncased-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("howey/bert-base-uncased-sst2") model = AutoModelForSequenceClassification.from_pretrained("howey/bert-base-uncased-sst2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4463eee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b2987be78eca33880309cb9273bac03f6cfc5eb4644398f2c3a7f3c38f811126
size 2415
|