Skip to content

Commit

Permalink
update fig
Browse files Browse the repository at this point in the history
  • Loading branch information
hyungkwonko committed Dec 14, 2023
1 parent 9eb7b36 commit 12060a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified docs/static/img/fig3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion exp/finetuning/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

load_dotenv(".env")

NAMES = ["bm", "bmllmp", "bmllmpllmp2", "half"]
# NAMES = ["bm", "bmllmp", "bmllmpllmp2", "half"]
NAMES = ["llmp", "llmp2"]
# NAMES = ["bm", "bmllmp", "bmllmpllmp2", "half", "llmp", "llmp2"]

os.makedirs("exp/finetuning/result", exist_ok=True)

Expand Down

0 comments on commit 12060a6

Please sign in to comment.