base_model: deepset/tinyroberta-6l-768d language: - multilingual tags: - fastc - fastc-2.0 - spam-detection
pip install fastc
from fastc import Fastc model = Fastc('braindao/iq-agents-spam-2501.6') label = model.predict_one(text)['label']