Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ydli-ai committed Dec 4, 2023
1 parent 08c75fb commit fa766f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tencentpretrain/utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json


with open("models/special_tokens_map.json", mode="r", encoding="utf-8") as f:
with open("models/llama_special_tokens_map.json", mode="r", encoding="utf-8") as f:
special_tokens_map = json.load(f)

UNK_TOKEN = special_tokens_map["unk_token"]
Expand Down

0 comments on commit fa766f9

Please sign in to comment.