github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
raw
history blame contribute delete
138 Bytes
from dataclasses import dataclass
@dataclass
class TextPair:
"""
A pair of input data.
"""
question: str
answer: str