Skip to content

Commit

Permalink
add eval requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisbrown committed Oct 30, 2024
1 parent 78b9708 commit ec996ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ eval/**/*.xlsx
eval/**/*.txt
eval/**/*.jsonl.bak.*
eval/**/answers/
!requirements.txt

*.code-workspace

Expand Down
13 changes: 13 additions & 0 deletions eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
datasets
shortuuid
openpyxl
pyarrow
pandas
scipy
pillow
tqdm
protobuf
mmh3
nltk
python-Levenshtein
openai==0.28.0

0 comments on commit ec996ca

Please sign in to comment.