Skip to content

Commit

Permalink
Referenced newer model
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Sep 19, 2024
1 parent 91ff1e0 commit 23bfc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homr/transformer/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class FilePaths:
def __init__(self) -> None:
self.checkpoint = os.path.join(
workspace, "pytorch_model_70-11c1eeaf5760d617f09678e276866d31253a5ace.pth"
workspace, "pytorch_model_101-ba12ebef4606948816a06f4a011248d07a6f06da.pth"
)
self.rhythmtokenizer = os.path.join(workspace, "tokenizer_rhythm.json")
self.lifttokenizer = os.path.join(workspace, "tokenizer_lift.json")
Expand Down

0 comments on commit 23bfc77

Please sign in to comment.