diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..ffe3ce48f9ebc462ef53b409ff0fce8d0984900b --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1b6a6f543d411b42d7d5fd0a7c372a82624a86bb245a5814a4f3e0fb6fb59c +size 28976 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..c4b1b23975a887938adf1194cc7f689bd027f2c8 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(1202)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..9685c6be96c31ced7de4777bbd529709401a03f6 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968d8ed04309428f3be9285a52e7e64bd0bc0b6d07f16290ed7951d39dce2e18 +size 159 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..ec505c8057b2e4ca0e7837cdf7219a88e0bd30d2 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +m = ForestDiffusionModel( + X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, + model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7f9232b925415313fed810b3f66469d998147f9 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e5e45a1828278e4815570a014cca240a45a1e2028154185d86fe95a95c9621 +size 133645 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..bec3a8128a3e20e206245c79e08fd723606cbadc --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a0abf0b6e98f917bf8305f22b32b66c8a4b0f9d6f263d0b2fb300c5d7dec01 +size 55092806 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..933c25123d1d9ec231b69bf676ebf50b595eccef --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fa356508df45f8828d17545681d16a9f6c1f0c2b5f9f25e59f5ae4c856fc4b +size 1351 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..bec3a8128a3e20e206245c79e08fd723606cbadc --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a0abf0b6e98f917bf8305f22b32b66c8a4b0f9d6f263d0b2fb300c5d7dec01 +size 55092806 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..043f0a0669fef7728a3fbf330e2877b2404127fd --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 +size 2987 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7de537b29107189c0aea2e838522be8c41fc27 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 +size 927 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d04251e1733c5233d71bda7d358de525e093fb58 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a1a22ec641679561e046ba9021b64acc744f3c1365ab4512a71fbf2a783ef1 +size 3803 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..ddc60168b6f56873a289d43fb068babc15e0fc3b --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0805ddc80007a2feef793f1d3e76a4b9fa9b0c6db5f0f25b541f1acc08fb094 +size 622 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..5dedf95e33824c51a8496335ff0c6be4f9dc531e --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02db9b134425c0512dfce106aaa19d7377fc084f2378d73e9f4cfc7f8da068bc +size 331 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d3012d0e0d50dfd0be7f814d2b91acc5556b6ae0 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21281024234f930543d24f560db67cb980a232c1bec8476329c08df96a4adbcf +size 4010 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..47086b59733f5be02c1812155d8c1c742cfd7c54 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 +size 621 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e752056b9f0d146f963f99f5d4df9e4a27737f7 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d +size 6068 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..19e6e5401b6078535637c660223158f2c341e3b1 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c +size 47624 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b2aeba5f63aae25e7bf98dae82bc1ad310432999 --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d +size 6032 diff --git a/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..ad006179d2448bdff37a10e84674796e91799b9b --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n2-20260424_004716", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n2-20260424_004716/model_500.pt", + "--num_samples_to_generate", str(int(1202)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n2-20260424_004716") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv") diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..b04573cce074ab8972c337836b0beb2f5ff80764 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n2-20260424_004716", +]) diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a060d47ff7839b852c2ebe57933de33e2aa957df --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2744ae0603686de7670a49860e61e64b455733f99d54a32b81e4c166e59c9f8 +size 1345 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..043f0a0669fef7728a3fbf330e2877b2404127fd --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 +size 2987 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7de537b29107189c0aea2e838522be8c41fc27 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 +size 927 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b5f229682133a4db1fddd6247a657f8d1c317644 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4af5767286f42d55076bb0cf9f2e5af5a67147eb8c9bd80a64e41b0b04d8f7a +size 3788 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..fce328be3fd3e080a9612e4112c4f750039b7756 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc18d5ecff1f73100846ae485b1cb72780afda899b1e4169f9ff55c6262423d +size 621 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..47086b59733f5be02c1812155d8c1c742cfd7c54 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 +size 621 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e752056b9f0d146f963f99f5d4df9e4a27737f7 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d +size 6068 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..19e6e5401b6078535637c660223158f2c341e3b1 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c +size 47624 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b2aeba5f63aae25e7bf98dae82bc1ad310432999 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d +size 6032 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7c319451b7ffce776921716820a3bb26222f6aef --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835fa246cbe2f8075e133bccd39ebde1ff7d2da70e3d89380004106559c494e3 +size 322 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a23c04cc924b7773e33f5b3a2132c4fd59b659e4 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7371f4d33840855d13a05740215840e5ed5d7c286006e2c9c45de31ba50c925e +size 3986 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv new file mode 100644 index 0000000000000000000000000000000000000000..d4cf486fa254911ee50146156eb129289bbc33f3 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ce99c63e0fb7c820ef05f72ab640ca241302f9539fde81b7e1d2332bd8b2c2 +size 57268 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..2ef93aec450dd2288353361c6b1812979f8c2db9 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37058db9648618a0fa508864b352cf0a22db70cc294fe7ddf86c8eddf190a388 +size 354 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..a066e856928d84d829b7d38e1ceb10a74b912348 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b020b51d9f1e3253b4619c1069429ed31b8bbe0f942b44111a554861fc7f66 +size 259 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..da03456cf3d91075bbe603cc445cc23feae7a9fc --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4948088e66a7824ff076579372cb41b8a8db86d4089803a704fcc51a95e669 +size 128 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..f920b76255185e754adf535384aad6987c05598c --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc28a3f1c3275272a5da98eb1fc488caebc89724510c28d6b3d3d88895a4091b +size 128 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..86505a62ca64bcb1705973ad7bda5966c5b47d85 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e9e77f0c0c3640219e2266b31e7c65afe33f33fc3322e8e81ee4a3e032084 +size 128 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca258653948a95df632e6b225063577c24e32e0a --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd704fd2d6901f4c0e113cf6909cfcf1c090ed9b8831c8a2f7c9a8ec9b475fa +size 3148 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..be34645b9b76bd259ffc15c69f5aaf8c47f7e826 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12464821ca33b640e6881f28297a24e1a58c1f6e95e1c649c918636df117b7a6 +size 24168 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a0d74f13f809106681a613e477d1d0608731959 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c7b8a2d65d2a4cbeb7c7e62bd71be02a26b7c30caf65c0c18a36e8edc20e8 +size 3128 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..b03ef3f1aae6c2bd92406c2d08d62fe5798fe1d8 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0a699931e42f38809e0d05aa9312164d72322d191839dcd04b9fa89fdd0720 +size 1532 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..6fb53e9e8acb704e3c2b2a815309b9aef7c9d58e --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477cb1158c20c9c6c3f11f456474c29ffabb61692984a890493a9473e89eca2b +size 47624 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e7d15e0ea2de034628f898167e4ffd746fb7c7a --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478806ba155c87581c7e445e2e3fab861276dc9f9f8aeac47b63d20b27c71524 +size 6068 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b678e48b42898c8917dc9aec3b5eb699f25c870f --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69821fa785ed9414687baacdebca8949e9edb1291522b70952c3196b9aa15953 +size 6032 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..8ba429b76391236123e494d1461771e8f5da3df8 --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9ed66b7eee9392bfb84547620fbc49f60a01af4e17881eb2be22b0c8e2e62e +size 1336 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..91328d40d60af249e7f9ed986ff06611d315bcdd --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e67daafa79dc92da8a0c0f8bf3c92105cf782f7095fb28d1d6a3b4327f174b5 +size 9744 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb6aa3d2d18e6b600c5f6b41db470baae5c5166a --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c52d829e5148065de9cee2a3dff4c30e6b6142eb9a77b06bb7edeeaab724287 +size 1328 diff --git a/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log new file mode 100644 index 0000000000000000000000000000000000000000..2ac30d452b1740a498c23ff9e0f639e0c5c47f0a --- /dev/null +++ b/syntheticSuccess/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9fcdde1cc1bb0e583e3494d53a29218b6c853ece330be989dfb049d7e67c75 +size 205907 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..32df299f56f564e816d70c05496226c3d4c1d046 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py @@ -0,0 +1,36 @@ + +import os, shutil, subprocess, sys +td = r"/workspace/TabDiff" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds" +dst_data = os.path.join(td, "data", name) +dst_syn = os.path.join(td, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(td) +os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "-m", "tabdiff.main", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_learnable", + "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", + "--num_samples_to_generate", str(int(1202)), +]) +# test() 写入 tabdiff/result////samples.csv +import glob as g +base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") +best = None +best_t = -1.0 +for root, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(root, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t = t + best = p +if not best: + raise SystemExit("tabdiff: no samples.csv under " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv") diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py new file mode 100644 index 0000000000000000000000000000000000000000..526868f08922c7e96784bd2978b4e86a21ecd646 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py @@ -0,0 +1,21 @@ + +import os, shutil, subprocess, sys +td = r"/workspace/TabDiff" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds" +dst_data = os.path.join(td, "data", name) +dst_syn = os.path.join(td, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(td) +os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["TABDIFF_SMOKE_STEPS"] = "500" +os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "-m", "tabdiff.main", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_learnable", +]) diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9bc9cde4e74e296a6225ba0a17ff47bf9f5c6f1d --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5a734efd36f25fad6c73fd323be6b66cafef30aa65d35d10c09a79b5713510 +size 1343 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..bc319a55a9c7152a1137f968b6fa1c735125ad11 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb +size 74 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..043f0a0669fef7728a3fbf330e2877b2404127fd --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 +size 2987 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7de537b29107189c0aea2e838522be8c41fc27 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 +size 927 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8fb47787ea6c16fc84560cb5b945c77062e3d9c9 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96c268f76a3b9d25e9d8cd6af9ea88d35551cf5f89fe936ab96e69991e72c08 +size 3768 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d346b26f1060beec945fd8a352d72f33c618ee --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530a04a0a9cbdca62f6b3d572b6fa5537808c6bbd132d5b841e714268f21ed1a +size 605 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..47086b59733f5be02c1812155d8c1c742cfd7c54 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 +size 621 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e752056b9f0d146f963f99f5d4df9e4a27737f7 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d +size 6068 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..19e6e5401b6078535637c660223158f2c341e3b1 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c +size 47624 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b2aeba5f63aae25e7bf98dae82bc1ad310432999 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d +size 6032 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6e146c4c9e558d96aef5adfd97d0f16210ba2522 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263ff90c177004968a80ed733399818c88e1b30a5cfc5154924e7ac98659e519 +size 316 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..48f4edca3796d44480a3c39ff18c93190669576b --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0823f34880b4442101f42a3791892f81813b302a55b8993245560fb02b6eb28 +size 3960 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv new file mode 100644 index 0000000000000000000000000000000000000000..8306c9fc9cf19117628cb038e52406dc9cfc7020 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3185dad6516081bdaab1be7543511b7049fc4798cc7efdb8c952d72f777d929 +size 56859 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..8b4a6fee524b92cb40edf776da6b57beb276a50e --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 +size 82 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..da03456cf3d91075bbe603cc445cc23feae7a9fc --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4948088e66a7824ff076579372cb41b8a8db86d4089803a704fcc51a95e669 +size 128 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..f920b76255185e754adf535384aad6987c05598c --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc28a3f1c3275272a5da98eb1fc488caebc89724510c28d6b3d3d88895a4091b +size 128 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..86505a62ca64bcb1705973ad7bda5966c5b47d85 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e9e77f0c0c3640219e2266b31e7c65afe33f33fc3322e8e81ee4a3e032084 +size 128 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca258653948a95df632e6b225063577c24e32e0a --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd704fd2d6901f4c0e113cf6909cfcf1c090ed9b8831c8a2f7c9a8ec9b475fa +size 3148 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..be34645b9b76bd259ffc15c69f5aaf8c47f7e826 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12464821ca33b640e6881f28297a24e1a58c1f6e95e1c649c918636df117b7a6 +size 24168 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a0d74f13f809106681a613e477d1d0608731959 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c7b8a2d65d2a4cbeb7c7e62bd71be02a26b7c30caf65c0c18a36e8edc20e8 +size 3128 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..b03ef3f1aae6c2bd92406c2d08d62fe5798fe1d8 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0a699931e42f38809e0d05aa9312164d72322d191839dcd04b9fa89fdd0720 +size 1532 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..6fb53e9e8acb704e3c2b2a815309b9aef7c9d58e --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477cb1158c20c9c6c3f11f456474c29ffabb61692984a890493a9473e89eca2b +size 47624 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e7d15e0ea2de034628f898167e4ffd746fb7c7a --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478806ba155c87581c7e445e2e3fab861276dc9f9f8aeac47b63d20b27c71524 +size 6068 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b678e48b42898c8917dc9aec3b5eb699f25c870f --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69821fa785ed9414687baacdebca8949e9edb1291522b70952c3196b9aa15953 +size 6032 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..8ba429b76391236123e494d1461771e8f5da3df8 --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9ed66b7eee9392bfb84547620fbc49f60a01af4e17881eb2be22b0c8e2e62e +size 1336 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..91328d40d60af249e7f9ed986ff06611d315bcdd --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e67daafa79dc92da8a0c0f8bf3c92105cf782f7095fb28d1d6a3b4327f174b5 +size 9744 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb6aa3d2d18e6b600c5f6b41db470baae5c5166a --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c52d829e5148065de9cee2a3dff4c30e6b6142eb9a77b06bb7edeeaab724287 +size 1328 diff --git a/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log new file mode 100644 index 0000000000000000000000000000000000000000..1582374640e847c211e10d5624bb355416bd954b --- /dev/null +++ b/syntheticSuccess/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8785026ac0e1e0cecc8bd7bdcaa19999b5a698c9b8f5a2be8aa3adc5279145d2 +size 292188 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..0d705afa2d5f5332e33cd1211101ef3ce02905fd --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_efvfm", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", + "--num_samples_to_generate", str(int(7654)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv") diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..901fe4e053db945aabf846dfefdf053408841d46 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_efvfm", +]) diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..46336eb7abd802103b6cd20dd83ff84a9661b00a --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5795b9a74a5600778e83394debb2aa090e785727b5cc57ec23f5fca6df87ae94 +size 1359 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b6f805cb611b5eb24d24c33860f3897d44b92b71 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81093ad7315dba850c2b92af3ef28cb2cb4b937f961dc1dbb466b60c355d7f24 +size 2463 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..1d58a2d510ce243dd476f2099806db9e4f5bf470 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adcff0fa029aea42a6c910c34e47fd0aa0b155017ded717a5c03b5f0ecfe829 +size 912 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..efd3551e8258b47313c042b42c845d6aad038088 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2f4b3d0a3a54243e2ff3a9803c7612f1dbd6012254c33c68f314606532ad7f +size 3274 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..bbafabeb4c0a1f82f5144b8a9fa7fb61fa879e14 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a77e1b550dfc46570b380ab1d5d688a91d36035acc2c5da12f311cc1fd69ad2 +size 466 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..bed22f25df74704c6b61abbbac3f2f2c632a52c5 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a22ed10942cfed5c408e8c1e37d6169591f60d625b40c117dea9aa4a57a5b8a +size 445 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2ab280d43269c7af472f5c13a8900dda96076f4c --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543e340350414bc35bc98d255d21b3b2f31ee5b98f253b0d61e46c9384cee032 +size 324 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb1c1c8deb443651c5d585d14a0921440b2920b --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed91e482d2d8a074a96101f865805ca2dff09adfbc2212b1d866b8ca432461c +size 3474 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv new file mode 100644 index 0000000000000000000000000000000000000000..9cb524b8547d50395949dcfa27b37057e061e40c --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a028b08173fd5ca109e891ba9da1cef98d31342486ce2a54e1bd6eeebacd563e +size 370385 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..18d978a0406162ed2e2c2d1db8b7fffaf089fe0f --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 +size 78 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c42f7045f54e7883280960369bffb2957cb3f08 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3e907423912922dc74debea1a7688c24feb5b3859637959912b83a043c7ce +size 128 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..250f542eb146abfda6680a39cde12061aa6b0ed4 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4194e6e409780847a5c5c1a8f0e11c3720e9c00be6e4ef21a7dfae672a5e2a07 +size 128 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..2c1eef3a10a2f18719a91053b7449312f8aa10d3 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b0ffc476e3012c5ab9f72aae12d8bd3ccfe8962e6bdbcde8d631518e4ba613 +size 128 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..dcf6de926fc3575b581de86e979dad9994666135 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87eff75b7ce715afa0a998295f2d0b23dbf50bbbcf891011bc811a095a722ec +size 15456 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9295fcc46f71ef2fba389dae775f102c4a15ffc5 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa6ece900b1f48c4d7336f1661143550c14968e8fb364ff1efef26c17dd6a2 +size 122592 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..81cfaa992a51f2e8d02661e80b1df5639d82af06 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8cd35a8682e0368ff34d4f72dea66e0433fe7797ed794839beb06a17f55373 +size 15424 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..54c7aaa6c9234986a3a70c20ab3365f0599be07d --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00090459ae6cf1b2632749e88feb9659324878da0793574141fd480cbd870c9 +size 1230 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d46c08f704f7dd69856855cef1e1e3678129bb3 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957c31415386eb02b801b226cf04617575ae987b56f9cd449eb84f4ef63a5d82 +size 3960 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8fcdfc684493b109ade7e1db54fe062b9f582cf --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf23dddd80c93a0db5c33c2b827318fc85f88ed6ac86837e956bd7141eee438f +size 30744 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..482a53bf0551d3951864d37f4f55b383d62ed5eb --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b39111a57811c0445a55f1f78dbeaa88b47f6ba712b1dfbcf8ab32f8463b8 +size 3952 diff --git a/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log new file mode 100644 index 0000000000000000000000000000000000000000..9208d16b02b99d3cab6520985d6c0759b95f3715 --- /dev/null +++ b/syntheticSuccess/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aa54e54aae8571f3a247e465cb76546fff8670302ac72864ab00940d231198 +size 358192 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_gen.py b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..de81895297fe9f292a4e330aac820e07559af132 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n4-20260424_004926", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n4-20260424_004926/model_500.pt", + "--num_samples_to_generate", str(int(1595)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n4-20260424_004926") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow-n4-1595-20260424_005118.csv") diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_train.py b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..97df8e6a002a198dba5141c42b59224f6e5aa13f --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n4-20260424_004926", +]) diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/input_snapshot.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..66c610fb42fdc48c931b2475c7792f93f2bc2d17 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9777113cacd0e04a5cf0e30e2d7db0254ffa84b56679b011771b8cb5ef0021 +size 1352 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/models_tabbyflow/trained.pt b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..04e90a6a05151cc69ae87bc07a529fadc3b30741 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a51e0665dadfbffebdf82b417fe43fa562204275dc2da832b4493e71b17a14 +size 60257 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/public_gate_report.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..70dd91af72b0c83f23fce28ca39e15987b0382df --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b604b926bfc9c3f4d4cdc5be092ec6706130ba4a7cb55d52dfe083def9fb5a75 +size 909 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/staged_input_manifest.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fd0e958dc56e941563b5f5899a1154501cd5514f --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457b5cc7c4231cf4444beece5c79d21f0f6646e0d2a6bfbd6e98f922e1b646d9 +size 61058 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/runtime_result.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..8c7966ae8f8287296723ac4ed7843648042cbe73 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60f3f152351a185540601c963f1c286f791f352c274653691bef32dfac8e8e3 +size 621 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/staged_features.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..d772c91c1de8698c60ea7e62a0f62c92e23b856d --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0659495a3ed560d31ee16ac86c232a810e297e56b2bc8da97d5de72e0c774e +size 12433 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/test.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..1acdf2dd5d86e4141a1364e3576a8d6bb279a8e7 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa60b496a1710d39671c1777212c13b0a2d4833e15858913d1e3b6743f7fd09 +size 110901 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/train.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a59105595d6bd697c9b7b5ff96120e8ece1dac7 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d231783209c86c6e6cdb1f56f30fba81c3163dc137fc5cfbd0dd1b7360767acc +size 878053 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/val.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..916bb0c35e8fdccc74e8f890dc0c189ae50089b4 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3c941aad07723b15b7e43c645c70742e10ae08f8b1e6e837d64212886ef22 +size 111232 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..55a0924ccd65347ffefe0b2bd1687f32bbed9466 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724a2c56c5d081320ae0f1a5cd6eb5017b34e75e9eba824f4b84307aaa82eaa2 +size 322 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..87d3b722ee656a5130191fa30d8bd2c790f2f5d2 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344e7264fba38714a9a5bf10a4a7b1e105944e206f139e37d9756e6018d3a081 +size 61256 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow-n4-1595-20260424_005118.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow-n4-1595-20260424_005118.csv new file mode 100644 index 0000000000000000000000000000000000000000..df0dd5dc1dd450f0ab45851451540f3d87a5c301 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow-n4-1595-20260424_005118.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c230d1ddf24860a936ca5a0f4fc094dca4dca7e1ba64fce52a10e0116bb66add +size 1917369 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_resolved_ckpt.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..b5f7a72543e4cc36f410d98b3aaf4ffa3ccd1c68 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab7de7417f8c9ae1a77145f547b4a597d38087bcb8fd71c48458e9caafd7b12 +size 354 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_train_meta.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..83d42f252bbe5067280ec70d9012cd0562866003 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39b256cb77de913e5b857380d528d387d3c7a650b771943d74c58b8dacc6d69 +size 259 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed03801bbc77dbf0f721731653d1803ceaf56995 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64105ceb501e743182455a2a658aae440560c2f5cdcbf89dab1f214e446bfdec +size 1728 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..d05548345f062089c3abee5769537dea049f6f59 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e57d6dd3b73f257a990787ea87dcc9d41c5003c6da35e922400c0dd74d8b0e9 +size 12888 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1556dec9ccd97a3ba7ba01a0a599b10feed7595 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35b0386116d734bcc1a83dd64aa413151f14bea40c68883553be25517281878 +size 1720 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..a67da4ed0e51a8c8a94a40c50007cb474eabbee3 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beffcabaa7e2e2af0a027e2c1230e10f4333656d9b9ba6060a5bdea7de586b59 +size 100928 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..70c866cede62d79b1522698ab5d32bc69a79268d --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcab98fc06c725e8aa535e88d87e607ee33009ecf616256ca2b11154d423a252 +size 804008 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..8ff07726075addd07916868e52069715fa84cca6 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390f5bea9b96cacdb9cded42eba9552619164ebbb6c9c919b1bc4171b88c0355 +size 100424 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..2a20750b9b8ace9c6b82c5824684bce67d83ee5b --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ad162d753f0abd1fb0de2f85598790c1e7cc7563144be685788963437bc2b +size 22990 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..d557f61a8dda28707576dc34793e9ec83ef5347b --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd54386bc1cf0510cc252be36ea55c975dd29907cbd0d546ed7dbb7f0c712af4 +size 862440 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..90dd9780d44e5e0e7f85722f5dcbb38d644760b1 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2f65d44361d90bbfddde7650b5eaf6762ab5fbd1233874274bb326b50ebbcf +size 108940 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..7286414654bd05fb54dec5ce88c7b0e1715b3ff2 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280c473eff96782a48047faa0780550274958d584ea8856abd117d9b62195be8 +size 109211 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..3894567c21a62ed9dcda9bc9187e2af9e60aa4cb --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377eb332f6850e50ff92c47783dc619f4489ffdb2724c66ce3e01e129418efc8 +size 928 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..0f9711bfc4b2154fe4757889c5d3246cdd0bf06f --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61b31fdda1d46f1bf1c7be0825001a411290f2d487269d5f2719cbc96eeeaf7 +size 6508 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c6475015f2db05e64eb0552701072d78ee3993e --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436e14ed31af485dc2c49ae28f679b5c6d9328ac0e9bb7d6a359f55fe48f5adb +size 924 diff --git a/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/train_20260424_004926.log b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/train_20260424_004926.log new file mode 100644 index 0000000000000000000000000000000000000000..280387116cd9bc28271c4ad980e4bdbc25ff28f7 --- /dev/null +++ b/syntheticSuccess/n4/tabbyflow/tabbyflow-n4-20260424_004926/train_20260424_004926.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d404449c9d4a863fce9059d0f80802aabe1e1fbd93381a6a81a20c468683542 +size 305027