TabQueryBench commited on
Commit
556704b
·
verified ·
1 Parent(s): cde725b

Resume SynthData0523 main/c5 batch 3

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +37 -0
  2. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/train.csv +3 -0
  3. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/val.csv +3 -0
  4. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/adapter_report.json +7 -0
  5. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/adapter_transforms_applied.json +1 -0
  6. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/model_input_manifest.json +474 -0
  7. SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/train_20260328_094434.log +3 -0
  8. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/_tabbyflow_gen.py +33 -0
  9. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/_tabbyflow_train.py +22 -0
  10. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/input_snapshot.json +3 -0
  11. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/models_tabbyflow/trained.pt +3 -0
  12. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/normalized_schema_snapshot.json +3 -0
  13. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/public_gate_report.json +3 -0
  14. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/staged_input_manifest.json +3 -0
  15. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/runtime_result.json +3 -0
  16. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/staged_features.json +3 -0
  17. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/test.csv +3 -0
  18. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/train.csv +3 -0
  19. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/val.csv +3 -0
  20. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/adapter_report.json +3 -0
  21. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/adapter_transforms_applied.json +3 -0
  22. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/model_input_manifest.json +3 -0
  23. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow-c5-6732-20260420_061354.csv +3 -0
  24. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow_train_meta.json +3 -0
  25. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_test.npy +3 -0
  26. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_train.npy +3 -0
  27. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_val.npy +3 -0
  28. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_test.npy +3 -0
  29. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_train.npy +3 -0
  30. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_val.npy +3 -0
  31. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/info.json +3 -0
  32. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/real.csv +3 -0
  33. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/test.csv +3 -0
  34. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/val.csv +3 -0
  35. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_test.npy +3 -0
  36. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_train.npy +3 -0
  37. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_val.npy +3 -0
  38. SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/train_20260420_060659.log +3 -0
  39. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/_tabddpm_sample.py +67 -0
  40. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/_tabddpm_train.py +32 -0
  41. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/config.toml +39 -0
  42. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/config_sample_20260422_211947.toml +39 -0
  43. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/X_cat_train.npy +3 -0
  44. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/info.json +61 -0
  45. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/y_train.npy +3 -0
  46. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/gen_20260422_211947.log +3 -0
  47. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/input_snapshot.json +36 -0
  48. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_train.npy +3 -0
  49. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_unnorm.npy +3 -0
  50. SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/config.toml +39 -0
.gitattributes CHANGED
@@ -4536,3 +4536,40 @@ SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/rtf-c5-1000-20260328_
4536
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/rtf-c5-6732-20260418_074509.csv filter=lfs diff=lfs merge=lfs -text
4537
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/rtf-c5-6732-20260418_082736.csv filter=lfs diff=lfs merge=lfs -text
4538
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4536
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/rtf-c5-6732-20260418_074509.csv filter=lfs diff=lfs merge=lfs -text
4537
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/rtf-c5-6732-20260418_082736.csv filter=lfs diff=lfs merge=lfs -text
4538
  SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4539
+ SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4540
+ SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4541
+ SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/train_20260328_094434.log filter=lfs diff=lfs merge=lfs -text
4542
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/input_snapshot.json filter=lfs diff=lfs merge=lfs -text
4543
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/models_tabbyflow/trained.pt filter=lfs diff=lfs merge=lfs -text
4544
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/normalized_schema_snapshot.json filter=lfs diff=lfs merge=lfs -text
4545
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/public_gate_report.json filter=lfs diff=lfs merge=lfs -text
4546
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/staged_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4547
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/runtime_result.json filter=lfs diff=lfs merge=lfs -text
4548
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/staged_features.json filter=lfs diff=lfs merge=lfs -text
4549
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4550
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4551
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4552
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/adapter_report.json filter=lfs diff=lfs merge=lfs -text
4553
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/adapter_transforms_applied.json filter=lfs diff=lfs merge=lfs -text
4554
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/model_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4555
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow-c5-6732-20260420_061354.csv filter=lfs diff=lfs merge=lfs -text
4556
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow_train_meta.json filter=lfs diff=lfs merge=lfs -text
4557
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_test.npy filter=lfs diff=lfs merge=lfs -text
4558
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4559
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_cat_val.npy filter=lfs diff=lfs merge=lfs -text
4560
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_test.npy filter=lfs diff=lfs merge=lfs -text
4561
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
4562
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/X_num_val.npy filter=lfs diff=lfs merge=lfs -text
4563
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/info.json filter=lfs diff=lfs merge=lfs -text
4564
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/real.csv filter=lfs diff=lfs merge=lfs -text
4565
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/test.csv filter=lfs diff=lfs merge=lfs -text
4566
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/val.csv filter=lfs diff=lfs merge=lfs -text
4567
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_test.npy filter=lfs diff=lfs merge=lfs -text
4568
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_train.npy filter=lfs diff=lfs merge=lfs -text
4569
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_val.npy filter=lfs diff=lfs merge=lfs -text
4570
+ SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/train_20260420_060659.log filter=lfs diff=lfs merge=lfs -text
4571
+ SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4572
+ SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/y_train.npy filter=lfs diff=lfs merge=lfs -text
4573
+ SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/gen_20260422_211947.log filter=lfs diff=lfs merge=lfs -text
4574
+ SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4575
+ SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_unnorm.npy filter=lfs diff=lfs merge=lfs -text
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a23d9f1558e4268759d44a5a58662ddff4e0b757a65c49e7019e9db25203034
3
+ size 997613
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa96f3f053a3ae913c7cd723e390bf19f86afc22192eea09094e136ce2a6eb6c
3
+ size 124824
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/adapter_report.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_ready_status": "pass",
3
+ "adapter_fail_reason_code": null,
4
+ "adapter_fail_detail": null,
5
+ "adapter_transforms_applied": [],
6
+ "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/model_input_manifest.json"
7
+ }
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/staged/realtabformer/model_input_manifest.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "realtabformer",
4
+ "target_column": "class",
5
+ "task_type": "classification",
6
+ "column_schema": [
7
+ {
8
+ "name": "class",
9
+ "role": "target",
10
+ "semantic_type": "categorical",
11
+ "nullable": false,
12
+ "missing_tokens": [],
13
+ "parse_format": null,
14
+ "impute_strategy": "mode",
15
+ "profile_stats": {
16
+ "missing_rate": 0.0,
17
+ "unique_count": 2,
18
+ "unique_ratio": 0.000297,
19
+ "example_values": [
20
+ "EDIBLE",
21
+ "POISONOUS"
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "name": "cap-shape",
27
+ "role": "feature",
28
+ "semantic_type": "categorical",
29
+ "nullable": false,
30
+ "missing_tokens": [],
31
+ "parse_format": null,
32
+ "impute_strategy": "mode",
33
+ "profile_stats": {
34
+ "missing_rate": 0.0,
35
+ "unique_count": 6,
36
+ "unique_ratio": 0.000891,
37
+ "example_values": [
38
+ "CONVEX",
39
+ "BELL",
40
+ "FLAT",
41
+ "KNOBBED",
42
+ "CONICAL"
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "name": "cap-surface",
48
+ "role": "feature",
49
+ "semantic_type": "categorical",
50
+ "nullable": false,
51
+ "missing_tokens": [],
52
+ "parse_format": null,
53
+ "impute_strategy": "mode",
54
+ "profile_stats": {
55
+ "missing_rate": 0.0,
56
+ "unique_count": 4,
57
+ "unique_ratio": 0.000594,
58
+ "example_values": [
59
+ "SCALY",
60
+ "SMOOTH",
61
+ "FIBROUS",
62
+ "GROOVES"
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "name": "cap-color",
68
+ "role": "feature",
69
+ "semantic_type": "categorical",
70
+ "nullable": false,
71
+ "missing_tokens": [],
72
+ "parse_format": null,
73
+ "impute_strategy": "mode",
74
+ "profile_stats": {
75
+ "missing_rate": 0.0,
76
+ "unique_count": 10,
77
+ "unique_ratio": 0.001485,
78
+ "example_values": [
79
+ "YELLOW",
80
+ "GRAY",
81
+ "BUFF",
82
+ "WHITE",
83
+ "BROWN"
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "name": "bruises?",
89
+ "role": "feature",
90
+ "semantic_type": "categorical",
91
+ "nullable": false,
92
+ "missing_tokens": [],
93
+ "parse_format": null,
94
+ "impute_strategy": "mode",
95
+ "profile_stats": {
96
+ "missing_rate": 0.0,
97
+ "unique_count": 2,
98
+ "unique_ratio": 0.000297,
99
+ "example_values": [
100
+ "BRUISES",
101
+ "NO"
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "name": "odor",
107
+ "role": "feature",
108
+ "semantic_type": "categorical",
109
+ "nullable": true,
110
+ "missing_tokens": [
111
+ "NONE"
112
+ ],
113
+ "parse_format": null,
114
+ "impute_strategy": "mode",
115
+ "profile_stats": {
116
+ "missing_rate": 0.453209,
117
+ "unique_count": 8,
118
+ "unique_ratio": 0.002173,
119
+ "example_values": [
120
+ "ALMOND",
121
+ "FOUL",
122
+ "FISHY",
123
+ "SPICY",
124
+ "ANISE"
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "name": "gill-attachment",
130
+ "role": "feature",
131
+ "semantic_type": "categorical",
132
+ "nullable": false,
133
+ "missing_tokens": [],
134
+ "parse_format": null,
135
+ "impute_strategy": "mode",
136
+ "profile_stats": {
137
+ "missing_rate": 0.0,
138
+ "unique_count": 2,
139
+ "unique_ratio": 0.000297,
140
+ "example_values": [
141
+ "FREE",
142
+ "ATTACHED"
143
+ ]
144
+ }
145
+ },
146
+ {
147
+ "name": "gill-spacing",
148
+ "role": "feature",
149
+ "semantic_type": "categorical",
150
+ "nullable": false,
151
+ "missing_tokens": [],
152
+ "parse_format": null,
153
+ "impute_strategy": "mode",
154
+ "profile_stats": {
155
+ "missing_rate": 0.0,
156
+ "unique_count": 2,
157
+ "unique_ratio": 0.000297,
158
+ "example_values": [
159
+ "CLOSE",
160
+ "CROWDED"
161
+ ]
162
+ }
163
+ },
164
+ {
165
+ "name": "gill-size",
166
+ "role": "feature",
167
+ "semantic_type": "categorical",
168
+ "nullable": false,
169
+ "missing_tokens": [],
170
+ "parse_format": null,
171
+ "impute_strategy": "mode",
172
+ "profile_stats": {
173
+ "missing_rate": 0.0,
174
+ "unique_count": 2,
175
+ "unique_ratio": 0.000297,
176
+ "example_values": [
177
+ "BROAD",
178
+ "NARROW"
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "name": "gill-color",
184
+ "role": "feature",
185
+ "semantic_type": "categorical",
186
+ "nullable": false,
187
+ "missing_tokens": [],
188
+ "parse_format": null,
189
+ "impute_strategy": "mode",
190
+ "profile_stats": {
191
+ "missing_rate": 0.0,
192
+ "unique_count": 12,
193
+ "unique_ratio": 0.001783,
194
+ "example_values": [
195
+ "BROWN",
196
+ "BLACK",
197
+ "GRAY",
198
+ "PINK",
199
+ "CHOCOLATE"
200
+ ]
201
+ }
202
+ },
203
+ {
204
+ "name": "stalk-shape",
205
+ "role": "feature",
206
+ "semantic_type": "categorical",
207
+ "nullable": false,
208
+ "missing_tokens": [],
209
+ "parse_format": null,
210
+ "impute_strategy": "mode",
211
+ "profile_stats": {
212
+ "missing_rate": 0.0,
213
+ "unique_count": 2,
214
+ "unique_ratio": 0.000297,
215
+ "example_values": [
216
+ "ENLARGING",
217
+ "TAPERING"
218
+ ]
219
+ }
220
+ },
221
+ {
222
+ "name": "stalk-root",
223
+ "role": "feature",
224
+ "semantic_type": "categorical",
225
+ "nullable": true,
226
+ "missing_tokens": [
227
+ "?"
228
+ ],
229
+ "parse_format": null,
230
+ "impute_strategy": "mode",
231
+ "profile_stats": {
232
+ "missing_rate": 0.295009,
233
+ "unique_count": 4,
234
+ "unique_ratio": 0.000843,
235
+ "example_values": [
236
+ "CLUB",
237
+ "BULBOUS",
238
+ "EQUAL",
239
+ "ROOTED"
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "name": "stalk-surface-above-ring",
245
+ "role": "feature",
246
+ "semantic_type": "categorical",
247
+ "nullable": false,
248
+ "missing_tokens": [],
249
+ "parse_format": null,
250
+ "impute_strategy": "mode",
251
+ "profile_stats": {
252
+ "missing_rate": 0.0,
253
+ "unique_count": 4,
254
+ "unique_ratio": 0.000594,
255
+ "example_values": [
256
+ "SMOOTH",
257
+ "SILKY",
258
+ "FIBROUS",
259
+ "SCALY"
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "name": "stalk-surface-below-ring",
265
+ "role": "feature",
266
+ "semantic_type": "categorical",
267
+ "nullable": false,
268
+ "missing_tokens": [],
269
+ "parse_format": null,
270
+ "impute_strategy": "mode",
271
+ "profile_stats": {
272
+ "missing_rate": 0.0,
273
+ "unique_count": 4,
274
+ "unique_ratio": 0.000594,
275
+ "example_values": [
276
+ "SMOOTH",
277
+ "SILKY",
278
+ "FIBROUS",
279
+ "SCALY"
280
+ ]
281
+ }
282
+ },
283
+ {
284
+ "name": "stalk-color-above-ring",
285
+ "role": "feature",
286
+ "semantic_type": "categorical",
287
+ "nullable": false,
288
+ "missing_tokens": [],
289
+ "parse_format": null,
290
+ "impute_strategy": "mode",
291
+ "profile_stats": {
292
+ "missing_rate": 0.0,
293
+ "unique_count": 9,
294
+ "unique_ratio": 0.001337,
295
+ "example_values": [
296
+ "WHITE",
297
+ "BROWN",
298
+ "PINK",
299
+ "BUFF",
300
+ "GRAY"
301
+ ]
302
+ }
303
+ },
304
+ {
305
+ "name": "stalk-color-below-ring",
306
+ "role": "feature",
307
+ "semantic_type": "categorical",
308
+ "nullable": false,
309
+ "missing_tokens": [],
310
+ "parse_format": null,
311
+ "impute_strategy": "mode",
312
+ "profile_stats": {
313
+ "missing_rate": 0.0,
314
+ "unique_count": 9,
315
+ "unique_ratio": 0.001337,
316
+ "example_values": [
317
+ "WHITE",
318
+ "BUFF",
319
+ "PINK",
320
+ "BROWN",
321
+ "GRAY"
322
+ ]
323
+ }
324
+ },
325
+ {
326
+ "name": "veil-type",
327
+ "role": "feature",
328
+ "semantic_type": "categorical",
329
+ "nullable": false,
330
+ "missing_tokens": [],
331
+ "parse_format": null,
332
+ "impute_strategy": "mode",
333
+ "profile_stats": {
334
+ "missing_rate": 0.0,
335
+ "unique_count": 1,
336
+ "unique_ratio": 0.000149,
337
+ "example_values": [
338
+ "PARTIAL"
339
+ ]
340
+ }
341
+ },
342
+ {
343
+ "name": "veil-color",
344
+ "role": "feature",
345
+ "semantic_type": "categorical",
346
+ "nullable": false,
347
+ "missing_tokens": [],
348
+ "parse_format": null,
349
+ "impute_strategy": "mode",
350
+ "profile_stats": {
351
+ "missing_rate": 0.0,
352
+ "unique_count": 4,
353
+ "unique_ratio": 0.000594,
354
+ "example_values": [
355
+ "WHITE",
356
+ "BROWN",
357
+ "ORANGE",
358
+ "YELLOW"
359
+ ]
360
+ }
361
+ },
362
+ {
363
+ "name": "ring-number",
364
+ "role": "feature",
365
+ "semantic_type": "categorical",
366
+ "nullable": true,
367
+ "missing_tokens": [
368
+ "NONE"
369
+ ],
370
+ "parse_format": null,
371
+ "impute_strategy": "mode",
372
+ "profile_stats": {
373
+ "missing_rate": 0.005496,
374
+ "unique_count": 2,
375
+ "unique_ratio": 0.000299,
376
+ "example_values": [
377
+ "ONE",
378
+ "TWO"
379
+ ]
380
+ }
381
+ },
382
+ {
383
+ "name": "ring-type",
384
+ "role": "feature",
385
+ "semantic_type": "categorical",
386
+ "nullable": true,
387
+ "missing_tokens": [
388
+ "NONE"
389
+ ],
390
+ "parse_format": null,
391
+ "impute_strategy": "mode",
392
+ "profile_stats": {
393
+ "missing_rate": 0.005496,
394
+ "unique_count": 4,
395
+ "unique_ratio": 0.000597,
396
+ "example_values": [
397
+ "PENDANT",
398
+ "LARGE",
399
+ "EVANESCENT",
400
+ "FLARING"
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "name": "spore-print-color",
406
+ "role": "feature",
407
+ "semantic_type": "categorical",
408
+ "nullable": false,
409
+ "missing_tokens": [],
410
+ "parse_format": null,
411
+ "impute_strategy": "mode",
412
+ "profile_stats": {
413
+ "missing_rate": 0.0,
414
+ "unique_count": 9,
415
+ "unique_ratio": 0.001337,
416
+ "example_values": [
417
+ "BLACK",
418
+ "CHOCOLATE",
419
+ "BROWN",
420
+ "WHITE",
421
+ "YELLOW"
422
+ ]
423
+ }
424
+ },
425
+ {
426
+ "name": "population",
427
+ "role": "feature",
428
+ "semantic_type": "categorical",
429
+ "nullable": false,
430
+ "missing_tokens": [],
431
+ "parse_format": null,
432
+ "impute_strategy": "mode",
433
+ "profile_stats": {
434
+ "missing_rate": 0.0,
435
+ "unique_count": 6,
436
+ "unique_ratio": 0.000891,
437
+ "example_values": [
438
+ "NUMEROUS",
439
+ "SEVERAL",
440
+ "SOLITARY",
441
+ "SCATTERED",
442
+ "ABUNDANT"
443
+ ]
444
+ }
445
+ },
446
+ {
447
+ "name": "habitat",
448
+ "role": "feature",
449
+ "semantic_type": "categorical",
450
+ "nullable": false,
451
+ "missing_tokens": [],
452
+ "parse_format": null,
453
+ "impute_strategy": "mode",
454
+ "profile_stats": {
455
+ "missing_rate": 0.0,
456
+ "unique_count": 7,
457
+ "unique_ratio": 0.00104,
458
+ "example_values": [
459
+ "MEADOWS",
460
+ "GRASSES",
461
+ "WOODS",
462
+ "URBAN",
463
+ "LEAVES"
464
+ ]
465
+ }
466
+ }
467
+ ],
468
+ "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/public_gate/staged_input_manifest.json",
469
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/staged/public/train.csv",
470
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/staged/public/val.csv",
471
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/staged/public/test.csv",
472
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/staged/public/staged_features.json",
473
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/realtabformer/rtf-c5-20260328_094434/public_gate/public_gate_report.json"
474
+ }
SynthData0523/main/c5/realtabformer/rtf-c5-20260328_094434/train_20260328_094434.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee88e260121894a7cc137c2dae1d2e0dc8e7158e6cbf234d452a34b3d30dfb75
3
+ size 1507409
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/_tabbyflow_gen.py ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ root = r"/workspace/ef-vfm"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-SpecializedModels/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds"
6
+ dst_data = os.path.join(root, "data", name)
7
+ shutil.rmtree(dst_data, ignore_errors=True)
8
+ shutil.copytree(src, dst_data)
9
+ dst_syn = os.path.join(root, "synthetic", name)
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(root)
14
+ os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "")
15
+ subprocess.check_call([
16
+ sys.executable, "main.py",
17
+ "--dataname", name, "--mode", "test", "--gpu", "0",
18
+ "--no_wandb", "--exp_name", r"adapter_efvfm",
19
+ "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt",
20
+ "--num_samples_to_generate", str(int(6732)),
21
+ ])
22
+ base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm")
23
+ best = None
24
+ best_t = -1.0
25
+ for r, _, files in os.walk(base):
26
+ if "samples.csv" in files:
27
+ p = os.path.join(r, "samples.csv")
28
+ t = os.path.getmtime(p)
29
+ if t > best_t:
30
+ best_t, best = t, p
31
+ if not best:
32
+ raise SystemExit("tabbyflow: no samples.csv in " + base)
33
+ shutil.copy(best, r"/work/output-SpecializedModels/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow-c5-6732-20260420_061354.csv")
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/_tabbyflow_train.py ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ root = r"/workspace/ef-vfm"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-SpecializedModels/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds"
6
+ os.makedirs(os.path.join(root, "data", name), exist_ok=True)
7
+ dst_data = os.path.join(root, "data", name)
8
+ dst_syn = os.path.join(root, "synthetic", name)
9
+ shutil.rmtree(dst_data, ignore_errors=True)
10
+ shutil.copytree(src, dst_data)
11
+ os.makedirs(dst_syn, exist_ok=True)
12
+ for fn in ("real.csv", "test.csv", "val.csv"):
13
+ shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
14
+ os.chdir(root)
15
+ os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "")
16
+ os.environ["EFVFM_SMOKE_STEPS"] = "500"
17
+ os.environ["EFVFM_ADAPTER_TRAIN"] = "1"
18
+ subprocess.check_call([
19
+ sys.executable, "main.py",
20
+ "--dataname", name, "--mode", "train", "--gpu", "0",
21
+ "--no_wandb", "--exp_name", r"adapter_efvfm",
22
+ ])
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af122b30f604b076718db4b7e3465ecf97d69402416ffd34e150f83e67faf707
3
+ size 1352
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/models_tabbyflow/trained.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5
3
+ size 40
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a82dde0a0b02bb1e4531b9f5e04984f7873c1c4981a2b343015d3a380445ebf
3
+ size 10604
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb44bf24e6a7f07ae132440102f3b87d7e9090ba9ab8c151c25a589b4221c34b
3
+ size 912
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86149a354a7e95b54d3d5bbce7ac2a468948006d84a431221a64d18bd73d59d3
3
+ size 11405
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fbf78dc1160bd3211fdff7e44127ee4cf01430c7626eddfc3ecb6c7c70fe64
3
+ size 621
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ace7d0e8b3fdcd849ddbae15387f2fbaeb5a1756991805f39eca5eae193e7f7
3
+ size 2303
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22374ee05e54a92c07546639c8485d89e02a7c7b38db99ef9ac5dfb259bd032d
3
+ size 125218
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a23d9f1558e4268759d44a5a58662ddff4e0b757a65c49e7019e9db25203034
3
+ size 997613
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa96f3f053a3ae913c7cd723e390bf19f86afc22192eea09094e136ce2a6eb6c
3
+ size 124824
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6b5314ffebedcfbe2a52cc4dca1bb7c6d497c84de2209839e58e57bde2516b5
3
+ size 322
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/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
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/staged/tabbyflow/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4557325b0c4f05fd9be145ebbe6252571ccfbf9d8127d9c289abf118042ebb83
3
+ size 11603
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow-c5-6732-20260420_061354.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f25f6f67cd5cf6a5b3c3c89ae3be44b0f501829a2a36c131873969eb7bfc02
3
+ size 1034546
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabbyflow_train_meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13
3
+ size 78
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:389c37893fd830ac4e262a3a53b9568956ddd4ea74820ee54d96d671bd95abdb
3
+ size 148496
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:d2e5a8320a843e2485682b858182bafd262c91a7389b4627e7c2a43d15ca001a
3
+ size 1184960
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:743a2862405bfe4585130f7767735125a7f412a5c65faddf2296bac9dd42e3b4
3
+ size 148144
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:b850f5917e1d237ec5f6c9e3bd9ca42f11d8cf5304f6096d40a004aa32893f5d
3
+ size 128
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:80f86d92d70d812c8834cd1824906c437baac6d0df9446c8f92f56aa2c762d54
3
+ size 128
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/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:96a17508af6c00fffd3bc9af50ce9d133ea4c7e037fa9c3068cbdf376981ddd7
3
+ size 128
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c394824c93bf4cad58137bf3ba16a91facb70095f8ff87465f1e5ce45814f6bd
3
+ size 3574
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd43460071d86dce017276becc12b0541051db9121551ce47da0d554f5741927
3
+ size 354085
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a28cbc85fdf1341dfb202b0034268effa08b15aed1faa9f291a20db1f5d3ba
3
+ size 44605
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdda52a19a0be6c4e399676ece5caa2355189af5b4571993592b404b8ad0a5f3
3
+ size 44537
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207fa1b324f3cf0aa593a2ba26063ea41c2cde1ba9ab003e5c1a59ac2a7a4d5c
3
+ size 6872
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b36003f6d55aaa9706a2d1248efd2c4736d8f8d8a8fdac7857df93028d682ec
3
+ size 53984
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/tabular_bundle/pipeline_ds/y_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ffb3741355db4f834b4237cf3021045df9f7343821ec96e53b2bb3019be77b
3
+ size 6856
SynthData0523/main/c5/tabbyflow/tabbyflow-c5-20260420_060659/train_20260420_060659.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3580b26b5ad937bbc0c20212b73241f6ff662e55d244763bf2a59e7836851bbe
3
+ size 356789
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/_tabddpm_sample.py ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess, json
2
+ import numpy as np
3
+ import pandas as pd
4
+
5
+ tabddpm_root = "/workspace/tabddpm/code"
6
+ assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}"
7
+ env = os.environ.copy()
8
+ env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", ""))
9
+
10
+ # Reuse the compat wrapper (patches collections.Sequence for skorch)
11
+ wrapper = os.path.join(tabddpm_root, "_compat_run.py")
12
+ if not os.path.exists(wrapper):
13
+ with open(wrapper, "w") as f:
14
+ f.write(
15
+ "import collections, collections.abc\n"
16
+ "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping',"
17
+ "'MutableSet','Set','Callable','Iterable','Iterator'):\n"
18
+ " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n"
19
+ "import sys, runpy\n"
20
+ "sys.argv = sys.argv[1:]\n"
21
+ "runpy.run_path(sys.argv[0], run_name='__main__')\n"
22
+ )
23
+
24
+ print(f"[TabDDPM] Sampling 6732 rows")
25
+ ret = subprocess.run(
26
+ [sys.executable, wrapper, "scripts/pipeline.py",
27
+ "--config", "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/config_sample_20260422_211947.toml",
28
+ "--sample"],
29
+ cwd=tabddpm_root,
30
+ env=env
31
+ )
32
+ if ret.returncode != 0:
33
+ sys.exit(ret.returncode)
34
+
35
+ # 将 .npy 输出转为 CSV
36
+ work_dir = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246"
37
+ info_path = os.path.join(work_dir, "data", "info.json")
38
+ with open(info_path) as f:
39
+ info = json.load(f)
40
+
41
+ output_dir = os.path.join(work_dir, "output")
42
+ col_names = info.get("column_names", [])
43
+
44
+ parts = []
45
+ x_num_path = os.path.join(output_dir, "X_num_train.npy")
46
+ x_cat_path = os.path.join(output_dir, "X_cat_train.npy")
47
+ y_path = os.path.join(output_dir, "y_train.npy")
48
+
49
+ if os.path.exists(x_num_path):
50
+ parts.append(np.load(x_num_path, allow_pickle=True))
51
+ if os.path.exists(x_cat_path):
52
+ parts.append(np.load(x_cat_path, allow_pickle=True).astype(float))
53
+ if os.path.exists(y_path):
54
+ y = np.load(y_path, allow_pickle=True)
55
+ parts.append(y.reshape(-1, 1) if y.ndim == 1 else y)
56
+
57
+ if parts:
58
+ combined = np.concatenate(parts, axis=1)
59
+ if col_names and len(col_names) == combined.shape[1]:
60
+ df = pd.DataFrame(combined, columns=col_names)
61
+ else:
62
+ df = pd.DataFrame(combined)
63
+ df.to_csv("/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/tabddpm-c5-6732-20260422_211947.csv", index=False)
64
+ print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/tabddpm-c5-6732-20260422_211947.csv")
65
+ else:
66
+ print("[TabDDPM] WARNING: No output .npy files found")
67
+ sys.exit(1)
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/_tabddpm_train.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess
2
+
3
+ tabddpm_root = "/workspace/tabddpm/code"
4
+ assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}"
5
+ env = os.environ.copy()
6
+ env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", ""))
7
+
8
+ # Write a wrapper that patches collections.Sequence (removed in Python 3.10+)
9
+ # before running pipeline.py - needed because skorch uses old API
10
+ wrapper = os.path.join(tabddpm_root, "_compat_run.py")
11
+ with open(wrapper, "w") as f:
12
+ f.write(
13
+ "import collections, collections.abc\n"
14
+ "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping',"
15
+ "'MutableSet','Set','Callable','Iterable','Iterator'):\n"
16
+ " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n"
17
+ "import sys, runpy\n"
18
+ "sys.argv = sys.argv[1:]\n"
19
+ "runpy.run_path(sys.argv[0], run_name='__main__')\n"
20
+ )
21
+
22
+ print(f"[TabDDPM] Training, config=/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/config.toml")
23
+ ret = subprocess.run(
24
+ [sys.executable, wrapper, "scripts/pipeline.py",
25
+ "--config", "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/config.toml",
26
+ "--train"],
27
+ cwd=tabddpm_root,
28
+ env=env
29
+ )
30
+ if ret.returncode != 0:
31
+ sys.exit(ret.returncode)
32
+ print("[TabDDPM] Training complete")
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/config.toml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed = 0
2
+ parent_dir = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/output"
3
+ real_data_path = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/data"
4
+ model_type = "mlp"
5
+ num_numerical_features = 0
6
+ device = "cuda:0"
7
+
8
+ [model_params]
9
+ d_in = 22
10
+ num_classes = 2
11
+ is_y_cond = true
12
+
13
+ [model_params.rtdl_params]
14
+ d_layers = [256, 256]
15
+ dropout = 0.0
16
+
17
+ [diffusion_params]
18
+ num_timesteps = 1000
19
+ gaussian_loss_type = "mse"
20
+
21
+ [train.main]
22
+ steps = 5000
23
+ lr = 0.001
24
+ weight_decay = 0.0
25
+ batch_size = 256
26
+
27
+ [train.T]
28
+ seed = 0
29
+ normalization = "quantile"
30
+ num_nan_policy = "__none__"
31
+ cat_nan_policy = "__none__"
32
+ cat_min_frequency = "__none__"
33
+ cat_encoding = "__none__"
34
+ y_policy = "default"
35
+
36
+ [sample]
37
+ num_samples = 1000
38
+ batch_size = 1000
39
+ seed = 0
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/config_sample_20260422_211947.toml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed = 0
2
+ parent_dir = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/output"
3
+ real_data_path = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/data"
4
+ model_type = "mlp"
5
+ num_numerical_features = 0
6
+ device = "cuda:0"
7
+
8
+ [model_params]
9
+ d_in = 22
10
+ num_classes = 2
11
+ is_y_cond = true
12
+
13
+ [model_params.rtdl_params]
14
+ d_layers = [256, 256]
15
+ dropout = 0.0
16
+
17
+ [diffusion_params]
18
+ num_timesteps = 1000
19
+ gaussian_loss_type = "mse"
20
+
21
+ [train.main]
22
+ steps = 5000
23
+ lr = 0.001
24
+ weight_decay = 0.0
25
+ batch_size = 256
26
+
27
+ [train.T]
28
+ seed = 0
29
+ normalization = "quantile"
30
+ num_nan_policy = "__none__"
31
+ cat_nan_policy = "__none__"
32
+ cat_min_frequency = "__none__"
33
+ cat_encoding = "__none__"
34
+ y_policy = "default"
35
+
36
+ [sample]
37
+ num_samples = 6732
38
+ batch_size = 1000
39
+ seed = 0
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e5a8320a843e2485682b858182bafd262c91a7389b4627e7c2a43d15ca001a
3
+ size 1184960
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/info.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "benchmark_dataset",
3
+ "task_type": "multiclass",
4
+ "n_num_features": 0,
5
+ "n_cat_features": 22,
6
+ "train_size": 6732,
7
+ "num_col_idx": [],
8
+ "cat_col_idx": [
9
+ 0,
10
+ 1,
11
+ 2,
12
+ 3,
13
+ 4,
14
+ 5,
15
+ 6,
16
+ 7,
17
+ 8,
18
+ 9,
19
+ 10,
20
+ 11,
21
+ 12,
22
+ 13,
23
+ 14,
24
+ 15,
25
+ 16,
26
+ 17,
27
+ 18,
28
+ 19,
29
+ 20,
30
+ 21
31
+ ],
32
+ "target_col_idx": [
33
+ 22
34
+ ],
35
+ "column_names": [
36
+ "cap-shape",
37
+ "cap-surface",
38
+ "cap-color",
39
+ "bruises?",
40
+ "odor",
41
+ "gill-attachment",
42
+ "gill-spacing",
43
+ "gill-size",
44
+ "gill-color",
45
+ "stalk-shape",
46
+ "stalk-root",
47
+ "stalk-surface-above-ring",
48
+ "stalk-surface-below-ring",
49
+ "stalk-color-above-ring",
50
+ "stalk-color-below-ring",
51
+ "veil-type",
52
+ "veil-color",
53
+ "ring-number",
54
+ "ring-type",
55
+ "spore-print-color",
56
+ "population",
57
+ "habitat",
58
+ "class"
59
+ ],
60
+ "num_classes": 2
61
+ }
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/data/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b36003f6d55aaa9706a2d1248efd2c4736d8f8d8a8fdac7857df93028d682ec
3
+ size 53984
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/gen_20260422_211947.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bcf3746a4bccab1205ef22bbbe3bbc0ecc628a81a5e912eec1c839e0fc54bb
3
+ size 147189
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "tabddpm",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-train.csv",
7
+ "exists": true,
8
+ "size": 1004346,
9
+ "sha256": "47ca8fcb0dce8411cee7c20652d6bf10a48a4c284cef58267e775b807c625180"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-val.csv",
13
+ "exists": true,
14
+ "size": 125666,
15
+ "sha256": "599dbe0d059984263e88e20a64ae75c0f9795a6ee662c7ae3d13fe4db35753c2"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-test.csv",
19
+ "exists": true,
20
+ "size": 126062,
21
+ "sha256": "f4eab85438337cfa2fd60a783388c9bb9f2a67a8c077d09f929fe34ee2895c28"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 8949,
27
+ "sha256": "74d201cb6f2a25d865c87f0421b9f9c5969d2edfd8fbae898594ff626b33e393"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 11183,
33
+ "sha256": "df30b6c2fb9044e5c99b3257357a58462928289a836a9cf591e2f754f49bf729"
34
+ }
35
+ }
36
+ }
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72004b2165a0b03802bbf6a89fee6b12137ee6a5e2e1f0801bf1b25af6c6904
3
+ size 296789
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/X_cat_unnorm.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172d115c0fdee7f7bc2dfe21124538d3fc511a6b8558a3acfb9171e739cbc1ee
3
+ size 1184960
SynthData0523/main/c5/tabddpm/tabddpm-c5-20260422_211246/output/config.toml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed = 0
2
+ parent_dir = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/output"
3
+ real_data_path = "/work/output-SpecializedModels/c5/tabddpm/tabddpm-c5-20260422_211246/data"
4
+ model_type = "mlp"
5
+ num_numerical_features = 0
6
+ device = "cuda:0"
7
+
8
+ [model_params]
9
+ d_in = 22
10
+ num_classes = 2
11
+ is_y_cond = true
12
+
13
+ [model_params.rtdl_params]
14
+ d_layers = [256, 256]
15
+ dropout = 0.0
16
+
17
+ [diffusion_params]
18
+ num_timesteps = 1000
19
+ gaussian_loss_type = "mse"
20
+
21
+ [train.main]
22
+ steps = 5000
23
+ lr = 0.001
24
+ weight_decay = 0.0
25
+ batch_size = 256
26
+
27
+ [train.T]
28
+ seed = 0
29
+ normalization = "quantile"
30
+ num_nan_policy = "__none__"
31
+ cat_nan_policy = "__none__"
32
+ cat_min_frequency = "__none__"
33
+ cat_encoding = "__none__"
34
+ y_policy = "default"
35
+
36
+ [sample]
37
+ num_samples = 6732
38
+ batch_size = 1000
39
+ seed = 0