Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use babypoby/classify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use babypoby/classify with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="babypoby/classify")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("babypoby/classify") model = AutoModelForSequenceClassification.from_pretrained("babypoby/classify") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan26_20-43-22_student-net-nw-2904.intern.ethz.ch
- Jan26_20-45-03_student-net-nw-2904.intern.ethz.ch
- Jan26_20-50-30_student-net-nw-2904.intern.ethz.ch
- Jan26_21-08-56_student-net-nw-2904.intern.ethz.ch
- Jan27_00-01-20_student-net-nw-2904.intern.ethz.ch
- Jan27_00-55-00_Mac
- Jan27_02-23-43_Mac
- Jan27_02-25-11_Mac
- Jan27_02-31-24_Mac
- Jan27_02-32-56_Mac
- Jan27_02-37-53_Mac
- Jan27_02-39-28_Mac
- Jan27_02-41-06_Mac