Skip to content

Commit

Permalink
added static file folder
Browse files Browse the repository at this point in the history
  • Loading branch information
menamerai committed Feb 21, 2024
1 parent 1efbb4a commit fb384e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/label_all_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def main():
args = parser.parse_args()

# Access command-line arguments

model_name = args.model_name

print("\n", " LABEL ALL TOKENS ".center(50, "="), "\n")
Expand Down
1 change: 1 addition & 0 deletions scripts/map_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import argparse
import pickle
from importlib.resources import files

from delphi.constants import STATIC_ASSETS_DIR
from delphi.eval.token_map import token_map
Expand Down

0 comments on commit fb384e2

Please sign in to comment.