|
8 miesięcy temu | |
---|---|---|
.. | ||
benchmarks | 8 miesięcy temu | |
notebooks | 8 miesięcy temu | |
README.md | 8 miesięcy temu | |
environment.yml | 8 miesięcy temu |
The prompt migration toolkit helps you assess and adapt prompts across different language models, ensuring consistent performance and reliability. It includes benchmarking capabilities and evaluation tools to measure the effectiveness of prompt migrations.
notebooks/
: Contains Jupyter notebooks for interactive prompt migration examples
harness.ipynb
: Main notebook demonstrating the prompt migration workflowbenchmarks/
: Tools and scripts for performance evaluationenvironment.yml
: Conda environment specification with all required dependenciesbash
conda env create -f environment.yml
conda activate prompt-migration
bash
jupyter notebook
notebooks/harness.ipynb
notebook in your browserbenchmarks/
directory to evaluate your migrationsThis project is part of the Llama Recipes collection. Please refer to the main repository's license for usage terms.