From dac3dc8782e314feeedfaa5b8de0074e72b0411c Mon Sep 17 00:00:00 2001 From: henri123lemoine <42588535+henri123lemoine@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:56:19 -0500 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c3c31e..10ed688 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This project creates embeddings for every set of a few paragraphs from the source dataset, in order to do real-time semantic search and question answering on them. -The very barebones of the project is currently in testing.ipynb. +The very barebones of the project is currently in testingsrc/.ipynb. file which contains: + +To try out, add a src/config.py file which contains your OPENAI_API_KEY. ## TODO: - Getting data: @@ -27,4 +29,4 @@ The very barebones of the project is currently in testing.ipynb. - Create website/other. Not sure what would be most helpful here - Find someone that can figure this out -Source dataset: Kirchner, J. H., Smith, L., Thibodeau, J., McDonnell, K., and Reynolds, L. "Understanding AI alignment research: A Systematic Analysis." arXiv preprint arXiv:2022.4338861 (2022). \ No newline at end of file +Source dataset: Kirchner, J. H., Smith, L., Thibodeau, J., McDonnell, K., and Reynolds, L. "Understanding AI alignment research: A Systematic Analysis." arXiv preprint arXiv:2022.4338861 (2022).