Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 785 Bytes

Change Log

0.1.0

Qian (The Creative, Heaven) 🌤️ (乾):

  • Setup the framework for wrappers that can be used directly in the production code.
    • Set up the BaseWrapper
    • Set up the StringWrapper
  • Setup the config framework
  • Setup the experiment main function
  • Setup the evaluator framework to do evaluations
    • One auto-evaluator
    • Ground truth matching
    • Human evaluator
  • Interactive evaluator
  • Reader framework that be able to process different data
    • One reader from csv
  • Output formatter
    • Output to csv
    • Basic Textual UI
  • Output parser - Capture detailed information
  • Documents
  • Git setup
  • Cotribution guid
  • End2End Examples
  • Release