Refine meaning dataset cache files.

This commit is contained in:
Colin 2025-08-10 22:16:10 +08:00
parent 3e52285ab6
commit 3f0eedfef8
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class MeaningMap:
path = "./data/"
file = "structured_language_" + str(size) + "_" + str(vocab_size)
file += "_" + str(max_subitem) + "_" + str(min_subitem)
file += "_" + str(stride) + "_" + str(with_tree)
file_prop = path + file + "_prop.npy"
file_data = path + file + "_data.npy"
file_level = path + file + "_level.npy"