0x7o/spam_detector
Viewer • Updated • 10.9k • 10 • 1
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")This model is a fine-tuned version of roberta-base on the 0x7194633/spam_detector dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: