Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chenzihong
/
GraphGen
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GraphGen
/
graphgen
/
models
/
text
/
text_pair.py
chenzihong-gavin
init
acd7cf4
2 months 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