diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce91a5b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# GlickBest +Choosing the best LLM prompt systematically and optimally beyond guessing using a Bayesian tournament + +## References +- [PDF - The Glicko System](http://www.glicko.net/glicko/glicko.pdf) +- [YouTube - 'Andy Kitchen - Promptly Evaluating Prompts with Bayesian Tournaments | PyData Amsterdam 2023'](https://youtu.be/UY3wxjk2o6o) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..296d654 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +numpy \ No newline at end of file