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