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