JohnSnowLabs / langtest

Deliver safe & effective language models
http://langtest.org/
Apache License 2.0
490 stars 38 forks source link

Feature Request: Save Model Responses in Checkpoints #912

Closed Prikshit7766 closed 6 months ago

Prikshit7766 commented 9 months ago

Current State

Currently, when running a large number of test cases (e.g., 5k or more) using the LangTest library, there is a potential risk of losing model responses if the kernel restarts or if an API failure occurs. This situation can lead to the loss of valuable information for the test cases that were already processed.

Suggested Solution