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