From 78de296b57c5055819a66068bcd070f73fda4cd2 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Mon, 28 Oct 2024 13:25:05 -0700 Subject: [PATCH] Add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..37891db --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# OLMo-in-loop-evals + +Code for in-loop evaluation tasks used by the OLMo training team. + +## Installation + +``` +pip install ai2-olmo-eval +```