| Name | Modified | Size | Downloads / 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)