pip install fastc
from fastc import Fastc model = Fastc('braindao/iq-agents-spam-2501.0') label = model.predict_one(text)['label']
Base model