Skip to content

LLM Prompt Recovery

solution logo

Recover the prompt used to transform a given text

Link to the page of the challenge

Docs

https://ironbar.github.io/prompt_recovery

Code structure

 |_ prometeo: library with code developed for the challenge
 |_ forum: all the scripts and notebooks taken from the forum
 |_ logs: folder for storing all kind of stats and logs. For example the
 score of each model, results from experiments
 |_ notebooks: jupyter notebooks made during the challenge. They start by number for easier sorting.
 |_ reports: documents made during the challenge according to CRISP-DM methodology
 |_ tests: folder with tests for the library
 |_ data: folder with light data from the challenge
 |_ rules: the official rules of the challenge
 |_ scripts: scripts made during the challenge for training, data processing...

Last update: 2024-04-17
Back to top