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: 129 Bytes
cf75b13 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fff112d2c21f9bbe446081a5584b7161f1f4184067eca9548fdaabfffa7d6651
size 4027
|