Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chenzihong
/
GraphGen
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2c0627c
GraphGen
/
graphgen
/
models
/
text
/
text_pair.py
github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
4 months ago
raw
Copy download link
history
blame
138 Bytes
from
dataclasses
import
dataclass
@dataclass
class
TextPair
:
"""
A pair of input data.
"""
question:
str
answer:
str