Skip to content

v0.0.5

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 10 Mar 16:20
· 259 commits to main since this release
5d40afa

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)