Instructions to use korca/textfooler-roberta-base-rte-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use korca/textfooler-roberta-base-rte-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="korca/textfooler-roberta-base-rte-5")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("korca/textfooler-roberta-base-rte-5") model = AutoModelForSequenceClassification.from_pretrained("korca/textfooler-roberta-base-rte-5") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f73f1b0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5bd7acf0f848b0846b4ef4b5bc2063e84ce3196b077e8d9a45292bf12dba64a8
size 498679241
|