Text Classification
Transformers
Safetensors
Korean
bert
spam-detection
sms
multilingual
text-embeddings-inference
Instructions to use blockenters/sms-spam-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blockenters/sms-spam-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="blockenters/sms-spam-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("blockenters/sms-spam-classifier") model = AutoModelForSequenceClassification.from_pretrained("blockenters/sms-spam-classifier") - Notebooks
- Google Colab
- Kaggle
출처에 관한 질문
1
#1 opened about 1 year ago
by
randomyellowdude