Commit 729983f
v1.1.0 (#23)
* Feature/workflows (#8)
* chore: add codeowners file
* chore: add python poetry action and docs workflow
* chore: update pre-commit file
* chore: update docs
* chore: update logo
* chore: add cicd pipeline for automated deployment
* chore: update poetry version
* chore: fix action versioning
* chore: add gitattributes to ignore line count in jupyter notebooks
* chore: add and update docstrings
* chore: fix end of files
* chore: update action versions
* Update README.md
---------
Co-authored-by: mo374z <[email protected]>
* Fix/workflows (#11)
* chore: fix workflow execution
* chore: fix version check in CICD pipeline
* Opro implementation (#7)
* update gitignore
* initial implementation of opro
* formatting of prompt template
* added opro test run
* opro refinements
* fixed sampling error
* add docs to opro
* fix pre commit issues#
* fix pre commit issues#
* fixed end of line
* Patch/pre commit config (#10)
* fixed pre commit config and removed end of file line breaks in tempaltes
* added /
* Feature/prompt generation (#12)
* added prompt_creation.py
* change version
* Create LICENSE (#14)
* Refactor/remove deepinfra (#16)
* Remove deepinfra file
* change langchain-community version
* Usability patches (#15)
* renamed get_tasks to get_task and change functionality accordingly. moved templates and data_sets
* init
* move templates to templates.py
* Add nested asyncio to make it useable in notebooks
* Update README.md
* changed getting_started.ipynb and created helper functions
* added sampling of initial population
* fixed config
* fixed callbacks
* adjust runs
* fix run evaluation api token
* fix naming convention in opro, remove on epoch end for logger callback, fixed to allow for numeric values in class names
* Update promptolution/llms/api_llm.py
Co-authored-by: Timo Heiß <[email protected]>
* fixed comments
* Update pyproject.toml
* resolve comments
---------
Co-authored-by: mo374z <[email protected]>
Co-authored-by: Timo Heiß <[email protected]>
Co-authored-by: Moritz Schlager <[email protected]>
* Feature/examplar selection (#17)
* implemented random selector
* added random search selector
* increased version count
* fix typos
* Update promptolution/predictors/base_predictor.py
Co-authored-by: Timo Heiß <[email protected]>
* Update promptolution/tasks/classification_tasks.py
Co-authored-by: Timo Heiß <[email protected]>
* resolve comments
---------
Co-authored-by: Timo Heiß <[email protected]>
* Chore/docs release notes (#18)
* Update release-notes.md
* Fix release note links
* revert Chore/docs release notes (#18)"
This reverts commit e23dd74.
* revert last commit
* updated release notes and read me
* Feature/read from df (#21)
* Delete Experiment files
* Removed config necessities
* improved opro meta-prompts
* added read from data frame feature
* changed required python version to 3.9
* Update pyproject.toml
* Update release-notes.md
---------
Co-authored-by: Timo Heiß <[email protected]>
Co-authored-by: mo374z <[email protected]>
Co-authored-by: Moritz Schlager <[email protected]>1 parent 4aa104b commit 729983f
File tree
154 files changed
+2238
-32778
lines changed- configs
- docs
- logs
- experiment-initial-prompts
- experiment-task-descr
- agnews_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- agnews_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- cr_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- cr_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- mr_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- mr_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- sst-5_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- sst-5_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- sst2_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- sst2_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- subj_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- subj_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- trec_evopromptde_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- trec_evopromptga_meta-llama/Meta-Llama-3-8B-Instruct_meta-llama
- experiment_eval_task_descr
- experiment_eval
- experiment_gpt
- experiment
- agnews_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- agnews_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- cr_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- cr_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- mr_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- mr_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- sst-5_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- sst-5_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- sst2_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- sst2_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- subj_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- subj_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- trec_evopromptde_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- trec_evopromptga_meta-llama
- Meta-Llama-3-70B-Instruct_meta-llama
- Meta-Llama-3-8B-Instruct_meta-llama
- notebooks
- promptolution
- optimizers
- tasks
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
154 files changed
+2238
-32778
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
4 | 20 | | |
| 21 | + | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
| |||
79 | 96 | | |
80 | 97 | | |
81 | 98 | | |
| 99 | + | |
This file was deleted.
0 commit comments