tabby icon indicating copy to clipboard operation
tabby copied to clipboard

feat: Dagster Data pipeline

Open yan91083 opened this issue 2 years ago • 0 comments

There are 5 assets:

  • model_predict: choose model & language to conduct prediction for all three files.
  • matching: after prediction, choose model & language to analyze how prediction matches with groundtruth.
  • tabby_eval_result: generate a report(csv file) for all models and languages.
  • tabby_dataset: read the csv to dataframe.
  • tabby_jupyter: Jupyter notebook to show the result.

yan91083 avatar Nov 15 '23 21:11 yan91083