Skip to content

New Functions and Features, extended upon Vec2Text

Yiyi Chen edited this page Feb 16, 2024 · 3 revisions

run_args.py

cwd = os.getcwd()
DATASET_CACHE_PATH = os.environ.get(
    "VEC2TEXT_CACHE", os.path.expanduser(f"{cwd}/.cache/inversion")
)

data_helpers.py

model_utils.py

models/inversion.py