From 2bdd0c6508a06fd67ba736b0f15da326e2892996 Mon Sep 17 00:00:00 2001 From: Mayur Garg Date: Wed, 29 Nov 2023 20:23:49 +0530 Subject: [PATCH] Added references and requirementss --- README.md | 6 ++++++ requirements.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 requirements.txt 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