Instructions to use warleygsantos/segmentation-observations with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use warleygsantos/segmentation-observations with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="warleygsantos/segmentation-observations")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("warleygsantos/segmentation-observations") model = AutoModelForSequenceClassification.from_pretrained("warleygsantos/segmentation-observations") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
#7 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#6 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#5 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#4 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#3 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#2 opened over 2 years ago
by
warleygsantos
Upload BertForSequenceClassification
#1 opened over 2 years ago
by
warleygsantos