ShishirPatil/gorilla

De-duplicate APIBench eval data (?)

オープン

#87 opened on 2023/08/07

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,397 件のフォーク)batch import
good first issuehelp wantedquestion

Repository metrics

Stars
 (12,996 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

The evaluation data for APIBench is duplicated between data/apibench/*_eval.json and eval/eval-data/questions/. I think the only difference is formatting. Maybe we should just keep the eval/eval-data/responses and have data/apibench for only data used to train the model.

Initially we made two copies with the following rationale: apibench should have all the data self-contained, which the community is using to train/benchmark their LLMs. eval/ would have the eval data in a format that would be easy to eyeball and understand what is going on.

Maybe this is one of those few cases where it might be ok to have the same data twice in the repository in different formats?

Starting this issue in case anyone has comments on this.

コントリビューターガイド