updated readme

This commit is contained in:
henri123lemoine
2023-02-06 20:56:19 -05:00
committed by GitHub
parent c6dd827c4a
commit dac3dc8782
+4 -2
View File
@@ -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).
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).