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