Open davidschlangen opened 4 months ago
We have all this data lying around, so might just as well use it: For the API-accessed models, we can compute latency, re-query rate, etc... We have timestamps for everything in the logs, just need to parse them.
Inspiration: https://artificialanalysis.ai/models (Suggestion by SH)
So, we basically just need a script (maybe to live in evaluation/ that pulls this data our of results.csv.
evaluation/
results.csv
@kushal-10 is working on this.
We have all this data lying around, so might just as well use it: For the API-accessed models, we can compute latency, re-query rate, etc... We have timestamps for everything in the logs, just need to parse them.
Inspiration: https://artificialanalysis.ai/models (Suggestion by SH)