Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
ReyChiaro
/
StyQA
like
0
arxiv:
2401.00000
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
StyQA
/
agent
/
__init__.py
ReyChiaro
Init commit
59aed9d
8 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
145 Bytes
__all__ = [
"StyQA"
,
"UserInput"
,
"SubTask"
,
"SubTaskOutput"
]
from
.data_struct
import
UserInput, SubTask, SubTaskOutput
from
.StyQA
import
StyQA