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