diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..4512a9ced006055e662b62593fc864edcb9107b2 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3947eeef27a6612459d1d353a47ae22f8e0515ff5fa222136469de2a9acc6a96 +size 740512 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..acbb9003e0262dab983bd21c5cb052572cccbff9 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(10888)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..fd3f0b9f99f06a783fa7f027ce8db15b7c85ba04 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2867b5fc46f0a7890cd7137b9bd657ee50d042c3d09fe8f2a0365a4db62693 +size 282 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..75273182a1d760c921f285610702768633147f48 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/_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/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv new file mode 100644 index 0000000000000000000000000000000000000000..eaea96de9072a92e32f720dd39c4364a0cbe09a1 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a1adffbbcaa87bf240edcec4d5045ba5c1a1ec0d75288fda5567f060ce8b2 +size 3486406 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..c702d09b12abb5629181210ba176482301bb3724 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a900dfb9c759f6018a6c0cd5d3ce9afa13145a3ba537fe3b07937ea29b209b +size 163317107 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c72ad8aa1d5b58dcc6f286eca2338841f9eb779d --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbc112b5a7151efdeb3818091135b8259128d9ee01bc46e9f4af14d4b9904ef +size 1368 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..c702d09b12abb5629181210ba176482301bb3724 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a900dfb9c759f6018a6c0cd5d3ce9afa13145a3ba537fe3b07937ea29b209b +size 163317107 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..41ad942e0e7111a5e160731dd649477639cdce12 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee895fc1a117cbaab0b9758f74f0febe347530390032f18a87436840b7e0e60 +size 9156 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ad0ca82e830d2d6ffdc48edcff77ef67e3d8e49f --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835bc3e7d1f3cba7279e31030121610d389d32ff0faa1982b1ef1d2b40622247 +size 919 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8d7b7d909e8a98ac4292f33730fc306ef3a8ba7e --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e3d7b712b36d345c54fa2b03eaf10ac755fa194e530928133d3751ef51313f +size 9982 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9a74c259e74046cf6dabf7d921f8b07aee79373e --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd2c1d72ec9da3875ba3285f282065be9192d36be80fe98fe260a52fee98ea6 +size 630 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..237dcec1461e52fabe165c2b15143383a694d1b6 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc804786d929db5bf38bc92a4ab27830b45e003ec278de8ca530e79994f55a44 +size 333 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/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/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3acdea2b40ceb39ed6295871f5113564ac237ef0 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6794c559a59f0d85f98eec2084062b4684390f1bbb87f35a8a01159eaf0c28 +size 10191 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..958082d9eaf32bb5c0e51065a9b91270a9f34a9a --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8641c4ae826d5fd344143623ff2fb6bff4f650e4dde3268bee6b5441b32a2a +size 1658 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..62d5c41bd7356911a3e55a800aac2ff00a02cb06 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba1cede34438e7c99e1e5b51c660cd2422bf4cb24556d5a54bcd1574d4dab9 +size 379709 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..90e6e0252dad22e8f286734580ec1c999b8293cf --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d264cc48e17ff398df7edeb6819e5f66b3dbf14935184253bf21ac0cbb1d84e +size 3036991 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..933f64ac2f7ad15b50d3fbbea8fc861f9beec864 --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158fe1f6049fb53cca70e222d76ff7901731586869da103df04b314ad2f195e1 +size 379595 diff --git a/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_gen.py b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..387d97b2d7af7c6982cf69ec7eaa65bd2d5393ba --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_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/n10/tabbyflow/tabbyflow-n10-20260424_012902/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-n10-20260424_012902", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n10-20260424_012902/model_500.pt", + "--num_samples_to_generate", str(int(10888)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n10-20260424_012902") +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/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv") diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_train.py b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..8eff3c828ed6fb22c2fa8e9d74e46acbf8ddf605 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/_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/n10/tabbyflow/tabbyflow-n10-20260424_012902/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-n10-20260424_012902", +]) diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..ac4e1858088817d3d54151f11d1a72645ab5f951 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4585becaf9a659b9673c4670c939a5e26d588529b943d635e1455da85d364b53 +size 1362 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/models_tabbyflow/trained.pt b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/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/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..41ad942e0e7111a5e160731dd649477639cdce12 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee895fc1a117cbaab0b9758f74f0febe347530390032f18a87436840b7e0e60 +size 9156 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ad0ca82e830d2d6ffdc48edcff77ef67e3d8e49f --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835bc3e7d1f3cba7279e31030121610d389d32ff0faa1982b1ef1d2b40622247 +size 919 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..88f0c7b350b138da3e1f276a4676c6768883ebcf --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa465d76a327716e7a2c6152596a932de832272d49c0db1700abb17e7f89888 +size 9967 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..cb97231e4fe17942639253f8eaea114a5f5fcfc8 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dc4735074bf057ef5529fcc44162b9ccfa23ca219c4d5619186bdd677568fe +size 629 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..958082d9eaf32bb5c0e51065a9b91270a9f34a9a --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8641c4ae826d5fd344143623ff2fb6bff4f650e4dde3268bee6b5441b32a2a +size 1658 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..62d5c41bd7356911a3e55a800aac2ff00a02cb06 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba1cede34438e7c99e1e5b51c660cd2422bf4cb24556d5a54bcd1574d4dab9 +size 379709 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..90e6e0252dad22e8f286734580ec1c999b8293cf --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d264cc48e17ff398df7edeb6819e5f66b3dbf14935184253bf21ac0cbb1d84e +size 3036991 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..933f64ac2f7ad15b50d3fbbea8fc861f9beec864 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158fe1f6049fb53cca70e222d76ff7901731586869da103df04b314ad2f195e1 +size 379595 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..e10459cf678671f06df7984278bdadf76fe25f0c --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735055645f094847c63830a8b99e61b472c3e87af130ae6ccff4ec5b32cc06fd +size 324 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/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/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4ab03c426dbc8d81342cfe851ed855ad3dbf061c --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38a4c7edcbf55564074940a98856fde65792ed52d1200cd6f019d5070563567 +size 10167 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a02742a1c4f86e3ecd3e91407b0ac3793c03111 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8ad34d7cbc82fa2a4dbc5ed77803836be5d389a2e6d5e29d214c27d307072d +size 1822163 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..77a21f61ea08a644f83709f88dc72e4c3263e40a --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0e984e63163282e9e3e6f4e988a9aa0c0fc0fe686cb575496f5380ba143c45 +size 357 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..7c182d63eed6a469ecb3e4794adf3abd7d31fe7e --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724fc5d3ba99045a25fb1c48c64c5088a032d5b16c9cfdcef91365ffcf03153f +size 261 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..8646f42e2ddee6cf21eb535446914243c479fba6 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f058439ee168330b9b2a70ec721feda0c55c0a88e96cbb5702ebd19501a6c0 +size 128 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4b834d0e41c4e3c0298795bf199227682e7a12f --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b8ad5e8efadbb77ad97050d9671086e522ea00697ef8c3520b29cec15c264f +size 128 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..44bbbc2a19e167c638acfc8cefeebea43e76e8c6 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7158424ae373dcd4711ace727c5e768e39322e83d9bcdd2b01241082b732ad +size 128 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5d8ba67f6a981341e9efadf036f3d4c22c2610e --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20ad133c64a39fd85df2dd333007d6b059823fe8fddf944e6b4caa4ba7aa893 +size 87296 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..77e9c4cb5c8d759516d23e12aea89a79d4b1926d --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfad1d15886cf21273bd1d59ba14eba75a867e5d09be8236ef2ae29de3eac27c +size 696960 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f8f4cea06d921a4af888dda6301f823f7d0942f --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e355cc31f1c8a99a018204b79908d0beb6c13e3a000d5a17c8c7f3e91e052e +size 87232 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..5272fb4fa13fe316d13414d61061c66f54d21865 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcb06bfc220082050ece298366d667bd97b95efa95e965d40093f0e4c8d8868 +size 3372 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..daad1b742c7b6d6f45cc13520e3b10138c2a4940 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3b2deb0aad35b351555460e09f853efc909dbf3dcdfd4f678e63d5a1e4d4e +size 2980975 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9a8587dfc068abe92f4d5b23ff6f6aa8d49eb83 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25c17df9785a5fbc3d2da7eb03f1c7f8ade1b4d374bb7c1e62175532e2ff3dc +size 372786 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..331db728bba9d0898b57a90eebead5aa487068af --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293450202245cd97a34d312f00f36066beadd8d44904e4c87a1689bf3a7b79ca +size 372641 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..dea1a57aa8a887ed2976a43013af61b12c9fbe8b --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2002897f718b17a428567bd92d3da27b68af3556fe59b0b07d69b791f0adc56 +size 11024 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9656093820e99038d56c854bb41b26b61ffa7586 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de98f44ad1cb27938b91b070c8ea71292c22e292b8733eda5f1783374e596e3 +size 87232 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e6147a75f59a28ebafeb47bb98ce263bb6e10e3 --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0881ebe42fb6755741678cb4e88e4698c907814cb9167f23fefab6d78fad428 +size 11016 diff --git a/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log new file mode 100644 index 0000000000000000000000000000000000000000..23f3e221f0921266ee7bfd6a4aedcdbbed394e2f --- /dev/null +++ b/syntheticSuccess/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca3e870ec680fb74fb8367bea1deb281d9f34514da270522f23f9a31a203397 +size 398546 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..075e8e25056b4ca2c86d7078cc954afed5c8c255 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c282e7e528a5fbc6cc907c17cdd55fd90bb8c151019e5c9dbf7fe7a223ee4718 +size 3136848 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..0ca14a518e211c52b84b59340b4ed83538409cbf --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(196045)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..53a65dc6278013fceeefaccfdbfeacefa96eb72b --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f13f9854e6164fbeb51363a17123e8b80d508183d0476f54defcb375b709799 +size 86 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..82e8a6bff475a62e8bfce0580ec90f2bd39d1003 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/_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/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv new file mode 100644 index 0000000000000000000000000000000000000000..308286ddf4f3229de24eebabc03bb5aba6ea74db --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f18cde3c2e536371f0aef2ed59dbd807c1ba7b7ef483bdac03a304eb56901f3 +size 13035157 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..1b6fefa75960af9fa401e52b07cc4e03c2f9a378 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde85cb46c69af8e58003f3c9ba38c3cb7489e0daad825cfbdc348087a484680 +size 42802965 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..686111766c5ab321e3079cfd41bee1eb059004c6 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43051434935c101bb4a5fb69f335a64acb5b23dcc055247a3736e164852f2758 +size 1368 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..1b6fefa75960af9fa401e52b07cc4e03c2f9a378 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde85cb46c69af8e58003f3c9ba38c3cb7489e0daad825cfbdc348087a484680 +size 42802965 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..16f097e5aa31ca0209272ae8290611061e878ca2 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f557e091384db0c72c9acb9ef1549554fc2a2d69f9990d9697104a90556b8a68 +size 1878 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8a20a44aad6a627a8b1957a8baae3d1e4363f038 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b0046f67a201d002249201c233ce395a7eabbeb1e096bdf5ec4e6afffd2489 +size 920 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..77c2f81994f6b970eb29ce4f3f7b3c131f64fd12 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc948f6b8c43c64c0b095c03e8ec3b289e6209fa05c9e895356e2fd2e610888e +size 2704 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..4c8229650ebc012faa9a9bcb6233e8fa4259cbed --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2610adff8ce33a02c7c2d744e8b0e5d155545f0bd5f8b5b8114d3c650124c496 +size 631 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..946b0c99d05c4792fa1b2d27ab61fdfac4e46ccf --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89b72ba0fd28914f1d7e073a555d29011175cb766a37f13e12baf2262aac27c +size 333 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/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/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8c58801bf0369b2c1e0c54d9641812d9ffc93833 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daedba8c02e66acfa9f6d3f2de35fa7540d254a2625d82c3c87c9d63675884ec +size 2913 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..6cd197b2539240a25af8e22062cf3ef7c3eea320 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148b95cbf4c3da3ebc38686f20ef1e724b56b701abfa24065d77f9b417e8671e +size 382 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..337e8e477426cd837a2169731ff6ef5025d06f36 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26 +size 315789 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..023dad2054b44ff77ffcf6f4554ad423242e80c2 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350 +size 2524420 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..8dc60d3ec85d7e82382b2245a4ce835645e4a714 --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959 +size 315663 diff --git a/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155758.log b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155758.log new file mode 100644 index 0000000000000000000000000000000000000000..2c78b74f09a0656c074b521b5dc62ba5a1d1ab13 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155758.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc436a11cc5c490b99a7fc186458941ab4d344babf7a1643a1e68f6f4c5b77ea +size 718 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155815.log b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155815.log new file mode 100644 index 0000000000000000000000000000000000000000..2c78b74f09a0656c074b521b5dc62ba5a1d1ab13 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155815.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc436a11cc5c490b99a7fc186458941ab4d344babf7a1643a1e68f6f4c5b77ea +size 718 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155855.log b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155855.log new file mode 100644 index 0000000000000000000000000000000000000000..09a53f9795b6768793fd894a350c98306a3ae336 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_155855.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea587d43cdc2d0e697dbfedd69d25372dbaad4fce3dc0d0cf2deb81ec6f545c0 +size 6041 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_160035.log b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_160035.log new file mode 100644 index 0000000000000000000000000000000000000000..85b5ac9e58750b335cd9c03d33d9c622f6277f2f --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/gen_20260426_160035.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96df70bebc825dc451ceb53dcac9e5039379500c583bc71e4374a0149c7576b0 +size 33538 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/input_snapshot.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..783c2764721b2e1818dab88719269452bd2ffb62 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd02060b656137a54ab620cd25f436d03b3cdb405630b56d8937dbc80b6d9fa3 +size 1371 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6c10c99e114e6fbbf51712e94c39bfbc76529d7d --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7f8bf029ee71788b8dd399412cf89d6110d16da4ac7f2a0218efe2ea86eca7 +size 1698250 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_model.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..86be0c435978a4b978671cb35225df35f7f8a9e5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/models_100epochs/id000017770660609464129536/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0974dfe0a9461c47ddc33e4ba2a8e28d4da44be47646012c8a915b2f454d7417 +size 224143843 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..07c95a35b3c7e911b5d2669b3199980c977bfc66 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3724e0a85c0eb4c7fa53549f04213ff4a81ff001c20c899b25018c54d7f45b0d +size 83479 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/public_gate_report.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..61c977a1a0272efc1747be9e05ee854df02d70ba --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92a0f617c8fd1125cf6ae3087484a72d8f1a8957973659b1d4fea1b01be986a +size 919 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/staged_input_manifest.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b3c3238321309671a7ea51fb0a3df738aecff699 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531c3e506f3b58947b5e9661f070bd22a2d049d5580fc7fa5b7600e582064fe4 +size 84280 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_features.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..a895364f817fb5279741511471b48e52ce8fd5f1 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b500cad8b6291c2dd897cd44f3305672e2caff01544bb597abb3ed059b1ca5 +size 15817 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_sanitized_info.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_sanitized_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c658ce15d33d1fe4ba7def3ca4f1430bbcbe87fb --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_sanitized_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a39031b96735f1414f012c8b548e86ac8b7597b6bc0ec515a8857719695d4e1 +size 206 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_train_sanitized.csv b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_train_sanitized.csv new file mode 100644 index 0000000000000000000000000000000000000000..16aeae0c4a0fc00b52416299b49a82555d0caca8 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/realtabformer_train_sanitized.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f62d3011246e39610effe2bc2bf195b676554e12e24ba0fb27a112349c1ba6 +size 61780661 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf-n18-60800-20260426_160035.csv b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf-n18-60800-20260426_160035.csv new file mode 100644 index 0000000000000000000000000000000000000000..7f00eef7f3779dce46489c9841b90b70a6c7c607 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf-n18-60800-20260426_160035.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c97d8209a0c5db4deb74bb66caca93dbf589aee7e4a5c5f250cfaf151136a91 +size 61102864 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8aa00e16db2b5118a96a1b5693b3a2ea4965e9d2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efca6c80b5a8ad3abd2b797f780e5f63ffad9478dea35da4ce70bd6a6f4c870 +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..07de99883a3c0b52b422ea7f18cdaa87ed7afea7 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fb059d67a34418f4f0c3eaa7bb2003d70955ac0ffad65431a5acf264187ccb +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..2074b779937ada81a0cfa1e6474db896c6c024a3 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c175e54d2c22e1aeabb72d06523fbb9c611acb28a6cc237b66d0575fed5b9b +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..dea49e17abf4656a999fac194abc987726a75a1b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1991978b5533f335c758012a74ca78848ead6c15439bd03ec95220a1d3813e95 +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e850eee107598d3579dc589ec8d46827a8865ff8 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea83389d41fe08041ecb3f6916c301a7b284b0ff282b6c9801fcd60b443cc55a +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..06a59fda65249f535702a9cfa8b178db761903ba --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cbc5f3c340c6113c5cc7d0213ac7f5b8356c14ecbf6ffad0afa265e020d754 +size 354393 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..fb560385ff804bbb3925eef492a28083684be1b6 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45a1bcc03b8a524b20851db0c6acc8801c16268c16fa1d925b631fbd91a798b +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..2bced5a3eaa5af88e542e18b9b78ae1365c8b712 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6a46f208a1ed11902c7b685a237138efc9567e1b28e399173887ee0851bb6e +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..4bf2fcf01797e17143d52840e392bd161e0dae2f --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fe862e03bfcd4a721ecf77962592946f1f4933699a334be594bae88a0422bd +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fa97a57240b4f68e2d8e7b076132151704a430b2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537eace602b0294d2760ee2d1c9654ba219cbad137f0b111f847ab93c1417336 +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..1b6968baa40fec780c0f9e25539a17f8f76173fc --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376e36e2a5cb6f23737ed398921cee59699fc97d77024aaaa397d5081c183a04 +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..e8423f478defe4f9276f103432e255114deeb443 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d959114d9ef6c525a0196c355a401c4afde30acb64d663cb580f4544f5dfddb +size 354583 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189600/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6012ddd361c37dc4875ae5809e1630e009376005 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e3a70d6ece0c1425109da2690c6dba4273f628804d85fa1f1ee761eb78be63 +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..501c84b89552c5794792e7021758a48d3cea9343 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86771b4a06325be2b9d2198d2632dc7f4472d01800eca6796e03952d07d810af +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..41b60aff391068db6f858877720caf9104c8e529 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0592b4dffdcff5f2a16aac8caa499248151cdfa452967ef10b1698d3daeb91 +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fe280a879f4ff27d737564fd485215a632e810cb --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c74308559ffb51b84d3d4952fcdd53f97e0e68694d45a3a993902c02ed2744b +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a39047e58fdf944b8969710ae2167a72b1a79a66 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18649bb28759039ec86e547a9f1cfbf1cba7544cf85577b640592e586b5b5bb0 +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..10c1d5745b9a948c02a9911adc27b535cc3c85c9 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf7f668e7990aec67b0c107488d1ff3b4602be70d4951a6090d2329d940a5d3 +size 354771 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189700/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4d0bab2b05c92a07881aa7dba9f8c2accc23bdc6 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad34dbb3804d11e7b566afad5e4ff5e3d24dc6c1fade5416109c03f13265fad +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..d2e64984c92707c665f2491d3ba17492cda7adec --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f6e1b6177128d914bbf01fc8f1e4924cb905f6bafcbb15677d6a88c368aab7 +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..7af2daf589f6db7ab7da34c22e0146e410b21982 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728fd2463104c050b2b7dc43ce9aedf650d7b8a8f5386242c4949664196ab8b3 +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..27bac7df84f2c505e6482dbc7885635afaf69065 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8c8025a43687ae15de24730f8f262e8e39000411b3c1d3a395c9e15bd16ff0 +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a9bdd9f539cf91333df54914ffd8673e2cd447cb --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de44861b995290cf77dd2ac08bdcb3800309f37b509ced4515c85330bbadf634 +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..34ab9a747b9cb7e6277f3be7b6610ac75c4a9a46 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c2249b521f69a09c56b605c7b1b66e54a3ff77b18bc1e31acaf0043811c389 +size 354959 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189800/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7f7cbb28c93d3da4573d278cec6722c546664af6 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cca67a2aa4d97414a82ab458007290a3523198a0f731292d8dd54df2e8ec7e +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..00b070358cf097e0d11bf6fbefb61799486a2d3a --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589895db06a228f8510cc06002eb8e211a7a9c7e69376731562df4e7dc02a81e +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..bca4dde1e2639d16617e917f940da2a35b1c36d2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd37a55dc964dcc97a8df764417ab5341c0c0e98acd6c1dc7f57b4d57a1b5b7e +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5a343d1ea3a9b8518b4481eb9082da4856258bd2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b04178126b3a16c9451da1061d2b079ac806fd933d37055d572153d974d1f7 +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0bebe3d26e43f7a7eaa658fcaf246174f98389a0 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ed15197bd3bdcac690cb81299dc899be2ea05b8c28a8252e0e79d780fd6cd5 +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..c625b794bb306dd5d8a6dea48b69e90ddba14e01 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652f1a7becb87caff1f2e7e76b193e46042dded9c4bfc2e7235341ec64f04ecc +size 355146 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-189900/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..70691bd9085a2e515b0972b4cd0b47c8b64ba28b --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde21b0ddf0de1e9ef88845a482dc387a0f0b0505449f85d9a655cbe6520f7f +size 823 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/generation_config.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/model.safetensors b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e39553555567036b99325b831ccc76f046fef23d --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5883d06dd493de771b504980b4c19d14ea25769c0cd000bdf8491444bb958ed0 +size 224122312 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/optimizer.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..123392363054752f497e58a2cd83a2f7534fbec2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0065d335089ed8d3db7947c42f46d9a14525864692970bbdc1d4ae5439073293 +size 448293707 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/rng_state.pth b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..77c71f19d4628fb566398b793becc60724973153 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884b809faf338e60065598e6af8e4fa32d922c71021e4c7bf3fb8c11ef840c72 +size 14645 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scaler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..99efe32dfe6b4b2d8a03389159ab6b4b813d76c3 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cde5ccb6189b9714e2f3977031ac62da8fcc40710f8fa852815356c0e0d7af +size 1383 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scheduler.pt b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2deb1553399ca62edb2a65c1658fcda9692fec6e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b11e978869fe9bfe188e4b5e9c463a7c88ae60d0dff7c2db8e7428585a37a +size 1465 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/trainer_state.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..d451729ce02796d04ccdefce6e6e5d64ae843daa --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dd290d67e9053d2dbbc07aa939e0970838b9e816a6fb78d85cd5573f26b6b0 +size 355308 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/training_args.bin b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/rtf_checkpoints/checkpoint-190000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/runtime_result.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..af1e87ca8fbc876a480a63e4fed2b928772412b3 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7feebe74c33b3a743ea9d7c2c764297698e8236145473ea3b3369ab7b184d5e1 +size 457 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/staged_features.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..a895364f817fb5279741511471b48e52ce8fd5f1 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b500cad8b6291c2dd897cd44f3305672e2caff01544bb597abb3ed059b1ca5 +size 15817 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/test.csv b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..32881233a0e38f683bd68a9f3fcc8df7cdfdfb02 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ab5b0f41b5a22ace2c4304bf3b9c8cb3f0ab8d352bdc33f8ff631429bc9c85 +size 7731470 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/train.csv b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..16aeae0c4a0fc00b52416299b49a82555d0caca8 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f62d3011246e39610effe2bc2bf195b676554e12e24ba0fb27a112349c1ba6 +size 61780661 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/val.csv b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..7da4fd4bf7bc4371b62fb4a34b1e5fd961f16b20 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596e7f65c18adcf2980f5fd952efc2bb45f10d968c1dbb1348839699a52adcf5 +size 7731240 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/adapter_report.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..1d903bb044b2ea621ce5fef1194572aca7516de2 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0506cc5a2779fceac21acc1f9a1449a4af78a17ef4ad099a5a4003238bb6e63 +size 326 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/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/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..99a64bb7eb873cbf7dc9c0612e3700565fd87943 --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863a232db8de311c5e8c8b3b30fc75d3caea40ec21b8f112f048ef4edc0f6abf +size 84482 diff --git a/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/train_20260424_072148.log b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/train_20260424_072148.log new file mode 100644 index 0000000000000000000000000000000000000000..137ef69d4de7433fff9d1bd39f3f09743c352c3c --- /dev/null +++ b/syntheticSuccess/n18/realtabformer/rtf-n18-20260424_072137/train_20260424_072148.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf30b02e70ad512ffec124c2b5e554008043b72773286d32f2d6a97b236c6d8c +size 14501846 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log new file mode 100644 index 0000000000000000000000000000000000000000..6cad0e56e413a4889eab6125d931fcd2dad3dbef --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc03160c72791dde4c2cbe334ba6201e8ff479c03b1c7851bcbf84419f9b847 +size 822 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log new file mode 100644 index 0000000000000000000000000000000000000000..aa9140050e29b964fe3949eb6bb1041736255756 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9cfe67dd71f789323762b574961315524f95c0621350150b05ac97f476cc49 +size 6043 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log new file mode 100644 index 0000000000000000000000000000000000000000..10e1a69d4b03e5a8b4f4d3402647ced7710b4c94 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affc0684d1464feff2e21f04938f1703463b5f3b1928e09a0bd2fabd2c1fcd20 +size 6043 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log new file mode 100644 index 0000000000000000000000000000000000000000..bdbbf745d079c234b913ac5ddce99ec4d36733cd --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fc17fe1ce5273b42c7fd89fbae2e987f7c11193e052df5a34f6706cce29e0b +size 718 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log new file mode 100644 index 0000000000000000000000000000000000000000..bdbbf745d079c234b913ac5ddce99ec4d36733cd --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fc17fe1ce5273b42c7fd89fbae2e987f7c11193e052df5a34f6706cce29e0b +size 718 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log new file mode 100644 index 0000000000000000000000000000000000000000..06e6143624d7333b56090feead7a6c4a85981e12 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b97e1abc4f0525efeba2c4b912c176537f2e03726529e611511c11d5683b706 +size 5959 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log new file mode 100644 index 0000000000000000000000000000000000000000..701a2c6fe1b7f44ccc2aaa1196a1c45dfbe412ec --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d36cea4df223d9cd0bda6b6d5d34c11ce4a5674fbcf56bdfdaa435d50549ce +size 231 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log new file mode 100644 index 0000000000000000000000000000000000000000..54699ac5d8b8691440b1ffbb6088d4d68992bfce --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be663030429af5882bef3da949850a383195eb54beb2418498e8880a9b9a9ad +size 31304 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log new file mode 100644 index 0000000000000000000000000000000000000000..ddff468e5663bf06c99df60841023b9934d2a89b --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d5544e9638e612848c0d792d2e6de215cbb86010e9fcec995d1cac02117f33 +size 6043 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..406df4a6517b26391667d32acfeb608e58e8f9a8 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc82a19104db8b163661ef0dd29c208d1326882145747907ee8c5c5d06e4585 +size 1376 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..19f948176377a57ce3e6b70eef2c70d0173c80d6 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7760a8c85bb67747cc506b1d6e4ce8b67356dbb923d9bca2f15bd8c30301355b +size 2378254 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..caf8643525ccc353fa455008f44adb35375a2809 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729102f2037d7c25c407c1877bdfa2ac468f304b58da5582aae68a80991b95e8 +size 242376163 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b2780e61514726eb9ad59eb3f2fd8c7f49797415 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751759bbfaa7742bc3c8bd530c3d29bba8b0e6598d2aba0500b6b981508c8305 +size 358421 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..25ffc7b5f2f598d68e638ab78983d974ad87545f --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39395266d5a745e3d9afd29e87d8d9d20fd9a6dd39389f03d40cf3bd8caf955 +size 919 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..214ed53d9859e1db84e91dbcee45f86498770d7d --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d90e209dda6979664929e1650da6258ab4e08ef6fa2392402b368ad06fe2b3b +size 359222 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9e8f3f07230b004c271913a5ac614761f40680cd --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506ae856448fbec745984e35d6313eaa3f6fafb49fa3cf7fecf39c9629015f9f +size 74313 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv new file mode 100644 index 0000000000000000000000000000000000000000..36bfb7e2936f8a9b4e6d2b0a506fcdb7e1fabbbf --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e470e3c7cf4aaafe7d411f4acae8dd05fb65ebdec4b55e48ae46a53e236b14a2 +size 2164556 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv new file mode 100644 index 0000000000000000000000000000000000000000..25c80d4c656776ab33ff418ae2cc74c12883bf31 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c524f37bcd179febb51b2eb6416965bdad132e6451eab31b0a0c32c2df8baf1 +size 120572894 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e7a519ae1411bd01bce340294fb376327f98c741 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d687cafd252358c09a62c1887cc711fea77a80006b6fa85aeff80ede5f91d +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..169c01d09095c9d156bfa1541c650614694957c0 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14dceb0c445f31a901c088fee5254a65763f670bfe74979afb6ca434f09c676 +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..bc0dff6c22b0623a61546ddd3f6822b80feac146 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13e4dc58de30c6e01cf7af49808790e4e4b32be3e10ef85d79c62996f9a296b +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..f76fcca09fe85dc54986f9068a23e3cb9b1612c1 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25053adb93dfe6e48f1e2736559c84eaf5940980b06ba875fb26864ab6f8e884 +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d3d75e0b61fb5e902995b04f2105e6792949679a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1927e06dacd4b0dde5cad6c5b6c99647e30e0431f4f97aa9587e598268159c92 +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..2770c65e93c13bb377676d8289e0694d8062a28d --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a8c0753c1e832c81f2fc281a554934cf90bfeb54de2cafdf8785b844ce7b70 +size 323971 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0d6d07b029f91b72ba2795677d2f66c44bb4a8ad --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948eb5af1445afe4fae182c6e0f1aa2d854298095833cc7e8b4adcbc88b4a723 +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..1f1ea2f4014f4b7f975d32e1d63d5763dee44d66 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d05b6805eadcc62f6f65f13ff576728f93e36a4c023a12147e6b944a0a4a128 +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..2ddc42c3e884ec764f5631d5369bec5760039d5b --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7587e8c6adf9b41ba245affa695514235bb17af3c3c4c33440badc4e5d65ef69 +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0fa13db48d464e2c41de346d566e2952b08c4d18 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5404afb9075df60dcf081fa3ca71250b87370697b913fc303ce320c88d37e8 +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fbab8aa5b56cfbc2f0edda83107b4503e67280f4 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2abd68ed7eb79869f774c5c50a0b5a5114546cbc3e5772f6778798c29065ee9 +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..17e61703969b6ae2b2d5cff1487b9fb667b557b7 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8c415bdcc93a614fe3128d480f25d41fbf370724a8af13ab3aa0545133f8cd +size 324160 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a13ce9c84005181ea313699b72ab6336adba95ca --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22054a0c7ece94d2c6306fcdae737806ce1d7bc2aa5d8911ccecea63e6219a9c +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..e2429fc3d370b6dd2c0d196b3aca3c4b4c4b2374 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9fdf5532564521d17d57fa051849772af4d0bc91e98e2301ca8d7022f9362d +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..b7a35962ef8a34845b7600d7b91f0851b385f04a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7573095afb63fba95d71d359f104fe75435416b4fc87929c193782807cf181 +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4e1437f1539ed8910b75cceb9ff4740761502747 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd97dab23e8c436e2d61d84cf31128ca587c23dfdc1eb70f346e3e54e8ff038 +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4af53c3f623a32db0982df2a480471acc18ed8c7 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de8a897c5f2f8b59c5c462e47a057764ce2ddd4d5bfa01474978443f9e7ffa0 +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..f1548774825357d4b1be26c1887afe0c294f2af9 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0ff1272743d82fcfda383add5f4f92e439af5cf8e46f610429e38501035980 +size 324347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e341fbfe7a206f934b85986860772f7bc66e61fa --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275a015a0b2e1d2326e619f40d26d19136a4e72b23cb166f1e209577961b6346 +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..067d9056e263e4436f4044fdff0b017044a7872b --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e517ebec54af92d8810f88b3be1b6cbec0b536c28af89805b1da4ac92ac0ef5c +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..ba6a53a6c87c702d3dbbe48946f7b2b4bb8b1644 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c693c78e71795f77159ede7ecaa68415e947ba603bf50c5c2564112e412c4b31 +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e31c926dab5d819490f5f3ad7a2999abd41dc383 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7c3e95ba365029287f2a3ac7961e19a3f20d673cc7a73f4e96db8db246c3ee +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b72cb46597163ba63e279648da7b89380e5c01e0 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebb09de12400cbbfa22b9c7fe9877fd76b3deff4a20e6b44ab38393a47fe1ed +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..7ad1bdc7468b8b31c3c143cd0a1cd2cd975a4943 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1101b3f868d7ae3301168aaf202a9f97747aa3579b99dd0b1da0ac651e53d88a +size 324520 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8ceeafc2e513632ec467a4a9b0a2d1c31f5b4a7f --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59df9e650a083a4caa7e370d2baae00b4f125d12b924333ada053c56572de118 +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..b880140415bd25258bdfab2c43c5780ed487020a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1112e14f5f5440b57cee285860303009d384362fddae7a761ef810904f2bb2 +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..1c74567a441cdd5a73569dca1f343698efbee698 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dcef879a4077e4f4071725e8e7191f659a4b602c2cb5f9108163114fa673b7 +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a36fa9e3439237238cc7c8bf329facd9c6562b4f --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fe66d3ccabe0de91165df08ce0c60f2cd874a2a11a60f23b7b39c43742f8f8 +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8eae7548302b73b16916ac12f926a5036a42ed0e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31198d27fbba6ddd89f3ffe6ff9069288eef6ba5ec3e979ed239367888ce0b5a +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4341862aec5f3c5499294be90f2650c288fb26 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35e4d155bf587f8c70b930d13f8ae8dd3f41fff4b64b01691bbaaee39ca193f +size 324710 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 +size 823 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c553cde097be85188d7beb4b21c315fd90322cd5 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad +size 194 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7f187d58d726a036f35f842a7eb2cc1e330c23cb --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04695ff6c7e004f85947d4b3bf71933664f25d402ebfd5f1989c1e38dd46425 +size 242354632 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..bc666c4ba576b6bd7c484d610761ee1ca5e6b718 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d270d4be71cd6c633a1fd52d4716c1cd68787e4cd4562863f6a1b3e5e30f1e66 +size 484758347 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..10a7effdb2d20c8881ecfeb2f5633a05bb254c23 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf03325e59d3a0741e001786f7f576b9985ad29bdf0c7a56ff0a2a228925350 +size 14645 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9f1d34b9787cd3ef1e752e8eaa19efcc11ebfa62 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dbefdd5e6295a6290d17fe61e170bc7d3d12af47bac6fe27bed15f7162c164 +size 1383 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4f8cf66321d12d61f0a0a7d191bcabddf36ae813 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d644ce2ce520184eab77031250b77a23499d4bfd1e28025fb7dea3c8662dc0 +size 1465 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..22514c634e5da096e5f34dbcf25f393527bf141c --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a79bcf2e540802cfb846d00ec5b9da0becb79b882b99ecaf84ae6d1de98618c +size 324871 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..598224da0ec75f12216eb6c5d7a1e8cce5fcfcf9 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3610d1caa68aaaef254499c47b2ffdcce3d93bd241cb066f6056f45cc6a56b0 +size 457 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9e8f3f07230b004c271913a5ac614761f40680cd --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506ae856448fbec745984e35d6313eaa3f6fafb49fa3cf7fecf39c9629015f9f +size 74313 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..0782055ac0e297e4f33734ea9d6fbc675ada3bfa --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d7956b1019f9cdb46e50142bd5567f1efeaf7c9920aed5eb50c3f00da2c0d1 +size 15509649 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..943545180da6a0e28636d8a7fd6d2194cf793b03 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baa195712a9e23e71059aba544f9a7d1cb46594f7f6903469966f66dbcc9beb +size 124172425 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..6fd83b156414885d8fe436120d68d3f997a18c90 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7a9fca60ae4a3ab1e2ffa7930243061d516b3838f19276db27a5dba6fbd905 +size 15543732 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..b15a7385527f640fe82d5da7fb2d6206e41ca162 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd3cd748a8c4d8144c190db2171b43e4bc8a02c08b3e5f443e9d0a746c440b0 +size 326 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/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/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a1a49756b2ceab54ab162c10892f629bf1ec82af --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44ecfe14309ef8e0ae23927582b7013290506526cb4ee7a9c520a01c7764928 +size 359424 diff --git a/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log new file mode 100644 index 0000000000000000000000000000000000000000..2c7faa7dda104dcda6ba2e9b2909fef56ce698c4 --- /dev/null +++ b/syntheticSuccess/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c216edf3a06e65d1753b22e559b8c2e9bec53b787911647d72455ea481d187 +size 13852310