Skip to content

Commit a623f62

Browse files
sanitize
1 parent da230f2 commit a623f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def load_indexed_dset(path_to_bin):
6464
mock_docs = generate_mock_documents(num_docs, max_doc_len)
6565

6666
# instruction tokens
67-
tokens_instruct = [111111, 1337, 420, 1337, 1337, 111111]
67+
tokens_instruct = [111111, 222, 333, 444, 333, 222, 111111]
6868

6969
# iterate through the documents
7070
for temp_tokens in tqdm(mock_docs):

0 commit comments

Comments
 (0)