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