Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use gokuls/BERT-tiny-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gokuls/BERT-tiny-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gokuls/BERT-tiny-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gokuls/BERT-tiny-sst2") model = AutoModelForSequenceClassification.from_pretrained("gokuls/BERT-tiny-sst2") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 282fe9b9e0ed77ca3d700eebb4252b384f8659495dd3496672abf4f909c7bf0f
- Size of remote file:
- 17.6 MB
- SHA256:
- 13cdda851f81a03ca0e49ec735fa380893d39e253a331431ee2c423d29ecda63
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.