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