Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use youralien/roberta-validation-goodareas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use youralien/roberta-validation-goodareas with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="youralien/roberta-validation-goodareas")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("youralien/roberta-validation-goodareas") model = AutoModelForSequenceClassification.from_pretrained("youralien/roberta-validation-goodareas") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e936a77 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3fe08e557831ea92136ea7ca84809952426264adcee228b9f5947753a6668044
size 5496
|