wozwize's picture
initial commit of media-unmasked-api to huggingface
876b12f
raw
history blame
162 Bytes
from pydantic import BaseModel
class AnalyzeResponse(BaseModel):
headline_vs_content_score: float
entailment_score: float
contradiction_score: float