tabby
tabby copied to clipboard
feat: Dagster Data pipeline
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.