Skip to content

Commit 117fbfc

Browse files
committed
Merge branch 'feature/RewardTask' of https://github.com/finitearth/promptolution into feature/RewardTask
2 parents 0b34d86 + db3b786 commit 117fbfc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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: |

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

1110
Promptolution 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

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ nav:
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

7779
markdown_extensions:
7880
- pymdownx.highlight:

0 commit comments

Comments
 (0)