ShishirPatil/gorilla

De-duplicate APIBench eval data (?)

Offen

#87 geöffnet am 07.08.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.399 Forks)batch import
good first issuehelp wantedquestion

Repository-Metriken

Stars
 (12.997 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide