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
- Xet hash:
- f01fc964fbf5a0589d9bb6562cb1dc5b4fc227bdb5e8573b9c35dddee75e41fc
- Size of remote file:
- 4.03 kB
- SHA256:
- fff112d2c21f9bbe446081a5584b7161f1f4184067eca9548fdaabfffa7d6651
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.