Skip to content

16 agentic walktrough with prompt optimization tutorial#22

Open
junkyul wants to merge 4 commits into
mainfrom
16-agentic-walktrough
Open

16 agentic walktrough with prompt optimization tutorial#22
junkyul wants to merge 4 commits into
mainfrom
16-agentic-walktrough

Conversation

@junkyul

@junkyul junkyul commented Sep 4, 2025

Copy link
Copy Markdown
Collaborator

Added prompt optimization notebook in tutorial.
This case uses type manipulation and product/quotient while parallelizing the optimization loops.

Signed-off-by: Junkyu Lee <junkyul@users.noreply.github.com>
Signed-off-by: Junkyu Lee <junkyul@users.noreply.github.com>
@junkyul junkyul requested review from D3f0 and gliozzo September 4, 2025 23:39
@junkyul junkyul added the documentation Improvements or additions to documentation label Sep 4, 2025
@junkyul junkyul linked an issue Sep 4, 2025 that may be closed by this pull request
2 tasks
@D3f0

D3f0 commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator

@junkyul do you think we can refactor to use Hugging Face's datasets to reduce the size of the PR

@junkyul

junkyul commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator Author

@D3f0 I will check if the same data set is available in HF. Probably, there will be.

@D3f0

D3f0 commented Sep 9, 2025

Copy link
Copy Markdown
Collaborator

@junkyul looks like the tain extended is this one: https://huggingface.co/datasets/openai/gsm8k
There are instructions, I wonder if we can implement from_dataset to pull data from huggingface.

Signed-off-by: Junkyu Lee <junkyul@users.noreply.github.com>
Signed-off-by: Junkyu Lee <junkyul@users.noreply.github.com>
@junkyul

junkyul commented Sep 11, 2025

Copy link
Copy Markdown
Collaborator Author

@D3f0
the dataset files are downloaded from HF. Those files are modified from the original dataset files so I created a public HF datasets junkyul/gsm8k.

@D3f0

D3f0 commented Sep 18, 2025

Copy link
Copy Markdown
Collaborator

@junkyul should we try to consume your fork with datasets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jupiter Agentic walktrough

2 participants