brunneis's picture
Updated README.md via fastc
cdedc9c verified
|
raw
history blame
336 Bytes
---
base_model: deepset/tinyroberta-6l-768d
language:
- multilingual
tags:
- fastc
- fastc-2.0
- spam-detection
---
# iq-agents-spam-2501.1
## Install fastc
```bash
pip install fastc
```
## Model Inference
```python
from fastc import Fastc
model = Fastc('braindao/iq-agents-spam-2501.1')
label = model.predict_one(text)['label']
```