Skip to content
Eren Chenyang Zhao 赵晨阳 edited this page Apr 6, 2023 · 2 revisions

Development Division

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

  1. Assume everything is text-to-text generation.
  2. Have the user explicitly specify what to output
    • Sequence of text
    • Span prediction
    • Classification
  3. Use GPT-3 to parse the prompt automatically.

image

Clone this wiki locally