Instructions to use korca/textfooler-roberta-base-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use korca/textfooler-roberta-base-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="korca/textfooler-roberta-base-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("korca/textfooler-roberta-base-sst2") model = AutoModelForSequenceClassification.from_pretrained("korca/textfooler-roberta-base-sst2") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b1f3e305f144220c85145adc584a97e8ac81c3ff52bb51b22432d8a5c9b1d1e7
- Size of remote file:
- 499 MB
- SHA256:
- 17d0987b83df2174e9d43f0a821e7df63ce306978d601aceac82f2d78dcc945d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.