TabQueryBench commited on
Commit
af8df89
·
verified ·
1 Parent(s): 7bc9eea

Add files using upload-large-folder tool

Browse files
Files changed (32) hide show
  1. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/_tabdiff_gen.py +36 -0
  2. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/_tabdiff_train.py +21 -0
  3. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/gen_20260429_034804.log +3 -0
  4. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/input_snapshot.json +3 -0
  5. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/models_tabdiff/trained.pt +3 -0
  6. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/normalized_schema_snapshot.json +3 -0
  7. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/public_gate_report.json +3 -0
  8. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/staged_input_manifest.json +3 -0
  9. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/runtime_result.json +3 -0
  10. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/staged_features.json +3 -0
  11. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/test.csv +3 -0
  12. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/train.csv +3 -0
  13. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/val.csv +3 -0
  14. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/adapter_report.json +3 -0
  15. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/adapter_transforms_applied.json +3 -0
  16. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/model_input_manifest.json +3 -0
  17. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabdiff-c7-10368-20260429_034804.csv +3 -0
  18. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabdiff_train_meta.json +3 -0
  19. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_test.npy +3 -0
  20. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_train.npy +3 -0
  21. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_val.npy +3 -0
  22. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_test.npy +3 -0
  23. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_train.npy +3 -0
  24. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_val.npy +3 -0
  25. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/info.json +3 -0
  26. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/real.csv +3 -0
  27. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/test.csv +3 -0
  28. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/val.csv +3 -0
  29. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_test.npy +3 -0
  30. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_train.npy +3 -0
  31. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_val.npy +3 -0
  32. syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/train_20260429_033923.log +3 -0
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/_tabdiff_gen.py ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ td = r"/workspace/TabDiff"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-Benchmark-trainonly-v1/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds"
6
+ dst_data = os.path.join(td, "data", name)
7
+ dst_syn = os.path.join(td, "synthetic", name)
8
+ shutil.rmtree(dst_data, ignore_errors=True)
9
+ shutil.copytree(src, dst_data)
10
+ os.makedirs(dst_syn, exist_ok=True)
11
+ for fn in ("real.csv", "test.csv", "val.csv"):
12
+ shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
13
+ os.chdir(td)
14
+ os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "")
15
+ subprocess.check_call([
16
+ sys.executable, "-m", "tabdiff.main",
17
+ "--dataname", name, "--mode", "test", "--gpu", "0",
18
+ "--no_wandb", "--exp_name", r"adapter_learnable",
19
+ "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt",
20
+ "--num_samples_to_generate", str(int(10368)),
21
+ ])
22
+ # test() 写入 tabdiff/result/<dataname>/<exp>/<epoch>/samples.csv
23
+ import glob as g
24
+ base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable")
25
+ best = None
26
+ best_t = -1.0
27
+ for root, _, files in os.walk(base):
28
+ if "samples.csv" in files:
29
+ p = os.path.join(root, "samples.csv")
30
+ t = os.path.getmtime(p)
31
+ if t > best_t:
32
+ best_t = t
33
+ best = p
34
+ if not best:
35
+ raise SystemExit("tabdiff: no samples.csv under " + base)
36
+ shutil.copy(best, r"/work/output-Benchmark-trainonly-v1/c7/tabdiff/tabdiff-c7-20260429_033922/tabdiff-c7-10368-20260429_034804.csv")
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/_tabdiff_train.py ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ td = r"/workspace/TabDiff"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-Benchmark-trainonly-v1/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds"
6
+ dst_data = os.path.join(td, "data", name)
7
+ dst_syn = os.path.join(td, "synthetic", name)
8
+ shutil.rmtree(dst_data, ignore_errors=True)
9
+ shutil.copytree(src, dst_data)
10
+ os.makedirs(dst_syn, exist_ok=True)
11
+ for fn in ("real.csv", "test.csv", "val.csv"):
12
+ shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
13
+ os.chdir(td)
14
+ os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "")
15
+ os.environ["TABDIFF_SMOKE_STEPS"] = "500"
16
+ os.environ["TABDIFF_ADAPTER_TRAIN"] = "1"
17
+ subprocess.check_call([
18
+ sys.executable, "-m", "tabdiff.main",
19
+ "--dataname", name, "--mode", "train", "--gpu", "0",
20
+ "--no_wandb", "--exp_name", r"adapter_learnable",
21
+ ])
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/gen_20260429_034804.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24c7ed48f7e338d0fd32224bbab0ef22d1fcf4bbed15f58106e572839d8955e
3
+ size 5240
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15b313635a852631fb85f3e63e81d58682030fcd2f7f57d17b352c3c55039e0
3
+ size 1348
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/models_tabdiff/trained.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb
3
+ size 74
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd68094a5d8fc40d291695c5aa12bc01cfe8d3a62848b4bcfd82c2e88ed19c9
3
+ size 4177
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08566bcd78a9005059bf27f5f9ecf74954e2be289410d19100e900577f651ea
3
+ size 912
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb92be550dd94461bd91bf4eab0468840a1db7ac6cc61259fbedf0a998aff654
3
+ size 4983
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9b5a5855469b158c64196b7c0d5c9dc841035f68b0c7837dd385f81c72e908
3
+ size 616
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07596ae0689482090a05749dba332eca061d863cde5d8bf7a83e8c2c92abb330
3
+ size 851
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2042076337d5c37c6476e6bca2bd33cb5a171450c27894534ef50ac223256058
3
+ size 106030
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37f6b2ef5257f40bd826ac956749881f0f474362bdb56e8c5728ad629242e3a
3
+ size 847349
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff6dec27c3740661a1ae84dea391d690dfb60342bfd5d7527b903fdd6009780
3
+ size 106192
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eccb0c35d10e3661cfa98b1bcee66d7a424c8324ca2adf2cf4ae2b16857bd97c
3
+ size 321
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/adapter_transforms_applied.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945
3
+ size 2
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/staged/tabdiff/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1e58aef5712fb8aa2c917c62d26130314b090bdc660e27fec3fe50b7a5f05b
3
+ size 5180
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabdiff-c7-10368-20260429_034804.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17045482ec150db7fcad1cb32d34c4849911a9d6f8c9647eb7b4b28ca455e63a
3
+ size 186691
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabdiff_train_meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8
3
+ size 82
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe170020f0e97be3d763c4207ff95efc4e981264660ef6397fcf5f6e62d31eec
3
+ size 663680
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe170020f0e97be3d763c4207ff95efc4e981264660ef6397fcf5f6e62d31eec
3
+ size 663680
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_cat_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe170020f0e97be3d763c4207ff95efc4e981264660ef6397fcf5f6e62d31eec
3
+ size 663680
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6482dc6705ea0ac5fc0355391800cb0937fe4c3221baa21bc1f47beec8c260
3
+ size 128
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6482dc6705ea0ac5fc0355391800cb0937fe4c3221baa21bc1f47beec8c260
3
+ size 128
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/X_num_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6482dc6705ea0ac5fc0355391800cb0937fe4c3221baa21bc1f47beec8c260
3
+ size 128
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa784fdf76820adeb47c9bf6d8853f04c04b086479f74a9d2050459da1b5a7aa
3
+ size 1665
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:691798157151e2810978f9c3113050cbde9ce547607309e6994953e3a77b5b60
3
+ size 269749
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:691798157151e2810978f9c3113050cbde9ce547607309e6994953e3a77b5b60
3
+ size 269749
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:691798157151e2810978f9c3113050cbde9ce547607309e6994953e3a77b5b60
3
+ size 269749
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ac41d294af4eecd6e8a45863077f58b49456e9d0e055344706824cbb034964
3
+ size 83072
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ac41d294af4eecd6e8a45863077f58b49456e9d0e055344706824cbb034964
3
+ size 83072
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/tabular_bundle/pipeline_ds/y_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ac41d294af4eecd6e8a45863077f58b49456e9d0e055344706824cbb034964
3
+ size 83072
syntheticSuccess/c7/tabdiff/tabdiff-c7-20260429_033922/train_20260429_033923.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250df662b3b4e6a64ea5b736cdc88b9aa5030a75bcd495d84a90e03e7e15ff1e
3
+ size 441018