Commit 28abec9f authored by Baber's avatar Baber
Browse files

nit

parent bf90aa7e
...@@ -21,14 +21,14 @@ NUM_SAMPLES = 500 ...@@ -21,14 +21,14 @@ NUM_SAMPLES = 500
REMOVE_NEWLINE_TAB = "" REMOVE_NEWLINE_TAB = ""
STOP_WORDS = "" STOP_WORDS = ""
RANDOM_SEED = 42 RANDOM_SEED = 42
SEQ_LENGTHS = ( # SEQ_LENGTHS = (
# 131072, # # 131072,
# 65536, # # 65536,
# 32768, # # 32768,
16384, # 16384,
8192, # 8192,
4096, # 4096,
) # )
# # Define Needle/Haystack Format # # Define Needle/Haystack Format
NEEDLE = "One of the special magic {type_needle_v} for {key} is: {value}." NEEDLE = "One of the special magic {type_needle_v} for {key} is: {value}."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment