Timothy Alimagno
Update model reference from DistilRoBERTa to DeBERTa
eb921f2 unverified
|
Raw
History Blame Contribute Delete
298 Bytes
---
title: Content Moderator API
sdk: docker
app_port: 7860
---
# Content Moderator API
A minimalist, high-performance microservice for binary text classification using microsoft/deberta-v3-xsmall.
## API Usage
**Endpoint:** `POST /predict`
**Request:**
```json
{
"text": "Your text here"
}