For pre-training on amps where are the files "no_steps_flist_relative.txt" and "with_steps_flist_relative.txt" .
Are they the concatenation of all *.txt in folder "data_file_lists" ?
There is a missing swap file "make_flists.py.swp" in the mathematical root folder. If possible please share the same?
for eg. is this what is expected :
filenames = ['no_steps_flist_relative_algebra.txt', 'no_steps_flist_relative_calculus.txt', 'no_steps_flist_relative_counting_and_statistics.txt', 'no_steps_flist_relative_geometry.txt', 'no_steps_flist_relative_linear_algebra.txt', 'no_steps_flist_relative_number_theory.txt']
with open('./no_steps_flist_relative.txt', 'w') as outfile:
for fname in filenames:
with open(fname) as infile:
for line in infile:
outfile.write(line)
For pre-training on amps where are the files "no_steps_flist_relative.txt" and "with_steps_flist_relative.txt" .
Are they the concatenation of all *.txt in folder "data_file_lists" ?
There is a missing swap file "make_flists.py.swp" in the mathematical root folder. If possible please share the same?
for eg. is this what is expected :