Instructions to use 0x7o/roberta-base-spam-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 0x7o/roberta-base-spam-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="0x7o/roberta-base-spam-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("0x7o/roberta-base-spam-detector") model = AutoModelForSequenceClassification.from_pretrained("0x7o/roberta-base-spam-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a941127
Danil commited on
Update config.json 7254e36
Danil commited on
Update README.md 93c8f24
Danil commited on
update model card README.md 2abac44
Danil commited on
End of training afff269
Danil commited on
initial commit 58cf96e
Danil commited on