v0.0.5
·
259 commits
to main
since this release
Selecting specific generated_cots is now possible with any argument you want:
E.g. selecting all generated_cots from Wei with cot_trigger None:
coll = Collection(["commonsense_qa"], load_pregenerated_cots=True)
coll = coll.select("validation")
# select which generated cots to keep in Collection
coll.select_generated_cots(author="wei", cot_trigger=None)