-
Notifications
You must be signed in to change notification settings - Fork 176
Home
Eren Chenyang Zhao 赵晨阳 edited this page Apr 6, 2023
·
2 revisions
Vijay
- Prompt Parser
- Dataset Retriever
- Retrieves from PapersWithCode.
- Modify this component to search against HuggingFace.
- Model Selector
- HuggingFace AutoTrain
Chenyang
- Dataset Generator
- Trainer
- Evaluator
Demo Creator, Gradio (Vijay/Chenyang)
Approaches to the Parser
- Assume everything is text-to-text generation.
- Have the user explicitly specify what to output
- Sequence of text
- Span prediction
- Classification
- Use GPT-3 to parse the prompt automatically.