From 3f0eedfef82297ac8d555cd1702631fbf6cc6300 Mon Sep 17 00:00:00 2001 From: Colin <> Date: Sun, 10 Aug 2025 22:16:10 +0800 Subject: [PATCH] Refine meaning dataset cache files. --- wit/meaning/meaning_dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wit/meaning/meaning_dataset.py b/wit/meaning/meaning_dataset.py index a61efe2..0059d32 100644 --- a/wit/meaning/meaning_dataset.py +++ b/wit/meaning/meaning_dataset.py @@ -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"