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