Instructions to use simonycl/bert-large-uncased-sst-2-16-13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simonycl/bert-large-uncased-sst-2-16-13 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="simonycl/bert-large-uncased-sst-2-16-13")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("simonycl/bert-large-uncased-sst-2-16-13") model = AutoModelForSequenceClassification.from_pretrained("simonycl/bert-large-uncased-sst-2-16-13", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
cf75b13 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6bddbb267c547868045c9cc3f8e3e4f694bfa796c4c23f3921c83a51af1ae3e2
size 1340710193
|