pyproject.toml
readme.md
imodelsx/__init__.py
imodelsx/cache_save_utils.py
imodelsx/data.py
imodelsx/embeddings.py
imodelsx/linear_finetune.py
imodelsx/linear_ngram.py
imodelsx/llm.py
imodelsx/metrics.py
imodelsx/process_results.py
imodelsx/submit_utils.py
imodelsx/util.py
imodelsx/viz.py
imodelsx.egg-info/PKG-INFO
imodelsx.egg-info/SOURCES.txt
imodelsx.egg-info/dependency_links.txt
imodelsx.egg-info/requires.txt
imodelsx.egg-info/top_level.txt
imodelsx/auglinear/__init__.py
imodelsx/auglinear/auglinear.py
imodelsx/auglinear/embed.py
imodelsx/augtree/__init__.py
imodelsx/augtree/augtree.py
imodelsx/augtree/data.py
imodelsx/augtree/embed.py
imodelsx/augtree/ensemble.py
imodelsx/augtree/llm.py
imodelsx/augtree/stump.py
imodelsx/augtree/utils.py
imodelsx/d3/__init__.py
imodelsx/d3/d3.py
imodelsx/d3/step1_get_extreme.py
imodelsx/d3/step2_proposer.py
imodelsx/d3/step3_verifier.py
imodelsx/iprompt/__init__.py
imodelsx/iprompt/api.py
imodelsx/iprompt/autoprompt.py
imodelsx/iprompt/data.py
imodelsx/iprompt/gumbel.py
imodelsx/iprompt/hotflip.py
imodelsx/iprompt/ipromptx.py
imodelsx/iprompt/llm.py
imodelsx/iprompt/prompt_tune.py
imodelsx/iprompt/utils.py
imodelsx/kan/__init__.py
imodelsx/kan/kan_modules.py
imodelsx/kan/kan_sklearn.py
imodelsx/qaemb/__init__.py
imodelsx/qaemb/qaemb.py
imodelsx/qaemb/vllm_example.py
imodelsx/sasc/__init__.py
imodelsx/sasc/api.py
imodelsx/sasc/m1_ngrams.py
imodelsx/sasc/m2_summarize.py
imodelsx/sasc/m3_generate.py
imodelsx/treeprompt/__init__.py
imodelsx/treeprompt/stump.py
imodelsx/treeprompt/treeprompt.py
tests/test_auglinear_pipeline.py
tests/test_augtree.py
tests/test_iprompt.py
tests/test_llm.py
tests/test_ngram_list.py
tests/test_sasc.py