Spaces:
Running
Running
File size: 162 Bytes
876b12f |
1 2 3 4 5 6 |
from pydantic import BaseModel
class AnalyzeResponse(BaseModel):
headline_vs_content_score: float
entailment_score: float
contradiction_score: float |