Decorative changes
Showing
- README.md 27 additions, 1 deletionREADME.md
- evaluate.py 173 additions, 158 deletionsevaluate.py
- models_stat_test.py 25 additions, 10 deletionsmodels_stat_test.py
- requirements.txt 11 additions, 1 deletionrequirements.txt
- visualization_scripts/bar_viz.py 158 additions, 229 deletionsvisualization_scripts/bar_viz.py
This diff is collapsed.
... | @@ -86,8 +86,18 @@ wcwidth==0.2.6 | ... | @@ -86,8 +86,18 @@ wcwidth==0.2.6 |
wsproto==1.2.0 | wsproto==1.2.0 | ||
yarl==1.8.2 | yarl==1.8.2 | ||
zipp==3.15.0 | zipp==3.15.0 | ||
tiktoken==0.5.1 | |||
matplotlib | |||
openai | |||
pandas | |||
bs | |||
selenium | |||
torch==1.13.1 | |||
accelerate==0.18.0 | |||
sentencepiece==0.1.98 | |||
protobuf==3.20.1 | |||
# matplotlib==3.7.1 | # matplotlib==3.7.1 | ||
# tiktoken==0.4.0 | # tiktoken==0.4.0kk | ||
# pandas==2.0.1 | # pandas==2.0.1 | ||
# selenium==4.9.1 | # selenium==4.9.1 | ||
# bs4 | # bs4 |
This diff is collapsed.
Please register or sign in to comment