Download Latest Version v1.0.0 source code.tar.gz (26.0 MB)
Email in envelope

Get an email when there's a new version of ThoughtSource

Home / v0.0.5
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-03-10 378 Bytes
v0.0.5 source code.tar.gz 2023-03-10 4.1 MB
v0.0.5 source code.zip 2023-03-10 4.2 MB
Totals: 3 Items   8.3 MB 0

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)
Source: README.md, updated 2023-03-10