TabQueryBench commited on
Commit
0874ad7
·
verified ·
1 Parent(s): e2c781a

Resume SynthData0523 main/c4 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 +38 -0
  2. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/test.csv +3 -0
  3. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/train.csv +3 -0
  4. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/val.csv +3 -0
  5. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/adapter_report.json +7 -0
  6. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/adapter_transforms_applied.json +1 -0
  7. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/model_input_manifest.json +681 -0
  8. SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/train_20260328_055837.log +3 -0
  9. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/_tabbyflow_gen.py +33 -0
  10. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/_tabbyflow_train.py +22 -0
  11. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/input_snapshot.json +3 -0
  12. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/models_tabbyflow/trained.pt +3 -0
  13. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/normalized_schema_snapshot.json +3 -0
  14. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/public_gate_report.json +3 -0
  15. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/staged_input_manifest.json +3 -0
  16. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/runtime_result.json +3 -0
  17. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/staged_features.json +3 -0
  18. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/test.csv +3 -0
  19. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/train.csv +3 -0
  20. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/val.csv +3 -0
  21. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/adapter_report.json +3 -0
  22. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/adapter_transforms_applied.json +3 -0
  23. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/model_input_manifest.json +3 -0
  24. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow-c4-2557-20260420_055317.csv +3 -0
  25. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow_train_meta.json +3 -0
  26. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_test.npy +3 -0
  27. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_train.npy +3 -0
  28. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_val.npy +3 -0
  29. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_test.npy +3 -0
  30. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_train.npy +3 -0
  31. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_val.npy +3 -0
  32. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/info.json +3 -0
  33. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/real.csv +3 -0
  34. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/test.csv +3 -0
  35. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/val.csv +3 -0
  36. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_test.npy +3 -0
  37. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_train.npy +3 -0
  38. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_val.npy +3 -0
  39. SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/train_20260420_054557.log +3 -0
  40. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/_tabddpm_sample.py +67 -0
  41. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/_tabddpm_train.py +32 -0
  42. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/config.toml +39 -0
  43. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/config_sample_20260422_210909.toml +39 -0
  44. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/X_cat_train.npy +3 -0
  45. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/info.json +89 -0
  46. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/y_train.npy +3 -0
  47. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/gen_20260422_210909.log +3 -0
  48. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/input_snapshot.json +36 -0
  49. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_train.npy +3 -0
  50. SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_unnorm.npy +3 -0
.gitattributes CHANGED
@@ -4358,3 +4358,41 @@ SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-1000-20260328_
4358
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_073819.csv filter=lfs diff=lfs merge=lfs -text
4359
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_074424.csv filter=lfs diff=lfs merge=lfs -text
4360
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_082734.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4358
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_073819.csv filter=lfs diff=lfs merge=lfs -text
4359
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_074424.csv filter=lfs diff=lfs merge=lfs -text
4360
  SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/rtf-c4-2557-20260418_082734.csv filter=lfs diff=lfs merge=lfs -text
4361
+ SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4362
+ SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4363
+ SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4364
+ SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/train_20260328_055837.log filter=lfs diff=lfs merge=lfs -text
4365
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/input_snapshot.json filter=lfs diff=lfs merge=lfs -text
4366
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/models_tabbyflow/trained.pt filter=lfs diff=lfs merge=lfs -text
4367
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/normalized_schema_snapshot.json filter=lfs diff=lfs merge=lfs -text
4368
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/public_gate_report.json filter=lfs diff=lfs merge=lfs -text
4369
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/staged_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4370
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/runtime_result.json filter=lfs diff=lfs merge=lfs -text
4371
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/staged_features.json filter=lfs diff=lfs merge=lfs -text
4372
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4373
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4374
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4375
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/adapter_report.json filter=lfs diff=lfs merge=lfs -text
4376
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/adapter_transforms_applied.json filter=lfs diff=lfs merge=lfs -text
4377
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/model_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4378
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow-c4-2557-20260420_055317.csv filter=lfs diff=lfs merge=lfs -text
4379
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow_train_meta.json filter=lfs diff=lfs merge=lfs -text
4380
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_test.npy filter=lfs diff=lfs merge=lfs -text
4381
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4382
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_cat_val.npy filter=lfs diff=lfs merge=lfs -text
4383
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_test.npy filter=lfs diff=lfs merge=lfs -text
4384
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
4385
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/X_num_val.npy filter=lfs diff=lfs merge=lfs -text
4386
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/info.json filter=lfs diff=lfs merge=lfs -text
4387
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/real.csv filter=lfs diff=lfs merge=lfs -text
4388
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/test.csv filter=lfs diff=lfs merge=lfs -text
4389
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/val.csv filter=lfs diff=lfs merge=lfs -text
4390
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_test.npy filter=lfs diff=lfs merge=lfs -text
4391
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_train.npy filter=lfs diff=lfs merge=lfs -text
4392
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_val.npy filter=lfs diff=lfs merge=lfs -text
4393
+ SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/train_20260420_054557.log filter=lfs diff=lfs merge=lfs -text
4394
+ SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4395
+ SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/y_train.npy filter=lfs diff=lfs merge=lfs -text
4396
+ SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/gen_20260422_210909.log filter=lfs diff=lfs merge=lfs -text
4397
+ SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4398
+ SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_unnorm.npy filter=lfs diff=lfs merge=lfs -text
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0025753653c2b6aa73ac4dbaca5f0aab6b2834bfbab5aacee09a0a06b503f0c
3
+ size 24846
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740abc2572f84132936c56aec13d8876c3f878fd131d8f6b6f339195f09d0036
3
+ size 197004
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615716822f945c50a8f7c105fe3fbde1cc0bf29b057e0274f36c6f3256b55316
3
+ size 24766
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/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/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/model_input_manifest.json"
7
+ }
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/staged/realtabformer/model_input_manifest.json ADDED
@@ -0,0 +1,681 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c4",
3
+ "model": "realtabformer",
4
+ "target_column": "class",
5
+ "task_type": "classification",
6
+ "column_schema": [
7
+ {
8
+ "name": "bkblk",
9
+ "role": "feature",
10
+ "semantic_type": "boolean",
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.000782,
19
+ "example_values": [
20
+ "f",
21
+ "t"
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "name": "bknwy",
27
+ "role": "feature",
28
+ "semantic_type": "boolean",
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": 2,
36
+ "unique_ratio": 0.000782,
37
+ "example_values": [
38
+ "f",
39
+ "t"
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "name": "bkon8",
45
+ "role": "feature",
46
+ "semantic_type": "boolean",
47
+ "nullable": false,
48
+ "missing_tokens": [],
49
+ "parse_format": null,
50
+ "impute_strategy": "mode",
51
+ "profile_stats": {
52
+ "missing_rate": 0.0,
53
+ "unique_count": 2,
54
+ "unique_ratio": 0.000782,
55
+ "example_values": [
56
+ "f",
57
+ "t"
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "name": "bkona",
63
+ "role": "feature",
64
+ "semantic_type": "boolean",
65
+ "nullable": false,
66
+ "missing_tokens": [],
67
+ "parse_format": null,
68
+ "impute_strategy": "mode",
69
+ "profile_stats": {
70
+ "missing_rate": 0.0,
71
+ "unique_count": 2,
72
+ "unique_ratio": 0.000782,
73
+ "example_values": [
74
+ "f",
75
+ "t"
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "name": "bkspr",
81
+ "role": "feature",
82
+ "semantic_type": "boolean",
83
+ "nullable": false,
84
+ "missing_tokens": [],
85
+ "parse_format": null,
86
+ "impute_strategy": "mode",
87
+ "profile_stats": {
88
+ "missing_rate": 0.0,
89
+ "unique_count": 2,
90
+ "unique_ratio": 0.000782,
91
+ "example_values": [
92
+ "f",
93
+ "t"
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "name": "bkxbq",
99
+ "role": "feature",
100
+ "semantic_type": "boolean",
101
+ "nullable": false,
102
+ "missing_tokens": [],
103
+ "parse_format": null,
104
+ "impute_strategy": "mode",
105
+ "profile_stats": {
106
+ "missing_rate": 0.0,
107
+ "unique_count": 2,
108
+ "unique_ratio": 0.000782,
109
+ "example_values": [
110
+ "f",
111
+ "t"
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "name": "bkxcr",
117
+ "role": "feature",
118
+ "semantic_type": "boolean",
119
+ "nullable": false,
120
+ "missing_tokens": [],
121
+ "parse_format": null,
122
+ "impute_strategy": "mode",
123
+ "profile_stats": {
124
+ "missing_rate": 0.0,
125
+ "unique_count": 2,
126
+ "unique_ratio": 0.000782,
127
+ "example_values": [
128
+ "f",
129
+ "t"
130
+ ]
131
+ }
132
+ },
133
+ {
134
+ "name": "bkxwp",
135
+ "role": "feature",
136
+ "semantic_type": "boolean",
137
+ "nullable": false,
138
+ "missing_tokens": [],
139
+ "parse_format": null,
140
+ "impute_strategy": "mode",
141
+ "profile_stats": {
142
+ "missing_rate": 0.0,
143
+ "unique_count": 2,
144
+ "unique_ratio": 0.000782,
145
+ "example_values": [
146
+ "f",
147
+ "t"
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "name": "blxwp",
153
+ "role": "feature",
154
+ "semantic_type": "boolean",
155
+ "nullable": false,
156
+ "missing_tokens": [],
157
+ "parse_format": null,
158
+ "impute_strategy": "mode",
159
+ "profile_stats": {
160
+ "missing_rate": 0.0,
161
+ "unique_count": 2,
162
+ "unique_ratio": 0.000782,
163
+ "example_values": [
164
+ "f",
165
+ "t"
166
+ ]
167
+ }
168
+ },
169
+ {
170
+ "name": "bxqsq",
171
+ "role": "feature",
172
+ "semantic_type": "boolean",
173
+ "nullable": false,
174
+ "missing_tokens": [],
175
+ "parse_format": null,
176
+ "impute_strategy": "mode",
177
+ "profile_stats": {
178
+ "missing_rate": 0.0,
179
+ "unique_count": 2,
180
+ "unique_ratio": 0.000782,
181
+ "example_values": [
182
+ "f",
183
+ "t"
184
+ ]
185
+ }
186
+ },
187
+ {
188
+ "name": "cntxt",
189
+ "role": "feature",
190
+ "semantic_type": "boolean",
191
+ "nullable": false,
192
+ "missing_tokens": [],
193
+ "parse_format": null,
194
+ "impute_strategy": "mode",
195
+ "profile_stats": {
196
+ "missing_rate": 0.0,
197
+ "unique_count": 2,
198
+ "unique_ratio": 0.000782,
199
+ "example_values": [
200
+ "f",
201
+ "t"
202
+ ]
203
+ }
204
+ },
205
+ {
206
+ "name": "dsopp",
207
+ "role": "feature",
208
+ "semantic_type": "boolean",
209
+ "nullable": false,
210
+ "missing_tokens": [],
211
+ "parse_format": null,
212
+ "impute_strategy": "mode",
213
+ "profile_stats": {
214
+ "missing_rate": 0.0,
215
+ "unique_count": 2,
216
+ "unique_ratio": 0.000782,
217
+ "example_values": [
218
+ "f",
219
+ "t"
220
+ ]
221
+ }
222
+ },
223
+ {
224
+ "name": "dwipd",
225
+ "role": "feature",
226
+ "semantic_type": "categorical",
227
+ "nullable": false,
228
+ "missing_tokens": [],
229
+ "parse_format": null,
230
+ "impute_strategy": "mode",
231
+ "profile_stats": {
232
+ "missing_rate": 0.0,
233
+ "unique_count": 2,
234
+ "unique_ratio": 0.000782,
235
+ "example_values": [
236
+ "l",
237
+ "g"
238
+ ]
239
+ }
240
+ },
241
+ {
242
+ "name": "hdchk",
243
+ "role": "feature",
244
+ "semantic_type": "boolean",
245
+ "nullable": false,
246
+ "missing_tokens": [],
247
+ "parse_format": null,
248
+ "impute_strategy": "mode",
249
+ "profile_stats": {
250
+ "missing_rate": 0.0,
251
+ "unique_count": 2,
252
+ "unique_ratio": 0.000782,
253
+ "example_values": [
254
+ "f",
255
+ "t"
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "name": "katri",
261
+ "role": "feature",
262
+ "semantic_type": "categorical",
263
+ "nullable": false,
264
+ "missing_tokens": [],
265
+ "parse_format": null,
266
+ "impute_strategy": "mode",
267
+ "profile_stats": {
268
+ "missing_rate": 0.0,
269
+ "unique_count": 3,
270
+ "unique_ratio": 0.001173,
271
+ "example_values": [
272
+ "n",
273
+ "w",
274
+ "b"
275
+ ]
276
+ }
277
+ },
278
+ {
279
+ "name": "mulch",
280
+ "role": "feature",
281
+ "semantic_type": "boolean",
282
+ "nullable": false,
283
+ "missing_tokens": [],
284
+ "parse_format": null,
285
+ "impute_strategy": "mode",
286
+ "profile_stats": {
287
+ "missing_rate": 0.0,
288
+ "unique_count": 2,
289
+ "unique_ratio": 0.000782,
290
+ "example_values": [
291
+ "f",
292
+ "t"
293
+ ]
294
+ }
295
+ },
296
+ {
297
+ "name": "qxmsq",
298
+ "role": "feature",
299
+ "semantic_type": "boolean",
300
+ "nullable": false,
301
+ "missing_tokens": [],
302
+ "parse_format": null,
303
+ "impute_strategy": "mode",
304
+ "profile_stats": {
305
+ "missing_rate": 0.0,
306
+ "unique_count": 2,
307
+ "unique_ratio": 0.000782,
308
+ "example_values": [
309
+ "f",
310
+ "t"
311
+ ]
312
+ }
313
+ },
314
+ {
315
+ "name": "r2ar8",
316
+ "role": "feature",
317
+ "semantic_type": "boolean",
318
+ "nullable": false,
319
+ "missing_tokens": [],
320
+ "parse_format": null,
321
+ "impute_strategy": "mode",
322
+ "profile_stats": {
323
+ "missing_rate": 0.0,
324
+ "unique_count": 2,
325
+ "unique_ratio": 0.000782,
326
+ "example_values": [
327
+ "t",
328
+ "f"
329
+ ]
330
+ }
331
+ },
332
+ {
333
+ "name": "reskd",
334
+ "role": "feature",
335
+ "semantic_type": "boolean",
336
+ "nullable": false,
337
+ "missing_tokens": [],
338
+ "parse_format": null,
339
+ "impute_strategy": "mode",
340
+ "profile_stats": {
341
+ "missing_rate": 0.0,
342
+ "unique_count": 2,
343
+ "unique_ratio": 0.000782,
344
+ "example_values": [
345
+ "f",
346
+ "t"
347
+ ]
348
+ }
349
+ },
350
+ {
351
+ "name": "reskr",
352
+ "role": "feature",
353
+ "semantic_type": "boolean",
354
+ "nullable": false,
355
+ "missing_tokens": [],
356
+ "parse_format": null,
357
+ "impute_strategy": "mode",
358
+ "profile_stats": {
359
+ "missing_rate": 0.0,
360
+ "unique_count": 2,
361
+ "unique_ratio": 0.000782,
362
+ "example_values": [
363
+ "f",
364
+ "t"
365
+ ]
366
+ }
367
+ },
368
+ {
369
+ "name": "rimmx",
370
+ "role": "feature",
371
+ "semantic_type": "boolean",
372
+ "nullable": false,
373
+ "missing_tokens": [],
374
+ "parse_format": null,
375
+ "impute_strategy": "mode",
376
+ "profile_stats": {
377
+ "missing_rate": 0.0,
378
+ "unique_count": 2,
379
+ "unique_ratio": 0.000782,
380
+ "example_values": [
381
+ "f",
382
+ "t"
383
+ ]
384
+ }
385
+ },
386
+ {
387
+ "name": "rkxwp",
388
+ "role": "feature",
389
+ "semantic_type": "boolean",
390
+ "nullable": false,
391
+ "missing_tokens": [],
392
+ "parse_format": null,
393
+ "impute_strategy": "mode",
394
+ "profile_stats": {
395
+ "missing_rate": 0.0,
396
+ "unique_count": 2,
397
+ "unique_ratio": 0.000782,
398
+ "example_values": [
399
+ "f",
400
+ "t"
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "name": "rxmsq",
406
+ "role": "feature",
407
+ "semantic_type": "boolean",
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": 2,
415
+ "unique_ratio": 0.000782,
416
+ "example_values": [
417
+ "f",
418
+ "t"
419
+ ]
420
+ }
421
+ },
422
+ {
423
+ "name": "simpl",
424
+ "role": "feature",
425
+ "semantic_type": "boolean",
426
+ "nullable": false,
427
+ "missing_tokens": [],
428
+ "parse_format": null,
429
+ "impute_strategy": "mode",
430
+ "profile_stats": {
431
+ "missing_rate": 0.0,
432
+ "unique_count": 2,
433
+ "unique_ratio": 0.000782,
434
+ "example_values": [
435
+ "f",
436
+ "t"
437
+ ]
438
+ }
439
+ },
440
+ {
441
+ "name": "skach",
442
+ "role": "feature",
443
+ "semantic_type": "boolean",
444
+ "nullable": false,
445
+ "missing_tokens": [],
446
+ "parse_format": null,
447
+ "impute_strategy": "mode",
448
+ "profile_stats": {
449
+ "missing_rate": 0.0,
450
+ "unique_count": 2,
451
+ "unique_ratio": 0.000782,
452
+ "example_values": [
453
+ "f",
454
+ "t"
455
+ ]
456
+ }
457
+ },
458
+ {
459
+ "name": "skewr",
460
+ "role": "feature",
461
+ "semantic_type": "boolean",
462
+ "nullable": false,
463
+ "missing_tokens": [],
464
+ "parse_format": null,
465
+ "impute_strategy": "mode",
466
+ "profile_stats": {
467
+ "missing_rate": 0.0,
468
+ "unique_count": 2,
469
+ "unique_ratio": 0.000782,
470
+ "example_values": [
471
+ "t",
472
+ "f"
473
+ ]
474
+ }
475
+ },
476
+ {
477
+ "name": "skrxp",
478
+ "role": "feature",
479
+ "semantic_type": "boolean",
480
+ "nullable": false,
481
+ "missing_tokens": [],
482
+ "parse_format": null,
483
+ "impute_strategy": "mode",
484
+ "profile_stats": {
485
+ "missing_rate": 0.0,
486
+ "unique_count": 2,
487
+ "unique_ratio": 0.000782,
488
+ "example_values": [
489
+ "f",
490
+ "t"
491
+ ]
492
+ }
493
+ },
494
+ {
495
+ "name": "spcop",
496
+ "role": "feature",
497
+ "semantic_type": "boolean",
498
+ "nullable": false,
499
+ "missing_tokens": [],
500
+ "parse_format": null,
501
+ "impute_strategy": "mode",
502
+ "profile_stats": {
503
+ "missing_rate": 0.0,
504
+ "unique_count": 2,
505
+ "unique_ratio": 0.000782,
506
+ "example_values": [
507
+ "f",
508
+ "t"
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "name": "stlmt",
514
+ "role": "feature",
515
+ "semantic_type": "boolean",
516
+ "nullable": false,
517
+ "missing_tokens": [],
518
+ "parse_format": null,
519
+ "impute_strategy": "mode",
520
+ "profile_stats": {
521
+ "missing_rate": 0.0,
522
+ "unique_count": 2,
523
+ "unique_ratio": 0.000782,
524
+ "example_values": [
525
+ "f",
526
+ "t"
527
+ ]
528
+ }
529
+ },
530
+ {
531
+ "name": "thrsk",
532
+ "role": "feature",
533
+ "semantic_type": "boolean",
534
+ "nullable": false,
535
+ "missing_tokens": [],
536
+ "parse_format": null,
537
+ "impute_strategy": "mode",
538
+ "profile_stats": {
539
+ "missing_rate": 0.0,
540
+ "unique_count": 2,
541
+ "unique_ratio": 0.000782,
542
+ "example_values": [
543
+ "f",
544
+ "t"
545
+ ]
546
+ }
547
+ },
548
+ {
549
+ "name": "wkcti",
550
+ "role": "feature",
551
+ "semantic_type": "boolean",
552
+ "nullable": false,
553
+ "missing_tokens": [],
554
+ "parse_format": null,
555
+ "impute_strategy": "mode",
556
+ "profile_stats": {
557
+ "missing_rate": 0.0,
558
+ "unique_count": 2,
559
+ "unique_ratio": 0.000782,
560
+ "example_values": [
561
+ "f",
562
+ "t"
563
+ ]
564
+ }
565
+ },
566
+ {
567
+ "name": "wkna8",
568
+ "role": "feature",
569
+ "semantic_type": "boolean",
570
+ "nullable": false,
571
+ "missing_tokens": [],
572
+ "parse_format": null,
573
+ "impute_strategy": "mode",
574
+ "profile_stats": {
575
+ "missing_rate": 0.0,
576
+ "unique_count": 2,
577
+ "unique_ratio": 0.000782,
578
+ "example_values": [
579
+ "f",
580
+ "t"
581
+ ]
582
+ }
583
+ },
584
+ {
585
+ "name": "wknck",
586
+ "role": "feature",
587
+ "semantic_type": "boolean",
588
+ "nullable": false,
589
+ "missing_tokens": [],
590
+ "parse_format": null,
591
+ "impute_strategy": "mode",
592
+ "profile_stats": {
593
+ "missing_rate": 0.0,
594
+ "unique_count": 2,
595
+ "unique_ratio": 0.000782,
596
+ "example_values": [
597
+ "f",
598
+ "t"
599
+ ]
600
+ }
601
+ },
602
+ {
603
+ "name": "wkovl",
604
+ "role": "feature",
605
+ "semantic_type": "boolean",
606
+ "nullable": false,
607
+ "missing_tokens": [],
608
+ "parse_format": null,
609
+ "impute_strategy": "mode",
610
+ "profile_stats": {
611
+ "missing_rate": 0.0,
612
+ "unique_count": 2,
613
+ "unique_ratio": 0.000782,
614
+ "example_values": [
615
+ "t",
616
+ "f"
617
+ ]
618
+ }
619
+ },
620
+ {
621
+ "name": "wkpos",
622
+ "role": "feature",
623
+ "semantic_type": "boolean",
624
+ "nullable": false,
625
+ "missing_tokens": [],
626
+ "parse_format": null,
627
+ "impute_strategy": "mode",
628
+ "profile_stats": {
629
+ "missing_rate": 0.0,
630
+ "unique_count": 2,
631
+ "unique_ratio": 0.000782,
632
+ "example_values": [
633
+ "t",
634
+ "f"
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "name": "wtoeg",
640
+ "role": "feature",
641
+ "semantic_type": "boolean",
642
+ "nullable": false,
643
+ "missing_tokens": [],
644
+ "parse_format": null,
645
+ "impute_strategy": "mode",
646
+ "profile_stats": {
647
+ "missing_rate": 0.0,
648
+ "unique_count": 2,
649
+ "unique_ratio": 0.000782,
650
+ "example_values": [
651
+ "n",
652
+ "t"
653
+ ]
654
+ }
655
+ },
656
+ {
657
+ "name": "class",
658
+ "role": "target",
659
+ "semantic_type": "categorical",
660
+ "nullable": false,
661
+ "missing_tokens": [],
662
+ "parse_format": null,
663
+ "impute_strategy": "mode",
664
+ "profile_stats": {
665
+ "missing_rate": 0.0,
666
+ "unique_count": 2,
667
+ "unique_ratio": 0.000782,
668
+ "example_values": [
669
+ "won",
670
+ "nowin"
671
+ ]
672
+ }
673
+ }
674
+ ],
675
+ "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/public_gate/staged_input_manifest.json",
676
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/staged/public/train.csv",
677
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/staged/public/val.csv",
678
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/staged/public/test.csv",
679
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/staged/public/staged_features.json",
680
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c4/realtabformer/rtf-c4-20260328_055837/public_gate/public_gate_report.json"
681
+ }
SynthData0523/main/c4/realtabformer/rtf-c4-20260328_055837/train_20260328_055837.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c39f248377c816580f65e7348ee51a3c133d257103650078bb32c7311504364
3
+ size 580648
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/_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/c4/tabbyflow/tabbyflow-c4-20260420_054557/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(2557)),
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/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow-c4-2557-20260420_055317.csv")
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/_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/c4/tabbyflow/tabbyflow-c4-20260420_054557/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/c4/tabbyflow/tabbyflow-c4-20260420_054557/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1baaa7f7f9c555a1814f439461ad764851a9f76ad9d097a12ab1b195df7e9dca
3
+ size 1350
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd215e2b568b51c89131bc82ae10e581ce201a81c969236f2fad5e62f9fd5d8d
3
+ size 14899
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef158c9809e79d0662cfe8676f3e496717d4679c6019dbf38d05229a591f6f6
3
+ size 912
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74b649ce35f390f3af17130236e6beccad70b80ecf124cc1a6dc2bc561bb2fa7
3
+ size 15700
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b50450439d767dbe23ee2c8cc351f3266ac7b2991459986d548cf6bdb3312d
3
+ size 621
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87f218a78f746c6bac3b01a4eeecffa6d238b7d3a8a4ad195998463ac57f305
3
+ size 3272
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0025753653c2b6aa73ac4dbaca5f0aab6b2834bfbab5aacee09a0a06b503f0c
3
+ size 24846
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740abc2572f84132936c56aec13d8876c3f878fd131d8f6b6f339195f09d0036
3
+ size 197004
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615716822f945c50a8f7c105fe3fbde1cc0bf29b057e0274f36c6f3256b55316
3
+ size 24766
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd427e79ef3b922fffbcf552b6ae0f7041275fec4832abcc172d3ac945e634a9
3
+ size 322
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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/c4/tabbyflow/tabbyflow-c4-20260420_054557/staged/tabbyflow/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f445c11ab0742f08491e004ddcf7b8f7494ef3d18159dd5a0f7228c858d1e2b
3
+ size 15898
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabbyflow-c4-2557-20260420_055317.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:248579808a9651d6a053d987cb546da494d02b7be891ccc885512e1eeb2904ad
3
+ size 196970
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:27cc9695bdc098a1fb4ff3b1a1f6d2b929eb86ebda73397a5f9bb3f74d55aa67
3
+ size 92288
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:592486005c4dcbd60d1ddb140a77d9bd65423fcc4f97a9d984d905c04f69b758
3
+ size 736544
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:7757842a85ef29249aade798d09f146a7d993f203e4230cb2a9dd96ea44037a4
3
+ size 92000
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:bf06b031e3f253dd4c10a7ce63e8ea01567c59d2cbc1d1115dcceaa188fe4b33
3
+ size 128
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:1848fe0dfb7a0bcdaedc949561859e6bb97a09287c61bc68a5d3b2d34a4f6f0f
3
+ size 128
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/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:fb0ca11709f2911eaf5de19d3dfd94cd14ff2d5dcb22239f58c4795cc793c62b
3
+ size 128
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4720b462671473051c851807bbf61473a0f99f0d0189653b0982b24443afca1
3
+ size 4970
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b6735fedcdcb58f01ecec109c5968c5518fa11061ee79d8614ecf752a8ed69
3
+ size 197004
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3afbe103e2a58f98277f861ffbea373bc7c6859f0eb7f5bdc3c4268fe9c1a1
3
+ size 24846
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58869fbbcce4366a62b596d2a94582e310e5b0c697e630b8bb18ba1d6eed2ab8
3
+ size 24766
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb689ac087fb892231cb1e1f240bcb58cb2ae313c6a0055adbdd6a668060af8a
3
+ size 2688
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85363c10f54b07716c82c34f5d2b68f43691d2a7b21a23b06241fd1e6c605326
3
+ size 20584
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/tabular_bundle/pipeline_ds/y_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:291cbdb0727c31a3bfcfc08feaf0cd898af0a2b42e100c1b52536afc5f29833e
3
+ size 2680
SynthData0523/main/c4/tabbyflow/tabbyflow-c4-20260420_054557/train_20260420_054557.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327223428eb54d6bfe26639873d0175f569eec9292965dcf12948d93891b4e09
3
+ size 286494
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/_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 2557 rows")
25
+ ret = subprocess.run(
26
+ [sys.executable, wrapper, "scripts/pipeline.py",
27
+ "--config", "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/config_sample_20260422_210909.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/c4/tabddpm/tabddpm-c4-20260422_210001"
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/c4/tabddpm/tabddpm-c4-20260422_210001/tabddpm-c4-2557-20260422_210909.csv", index=False)
64
+ print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/tabddpm-c4-2557-20260422_210909.csv")
65
+ else:
66
+ print("[TabDDPM] WARNING: No output .npy files found")
67
+ sys.exit(1)
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/_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/c4/tabddpm/tabddpm-c4-20260422_210001/config.toml")
23
+ ret = subprocess.run(
24
+ [sys.executable, wrapper, "scripts/pipeline.py",
25
+ "--config", "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/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/c4/tabddpm/tabddpm-c4-20260422_210001/config.toml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed = 0
2
+ parent_dir = "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/output"
3
+ real_data_path = "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/data"
4
+ model_type = "mlp"
5
+ num_numerical_features = 0
6
+ device = "cuda:0"
7
+
8
+ [model_params]
9
+ d_in = 36
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/c4/tabddpm/tabddpm-c4-20260422_210001/config_sample_20260422_210909.toml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed = 0
2
+ parent_dir = "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/output"
3
+ real_data_path = "/work/output-SpecializedModels/c4/tabddpm/tabddpm-c4-20260422_210001/data"
4
+ model_type = "mlp"
5
+ num_numerical_features = 0
6
+ device = "cuda:0"
7
+
8
+ [model_params]
9
+ d_in = 36
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 = 2557
38
+ batch_size = 1000
39
+ seed = 0
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592486005c4dcbd60d1ddb140a77d9bd65423fcc4f97a9d984d905c04f69b758
3
+ size 736544
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/info.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "benchmark_dataset",
3
+ "task_type": "multiclass",
4
+ "n_num_features": 0,
5
+ "n_cat_features": 36,
6
+ "train_size": 2557,
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
+ 22,
32
+ 23,
33
+ 24,
34
+ 25,
35
+ 26,
36
+ 27,
37
+ 28,
38
+ 29,
39
+ 30,
40
+ 31,
41
+ 32,
42
+ 33,
43
+ 34,
44
+ 35
45
+ ],
46
+ "target_col_idx": [
47
+ 36
48
+ ],
49
+ "column_names": [
50
+ "bkblk",
51
+ "bknwy",
52
+ "bkon8",
53
+ "bkona",
54
+ "bkspr",
55
+ "bkxbq",
56
+ "bkxcr",
57
+ "bkxwp",
58
+ "blxwp",
59
+ "bxqsq",
60
+ "cntxt",
61
+ "dsopp",
62
+ "dwipd",
63
+ "hdchk",
64
+ "katri",
65
+ "mulch",
66
+ "qxmsq",
67
+ "r2ar8",
68
+ "reskd",
69
+ "reskr",
70
+ "rimmx",
71
+ "rkxwp",
72
+ "rxmsq",
73
+ "simpl",
74
+ "skach",
75
+ "skewr",
76
+ "skrxp",
77
+ "spcop",
78
+ "stlmt",
79
+ "thrsk",
80
+ "wkcti",
81
+ "wkna8",
82
+ "wknck",
83
+ "wkovl",
84
+ "wkpos",
85
+ "wtoeg",
86
+ "class"
87
+ ],
88
+ "num_classes": 2
89
+ }
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/data/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85363c10f54b07716c82c34f5d2b68f43691d2a7b21a23b06241fd1e6c605326
3
+ size 20584
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/gen_20260422_210909.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cde8aab6033efd69a3e1ad8ae4560ba3080923f1b57412c5e77f33910a10ddc
3
+ size 63189
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c4",
3
+ "model": "tabddpm",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-train.csv",
7
+ "exists": true,
8
+ "size": 199562,
9
+ "sha256": "d2fc1109f821f6d30a9a47b68564c66ffecf47fdb8f5991c431375cd4730dc1e"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-val.csv",
13
+ "exists": true,
14
+ "size": 25086,
15
+ "sha256": "63a14ee4484943b24ae1afb7f6227606b93362ab0438c2de944d98a3ed046314"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-test.csv",
19
+ "exists": true,
20
+ "size": 25167,
21
+ "sha256": "1a53620457339e504389c8f98fcd80f18c2759349bea4d6c4e27c961b9ddf3c5"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c4/c4-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 11652,
27
+ "sha256": "4de70afb0b43c5b764ab2836a9130d4794ddca17d563e7eb01b906eda5d1b1cb"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c4/c4-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 15478,
33
+ "sha256": "3624cb48e8525efa2ca7b43cdc6abbe819ee307ec20fbd166ad929da1ff4d7f9"
34
+ }
35
+ }
36
+ }
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1efefce884b6f9f6dc2c3b3af21e2b071b6818f6320ee690a41486b8bd18b706
3
+ size 184573
SynthData0523/main/c4/tabddpm/tabddpm-c4-20260422_210001/output/X_cat_unnorm.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0299f0fcc52e06ec531e92cd8240629b62fa40cf0a8937fc97b1f1fc18300b
3
+ size 736544