File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Generate notebook examples
3232 run : |
33- poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples notebooks /*.ipynb
33+ poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples tutorials /*.ipynb
3434
3535 - name : Deploy docs
3636 run : |
Original file line number Diff line number Diff line change 11![ promptolution] ( https://github.com/user-attachments/assets/84c050bd-61a1-4f2e-bc4e-874d9b4a69af )
22
3- ![ Coverage] ( https://img.shields.io/badge/Coverage-90 %25-brightgreen )
3+ ![ Coverage] ( https://img.shields.io/badge/Coverage-91 %25-brightgreen )
44[ ![ CI] ( https://github.com/finitearth/promptolution/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/finitearth/promptolution/actions/workflows/ci.yml )
55[ ![ Docs] ( https://github.com/finitearth/promptolution/actions/workflows/docs.yml/badge.svg?branch=main )] ( https://github.com/finitearth/promptolution/actions/workflows/docs.yml )
66![ Code Style] ( https://img.shields.io/badge/Code%20Style-black-black )
77![ Python Versions] ( https://img.shields.io/badge/Python%20Versions-≥3.10-blue )
8-
9-
8+ [ ![ Getting Started] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/finitearth/promptolution/blob/main/tutorials/getting_started.ipynb )
109
1110Promptolution is a library that provides a modular and extensible framework for implementing prompt tuning for single tasks and larger experiments. It offers a user-friendly interface to assemble the core components for various prompt optimization tasks.
1211
Original file line number Diff line number Diff line change 7373 - Exemplar Selectors : api/exemplar_selectors.md
7474 - Tutorials :
7575 - Getting Started : examples/getting_started.md
76+ - LLM as Judge Tutorial : examples/llm_as_judge_tutorial.md
77+ - Reward Task Tutorial : examples/reward_task_tutorial.md
7678
7779markdown_extensions :
7880 - pymdownx.highlight :
You can’t perform that action at this time.
0 commit comments