Text Classification
Transformers
TensorFlow
distilbert
generated_from_keras_callback
text-embeddings-inference
Instructions to use Manirathinam21/DistilBert_SMSSpam_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manirathinam21/DistilBert_SMSSpam_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Manirathinam21/DistilBert_SMSSpam_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Manirathinam21/DistilBert_SMSSpam_classifier") model = AutoModelForSequenceClassification.from_pretrained("Manirathinam21/DistilBert_SMSSpam_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
4577c46
1
Parent(s): ef9a3d2
upload vocab.txt
Browse files
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|