diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_generate.py b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..b785366c566cf88650c92450ac3274cdd6983704 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_generate.py @@ -0,0 +1,6 @@ +import pickle +with open("/work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf_model.pkl", "rb") as f: + model = pickle.load(f) +syn = model.forge(n=7654) +syn.to_csv("/work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv", index=False) +print(f"[ARF] Generated 7654 rows -> /work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv") diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_train.py b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_train.py new file mode 100644 index 0000000000000000000000000000000000000000..107892e4592b0675ee93437c564860ca2133d128 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/_arf_train.py @@ -0,0 +1,19 @@ +import pickle +import pandas as pd +from arfpy import arf + +df = pd.read_csv("/work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/train.csv") +df = df.dropna(axis=1, how="all") +print(f"[ARF] Training on {len(df)} rows, {len(df.columns)} cols") + +model = arf.arf(x=df) +if hasattr(model, "fit"): + model.fit() +elif hasattr(model, "forde"): + model.forde() +else: + raise RuntimeError("arfpy API: no fit() / forde()") + +with open("/work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf_model.pkl", "wb") as f: + pickle.dump(model, f) +print(f"[ARF] Model saved -> /work/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf_model.pkl") diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-1000-20260328_032306.csv b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-1000-20260328_032306.csv new file mode 100644 index 0000000000000000000000000000000000000000..87ac4fd034bb39f1bdb5c8fb5959f388733db1ea --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-1000-20260328_032306.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9115a67bf2c85222af3e2bc694ae34d3974e4e0763cccb0792f83d07cab9d347 +size 91725 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv new file mode 100644 index 0000000000000000000000000000000000000000..138403cf4439c80856aa441e511457f165a4143e --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3378e89d9e9c7cce22dfbf03060f30f2745cd71137bd6f5be837d99bff588adb +size 702241 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf_model.pkl b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7fc40800a97bbcccc85b84082a54144bb0694429 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/arf_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fa0ff691d7bd32f7033d8e4d23a55fe7916c4902eaaebd36e823f2257341ad +size 10876939 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260328_032306.log b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260328_032306.log new file mode 100644 index 0000000000000000000000000000000000000000..5b045c09e2e863aa93f83907fc91b3b197e55d79 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260328_032306.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24d5221283dccc4bb9a6e419d870455ae81a83cb7fbb5e5fb3c4e74584ffd6c +size 441 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260330_071030.log b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260330_071030.log new file mode 100644 index 0000000000000000000000000000000000000000..b2d32861d4e39a085971881c61ebe01d2d1cae95 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/gen_20260330_071030.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593712be066e75ff5bc3ad13cfc620cab4065c1d1f2ee35da16d76e59f3c8b08 +size 441 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/input_snapshot.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b121b50da6528b9cc616e54895ea7f1c58bbf83d --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "arf", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/public_gate_report.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e018061f8b136471a9af0a539491b613471392a8 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/runtime_result.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..fe2598f643dccfb56397cac47d34ae8ffd032562 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n20", + "model": "arf", + "run_id": "arf-n20-20260328_032219", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/arf-n20-7654-20260330_071030.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_report.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..0642aa58501454659468296072b27c5b305194f4 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/arf/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_transforms_applied.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/model_input_manifest.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fe989a5a331d6f38b91a45055d7ec962db3e8dcc --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/arf/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "arf", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/arf/arf-n20-20260328_032219/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/staged_features.json b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/test.csv b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/train.csv b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/val.csv b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/arf/arf-n20-20260328_032219/train_20260328_032219.log b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/train_20260328_032219.log new file mode 100644 index 0000000000000000000000000000000000000000..a77d6ed923a11d3dee29503d5fabf95ff41c290b --- /dev/null +++ b/syntheticSuccess/n20/arf/arf-n20-20260328_032219/train_20260328_032219.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef21113f0aafc1c13d328460317c63b9316bbe23e0f88054c0a9b71a0276d040 +size 232 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_generate.py b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..1f34bab64ec018fbfce3a5e4229941544cc4bb4a --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_generate.py @@ -0,0 +1,43 @@ +import subprocess, sys, os + +pip_libs = "/pip_libs" +sys.path.insert(0, pip_libs) +os.environ["PYTHONPATH"] = pip_libs + os.pathsep + os.environ.get("PYTHONPATH", "") + +def _ensure_deps(): + try: + import synthcity + except ModuleNotFoundError: + print("[BayesNet] synthcity not found - installing to cache...") + subprocess.run( + [sys.executable, "-m", "pip", "install", + "--target", pip_libs, "synthcity==0.2.12", "numpy<2", "-q"], + check=True + ) + import shutil, glob + for pat in ["torch", "torch-*", "torchvision", "torchvision-*", + "torchvision.libs", "torchgen", "nvidia*", "triton*"]: + for p in glob.glob(os.path.join(pip_libs, pat)): + if os.path.isdir(p): shutil.rmtree(p) + else: os.remove(p) + if pip_libs not in sys.path: + sys.path.insert(0, pip_libs) + +_ensure_deps() + +import pickle, json as _json +with open("/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl", "rb") as f: + plugin = pickle.load(f) +syn = plugin.generate(count=7654).dataframe() + +# Restore zero-variance columns that were dropped during training +const_path = "/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl".replace("bayesnet_model.pkl", "const_cols.json") +if os.path.exists(const_path): + with open(const_path) as _f: + const_cols = _json.load(_f) + for col, val in const_cols.items(): + syn[col] = val + print(f"[BayesNet] Restored constant column '{col}' = {val}") + +syn.to_csv("/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv", index=False) +print(f"[BayesNet] Generated 7654 rows -> /work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv") diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_train.py b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_train.py new file mode 100644 index 0000000000000000000000000000000000000000..7156e75a3f42f3bfe1dfc844b260bba2cdad54c1 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/_bayesnet_train.py @@ -0,0 +1,62 @@ +import subprocess, sys, os + +pip_libs = "/pip_libs" +sys.path.insert(0, pip_libs) +os.environ["PYTHONPATH"] = pip_libs + os.pathsep + os.environ.get("PYTHONPATH", "") + +def _ensure_deps(): + try: + import synthcity + except ModuleNotFoundError: + print("[BayesNet] synthcity not found - installing to cache (first run, may take minutes)...") + # Install synthcity with numpy<2 to avoid conflicts + subprocess.run( + [sys.executable, "-m", "pip", "install", + "--target", pip_libs, "synthcity==0.2.12", "numpy<2", "-q"], + check=True + ) + # Remove torch/torchvision from pip_libs to avoid shadowing system versions + import shutil, glob + for pat in ["torch", "torch-*", "torchvision", "torchvision-*", + "torchvision.libs", "torchgen", "nvidia*", "triton*"]: + for p in glob.glob(os.path.join(pip_libs, pat)): + if os.path.isdir(p): shutil.rmtree(p) + else: os.remove(p) + if pip_libs not in sys.path: + sys.path.insert(0, pip_libs) + +_ensure_deps() + +from synthcity.plugins import Plugins +import pickle +import pandas as pd +from synthcity.plugins.core.dataloader import GenericDataLoader + +df = pd.read_csv("/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv") +df = df.dropna(axis=1, how="all") + +# Drop zero-variance columns (only 1 unique value) to avoid +# synthcity encoder KeyError during generation +import json as _json +const_cols = {} +for col in list(df.columns): + nuniq = df[col].nunique() + if nuniq <= 1: + const_cols[col] = df[col].iloc[0] if len(df) > 0 else None + df = df.drop(columns=[col]) + print(f"[BayesNet] Dropped zero-variance column '{col}' (value={const_cols[col]})") + +# Save constant columns info so generate can restore them +const_path = "/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl".replace("bayesnet_model.pkl", "const_cols.json") +with open(const_path, "w") as _f: + _json.dump({k: str(v) for k, v in const_cols.items()}, _f) + +print(f"[BayesNet] Training on {len(df)} rows, {len(df.columns)} cols") + +loader = GenericDataLoader(df) +plugin = Plugins().get("bayesian_network") +plugin.fit(loader) + +with open("/work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl", "wb") as f: + pickle.dump(plugin, f) +print(f"[BayesNet] Model saved -> /work/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl") diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-1000-20260321_091312.csv b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-1000-20260321_091312.csv new file mode 100644 index 0000000000000000000000000000000000000000..52bf7676487f9b4ecd0a03bcbb8d85b37a337f07 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-1000-20260321_091312.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fccda5d3a3ad1b78a394b17d69f6c305d8c0116f818692edccf81fd9931536e +size 91776 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv new file mode 100644 index 0000000000000000000000000000000000000000..1df452be15cd1e254f6488d0b3c5baba5b2b82c8 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407011cbcda8a3e92a885489da85931013035147c23793234aec3241b57d4289 +size 701638 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0d69ccf069c4d9e3720cb0aafae84d5d39568c28 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e748fb832cc67bb568f68f5ed47c4873d5694f2b48db380554248eab224f195 +size 678938131 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/const_cols.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/const_cols.json new file mode 100644 index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/const_cols.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260321_091312.log b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260321_091312.log new file mode 100644 index 0000000000000000000000000000000000000000..44c1112ddb83a060f056910fc7725664d9ea1424 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260321_091312.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8a1efe27347f9a7ba360a2ad1f8979562cba9e1bccba9cbd718b1fadcf4fd4 +size 979 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260330_071037.log b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260330_071037.log new file mode 100644 index 0000000000000000000000000000000000000000..1f531c15468b1998d85a88513c49f0ade12c411a --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/gen_20260330_071037.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22173960c297432a8d202fd6250f6c54af9cedea1a75a12dbde38320d4f3f96 +size 1351 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/input_snapshot.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b325217f12fc008fa7ddbb4d3302f56548147a73 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "bayesnet", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/public_gate_report.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8070f85d32ba412fc3bb929f37c57bbe801c4fc6 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/runtime_result.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..1021c2b32d6c3f73df8ae2769a62721ddf590e41 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n20", + "model": "bayesnet", + "run_id": "bayesnet-n20-20260321_091217", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/bayesnet-n20-7654-20260330_071037.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_report.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ae53d938ce1a8562bf147cc5dbc29d4ef2b3292f --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_transforms_applied.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/model_input_manifest.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..db2b6e7091a0aaf95904e0ea1026c523fc59db3e --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/bayesnet/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "bayesnet", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/bayesnet/bayesnet-n20-20260321_091217/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/staged_features.json b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/test.csv b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/val.csv b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/train_20260321_091217.log b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/train_20260321_091217.log new file mode 100644 index 0000000000000000000000000000000000000000..c5d6ff3adbaf3cd74445886c91391de4c6e6c348 --- /dev/null +++ b/syntheticSuccess/n20/bayesnet/bayesnet-n20-20260321_091217/train_20260321_091217.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5fa87a508cc9c7815bfeaf58d3661939e636f5b25cc965132aeba96a6b5e8d +size 2646 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/_ctgan_generate.py b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/_ctgan_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..0fa781622a182d1519a5acf50f5fec2f0faee30e --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/_ctgan_generate.py @@ -0,0 +1,18 @@ +import sys +sys.path.insert(0, "/work") +from src.SpecificModels.ctgan_rdt_inverse_fix import apply_ctgan_inverse_fix +apply_ctgan_inverse_fix() +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN +model = CTGAN.load("/work/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/ctgan_300epochs.pt") +total = 7654 +chunk = min(50000, total) if total > 50000 else total +parts = [] +left = total +while left > 0: + take = min(chunk, left) + parts.append(model.sample(take)) + left -= take +sampled = pd.concat(parts, ignore_index=True) if len(parts) > 1 else parts[0] +sampled.to_csv("/work/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv", index=False) +print("[CTGAN] Generated", total, "rows in", len(parts), "chunks ->", "/work/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv") \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv new file mode 100644 index 0000000000000000000000000000000000000000..73e64e5089882a4954b4106927031cb44d350483 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d2b5ef4fbcd67fb2fa3872cb39594526c2e08d1dbc47b410e9c4fcb2a8e0da +size 704324 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan_metadata.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9718f799216c76afaec80445613f5b1a930e899a --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/ctgan_metadata.json @@ -0,0 +1,24 @@ +{ + "columns": [ + { + "name": "AT", + "type": "continuous" + }, + { + "name": "V", + "type": "continuous" + }, + { + "name": "AP", + "type": "continuous" + }, + { + "name": "RH", + "type": "continuous" + }, + { + "name": "PE", + "type": "continuous" + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/gen_20260422_031707.log b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/gen_20260422_031707.log new file mode 100644 index 0000000000000000000000000000000000000000..8172de3b0ba3098d69653d2fa80c7ff5ca98981c --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/gen_20260422_031707.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855a4ee220870302b730596a88e449c7f70e81161d0cb5eaca1d1b57fb1ca955 +size 295 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/input_snapshot.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..47d479abd39e67eb4c4241ec67585582fe63d632 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/ctgan_300epochs.pt b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/ctgan_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..888aaa31fb5fbfbe349ba560a03868e90bd3794c --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/ctgan_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086874f465141a2e7366b1e2ca751ef7917339b26124a4c675e45894b7b1cf42 +size 851427 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/train_20260422_031300.log b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/train_20260422_031300.log new file mode 100644 index 0000000000000000000000000000000000000000..82e23d22d419787ba10ac74a75ac79559ff54e2e --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/train_20260422_031300.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f9be556abe04f34923b7a6a69215a2b6c1da7399bd47153e0bebc8cb59b71d +size 1272 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/public_gate_report.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..edd6d0ac50f3262e84e009091ed66abaa4e8e1ab --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/runtime_result.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..8910f847caf51115110a29f4607ccdf752ed7e07 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n20", + "model": "ctgan", + "run_id": "ctgan-n20-20260422_031259", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/ctgan-n20-7654-20260422_031707.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/models_300epochs/ctgan_300epochs.pt" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_report.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..3f9a43a90570e41dce51c11929925da15a870406 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_transforms_applied.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/model_input_manifest.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bc1d3b45c68ce7bfcbe394f7ed96ce14632a5996 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/ctgan/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "ctgan", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/ctgan/ctgan-n20-20260422_031259/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/staged_features.json b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/test.csv b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/train.csv b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/val.csv b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/ctgan/ctgan-n20-20260422_031259/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/gen_20260330_043036.log b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/gen_20260330_043036.log new file mode 100644 index 0000000000000000000000000000000000000000..49c88ae13fa025d4441f868060f6209dd9036215 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/gen_20260330_043036.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4d0a54fa52978b4765f475c0d0542a0edc143ae221f4e75401ae5440dfbdeb +size 796 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/input_snapshot.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a59bd084fbb9ea05842a6eca091e70a9e3880f64 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..4f565fd8c2f5db0e68c0516b1d335abf7cc65aea --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_config.json @@ -0,0 +1 @@ +{"model_type": "tabular", "tabular_config": {"add_cross_attention": false, "tie_word_embeddings": true, "vocab_size": 206, "n_positions": 1024, "n_embd": 768, "n_layer": 6, "n_head": 12, "n_inner": null, "activation_function": "gelu_new", "resid_pdrop": 0.1, "embd_pdrop": 0.1, "attn_pdrop": 0.1, "layer_norm_epsilon": 1e-05, "initializer_range": 0.02, "summary_type": "cls_index", "summary_use_proj": true, "summary_activation": null, "summary_first_dropout": 0.1, "summary_proj_to_labels": true, "scale_attn_weights": true, "use_cache": false, "scale_attn_by_inverse_layer_idx": false, "reorder_and_upcast_attn": false, "bos_token_id": 5, "eos_token_id": 6, "pad_token_id": null, "return_dict": true, "output_hidden_states": false, "dtype": "float32", "chunk_size_feed_forward": 0, "is_encoder_decoder": false, "architectures": ["GPT2LMHeadModel"], "id2label": {"0": "LABEL_0", "1": "LABEL_1"}, "label2id": {"LABEL_0": 0, "LABEL_1": 1}, "problem_type": null, "_name_or_path": "", "transformers_version": "5.0.0", "model_type": "gpt2", "output_attentions": false}, "checkpoints_dir": "rtf_checkpoints", "samples_save_dir": "rtf_samples", "full_save_dir": "rtf_full_save", "epochs": 100, "batch_size": 8, "early_stopping_patience": 5, "early_stopping_threshold": 0, "training_args_kwargs": {"eval_strategy": "no", "output_dir": "rtf_checkpoints", "metric_for_best_model": "loss", "num_train_epochs": 100, "per_device_train_batch_size": 8, "per_device_eval_batch_size": 8, "gradient_accumulation_steps": 4, "remove_unused_columns": true, "logging_steps": 100, "save_steps": 100, "eval_steps": 100, "load_best_model_at_end": false, "save_total_limit": 6, "optim": "adamw_torch"}, "train_size": 1, "mask_rate": 0, "columns": ["AT", "V", "AP", "RH", "PE"], "column_dtypes": {"AT": "float64", "V": "float64", "AP": "float64", "RH": "float64", "PE": "float64"}, "column_has_missing": {"AT": false, "V": false, "AP": false, "RH": false, "PE": false}, "drop_na_cols": ["AT", "V", "AP", "RH", "PE"], "processed_columns": ["0___NUMERIC___AT_00", "0___NUMERIC___AT_01", "0___NUMERIC___AT_02", "0___NUMERIC___AT_03", "0___NUMERIC___AT_04", "1___NUMERIC___V_00", "1___NUMERIC___V_01", "1___NUMERIC___V_02", "1___NUMERIC___V_03", "1___NUMERIC___V_04", "2___NUMERIC___AP_00", "2___NUMERIC___AP_01", "2___NUMERIC___AP_02", "2___NUMERIC___AP_03", "2___NUMERIC___AP_04", "2___NUMERIC___AP_05", "2___NUMERIC___AP_06", "3___NUMERIC___RH_00", "3___NUMERIC___RH_01", "3___NUMERIC___RH_02", "3___NUMERIC___RH_03", "3___NUMERIC___RH_04", "3___NUMERIC___RH_05", "4___NUMERIC___PE_00", "4___NUMERIC___PE_01", "4___NUMERIC___PE_02", "4___NUMERIC___PE_03", "4___NUMERIC___PE_04", "4___NUMERIC___PE_05"], "numeric_columns": ["AT", "V", "AP", "RH", "PE"], "datetime_columns": [], "vocab": {"id2token": {"0": "[UNK]", "1": "[SEP]", "2": "[PAD]", "3": "[CLS]", "4": "[MASK]", "5": "[BOS]", "6": "[EOS]", "7": "[BMEM]", "8": "[EMEM]", "9": "[RMASK]", "10": "[SPTYPE]", "11": "0___NUMERIC___AT_00___0", "12": "0___NUMERIC___AT_00___1", "13": "0___NUMERIC___AT_00___2", "14": "0___NUMERIC___AT_00___3", "15": "0___NUMERIC___AT_01___0", "16": "0___NUMERIC___AT_01___1", "17": "0___NUMERIC___AT_01___2", "18": "0___NUMERIC___AT_01___3", "19": "0___NUMERIC___AT_01___4", "20": "0___NUMERIC___AT_01___5", "21": "0___NUMERIC___AT_01___6", "22": "0___NUMERIC___AT_01___7", "23": "0___NUMERIC___AT_01___8", "24": "0___NUMERIC___AT_01___9", "25": "0___NUMERIC___AT_02___.", "26": "0___NUMERIC___AT_03___0", "27": "0___NUMERIC___AT_03___1", "28": "0___NUMERIC___AT_03___2", "29": "0___NUMERIC___AT_03___3", "30": "0___NUMERIC___AT_03___4", "31": "0___NUMERIC___AT_03___5", "32": "0___NUMERIC___AT_03___6", "33": "0___NUMERIC___AT_03___7", "34": "0___NUMERIC___AT_03___8", "35": "0___NUMERIC___AT_03___9", "36": "0___NUMERIC___AT_04___0", "37": "0___NUMERIC___AT_04___1", "38": "0___NUMERIC___AT_04___2", "39": "0___NUMERIC___AT_04___3", "40": "0___NUMERIC___AT_04___4", "41": "0___NUMERIC___AT_04___5", "42": "0___NUMERIC___AT_04___6", "43": "0___NUMERIC___AT_04___7", "44": "0___NUMERIC___AT_04___8", "45": "0___NUMERIC___AT_04___9", "46": "1___NUMERIC___V_00___2", "47": "1___NUMERIC___V_00___3", "48": "1___NUMERIC___V_00___4", "49": "1___NUMERIC___V_00___5", "50": "1___NUMERIC___V_00___6", "51": "1___NUMERIC___V_00___7", "52": "1___NUMERIC___V_00___8", "53": "1___NUMERIC___V_01___0", "54": "1___NUMERIC___V_01___1", "55": "1___NUMERIC___V_01___2", "56": "1___NUMERIC___V_01___3", "57": "1___NUMERIC___V_01___4", "58": "1___NUMERIC___V_01___5", "59": "1___NUMERIC___V_01___6", "60": "1___NUMERIC___V_01___7", "61": "1___NUMERIC___V_01___8", "62": "1___NUMERIC___V_01___9", "63": "1___NUMERIC___V_02___.", "64": "1___NUMERIC___V_03___0", "65": "1___NUMERIC___V_03___1", "66": "1___NUMERIC___V_03___2", "67": "1___NUMERIC___V_03___3", "68": "1___NUMERIC___V_03___4", "69": "1___NUMERIC___V_03___5", "70": "1___NUMERIC___V_03___6", "71": "1___NUMERIC___V_03___7", "72": "1___NUMERIC___V_03___8", "73": "1___NUMERIC___V_03___9", "74": "1___NUMERIC___V_04___0", "75": "1___NUMERIC___V_04___1", "76": "1___NUMERIC___V_04___2", "77": "1___NUMERIC___V_04___3", "78": "1___NUMERIC___V_04___4", "79": "1___NUMERIC___V_04___5", "80": "1___NUMERIC___V_04___6", "81": "1___NUMERIC___V_04___7", "82": "1___NUMERIC___V_04___8", "83": "1___NUMERIC___V_04___9", "84": "2___NUMERIC___AP_00___0", "85": "2___NUMERIC___AP_00___1", "86": "2___NUMERIC___AP_01___0", "87": "2___NUMERIC___AP_01___9", "88": "2___NUMERIC___AP_02___0", "89": "2___NUMERIC___AP_02___1", "90": "2___NUMERIC___AP_02___2", "91": "2___NUMERIC___AP_02___3", "92": "2___NUMERIC___AP_02___9", "93": "2___NUMERIC___AP_03___0", "94": "2___NUMERIC___AP_03___1", "95": "2___NUMERIC___AP_03___2", "96": "2___NUMERIC___AP_03___3", "97": "2___NUMERIC___AP_03___4", "98": "2___NUMERIC___AP_03___5", "99": "2___NUMERIC___AP_03___6", "100": "2___NUMERIC___AP_03___7", "101": "2___NUMERIC___AP_03___8", "102": "2___NUMERIC___AP_03___9", "103": "2___NUMERIC___AP_04___.", "104": "2___NUMERIC___AP_05___0", "105": "2___NUMERIC___AP_05___1", "106": "2___NUMERIC___AP_05___2", "107": "2___NUMERIC___AP_05___3", "108": "2___NUMERIC___AP_05___4", "109": "2___NUMERIC___AP_05___5", "110": "2___NUMERIC___AP_05___6", "111": "2___NUMERIC___AP_05___7", "112": "2___NUMERIC___AP_05___8", "113": "2___NUMERIC___AP_05___9", "114": "2___NUMERIC___AP_06___0", "115": "2___NUMERIC___AP_06___1", "116": "2___NUMERIC___AP_06___2", "117": "2___NUMERIC___AP_06___3", "118": "2___NUMERIC___AP_06___4", "119": "2___NUMERIC___AP_06___5", "120": "2___NUMERIC___AP_06___6", "121": "2___NUMERIC___AP_06___7", "122": "2___NUMERIC___AP_06___8", "123": "2___NUMERIC___AP_06___9", "124": "3___NUMERIC___RH_00___0", "125": "3___NUMERIC___RH_00___1", "126": "3___NUMERIC___RH_01___0", "127": "3___NUMERIC___RH_01___2", "128": "3___NUMERIC___RH_01___3", "129": "3___NUMERIC___RH_01___4", "130": "3___NUMERIC___RH_01___5", "131": "3___NUMERIC___RH_01___6", "132": "3___NUMERIC___RH_01___7", "133": "3___NUMERIC___RH_01___8", "134": "3___NUMERIC___RH_01___9", "135": "3___NUMERIC___RH_02___0", "136": "3___NUMERIC___RH_02___1", "137": "3___NUMERIC___RH_02___2", "138": "3___NUMERIC___RH_02___3", "139": "3___NUMERIC___RH_02___4", "140": "3___NUMERIC___RH_02___5", "141": "3___NUMERIC___RH_02___6", "142": "3___NUMERIC___RH_02___7", "143": "3___NUMERIC___RH_02___8", "144": "3___NUMERIC___RH_02___9", "145": "3___NUMERIC___RH_03___.", "146": "3___NUMERIC___RH_04___0", "147": "3___NUMERIC___RH_04___1", "148": "3___NUMERIC___RH_04___2", "149": "3___NUMERIC___RH_04___3", "150": "3___NUMERIC___RH_04___4", "151": "3___NUMERIC___RH_04___5", "152": "3___NUMERIC___RH_04___6", "153": "3___NUMERIC___RH_04___7", "154": "3___NUMERIC___RH_04___8", "155": "3___NUMERIC___RH_04___9", "156": "3___NUMERIC___RH_05___0", "157": "3___NUMERIC___RH_05___1", "158": "3___NUMERIC___RH_05___2", "159": "3___NUMERIC___RH_05___3", "160": "3___NUMERIC___RH_05___4", "161": "3___NUMERIC___RH_05___5", "162": "3___NUMERIC___RH_05___6", "163": "3___NUMERIC___RH_05___7", "164": "3___NUMERIC___RH_05___8", "165": "3___NUMERIC___RH_05___9", "166": "4___NUMERIC___PE_00___4", "167": "4___NUMERIC___PE_01___2", "168": "4___NUMERIC___PE_01___3", "169": "4___NUMERIC___PE_01___4", "170": "4___NUMERIC___PE_01___5", "171": "4___NUMERIC___PE_01___6", "172": "4___NUMERIC___PE_01___7", "173": "4___NUMERIC___PE_01___8", "174": "4___NUMERIC___PE_01___9", "175": "4___NUMERIC___PE_02___0", "176": "4___NUMERIC___PE_02___1", "177": "4___NUMERIC___PE_02___2", "178": "4___NUMERIC___PE_02___3", "179": "4___NUMERIC___PE_02___4", "180": "4___NUMERIC___PE_02___5", "181": "4___NUMERIC___PE_02___6", "182": "4___NUMERIC___PE_02___7", "183": "4___NUMERIC___PE_02___8", "184": "4___NUMERIC___PE_02___9", "185": "4___NUMERIC___PE_03___.", "186": "4___NUMERIC___PE_04___0", "187": "4___NUMERIC___PE_04___1", "188": "4___NUMERIC___PE_04___2", "189": "4___NUMERIC___PE_04___3", "190": "4___NUMERIC___PE_04___4", "191": "4___NUMERIC___PE_04___5", "192": "4___NUMERIC___PE_04___6", "193": "4___NUMERIC___PE_04___7", "194": "4___NUMERIC___PE_04___8", "195": "4___NUMERIC___PE_04___9", "196": "4___NUMERIC___PE_05___0", "197": "4___NUMERIC___PE_05___1", "198": "4___NUMERIC___PE_05___2", "199": "4___NUMERIC___PE_05___3", "200": "4___NUMERIC___PE_05___4", "201": "4___NUMERIC___PE_05___5", "202": "4___NUMERIC___PE_05___6", "203": "4___NUMERIC___PE_05___7", "204": "4___NUMERIC___PE_05___8", "205": "4___NUMERIC___PE_05___9"}, "token2id": {"[UNK]": 0, "[SEP]": 1, "[PAD]": 2, "[CLS]": 3, "[MASK]": 4, "[BOS]": 5, "[EOS]": 6, "[BMEM]": 7, "[EMEM]": 8, "[RMASK]": 9, "[SPTYPE]": 10, "0___NUMERIC___AT_00___0": 11, "0___NUMERIC___AT_00___1": 12, "0___NUMERIC___AT_00___2": 13, "0___NUMERIC___AT_00___3": 14, "0___NUMERIC___AT_01___0": 15, "0___NUMERIC___AT_01___1": 16, "0___NUMERIC___AT_01___2": 17, "0___NUMERIC___AT_01___3": 18, "0___NUMERIC___AT_01___4": 19, "0___NUMERIC___AT_01___5": 20, "0___NUMERIC___AT_01___6": 21, "0___NUMERIC___AT_01___7": 22, "0___NUMERIC___AT_01___8": 23, "0___NUMERIC___AT_01___9": 24, "0___NUMERIC___AT_02___.": 25, "0___NUMERIC___AT_03___0": 26, "0___NUMERIC___AT_03___1": 27, "0___NUMERIC___AT_03___2": 28, "0___NUMERIC___AT_03___3": 29, "0___NUMERIC___AT_03___4": 30, "0___NUMERIC___AT_03___5": 31, "0___NUMERIC___AT_03___6": 32, "0___NUMERIC___AT_03___7": 33, "0___NUMERIC___AT_03___8": 34, "0___NUMERIC___AT_03___9": 35, "0___NUMERIC___AT_04___0": 36, "0___NUMERIC___AT_04___1": 37, "0___NUMERIC___AT_04___2": 38, "0___NUMERIC___AT_04___3": 39, "0___NUMERIC___AT_04___4": 40, "0___NUMERIC___AT_04___5": 41, "0___NUMERIC___AT_04___6": 42, "0___NUMERIC___AT_04___7": 43, "0___NUMERIC___AT_04___8": 44, "0___NUMERIC___AT_04___9": 45, "1___NUMERIC___V_00___2": 46, "1___NUMERIC___V_00___3": 47, "1___NUMERIC___V_00___4": 48, "1___NUMERIC___V_00___5": 49, "1___NUMERIC___V_00___6": 50, "1___NUMERIC___V_00___7": 51, "1___NUMERIC___V_00___8": 52, "1___NUMERIC___V_01___0": 53, "1___NUMERIC___V_01___1": 54, "1___NUMERIC___V_01___2": 55, "1___NUMERIC___V_01___3": 56, "1___NUMERIC___V_01___4": 57, "1___NUMERIC___V_01___5": 58, "1___NUMERIC___V_01___6": 59, "1___NUMERIC___V_01___7": 60, "1___NUMERIC___V_01___8": 61, "1___NUMERIC___V_01___9": 62, "1___NUMERIC___V_02___.": 63, "1___NUMERIC___V_03___0": 64, "1___NUMERIC___V_03___1": 65, "1___NUMERIC___V_03___2": 66, "1___NUMERIC___V_03___3": 67, "1___NUMERIC___V_03___4": 68, "1___NUMERIC___V_03___5": 69, "1___NUMERIC___V_03___6": 70, "1___NUMERIC___V_03___7": 71, "1___NUMERIC___V_03___8": 72, "1___NUMERIC___V_03___9": 73, "1___NUMERIC___V_04___0": 74, "1___NUMERIC___V_04___1": 75, "1___NUMERIC___V_04___2": 76, "1___NUMERIC___V_04___3": 77, "1___NUMERIC___V_04___4": 78, "1___NUMERIC___V_04___5": 79, "1___NUMERIC___V_04___6": 80, "1___NUMERIC___V_04___7": 81, "1___NUMERIC___V_04___8": 82, "1___NUMERIC___V_04___9": 83, "2___NUMERIC___AP_00___0": 84, "2___NUMERIC___AP_00___1": 85, "2___NUMERIC___AP_01___0": 86, "2___NUMERIC___AP_01___9": 87, "2___NUMERIC___AP_02___0": 88, "2___NUMERIC___AP_02___1": 89, "2___NUMERIC___AP_02___2": 90, "2___NUMERIC___AP_02___3": 91, "2___NUMERIC___AP_02___9": 92, "2___NUMERIC___AP_03___0": 93, "2___NUMERIC___AP_03___1": 94, "2___NUMERIC___AP_03___2": 95, "2___NUMERIC___AP_03___3": 96, "2___NUMERIC___AP_03___4": 97, "2___NUMERIC___AP_03___5": 98, "2___NUMERIC___AP_03___6": 99, "2___NUMERIC___AP_03___7": 100, "2___NUMERIC___AP_03___8": 101, "2___NUMERIC___AP_03___9": 102, "2___NUMERIC___AP_04___.": 103, "2___NUMERIC___AP_05___0": 104, "2___NUMERIC___AP_05___1": 105, "2___NUMERIC___AP_05___2": 106, "2___NUMERIC___AP_05___3": 107, "2___NUMERIC___AP_05___4": 108, "2___NUMERIC___AP_05___5": 109, "2___NUMERIC___AP_05___6": 110, "2___NUMERIC___AP_05___7": 111, "2___NUMERIC___AP_05___8": 112, "2___NUMERIC___AP_05___9": 113, "2___NUMERIC___AP_06___0": 114, "2___NUMERIC___AP_06___1": 115, "2___NUMERIC___AP_06___2": 116, "2___NUMERIC___AP_06___3": 117, "2___NUMERIC___AP_06___4": 118, "2___NUMERIC___AP_06___5": 119, "2___NUMERIC___AP_06___6": 120, "2___NUMERIC___AP_06___7": 121, "2___NUMERIC___AP_06___8": 122, "2___NUMERIC___AP_06___9": 123, "3___NUMERIC___RH_00___0": 124, "3___NUMERIC___RH_00___1": 125, "3___NUMERIC___RH_01___0": 126, "3___NUMERIC___RH_01___2": 127, "3___NUMERIC___RH_01___3": 128, "3___NUMERIC___RH_01___4": 129, "3___NUMERIC___RH_01___5": 130, "3___NUMERIC___RH_01___6": 131, "3___NUMERIC___RH_01___7": 132, "3___NUMERIC___RH_01___8": 133, "3___NUMERIC___RH_01___9": 134, "3___NUMERIC___RH_02___0": 135, "3___NUMERIC___RH_02___1": 136, "3___NUMERIC___RH_02___2": 137, "3___NUMERIC___RH_02___3": 138, "3___NUMERIC___RH_02___4": 139, "3___NUMERIC___RH_02___5": 140, "3___NUMERIC___RH_02___6": 141, "3___NUMERIC___RH_02___7": 142, "3___NUMERIC___RH_02___8": 143, "3___NUMERIC___RH_02___9": 144, "3___NUMERIC___RH_03___.": 145, "3___NUMERIC___RH_04___0": 146, "3___NUMERIC___RH_04___1": 147, "3___NUMERIC___RH_04___2": 148, "3___NUMERIC___RH_04___3": 149, "3___NUMERIC___RH_04___4": 150, "3___NUMERIC___RH_04___5": 151, "3___NUMERIC___RH_04___6": 152, "3___NUMERIC___RH_04___7": 153, "3___NUMERIC___RH_04___8": 154, "3___NUMERIC___RH_04___9": 155, "3___NUMERIC___RH_05___0": 156, "3___NUMERIC___RH_05___1": 157, "3___NUMERIC___RH_05___2": 158, "3___NUMERIC___RH_05___3": 159, "3___NUMERIC___RH_05___4": 160, "3___NUMERIC___RH_05___5": 161, "3___NUMERIC___RH_05___6": 162, "3___NUMERIC___RH_05___7": 163, "3___NUMERIC___RH_05___8": 164, "3___NUMERIC___RH_05___9": 165, "4___NUMERIC___PE_00___4": 166, "4___NUMERIC___PE_01___2": 167, "4___NUMERIC___PE_01___3": 168, "4___NUMERIC___PE_01___4": 169, "4___NUMERIC___PE_01___5": 170, "4___NUMERIC___PE_01___6": 171, "4___NUMERIC___PE_01___7": 172, "4___NUMERIC___PE_01___8": 173, "4___NUMERIC___PE_01___9": 174, "4___NUMERIC___PE_02___0": 175, "4___NUMERIC___PE_02___1": 176, "4___NUMERIC___PE_02___2": 177, "4___NUMERIC___PE_02___3": 178, "4___NUMERIC___PE_02___4": 179, "4___NUMERIC___PE_02___5": 180, "4___NUMERIC___PE_02___6": 181, "4___NUMERIC___PE_02___7": 182, "4___NUMERIC___PE_02___8": 183, "4___NUMERIC___PE_02___9": 184, "4___NUMERIC___PE_03___.": 185, "4___NUMERIC___PE_04___0": 186, "4___NUMERIC___PE_04___1": 187, "4___NUMERIC___PE_04___2": 188, "4___NUMERIC___PE_04___3": 189, "4___NUMERIC___PE_04___4": 190, "4___NUMERIC___PE_04___5": 191, "4___NUMERIC___PE_04___6": 192, "4___NUMERIC___PE_04___7": 193, "4___NUMERIC___PE_04___8": 194, "4___NUMERIC___PE_04___9": 195, "4___NUMERIC___PE_05___0": 196, "4___NUMERIC___PE_05___1": 197, "4___NUMERIC___PE_05___2": 198, "4___NUMERIC___PE_05___3": 199, "4___NUMERIC___PE_05___4": 200, "4___NUMERIC___PE_05___5": 201, "4___NUMERIC___PE_05___6": 202, "4___NUMERIC___PE_05___7": 203, "4___NUMERIC___PE_05___8": 204, "4___NUMERIC___PE_05___9": 205}, "column_token_ids": {"0___NUMERIC___AT_00": [11, 12, 13, 14], "0___NUMERIC___AT_01": [15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "0___NUMERIC___AT_02": [25], "0___NUMERIC___AT_03": [26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "0___NUMERIC___AT_04": [36, 37, 38, 39, 40, 41, 42, 43, 44, 45], "1___NUMERIC___V_00": [46, 47, 48, 49, 50, 51, 52], "1___NUMERIC___V_01": [53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "1___NUMERIC___V_02": [63], "1___NUMERIC___V_03": [64, 65, 66, 67, 68, 69, 70, 71, 72, 73], "1___NUMERIC___V_04": [74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "2___NUMERIC___AP_00": [84, 85], "2___NUMERIC___AP_01": [86, 87], "2___NUMERIC___AP_02": [88, 89, 90, 91, 92], "2___NUMERIC___AP_03": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102], "2___NUMERIC___AP_04": [103], "2___NUMERIC___AP_05": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113], "2___NUMERIC___AP_06": [114, 115, 116, 117, 118, 119, 120, 121, 122, 123], "3___NUMERIC___RH_00": [124, 125], "3___NUMERIC___RH_01": [126, 127, 128, 129, 130, 131, 132, 133, 134], "3___NUMERIC___RH_02": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144], "3___NUMERIC___RH_03": [145], "3___NUMERIC___RH_04": [146, 147, 148, 149, 150, 151, 152, 153, 154, 155], "3___NUMERIC___RH_05": [156, 157, 158, 159, 160, 161, 162, 163, 164, 165], "4___NUMERIC___PE_00": [166], "4___NUMERIC___PE_01": [167, 168, 169, 170, 171, 172, 173, 174], "4___NUMERIC___PE_02": [175, 176, 177, 178, 179, 180, 181, 182, 183, 184], "4___NUMERIC___PE_03": [185], "4___NUMERIC___PE_04": [186, 187, 188, 189, 190, 191, 192, 193, 194, 195], "4___NUMERIC___PE_05": [196, 197, 198, 199, 200, 201, 202, 203, 204, 205]}}, "tabular_max_length": 31, "relational_max_length": null, "tabular_col_size": 7654, "relational_col_size": null, "col_transform_data": {"AT": {"max_len": 10, "numeric_precision": 4, "mx_sig": 2, "ljust": 5, "numeric_nparts": 1}, "V": {"max_len": 10, "numeric_precision": 4, "mx_sig": 2, "ljust": 5, "numeric_nparts": 1}, "AP": {"max_len": 10, "numeric_precision": 4, "mx_sig": 4, "ljust": 7, "numeric_nparts": 1}, "RH": {"max_len": 10, "numeric_precision": 4, "mx_sig": 3, "ljust": 6, "numeric_nparts": 1}, "PE": {"max_len": 10, "numeric_precision": 4, "mx_sig": 3, "ljust": 6, "numeric_nparts": 1}}, "in_col_transform_data": null, "col_idx_ids": {"0": [11, 12, 13, 14], "1": [15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "2": [25], "3": [26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "4": [36, 37, 38, 39, 40, 41, 42, 43, 44, 45], "5": [46, 47, 48, 49, 50, 51, 52], "6": [53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "7": [63], "8": [64, 65, 66, 67, 68, 69, 70, 71, 72, 73], "9": [74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "10": [84, 85], "11": [86, 87], "12": [88, 89, 90, 91, 92], "13": [93, 94, 95, 96, 97, 98, 99, 100, 101, 102], "14": [103], "15": [104, 105, 106, 107, 108, 109, 110, 111, 112, 113], "16": [114, 115, 116, 117, 118, 119, 120, 121, 122, 123], "17": [124, 125], "18": [126, 127, 128, 129, 130, 131, 132, 133, 134], "19": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144], "20": [145], "21": [146, 147, 148, 149, 150, 151, 152, 153, 154, 155], "22": [156, 157, 158, 159, 160, 161, 162, 163, 164, 165], "23": [166], "24": [167, 168, 169, 170, 171, 172, 173, 174], "25": [175, 176, 177, 178, 179, 180, 181, 182, 183, 184], "26": [185], "27": [186, 187, 188, 189, 190, 191, 192, 193, 194, 195], "28": [196, 197, 198, 199, 200, 201, 202, 203, 204, 205]}, "random_state": 1029, "numeric_nparts": 1, "numeric_precision": 4, "numeric_max_len": 10, "experiment_id": "id000017748162322609233920", "trainer_state": null, "target_col": null, "realtabformer_version": "0.2.4"} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_model.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..2aa64d878d93c27b1b18db57b137fb577ffe5318 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs/id000017748162322609233920/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556cc3fb8946a51b87e65d99acae6db8775cb22e599c484f926f29d2dd2aa58f +size 173922787 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/public_gate_report.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a167c29e4914f54605b0fbfbdfbcd12a1ab45850 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/realtabformer_features.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/realtabformer_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf-n20-1000-20260330_043036.csv b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf-n20-1000-20260330_043036.csv new file mode 100644 index 0000000000000000000000000000000000000000..e8827410233e41a2e28fb2713db3687656146341 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf-n20-1000-20260330_043036.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cbd5874a91a48f971de271812aabb8d5e9a69f67356f9cafc6cf65fccc34b1 +size 32394 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ab414c66b60b4ccf5b489dd2ea2c0f139ce1205b --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d684ece5ff2b971cad527aad0ee3dd31dc80b9ddffeef7acaef797987ec659ad +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..260a8010e4bf7ba47c986b69ff80eb49ec03bf5a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74d20754fed0717a95fd919db8473257fc47850a67a5de4c8ccefe65d0162b1 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..e24e5abfffbbbb1da17662b5a0e3dceadc0bf6cb --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff37023d1df00e082a4d0a88af54f1f01b0403bbadf2ad159b598b88e75ef89 +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6b077f46eeedcb9486ff588fc10ea17f134e11b7 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07566d1bd05a4b142a3e5e175e903cf6e0d7abf4e7df0f8fbcd89fbc1f6ec74 +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..64324c6c50d2ebfb0b14e1e0d1ebc0453b4afe39 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb822785e5291d4ee22d1a3a760350b1ec900fb591d6844d38c6fc8640ca756d +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..b96472e2ae9dea79621bfa43a878ab5bb5c81f2f --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/trainer_state.json @@ -0,0 +1,1686 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.33437826541275, + "eval_steps": 100, + "global_step": 23600, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 5953741386448896.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23600/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..aefb4db35472e63baea4958358ca555365868c3d --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8369fbf4210d06fb22dde40ceb3fbee79a837c1e1c957ac429d1dca20c4bda1d +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..e79acb369697a2b5989b0737328bba0a38b5ee52 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8362b44966c373168125e7f57f0a251c11d8374d1c170e0dc9cb74746c2ba43 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..74339bfc9fab1cfebe6ba3fff5fa50567c225066 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15096f4a28afa2bb6235e2b2e4c56b5e602334d758e1cd42bb704c4d5d9feb3 +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..31c04506a5fd4d9d84804c3b6d14f1c118f6e964 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447eaefce532567ed9b3810f3b45d448e24be7041e184d7b802e07c264c22dfe +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2156bfa75e174ccb1af0aeef310fc8343545377a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b496b192e4f2e34c8e0525c483e992428187d1b4a2fc3ba42a5d2846400bbaf4 +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..0acf88cac8b7db919f9fbf7cc41e1b795685b595 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/trainer_state.json @@ -0,0 +1,1693 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.75235109717869, + "eval_steps": 100, + "global_step": 23700, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + }, + { + "epoch": 98.75235109717869, + "grad_norm": 1.7660917043685913, + "learning_rate": 6.416666666666667e-07, + "loss": 0.35376209259033203, + "step": 23700 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 5979054509162496.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23700/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2be068965628717093eeec7a341af5a856bc4bb4 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a4481b527d3509f81e9a7cca7d99e5b2858d74330efa83b902f0d9e38d62f1 +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..ed6dc2e3369134f1a8d20eebfecad284dae2419e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aa1ff558acfaf3458fe55ff0d1d33faf06cc0069a9a713b131a9e91266c701 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..0aa976ff8633059f656f4486d91e978a9d732df5 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab2d80fba3532076e9ae952c2e50b575dba974be242abc9207d891cce4296b +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d0c0af79090b167dc01c378e48c39c90ef116a68 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befbdeea60b012d337d1ff996cdca4286ee916b39ea37577ea6fc2cc34e7eefd +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..165247311937ef2d6a3ef2f70b3320fa9884b0ff --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd992dd1b2cd3db721fbefbbeb0922f93db8d53125ad146a4acf19e152c2c47 +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..f00a48e898c7e54e0ebc2c92272809184899bb83 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/trainer_state.json @@ -0,0 +1,1693 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.0, + "eval_steps": 100, + "global_step": 23760, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + }, + { + "epoch": 98.75235109717869, + "grad_norm": 1.7660917043685913, + "learning_rate": 6.416666666666667e-07, + "loss": 0.35376209259033203, + "step": 23700 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 5994036713668608.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23760/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4f8369823813ee4a279c64ad2542030060636b8c --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba71315b211de19d1689c619b394bd68cfaf35fb9732db89a6f2e7622183a67 +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..3b28aa14128b8ac47f61dff90dec41b887a43519 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe12c359e32e41df4a399845cf25c5fa49a3d6a2cf4dc7687e8491ad04e8437 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..258a271089a08f21557f48c6d23f6d8eac5de116 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861ccdd8499ebc9a2f36586bb79d56b699074b154deeae5ffadee5b00e23b4a1 +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4b4402216baaf4085405c922133a9afab246f6a6 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c33361cd2d7c07f43289beb1400eb3b35e2925d1e45eaef6df5259bcae5c49 +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cbec7ce4a432f718ccc9e1c65f43c4f9f8a83a3e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b6ac09a3be17298699669bbf6fb4a0c07756a59f39fe9ae55e4c30318aef62 +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..532657438405efdf6291298ea52fee908fde0666 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/trainer_state.json @@ -0,0 +1,1700 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.16718913270637, + "eval_steps": 100, + "global_step": 23800, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + }, + { + "epoch": 98.75235109717869, + "grad_norm": 1.7660917043685913, + "learning_rate": 6.416666666666667e-07, + "loss": 0.35376209259033203, + "step": 23700 + }, + { + "epoch": 99.16718913270637, + "grad_norm": 1.6198989152908325, + "learning_rate": 4.3333333333333335e-07, + "loss": 0.3533440017700195, + "step": 23800 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 6004161962754048.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23800/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9361c6455972a474a1b4cbac4752e1c7d579ec3a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae939efb8d1b8acdf644e776292603f527bcade3c6fbcf07058bf61be5bb9dd +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..9c344ba6285a245d4928e61fbf8404a02d9aa99c --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2964518f2da56d7c53dead02231ff9d983ff6fd718000c0a752364141d879c8 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..67f56303b2d4ad1e24bb9af852d85738e2f74d1d --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45819871ef3f242ebbd92eaef44dceb29e7fc157428002f9a3c992d808cae531 +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ca936ab94aecfb9a463712d43f0d2f90042bead1 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24d09d3cb8d1c8c453cbb5ab62eee0121b2d39f505d05e7df1f775239c2797b +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d1afca930315c122a0c89a426bbc9ce9f59e0ced --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed46fea96d165a479349888893a766ebbdf4cbe97d2ea0d33f4d6633d53e38ba +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..9d404eb59e7e407031b2f2f4fe64e9afe5a17adc --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/trainer_state.json @@ -0,0 +1,1707 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.5851619644723, + "eval_steps": 100, + "global_step": 23900, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + }, + { + "epoch": 98.75235109717869, + "grad_norm": 1.7660917043685913, + "learning_rate": 6.416666666666667e-07, + "loss": 0.35376209259033203, + "step": 23700 + }, + { + "epoch": 99.16718913270637, + "grad_norm": 1.6198989152908325, + "learning_rate": 4.3333333333333335e-07, + "loss": 0.3533440017700195, + "step": 23800 + }, + { + "epoch": 99.5851619644723, + "grad_norm": 1.6573379039764404, + "learning_rate": 2.25e-07, + "loss": 0.35338760375976563, + "step": 23900 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 6029475085467648.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-23900/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe13cd076bce7700d5531d8c832e0deae1d2c74 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 206 +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/generation_config.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/model.safetensors b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6241e1d50ecfbeb20956343e2c0bc69990934bf9 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faadad6e9f9e71ccc0c475a094444ceeb5ac8e3e5a90ec537c64c361ec159400 +size 173901256 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/optimizer.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..12099b8731e2683eea1d26137e204d4926ea284e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4bc7bebf04b392e40bdce0a85e876462590837e62b2024714d8ba8c8f6fad9 +size 347851595 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/rng_state.pth b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..b9dea58e318d7feb5fde7e416eb4e2e81eafd389 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f912197645402528620a480efd97d3f05a8a11b9b12e26cb010b6b2d20ce4369 +size 14645 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scaler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3e2adb0f2076a517a100bceb7ebb9d74ad3a6cf3 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df1040570cc10819ea192af10864608ebcba3b6718cde92b1bb86fb6a049c10 +size 1383 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scheduler.pt b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e99d733995bbbee8fd5edc62ee497eb6630e16f9 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1933f081b10072ee86f2040f28792f1bf6c197f8c331656d8be6d03e0f2a4d79 +size 1465 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/trainer_state.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..4f74cda34b40ace2836b19ce487ddd34f00b953e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/trainer_state.json @@ -0,0 +1,1714 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 100.0, + "eval_steps": 100, + "global_step": 24000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4179728317659352, + "grad_norm": 1.1745507717132568, + "learning_rate": 4.979375e-05, + "loss": 1.8797970581054688, + "step": 100 + }, + { + "epoch": 0.8359456635318704, + "grad_norm": 1.2771275043487549, + "learning_rate": 4.9585416666666665e-05, + "loss": 1.3495425415039062, + "step": 200 + }, + { + "epoch": 1.250783699059561, + "grad_norm": 1.0192583799362183, + "learning_rate": 4.9377083333333335e-05, + "loss": 1.3154779052734376, + "step": 300 + }, + { + "epoch": 1.6687565308254964, + "grad_norm": 0.9528461694717407, + "learning_rate": 4.916875e-05, + "loss": 1.294412841796875, + "step": 400 + }, + { + "epoch": 2.083594566353187, + "grad_norm": 1.053767442703247, + "learning_rate": 4.896041666666667e-05, + "loss": 1.2845219421386718, + "step": 500 + }, + { + "epoch": 2.501567398119122, + "grad_norm": 0.9601804614067078, + "learning_rate": 4.875208333333334e-05, + "loss": 1.2737371826171875, + "step": 600 + }, + { + "epoch": 2.9195402298850572, + "grad_norm": 0.8572854399681091, + "learning_rate": 4.8543750000000004e-05, + "loss": 1.264786834716797, + "step": 700 + }, + { + "epoch": 3.3343782654127483, + "grad_norm": 0.9348403811454773, + "learning_rate": 4.833541666666667e-05, + "loss": 1.2527418518066407, + "step": 800 + }, + { + "epoch": 3.7523510971786833, + "grad_norm": 0.9432033896446228, + "learning_rate": 4.812708333333333e-05, + "loss": 1.244896469116211, + "step": 900 + }, + { + "epoch": 4.167189132706374, + "grad_norm": 0.9924982190132141, + "learning_rate": 4.791875e-05, + "loss": 1.2381392669677735, + "step": 1000 + }, + { + "epoch": 4.585161964472309, + "grad_norm": 1.0854289531707764, + "learning_rate": 4.7710416666666666e-05, + "loss": 1.2257815551757814, + "step": 1100 + }, + { + "epoch": 5.0, + "grad_norm": 2.3473095893859863, + "learning_rate": 4.750208333333334e-05, + "loss": 1.2187701416015626, + "step": 1200 + }, + { + "epoch": 5.417972831765935, + "grad_norm": 1.0243662595748901, + "learning_rate": 4.729375e-05, + "loss": 1.205874481201172, + "step": 1300 + }, + { + "epoch": 5.83594566353187, + "grad_norm": 0.9916355013847351, + "learning_rate": 4.708541666666667e-05, + "loss": 1.2045014953613282, + "step": 1400 + }, + { + "epoch": 6.250783699059561, + "grad_norm": 1.0531096458435059, + "learning_rate": 4.6877083333333335e-05, + "loss": 1.1933850860595703, + "step": 1500 + }, + { + "epoch": 6.668756530825497, + "grad_norm": 1.016014814376831, + "learning_rate": 4.666875e-05, + "loss": 1.1864318084716796, + "step": 1600 + }, + { + "epoch": 7.083594566353187, + "grad_norm": 1.0063502788543701, + "learning_rate": 4.646041666666667e-05, + "loss": 1.1807183837890625, + "step": 1700 + }, + { + "epoch": 7.501567398119122, + "grad_norm": 1.1518296003341675, + "learning_rate": 4.6252083333333334e-05, + "loss": 1.1711654663085938, + "step": 1800 + }, + { + "epoch": 7.919540229885057, + "grad_norm": 1.0266475677490234, + "learning_rate": 4.6043750000000004e-05, + "loss": 1.1707728576660157, + "step": 1900 + }, + { + "epoch": 8.334378265412749, + "grad_norm": 1.0675994157791138, + "learning_rate": 4.583541666666667e-05, + "loss": 1.1583911895751953, + "step": 2000 + }, + { + "epoch": 8.752351097178684, + "grad_norm": 1.1112488508224487, + "learning_rate": 4.562708333333334e-05, + "loss": 1.1563136291503906, + "step": 2100 + }, + { + "epoch": 9.167189132706374, + "grad_norm": 1.1065679788589478, + "learning_rate": 4.541875e-05, + "loss": 1.1491595458984376, + "step": 2200 + }, + { + "epoch": 9.58516196447231, + "grad_norm": 1.0721131563186646, + "learning_rate": 4.521041666666667e-05, + "loss": 1.1429459381103515, + "step": 2300 + }, + { + "epoch": 10.0, + "grad_norm": 2.6011266708374023, + "learning_rate": 4.500208333333333e-05, + "loss": 1.1443728637695312, + "step": 2400 + }, + { + "epoch": 10.417972831765935, + "grad_norm": 1.2076094150543213, + "learning_rate": 4.479375e-05, + "loss": 1.1286479949951171, + "step": 2500 + }, + { + "epoch": 10.83594566353187, + "grad_norm": 1.0758233070373535, + "learning_rate": 4.4585416666666665e-05, + "loss": 1.1316162109375, + "step": 2600 + }, + { + "epoch": 11.25078369905956, + "grad_norm": 1.1601002216339111, + "learning_rate": 4.4377083333333336e-05, + "loss": 1.124896240234375, + "step": 2700 + }, + { + "epoch": 11.668756530825496, + "grad_norm": 1.1812822818756104, + "learning_rate": 4.4168750000000006e-05, + "loss": 1.120713348388672, + "step": 2800 + }, + { + "epoch": 12.083594566353186, + "grad_norm": 1.1160231828689575, + "learning_rate": 4.396041666666667e-05, + "loss": 1.1188623046875, + "step": 2900 + }, + { + "epoch": 12.501567398119121, + "grad_norm": 1.170701265335083, + "learning_rate": 4.375208333333334e-05, + "loss": 1.107538604736328, + "step": 3000 + }, + { + "epoch": 12.919540229885058, + "grad_norm": 1.1283971071243286, + "learning_rate": 4.354375e-05, + "loss": 1.1119863128662109, + "step": 3100 + }, + { + "epoch": 13.334378265412749, + "grad_norm": 1.1823253631591797, + "learning_rate": 4.333541666666667e-05, + "loss": 1.0969991302490234, + "step": 3200 + }, + { + "epoch": 13.752351097178684, + "grad_norm": 1.207239031791687, + "learning_rate": 4.312708333333333e-05, + "loss": 1.1022826385498048, + "step": 3300 + }, + { + "epoch": 14.167189132706374, + "grad_norm": 1.23350191116333, + "learning_rate": 4.291875e-05, + "loss": 1.093013153076172, + "step": 3400 + }, + { + "epoch": 14.58516196447231, + "grad_norm": 1.2965155839920044, + "learning_rate": 4.271041666666667e-05, + "loss": 1.087262191772461, + "step": 3500 + }, + { + "epoch": 15.0, + "grad_norm": 3.1685569286346436, + "learning_rate": 4.250208333333334e-05, + "loss": 1.0914337158203125, + "step": 3600 + }, + { + "epoch": 15.417972831765935, + "grad_norm": 1.3424510955810547, + "learning_rate": 4.229375e-05, + "loss": 1.0733131408691405, + "step": 3700 + }, + { + "epoch": 15.83594566353187, + "grad_norm": 1.2796332836151123, + "learning_rate": 4.2085416666666665e-05, + "loss": 1.079778518676758, + "step": 3800 + }, + { + "epoch": 16.25078369905956, + "grad_norm": 1.2930960655212402, + "learning_rate": 4.1877083333333336e-05, + "loss": 1.0647262573242187, + "step": 3900 + }, + { + "epoch": 16.668756530825497, + "grad_norm": 1.411808729171753, + "learning_rate": 4.166875e-05, + "loss": 1.063470458984375, + "step": 4000 + }, + { + "epoch": 17.083594566353188, + "grad_norm": 1.2812137603759766, + "learning_rate": 4.146041666666667e-05, + "loss": 1.062913818359375, + "step": 4100 + }, + { + "epoch": 17.50156739811912, + "grad_norm": 1.359188199043274, + "learning_rate": 4.1252083333333334e-05, + "loss": 1.04908203125, + "step": 4200 + }, + { + "epoch": 17.919540229885058, + "grad_norm": 1.3643676042556763, + "learning_rate": 4.1043750000000005e-05, + "loss": 1.0555126190185546, + "step": 4300 + }, + { + "epoch": 18.33437826541275, + "grad_norm": 1.4461634159088135, + "learning_rate": 4.083541666666667e-05, + "loss": 1.031966552734375, + "step": 4400 + }, + { + "epoch": 18.752351097178682, + "grad_norm": 1.462206244468689, + "learning_rate": 4.062708333333334e-05, + "loss": 1.041431884765625, + "step": 4500 + }, + { + "epoch": 19.167189132706373, + "grad_norm": 1.4399783611297607, + "learning_rate": 4.0418749999999997e-05, + "loss": 1.0289114379882813, + "step": 4600 + }, + { + "epoch": 19.58516196447231, + "grad_norm": 1.5349676609039307, + "learning_rate": 4.021041666666667e-05, + "loss": 1.020026321411133, + "step": 4700 + }, + { + "epoch": 20.0, + "grad_norm": 3.3540687561035156, + "learning_rate": 4.000208333333334e-05, + "loss": 1.027764892578125, + "step": 4800 + }, + { + "epoch": 20.417972831765937, + "grad_norm": 1.6245768070220947, + "learning_rate": 3.979375e-05, + "loss": 0.9961433410644531, + "step": 4900 + }, + { + "epoch": 20.83594566353187, + "grad_norm": 1.4911549091339111, + "learning_rate": 3.958541666666667e-05, + "loss": 1.0107956695556641, + "step": 5000 + }, + { + "epoch": 21.25078369905956, + "grad_norm": 1.6133261919021606, + "learning_rate": 3.9377083333333336e-05, + "loss": 0.9908677673339844, + "step": 5100 + }, + { + "epoch": 21.668756530825497, + "grad_norm": 1.6664750576019287, + "learning_rate": 3.916875000000001e-05, + "loss": 0.9891024780273437, + "step": 5200 + }, + { + "epoch": 22.083594566353188, + "grad_norm": 1.6115251779556274, + "learning_rate": 3.8960416666666664e-05, + "loss": 0.9872906494140625, + "step": 5300 + }, + { + "epoch": 22.50156739811912, + "grad_norm": 1.6913632154464722, + "learning_rate": 3.8752083333333335e-05, + "loss": 0.9637393188476563, + "step": 5400 + }, + { + "epoch": 22.919540229885058, + "grad_norm": 1.68955397605896, + "learning_rate": 3.854375e-05, + "loss": 0.9752719116210937, + "step": 5500 + }, + { + "epoch": 23.33437826541275, + "grad_norm": 1.8526769876480103, + "learning_rate": 3.833541666666667e-05, + "loss": 0.9432481384277344, + "step": 5600 + }, + { + "epoch": 23.752351097178682, + "grad_norm": 1.8030632734298706, + "learning_rate": 3.812708333333333e-05, + "loss": 0.949796371459961, + "step": 5700 + }, + { + "epoch": 24.167189132706373, + "grad_norm": 1.9883733987808228, + "learning_rate": 3.7918750000000004e-05, + "loss": 0.9384639739990235, + "step": 5800 + }, + { + "epoch": 24.58516196447231, + "grad_norm": 1.9717391729354858, + "learning_rate": 3.771041666666667e-05, + "loss": 0.9229618072509765, + "step": 5900 + }, + { + "epoch": 25.0, + "grad_norm": 4.370469093322754, + "learning_rate": 3.750208333333334e-05, + "loss": 0.9376616668701172, + "step": 6000 + }, + { + "epoch": 25.417972831765937, + "grad_norm": 1.9299930334091187, + "learning_rate": 3.729375e-05, + "loss": 0.8922282409667969, + "step": 6100 + }, + { + "epoch": 25.83594566353187, + "grad_norm": 2.0857715606689453, + "learning_rate": 3.7085416666666666e-05, + "loss": 0.9116069030761719, + "step": 6200 + }, + { + "epoch": 26.25078369905956, + "grad_norm": 2.0542609691619873, + "learning_rate": 3.6877083333333336e-05, + "loss": 0.884717025756836, + "step": 6300 + }, + { + "epoch": 26.668756530825497, + "grad_norm": 2.099496841430664, + "learning_rate": 3.666875e-05, + "loss": 0.8803669738769532, + "step": 6400 + }, + { + "epoch": 27.083594566353188, + "grad_norm": 2.061055898666382, + "learning_rate": 3.646041666666667e-05, + "loss": 0.88078369140625, + "step": 6500 + }, + { + "epoch": 27.50156739811912, + "grad_norm": 2.1918013095855713, + "learning_rate": 3.6252083333333335e-05, + "loss": 0.8487940979003906, + "step": 6600 + }, + { + "epoch": 27.919540229885058, + "grad_norm": 2.2495579719543457, + "learning_rate": 3.6043750000000005e-05, + "loss": 0.8643094635009766, + "step": 6700 + }, + { + "epoch": 28.33437826541275, + "grad_norm": 2.2828423976898193, + "learning_rate": 3.583541666666666e-05, + "loss": 0.8265548706054687, + "step": 6800 + }, + { + "epoch": 28.752351097178682, + "grad_norm": 2.301934242248535, + "learning_rate": 3.562708333333333e-05, + "loss": 0.8345829010009765, + "step": 6900 + }, + { + "epoch": 29.167189132706373, + "grad_norm": 2.337167978286743, + "learning_rate": 3.5418750000000004e-05, + "loss": 0.8241331481933594, + "step": 7000 + }, + { + "epoch": 29.58516196447231, + "grad_norm": 2.424687385559082, + "learning_rate": 3.521041666666667e-05, + "loss": 0.8030683135986328, + "step": 7100 + }, + { + "epoch": 30.0, + "grad_norm": 5.633693695068359, + "learning_rate": 3.500208333333334e-05, + "loss": 0.8159955596923828, + "step": 7200 + }, + { + "epoch": 30.417972831765937, + "grad_norm": 2.4578874111175537, + "learning_rate": 3.479375e-05, + "loss": 0.7701765441894531, + "step": 7300 + }, + { + "epoch": 30.83594566353187, + "grad_norm": 2.46213698387146, + "learning_rate": 3.458541666666667e-05, + "loss": 0.7898278045654297, + "step": 7400 + }, + { + "epoch": 31.25078369905956, + "grad_norm": 2.450120449066162, + "learning_rate": 3.4377083333333337e-05, + "loss": 0.7637793731689453, + "step": 7500 + }, + { + "epoch": 31.668756530825497, + "grad_norm": 2.539194107055664, + "learning_rate": 3.416875e-05, + "loss": 0.7578929901123047, + "step": 7600 + }, + { + "epoch": 32.083594566353185, + "grad_norm": 2.396498441696167, + "learning_rate": 3.3960416666666664e-05, + "loss": 0.7590032196044922, + "step": 7700 + }, + { + "epoch": 32.50156739811912, + "grad_norm": 2.5787012577056885, + "learning_rate": 3.3752083333333335e-05, + "loss": 0.7277265167236329, + "step": 7800 + }, + { + "epoch": 32.91954022988506, + "grad_norm": 2.6941049098968506, + "learning_rate": 3.354375e-05, + "loss": 0.741373291015625, + "step": 7900 + }, + { + "epoch": 33.334378265412745, + "grad_norm": 2.561180591583252, + "learning_rate": 3.333541666666667e-05, + "loss": 0.7077468872070313, + "step": 8000 + }, + { + "epoch": 33.75235109717868, + "grad_norm": 2.698366165161133, + "learning_rate": 3.312708333333333e-05, + "loss": 0.7158135986328125, + "step": 8100 + }, + { + "epoch": 34.167189132706376, + "grad_norm": 2.3561489582061768, + "learning_rate": 3.2918750000000004e-05, + "loss": 0.7011434173583985, + "step": 8200 + }, + { + "epoch": 34.585161964472306, + "grad_norm": 2.4616682529449463, + "learning_rate": 3.271041666666667e-05, + "loss": 0.6865446472167969, + "step": 8300 + }, + { + "epoch": 35.0, + "grad_norm": 6.519858360290527, + "learning_rate": 3.250208333333333e-05, + "loss": 0.7008232116699219, + "step": 8400 + }, + { + "epoch": 35.41797283176594, + "grad_norm": 2.6605167388916016, + "learning_rate": 3.229375e-05, + "loss": 0.6588517761230469, + "step": 8500 + }, + { + "epoch": 35.835945663531874, + "grad_norm": 2.9047741889953613, + "learning_rate": 3.2085416666666666e-05, + "loss": 0.6750824737548828, + "step": 8600 + }, + { + "epoch": 36.25078369905956, + "grad_norm": 2.6053218841552734, + "learning_rate": 3.187708333333334e-05, + "loss": 0.6532894897460938, + "step": 8700 + }, + { + "epoch": 36.6687565308255, + "grad_norm": 2.611823081970215, + "learning_rate": 3.166875e-05, + "loss": 0.6502051544189453, + "step": 8800 + }, + { + "epoch": 37.083594566353185, + "grad_norm": 2.539048433303833, + "learning_rate": 3.146041666666667e-05, + "loss": 0.6493798065185546, + "step": 8900 + }, + { + "epoch": 37.50156739811912, + "grad_norm": 2.894548177719116, + "learning_rate": 3.1252083333333335e-05, + "loss": 0.623201560974121, + "step": 9000 + }, + { + "epoch": 37.91954022988506, + "grad_norm": 2.6852688789367676, + "learning_rate": 3.104375e-05, + "loss": 0.6362430191040039, + "step": 9100 + }, + { + "epoch": 38.334378265412745, + "grad_norm": 2.769557237625122, + "learning_rate": 3.083541666666667e-05, + "loss": 0.6076617050170898, + "step": 9200 + }, + { + "epoch": 38.75235109717868, + "grad_norm": 2.8157525062561035, + "learning_rate": 3.0627083333333334e-05, + "loss": 0.6144847106933594, + "step": 9300 + }, + { + "epoch": 39.167189132706376, + "grad_norm": 2.624096393585205, + "learning_rate": 3.041875e-05, + "loss": 0.6066743469238282, + "step": 9400 + }, + { + "epoch": 39.585161964472306, + "grad_norm": 2.644243001937866, + "learning_rate": 3.0210416666666668e-05, + "loss": 0.5927565002441406, + "step": 9500 + }, + { + "epoch": 40.0, + "grad_norm": 6.8491058349609375, + "learning_rate": 3.0002083333333335e-05, + "loss": 0.6028693389892578, + "step": 9600 + }, + { + "epoch": 40.41797283176594, + "grad_norm": 2.756385326385498, + "learning_rate": 2.9793750000000003e-05, + "loss": 0.5693631362915039, + "step": 9700 + }, + { + "epoch": 40.835945663531874, + "grad_norm": 2.7389633655548096, + "learning_rate": 2.9585416666666666e-05, + "loss": 0.5857354736328125, + "step": 9800 + }, + { + "epoch": 41.25078369905956, + "grad_norm": 2.6861822605133057, + "learning_rate": 2.9377083333333334e-05, + "loss": 0.5657150650024414, + "step": 9900 + }, + { + "epoch": 41.6687565308255, + "grad_norm": 2.9940953254699707, + "learning_rate": 2.916875e-05, + "loss": 0.5647754669189453, + "step": 10000 + }, + { + "epoch": 42.083594566353185, + "grad_norm": 2.5255496501922607, + "learning_rate": 2.8960416666666668e-05, + "loss": 0.5667390441894531, + "step": 10100 + }, + { + "epoch": 42.50156739811912, + "grad_norm": 2.700141191482544, + "learning_rate": 2.8752083333333335e-05, + "loss": 0.5464653015136719, + "step": 10200 + }, + { + "epoch": 42.91954022988506, + "grad_norm": 2.6556396484375, + "learning_rate": 2.8543750000000003e-05, + "loss": 0.5574790954589843, + "step": 10300 + }, + { + "epoch": 43.334378265412745, + "grad_norm": 2.877645969390869, + "learning_rate": 2.83375e-05, + "loss": 0.5367749404907226, + "step": 10400 + }, + { + "epoch": 43.75235109717868, + "grad_norm": 2.8133609294891357, + "learning_rate": 2.8129166666666668e-05, + "loss": 0.5423203659057617, + "step": 10500 + }, + { + "epoch": 44.167189132706376, + "grad_norm": 2.685441255569458, + "learning_rate": 2.7920833333333336e-05, + "loss": 0.5342837905883789, + "step": 10600 + }, + { + "epoch": 44.585161964472306, + "grad_norm": 2.5280637741088867, + "learning_rate": 2.7712500000000003e-05, + "loss": 0.5261685180664063, + "step": 10700 + }, + { + "epoch": 45.0, + "grad_norm": 5.800426483154297, + "learning_rate": 2.750416666666667e-05, + "loss": 0.5334086990356446, + "step": 10800 + }, + { + "epoch": 45.41797283176594, + "grad_norm": 2.6565773487091064, + "learning_rate": 2.7295833333333337e-05, + "loss": 0.5124838638305664, + "step": 10900 + }, + { + "epoch": 45.835945663531874, + "grad_norm": 2.679960250854492, + "learning_rate": 2.7087499999999998e-05, + "loss": 0.5191211700439453, + "step": 11000 + }, + { + "epoch": 46.25078369905956, + "grad_norm": 2.525783061981201, + "learning_rate": 2.6879166666666665e-05, + "loss": 0.511533432006836, + "step": 11100 + }, + { + "epoch": 46.6687565308255, + "grad_norm": 2.690030574798584, + "learning_rate": 2.6670833333333332e-05, + "loss": 0.5069757080078126, + "step": 11200 + }, + { + "epoch": 47.083594566353185, + "grad_norm": 2.6247081756591797, + "learning_rate": 2.6462500000000003e-05, + "loss": 0.5119719696044922, + "step": 11300 + }, + { + "epoch": 47.50156739811912, + "grad_norm": 2.5154895782470703, + "learning_rate": 2.625416666666667e-05, + "loss": 0.4945339584350586, + "step": 11400 + }, + { + "epoch": 47.91954022988506, + "grad_norm": 2.6383907794952393, + "learning_rate": 2.6045833333333337e-05, + "loss": 0.503528823852539, + "step": 11500 + }, + { + "epoch": 48.334378265412745, + "grad_norm": 2.513200283050537, + "learning_rate": 2.5837500000000005e-05, + "loss": 0.4872106170654297, + "step": 11600 + }, + { + "epoch": 48.75235109717868, + "grad_norm": 2.4727258682250977, + "learning_rate": 2.5629166666666665e-05, + "loss": 0.491937255859375, + "step": 11700 + }, + { + "epoch": 49.167189132706376, + "grad_norm": 2.361522912979126, + "learning_rate": 2.5420833333333332e-05, + "loss": 0.4885561752319336, + "step": 11800 + }, + { + "epoch": 49.585161964472306, + "grad_norm": 2.8727731704711914, + "learning_rate": 2.52125e-05, + "loss": 0.4811228561401367, + "step": 11900 + }, + { + "epoch": 50.0, + "grad_norm": 6.223437786102295, + "learning_rate": 2.5004166666666667e-05, + "loss": 0.4903813171386719, + "step": 12000 + }, + { + "epoch": 50.41797283176594, + "grad_norm": 2.380347490310669, + "learning_rate": 2.4795833333333334e-05, + "loss": 0.4697294235229492, + "step": 12100 + }, + { + "epoch": 50.835945663531874, + "grad_norm": 2.449446201324463, + "learning_rate": 2.45875e-05, + "loss": 0.47804508209228513, + "step": 12200 + }, + { + "epoch": 51.25078369905956, + "grad_norm": 2.221832275390625, + "learning_rate": 2.4379166666666665e-05, + "loss": 0.47102783203125, + "step": 12300 + }, + { + "epoch": 51.6687565308255, + "grad_norm": 2.465876579284668, + "learning_rate": 2.4170833333333336e-05, + "loss": 0.46889213562011717, + "step": 12400 + }, + { + "epoch": 52.083594566353185, + "grad_norm": 2.294114828109741, + "learning_rate": 2.3964583333333334e-05, + "loss": 0.4704180908203125, + "step": 12500 + }, + { + "epoch": 52.50156739811912, + "grad_norm": 2.328007221221924, + "learning_rate": 2.375625e-05, + "loss": 0.4608915328979492, + "step": 12600 + }, + { + "epoch": 52.91954022988506, + "grad_norm": 2.5187807083129883, + "learning_rate": 2.3547916666666665e-05, + "loss": 0.46594844818115233, + "step": 12700 + }, + { + "epoch": 53.334378265412745, + "grad_norm": 2.5147311687469482, + "learning_rate": 2.3339583333333333e-05, + "loss": 0.4542707824707031, + "step": 12800 + }, + { + "epoch": 53.75235109717868, + "grad_norm": 2.5036559104919434, + "learning_rate": 2.3131250000000003e-05, + "loss": 0.4606345748901367, + "step": 12900 + }, + { + "epoch": 54.167189132706376, + "grad_norm": 2.4218244552612305, + "learning_rate": 2.292291666666667e-05, + "loss": 0.45734691619873047, + "step": 13000 + }, + { + "epoch": 54.585161964472306, + "grad_norm": 2.2699968814849854, + "learning_rate": 2.2714583333333334e-05, + "loss": 0.4504068374633789, + "step": 13100 + }, + { + "epoch": 55.0, + "grad_norm": 6.105894088745117, + "learning_rate": 2.250625e-05, + "loss": 0.4574204635620117, + "step": 13200 + }, + { + "epoch": 55.41797283176594, + "grad_norm": 2.1883912086486816, + "learning_rate": 2.229791666666667e-05, + "loss": 0.44333782196044924, + "step": 13300 + }, + { + "epoch": 55.835945663531874, + "grad_norm": 2.2879748344421387, + "learning_rate": 2.2089583333333336e-05, + "loss": 0.4507097625732422, + "step": 13400 + }, + { + "epoch": 56.25078369905956, + "grad_norm": 1.7134796380996704, + "learning_rate": 2.188125e-05, + "loss": 0.44433338165283204, + "step": 13500 + }, + { + "epoch": 56.6687565308255, + "grad_norm": 2.3568131923675537, + "learning_rate": 2.1672916666666667e-05, + "loss": 0.4420380783081055, + "step": 13600 + }, + { + "epoch": 57.083594566353185, + "grad_norm": 2.1565897464752197, + "learning_rate": 2.1464583333333334e-05, + "loss": 0.441941032409668, + "step": 13700 + }, + { + "epoch": 57.50156739811912, + "grad_norm": 2.3211677074432373, + "learning_rate": 2.1256249999999998e-05, + "loss": 0.43524330139160156, + "step": 13800 + }, + { + "epoch": 57.91954022988506, + "grad_norm": 2.443175792694092, + "learning_rate": 2.1047916666666666e-05, + "loss": 0.44203533172607423, + "step": 13900 + }, + { + "epoch": 58.334378265412745, + "grad_norm": 2.32370924949646, + "learning_rate": 2.0839583333333336e-05, + "loss": 0.4307181930541992, + "step": 14000 + }, + { + "epoch": 58.75235109717868, + "grad_norm": 2.1250813007354736, + "learning_rate": 2.0631250000000003e-05, + "loss": 0.43505039215087893, + "step": 14100 + }, + { + "epoch": 59.167189132706376, + "grad_norm": 2.064331531524658, + "learning_rate": 2.0422916666666667e-05, + "loss": 0.43209686279296877, + "step": 14200 + }, + { + "epoch": 59.585161964472306, + "grad_norm": 2.1141719818115234, + "learning_rate": 2.0214583333333335e-05, + "loss": 0.4279383850097656, + "step": 14300 + }, + { + "epoch": 60.0, + "grad_norm": 7.103407382965088, + "learning_rate": 2.0006250000000002e-05, + "loss": 0.43316734313964844, + "step": 14400 + }, + { + "epoch": 60.41797283176594, + "grad_norm": 2.052353620529175, + "learning_rate": 1.979791666666667e-05, + "loss": 0.4226258850097656, + "step": 14500 + }, + { + "epoch": 60.835945663531874, + "grad_norm": 2.3989837169647217, + "learning_rate": 1.9589583333333333e-05, + "loss": 0.42718162536621096, + "step": 14600 + }, + { + "epoch": 61.25078369905956, + "grad_norm": 2.1767024993896484, + "learning_rate": 1.9383333333333335e-05, + "loss": 0.4218944549560547, + "step": 14700 + }, + { + "epoch": 61.6687565308255, + "grad_norm": 2.0881235599517822, + "learning_rate": 1.9175000000000002e-05, + "loss": 0.4215769958496094, + "step": 14800 + }, + { + "epoch": 62.083594566353185, + "grad_norm": 2.1916637420654297, + "learning_rate": 1.896666666666667e-05, + "loss": 0.4226819610595703, + "step": 14900 + }, + { + "epoch": 62.50156739811912, + "grad_norm": 2.1196045875549316, + "learning_rate": 1.8758333333333333e-05, + "loss": 0.41706802368164064, + "step": 15000 + }, + { + "epoch": 62.91954022988506, + "grad_norm": 2.3487002849578857, + "learning_rate": 1.855e-05, + "loss": 0.4197085952758789, + "step": 15100 + }, + { + "epoch": 63.334378265412745, + "grad_norm": 2.0149223804473877, + "learning_rate": 1.8341666666666668e-05, + "loss": 0.4125522232055664, + "step": 15200 + }, + { + "epoch": 63.75235109717868, + "grad_norm": 2.0601189136505127, + "learning_rate": 1.8133333333333335e-05, + "loss": 0.41629470825195314, + "step": 15300 + }, + { + "epoch": 64.16718913270637, + "grad_norm": 1.97402822971344, + "learning_rate": 1.7925e-05, + "loss": 0.4131575393676758, + "step": 15400 + }, + { + "epoch": 64.5851619644723, + "grad_norm": 2.1080198287963867, + "learning_rate": 1.7716666666666666e-05, + "loss": 0.4090321731567383, + "step": 15500 + }, + { + "epoch": 65.0, + "grad_norm": 6.473039150238037, + "learning_rate": 1.7508333333333337e-05, + "loss": 0.4162561798095703, + "step": 15600 + }, + { + "epoch": 65.41797283176594, + "grad_norm": 2.196876287460327, + "learning_rate": 1.73e-05, + "loss": 0.4042858123779297, + "step": 15700 + }, + { + "epoch": 65.83594566353187, + "grad_norm": 1.9655892848968506, + "learning_rate": 1.7091666666666668e-05, + "loss": 0.4103887176513672, + "step": 15800 + }, + { + "epoch": 66.25078369905957, + "grad_norm": 2.0062644481658936, + "learning_rate": 1.6883333333333335e-05, + "loss": 0.4061072158813477, + "step": 15900 + }, + { + "epoch": 66.66875653082549, + "grad_norm": 2.202662706375122, + "learning_rate": 1.6675000000000002e-05, + "loss": 0.4056428909301758, + "step": 16000 + }, + { + "epoch": 67.08359456635318, + "grad_norm": 2.4328441619873047, + "learning_rate": 1.6466666666666666e-05, + "loss": 0.40564056396484377, + "step": 16100 + }, + { + "epoch": 67.50156739811912, + "grad_norm": 2.031280994415283, + "learning_rate": 1.6258333333333333e-05, + "loss": 0.40169654846191405, + "step": 16200 + }, + { + "epoch": 67.91954022988506, + "grad_norm": 1.9739203453063965, + "learning_rate": 1.605e-05, + "loss": 0.40476226806640625, + "step": 16300 + }, + { + "epoch": 68.33437826541275, + "grad_norm": 2.3341128826141357, + "learning_rate": 1.5841666666666668e-05, + "loss": 0.3990496826171875, + "step": 16400 + }, + { + "epoch": 68.75235109717869, + "grad_norm": 2.1209359169006348, + "learning_rate": 1.563333333333333e-05, + "loss": 0.4006576156616211, + "step": 16500 + }, + { + "epoch": 69.16718913270637, + "grad_norm": 1.5498281717300415, + "learning_rate": 1.5425000000000002e-05, + "loss": 0.3998970794677734, + "step": 16600 + }, + { + "epoch": 69.5851619644723, + "grad_norm": 1.971798300743103, + "learning_rate": 1.5216666666666668e-05, + "loss": 0.39718845367431643, + "step": 16700 + }, + { + "epoch": 70.0, + "grad_norm": Infinity, + "learning_rate": 1.5008333333333335e-05, + "loss": 0.4010488128662109, + "step": 16800 + }, + { + "epoch": 70.41797283176594, + "grad_norm": 2.1309869289398193, + "learning_rate": 1.4802083333333333e-05, + "loss": 0.3923043441772461, + "step": 16900 + }, + { + "epoch": 70.83594566353187, + "grad_norm": 1.950490117073059, + "learning_rate": 1.459375e-05, + "loss": 0.39717788696289064, + "step": 17000 + }, + { + "epoch": 71.25078369905957, + "grad_norm": 2.219872236251831, + "learning_rate": 1.4385416666666668e-05, + "loss": 0.39180980682373046, + "step": 17100 + }, + { + "epoch": 71.66875653082549, + "grad_norm": 1.8645597696304321, + "learning_rate": 1.4177083333333335e-05, + "loss": 0.3928171539306641, + "step": 17200 + }, + { + "epoch": 72.08359456635318, + "grad_norm": 1.8671468496322632, + "learning_rate": 1.396875e-05, + "loss": 0.39382678985595704, + "step": 17300 + }, + { + "epoch": 72.50156739811912, + "grad_norm": 1.9191668033599854, + "learning_rate": 1.3760416666666668e-05, + "loss": 0.38836429595947264, + "step": 17400 + }, + { + "epoch": 72.91954022988506, + "grad_norm": 1.9967060089111328, + "learning_rate": 1.3552083333333335e-05, + "loss": 0.3923333740234375, + "step": 17500 + }, + { + "epoch": 73.33437826541275, + "grad_norm": 2.1809651851654053, + "learning_rate": 1.3343749999999999e-05, + "loss": 0.38737628936767576, + "step": 17600 + }, + { + "epoch": 73.75235109717869, + "grad_norm": 1.9008772373199463, + "learning_rate": 1.3135416666666666e-05, + "loss": 0.38928215026855467, + "step": 17700 + }, + { + "epoch": 74.16718913270637, + "grad_norm": 1.8422372341156006, + "learning_rate": 1.2927083333333334e-05, + "loss": 0.38721633911132813, + "step": 17800 + }, + { + "epoch": 74.5851619644723, + "grad_norm": 2.406301498413086, + "learning_rate": 1.271875e-05, + "loss": 0.3857460021972656, + "step": 17900 + }, + { + "epoch": 75.0, + "grad_norm": 4.700644493103027, + "learning_rate": 1.2510416666666666e-05, + "loss": 0.3893187713623047, + "step": 18000 + }, + { + "epoch": 75.41797283176594, + "grad_norm": 1.8649448156356812, + "learning_rate": 1.2302083333333334e-05, + "loss": 0.3804453277587891, + "step": 18100 + }, + { + "epoch": 75.83594566353187, + "grad_norm": 1.720718264579773, + "learning_rate": 1.2093750000000001e-05, + "loss": 0.3865409088134766, + "step": 18200 + }, + { + "epoch": 76.25078369905957, + "grad_norm": 1.968951940536499, + "learning_rate": 1.1885416666666666e-05, + "loss": 0.38123294830322263, + "step": 18300 + }, + { + "epoch": 76.66875653082549, + "grad_norm": 1.856533408164978, + "learning_rate": 1.1677083333333334e-05, + "loss": 0.38138751983642577, + "step": 18400 + }, + { + "epoch": 77.08359456635318, + "grad_norm": 1.8741992712020874, + "learning_rate": 1.1468750000000001e-05, + "loss": 0.38186294555664063, + "step": 18500 + }, + { + "epoch": 77.50156739811912, + "grad_norm": 2.2902965545654297, + "learning_rate": 1.1260416666666668e-05, + "loss": 0.3780086517333984, + "step": 18600 + }, + { + "epoch": 77.91954022988506, + "grad_norm": 1.8799666166305542, + "learning_rate": 1.1052083333333334e-05, + "loss": 0.38117393493652346, + "step": 18700 + }, + { + "epoch": 78.33437826541275, + "grad_norm": 1.9149417877197266, + "learning_rate": 1.0843750000000001e-05, + "loss": 0.3770874404907227, + "step": 18800 + }, + { + "epoch": 78.75235109717869, + "grad_norm": 1.8533141613006592, + "learning_rate": 1.0635416666666667e-05, + "loss": 0.37856819152832033, + "step": 18900 + }, + { + "epoch": 79.16718913270637, + "grad_norm": 1.931688904762268, + "learning_rate": 1.0429166666666668e-05, + "loss": 0.37887115478515626, + "step": 19000 + }, + { + "epoch": 79.5851619644723, + "grad_norm": 2.0734574794769287, + "learning_rate": 1.0220833333333334e-05, + "loss": 0.3763130569458008, + "step": 19100 + }, + { + "epoch": 80.0, + "grad_norm": 4.884521961212158, + "learning_rate": 1.0012500000000001e-05, + "loss": 0.3784810256958008, + "step": 19200 + }, + { + "epoch": 80.41797283176594, + "grad_norm": 1.7279999256134033, + "learning_rate": 9.804166666666667e-06, + "loss": 0.3726878356933594, + "step": 19300 + }, + { + "epoch": 80.83594566353187, + "grad_norm": 1.934420108795166, + "learning_rate": 9.595833333333334e-06, + "loss": 0.3769020462036133, + "step": 19400 + }, + { + "epoch": 81.25078369905957, + "grad_norm": 1.6364339590072632, + "learning_rate": 9.387500000000001e-06, + "loss": 0.3741650772094727, + "step": 19500 + }, + { + "epoch": 81.66875653082549, + "grad_norm": 1.9392186403274536, + "learning_rate": 9.179166666666667e-06, + "loss": 0.3732316207885742, + "step": 19600 + }, + { + "epoch": 82.08359456635318, + "grad_norm": 1.8965917825698853, + "learning_rate": 8.970833333333334e-06, + "loss": 0.37284992218017576, + "step": 19700 + }, + { + "epoch": 82.50156739811912, + "grad_norm": 1.8146089315414429, + "learning_rate": 8.7625e-06, + "loss": 0.37083236694335936, + "step": 19800 + }, + { + "epoch": 82.91954022988506, + "grad_norm": 1.9942643642425537, + "learning_rate": 8.554166666666667e-06, + "loss": 0.3719537353515625, + "step": 19900 + }, + { + "epoch": 83.33437826541275, + "grad_norm": 1.7389395236968994, + "learning_rate": 8.345833333333334e-06, + "loss": 0.3691475296020508, + "step": 20000 + }, + { + "epoch": 83.75235109717869, + "grad_norm": 1.887874722480774, + "learning_rate": 8.137500000000001e-06, + "loss": 0.36994434356689454, + "step": 20100 + }, + { + "epoch": 84.16718913270637, + "grad_norm": 1.806835412979126, + "learning_rate": 7.929166666666667e-06, + "loss": 0.3691754150390625, + "step": 20200 + }, + { + "epoch": 84.5851619644723, + "grad_norm": 1.7443525791168213, + "learning_rate": 7.720833333333334e-06, + "loss": 0.36751083374023436, + "step": 20300 + }, + { + "epoch": 85.0, + "grad_norm": 2.7266175746917725, + "learning_rate": 7.5125000000000005e-06, + "loss": 0.36937187194824217, + "step": 20400 + }, + { + "epoch": 85.41797283176594, + "grad_norm": 1.7208460569381714, + "learning_rate": 7.304166666666668e-06, + "loss": 0.36528263092041013, + "step": 20500 + }, + { + "epoch": 85.83594566353187, + "grad_norm": 2.232893466949463, + "learning_rate": 7.095833333333333e-06, + "loss": 0.3685319137573242, + "step": 20600 + }, + { + "epoch": 86.25078369905957, + "grad_norm": 1.8366525173187256, + "learning_rate": 6.8875000000000005e-06, + "loss": 0.36592582702636717, + "step": 20700 + }, + { + "epoch": 86.66875653082549, + "grad_norm": 1.691685438156128, + "learning_rate": 6.679166666666667e-06, + "loss": 0.3656372833251953, + "step": 20800 + }, + { + "epoch": 87.08359456635318, + "grad_norm": 1.6252021789550781, + "learning_rate": 6.470833333333334e-06, + "loss": 0.36714324951171873, + "step": 20900 + }, + { + "epoch": 87.50156739811912, + "grad_norm": 1.6367672681808472, + "learning_rate": 6.262500000000001e-06, + "loss": 0.36419048309326174, + "step": 21000 + }, + { + "epoch": 87.91954022988506, + "grad_norm": 1.7011361122131348, + "learning_rate": 6.054166666666667e-06, + "loss": 0.36461658477783204, + "step": 21100 + }, + { + "epoch": 88.33437826541275, + "grad_norm": 1.8023464679718018, + "learning_rate": 5.847916666666667e-06, + "loss": 0.36269298553466794, + "step": 21200 + }, + { + "epoch": 88.75235109717869, + "grad_norm": 1.7660810947418213, + "learning_rate": 5.6395833333333335e-06, + "loss": 0.3633218002319336, + "step": 21300 + }, + { + "epoch": 89.16718913270637, + "grad_norm": 1.3625577688217163, + "learning_rate": 5.43125e-06, + "loss": 0.3633236312866211, + "step": 21400 + }, + { + "epoch": 89.5851619644723, + "grad_norm": 1.952423334121704, + "learning_rate": 5.222916666666667e-06, + "loss": 0.3621905517578125, + "step": 21500 + }, + { + "epoch": 90.0, + "grad_norm": 2.4177494049072266, + "learning_rate": 5.0145833333333335e-06, + "loss": 0.3638544845581055, + "step": 21600 + }, + { + "epoch": 90.41797283176594, + "grad_norm": 1.803424596786499, + "learning_rate": 4.80625e-06, + "loss": 0.35983768463134763, + "step": 21700 + }, + { + "epoch": 90.83594566353187, + "grad_norm": 2.001723289489746, + "learning_rate": 4.597916666666667e-06, + "loss": 0.3623805999755859, + "step": 21800 + }, + { + "epoch": 91.25078369905957, + "grad_norm": 1.7890111207962036, + "learning_rate": 4.389583333333334e-06, + "loss": 0.36118221282958984, + "step": 21900 + }, + { + "epoch": 91.66875653082549, + "grad_norm": 1.677316427230835, + "learning_rate": 4.181250000000001e-06, + "loss": 0.36014270782470703, + "step": 22000 + }, + { + "epoch": 92.08359456635318, + "grad_norm": 1.973120927810669, + "learning_rate": 3.972916666666667e-06, + "loss": 0.3604902267456055, + "step": 22100 + }, + { + "epoch": 92.50156739811912, + "grad_norm": 1.426491379737854, + "learning_rate": 3.7645833333333336e-06, + "loss": 0.3588398361206055, + "step": 22200 + }, + { + "epoch": 92.91954022988506, + "grad_norm": 2.0131523609161377, + "learning_rate": 3.55625e-06, + "loss": 0.35942298889160157, + "step": 22300 + }, + { + "epoch": 93.33437826541275, + "grad_norm": 1.6075741052627563, + "learning_rate": 3.3479166666666664e-06, + "loss": 0.35796058654785157, + "step": 22400 + }, + { + "epoch": 93.75235109717869, + "grad_norm": 1.6585438251495361, + "learning_rate": 3.1395833333333333e-06, + "loss": 0.3583108901977539, + "step": 22500 + }, + { + "epoch": 94.16718913270637, + "grad_norm": 1.8449360132217407, + "learning_rate": 2.93125e-06, + "loss": 0.35828121185302736, + "step": 22600 + }, + { + "epoch": 94.5851619644723, + "grad_norm": 1.555243730545044, + "learning_rate": 2.7229166666666665e-06, + "loss": 0.3566983032226563, + "step": 22700 + }, + { + "epoch": 95.0, + "grad_norm": 4.824643135070801, + "learning_rate": 2.5145833333333333e-06, + "loss": 0.35643672943115234, + "step": 22800 + }, + { + "epoch": 95.41797283176594, + "grad_norm": 1.623421311378479, + "learning_rate": 2.30625e-06, + "loss": 0.3556914138793945, + "step": 22900 + }, + { + "epoch": 95.83594566353187, + "grad_norm": 1.657912015914917, + "learning_rate": 2.097916666666667e-06, + "loss": 0.35639514923095705, + "step": 23000 + }, + { + "epoch": 96.25078369905957, + "grad_norm": 1.571734070777893, + "learning_rate": 1.8895833333333334e-06, + "loss": 0.35562828063964846, + "step": 23100 + }, + { + "epoch": 96.66875653082549, + "grad_norm": 1.5224640369415283, + "learning_rate": 1.6812500000000002e-06, + "loss": 0.35567420959472656, + "step": 23200 + }, + { + "epoch": 97.08359456635318, + "grad_norm": 1.6086163520812988, + "learning_rate": 1.475e-06, + "loss": 0.35664134979248047, + "step": 23300 + }, + { + "epoch": 97.50156739811912, + "grad_norm": 1.3552693128585815, + "learning_rate": 1.2666666666666667e-06, + "loss": 0.3540884780883789, + "step": 23400 + }, + { + "epoch": 97.91954022988506, + "grad_norm": 1.4197611808776855, + "learning_rate": 1.0583333333333333e-06, + "loss": 0.35556625366210937, + "step": 23500 + }, + { + "epoch": 98.33437826541275, + "grad_norm": 1.770342230796814, + "learning_rate": 8.500000000000001e-07, + "loss": 0.35623573303222655, + "step": 23600 + }, + { + "epoch": 98.75235109717869, + "grad_norm": 1.7660917043685913, + "learning_rate": 6.416666666666667e-07, + "loss": 0.35376209259033203, + "step": 23700 + }, + { + "epoch": 99.16718913270637, + "grad_norm": 1.6198989152908325, + "learning_rate": 4.3333333333333335e-07, + "loss": 0.3533440017700195, + "step": 23800 + }, + { + "epoch": 99.5851619644723, + "grad_norm": 1.6573379039764404, + "learning_rate": 2.25e-07, + "loss": 0.35338760375976563, + "step": 23900 + }, + { + "epoch": 100.0, + "grad_norm": 3.975067615509033, + "learning_rate": 1.6666666666666667e-08, + "loss": 0.3547807693481445, + "step": 24000 + } + ], + "logging_steps": 100, + "max_steps": 24000, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 6054582539059200.0, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/training_args.bin b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/rtf_checkpoints/checkpoint-24000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/runtime_result.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..0b7845bbb4f8e1a588786191b67227698bd7aab0 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n20", + "model": "realtabformer", + "run_id": "rtf-n20-20260330_023856", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/rtf-n20-1000-20260330_043036.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/models_100epochs" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/staged_features.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/test.csv b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/train.csv b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/val.csv b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_report.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9b658df34a76a246cd308d298794ac4871e3735b --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a5e1282993420a670af234db3e3ac46421132317 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "realtabformer", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/realtabformer/rtf-n20-20260330_023856/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/train_20260330_023856.log b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/train_20260330_023856.log new file mode 100644 index 0000000000000000000000000000000000000000..64fe590bd304114a59f595c0b13abe0a64e2fb64 --- /dev/null +++ b/syntheticSuccess/n20/realtabformer/rtf-n20-20260330_023856/train_20260330_023856.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae84509c7fd81ae10c9eacb921b67e2f03dfb96696c14ea6ac7df9a1855bc832 +size 1716922 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_sample.py b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..d157a5db12d8ff2906040f192c5f3e86afdc3725 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_sample.py @@ -0,0 +1,66 @@ +import os, sys, subprocess, json +import numpy as np +import pandas as pd + +tabddpm_root = "/workspace/tabddpm/code" +assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}" +env = os.environ.copy() +env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", "")) + +# Reuse the compat wrapper (patches collections.Sequence for skorch) +wrapper = os.path.join(tabddpm_root, "_compat_run.py") +if not os.path.exists(wrapper): + with open(wrapper, "w") as f: + f.write( + "import collections, collections.abc\n" + "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping'," + "'MutableSet','Set','Callable','Iterable','Iterator'):\n" + " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n" + "import sys, runpy\n" + "sys.argv = sys.argv[1:]\n" + "runpy.run_path(sys.argv[0], run_name='__main__')\n" + ) + +print(f"[TabDDPM] Sampling 7654 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_095702.toml", + "--sample"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) + +# 将 .npy 输出转为 CSV(npy 在 TabDDPM 的 parent_dir,即 npy_dir) +info_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +col_names = info.get("column_names", []) + +parts = [] +x_num_path = os.path.join(output_dir, "X_num_train.npy") +x_cat_path = os.path.join(output_dir, "X_cat_train.npy") +y_path = os.path.join(output_dir, "y_train.npy") + +if os.path.exists(x_num_path): + parts.append(np.load(x_num_path, allow_pickle=True)) +if os.path.exists(x_cat_path): + parts.append(np.load(x_cat_path, allow_pickle=True).astype(float)) +if os.path.exists(y_path): + y = np.load(y_path, allow_pickle=True) + parts.append(y.reshape(-1, 1) if y.ndim == 1 else y) + +if parts: + combined = np.concatenate(parts, axis=1) + if col_names and len(col_names) == combined.shape[1]: + df = pd.DataFrame(combined, columns=col_names) + else: + df = pd.DataFrame(combined) + df.to_csv("/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_train.py b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..19e0c28e7fd0d056e7236ab6430da7d47c7dd4c7 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/_tabddpm_train.py @@ -0,0 +1,32 @@ +import os, sys, subprocess + +tabddpm_root = "/workspace/tabddpm/code" +assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}" +env = os.environ.copy() +env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", "")) + +# Write a wrapper that patches collections.Sequence (removed in Python 3.10+) +# before running pipeline.py - needed because skorch uses old API +wrapper = os.path.join(tabddpm_root, "_compat_run.py") +with open(wrapper, "w") as f: + f.write( + "import collections, collections.abc\n" + "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping'," + "'MutableSet','Set','Callable','Iterable','Iterator'):\n" + " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n" + "import sys, runpy\n" + "sys.argv = sys.argv[1:]\n" + "runpy.run_path(sys.argv[0], run_name='__main__')\n" + ) + +print(f"[TabDDPM] Training, config=/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config.toml b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..fbf9bc41064f4f5a470b79d860716a86e2f12aa6 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +real_data_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 4 +num_classes = 0 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 1000 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260424_222235.toml b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260424_222235.toml new file mode 100644 index 0000000000000000000000000000000000000000..1f8bc4283196876ef1a8c89b5386a240fcdd9a93 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260424_222235.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +real_data_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 4 +num_classes = 0 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 7654 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_045013.toml b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_045013.toml new file mode 100644 index 0000000000000000000000000000000000000000..1f8bc4283196876ef1a8c89b5386a240fcdd9a93 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_045013.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +real_data_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 4 +num_classes = 0 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 7654 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_095702.toml b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_095702.toml new file mode 100644 index 0000000000000000000000000000000000000000..1f8bc4283196876ef1a8c89b5386a240fcdd9a93 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/config_sample_20260425_095702.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +real_data_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 4 +num_classes = 0 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 7654 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_test.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..dcf6de926fc3575b581de86e979dad9994666135 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87eff75b7ce715afa0a998295f2d0b23dbf50bbbcf891011bc811a095a722ec +size 15456 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_train.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9295fcc46f71ef2fba389dae775f102c4a15ffc5 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa6ece900b1f48c4d7336f1661143550c14968e8fb364ff1efef26c17dd6a2 +size 122592 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_val.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..81cfaa992a51f2e8d02661e80b1df5639d82af06 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8cd35a8682e0368ff34d4f72dea66e0433fe7797ed794839beb06a17f55373 +size 15424 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/info.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..85dc91873c814ca849cccd1890b0647213575c4f --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/info.json @@ -0,0 +1,24 @@ +{ + "name": "benchmark_dataset", + "task_type": "regression", + "n_num_features": 4, + "n_cat_features": 0, + "train_size": 7654, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [], + "target_col_idx": [ + 4 + ], + "column_names": [ + "AT", + "V", + "AP", + "RH", + "PE" + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_test.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d46c08f704f7dd69856855cef1e1e3678129bb3 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957c31415386eb02b801b226cf04617575ae987b56f9cd449eb84f4ef63a5d82 +size 3960 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_train.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8fcdfc684493b109ade7e1db54fe062b9f582cf --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf23dddd80c93a0db5c33c2b827318fc85f88ed6ac86837e956bd7141eee438f +size 30744 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_val.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..482a53bf0551d3951864d37f4f55b383d62ed5eb --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/data/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b39111a57811c0445a55f1f78dbeaa88b47f6ba712b1dfbcf8ab32f8463b8 +size 3952 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260321_173130.log b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260321_173130.log new file mode 100644 index 0000000000000000000000000000000000000000..891b25d0d5edc7677f18e6f0da8fc619bb42298d --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260321_173130.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2f7d64b03fe4c34977483ac58930bf73127e39906e69cd5217693f95edd964 +size 21720 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260424_222235.log b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260424_222235.log new file mode 100644 index 0000000000000000000000000000000000000000..a1c0fe6f48b5c5de209507248ba4287a6285445d --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260424_222235.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ae85f570f9ffd31e5a2b3733ee7d21fa5972c5551d2e00ce630ee3a4ba2ea4 +size 168619 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_045013.log b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_045013.log new file mode 100644 index 0000000000000000000000000000000000000000..77e1dfecc960c016c868e5e7ef5b5a14a4e0740f --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_045013.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d10f8f99354a73f122d3c2f28da0e6a5704138d08671f684da62db68033db92 +size 168302 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_095702.log b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_095702.log new file mode 100644 index 0000000000000000000000000000000000000000..8af309859acf7a19355da4eeae8c151479d2337c --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/gen_20260425_095702.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce55c4ccc5cc0a2f5ddaf030df3e3ed9c4d2a823d892ccd878ff950dc5f7c21 +size 168393 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/input_snapshot.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..88dd4b94be82b8ac3fb2bedc5a9c82c25515f168 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_train.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..55fc202024a19d051fd9ef964e9fde6bcfdc86f6 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0377d97dde3ce8977abee93f71433c2a87b8a0fc5e493f2ad2a5c85efbf04b +size 245056 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_unnorm.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..cb15f76226c2d931d75c6c9022860cd8d97f0ce1 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/X_num_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506564dc83244c1bf4599311aad23bad9251d41c41101c7cb176917ecf9ffc3c +size 245056 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/config.toml b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..1f8bc4283196876ef1a8c89b5386a240fcdd9a93 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/output" +real_data_path = "/work/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 4 +num_classes = 0 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 7654 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/data/info.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..85dc91873c814ca849cccd1890b0647213575c4f --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/data/info.json @@ -0,0 +1,24 @@ +{ + "name": "benchmark_dataset", + "task_type": "regression", + "n_num_features": 4, + "n_cat_features": 0, + "train_size": 7654, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [], + "target_col_idx": [ + 4 + ], + "column_names": [ + "AT", + "V", + "AP", + "RH", + "PE" + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/info.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..85dc91873c814ca849cccd1890b0647213575c4f --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/info.json @@ -0,0 +1,24 @@ +{ + "name": "benchmark_dataset", + "task_type": "regression", + "n_num_features": 4, + "n_cat_features": 0, + "train_size": 7654, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [], + "target_col_idx": [ + 4 + ], + "column_names": [ + "AT", + "V", + "AP", + "RH", + "PE" + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/loss.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..10ad5aec2fd6b0d12fff593b7d90ab0fbfe8128e --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a91f8718e1bd29a37580f0e3d12982aec85f2e1ffbe5e2f51aaca865d7a3af +size 1249 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model.pt b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..7a9f346035878151a5bb831d3bb8750f4d7b9421 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6bb17d0375383ca0e834fdefed3079834ad6dba4cc42e3f74a23795478b271 +size 539921 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model_ema.pt b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..adf26aeb541b8fa7db9221d0152a25c2752a672c --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a9a9cf391f60816c7163579209fc9ed5bada59edda5f8351e963b19ffea915 +size 540833 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/y_train.npy b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..6732102095c2131f856138c10f75900e3930c43e --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/output/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad644da3563deda9373042c43728df389f3303fdf3bf0261917393d7f33fa465 +size 61360 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/public_gate_report.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..131d79845d7b0e63a496a2b8b90ea7973ad88bb2 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/runtime_result.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..d76cdf0a3c3fcdc632aa445ca6dbf39b793d24b6 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n20", + "model": "tabddpm", + "run_id": "tabddpm-n20-20260321_172946", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/staged_features.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/test.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/train.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/val.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_report.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..bb71ab583db13915a9738442731e5b9c8ad639b5 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_transforms_applied.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/model_input_manifest.json b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..be859dbc5c07ce4996dc946f298ff330943c4c5c --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "tabddpm", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabddpm/tabddpm-n20-20260321_172946/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-1000-20260321_173130.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-1000-20260321_173130.csv new file mode 100644 index 0000000000000000000000000000000000000000..26a3a8f7781b94fe91894efbda2d4879bed59b5e --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-1000-20260321_173130.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3e51d1c9de1127ce6d2d925150bff2ab1eed2033cbff66ad2070cb50334ea3 +size 74002 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv new file mode 100644 index 0000000000000000000000000000000000000000..b8ac8b18ab688085a5d5316afc7cb212f6bd46fa --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/tabddpm-n20-7654-20260425_095702.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521aa20608171da4597b6c261029d9e110821615455d52c650f994b2a24f917 +size 618030 diff --git a/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/train_20260321_172946.log b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/train_20260321_172946.log new file mode 100644 index 0000000000000000000000000000000000000000..a6e1eb0dfb202793826b7fa88ba3b48022a03271 --- /dev/null +++ b/syntheticSuccess/n20/tabddpm/tabddpm-n20-20260321_172946/train_20260321_172946.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ba5133e38e60f0ed9934a4d41fc5469a2b2fc783fbe839a43283758f3f8f0b +size 9172 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/_tabpfgen_generate.py b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..0a05f2250be0660826523dac09012e6995ac5140 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/_tabpfgen_generate.py @@ -0,0 +1,87 @@ +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/train.csv") +target_col = "PE" + +feature_cols = [c for c in df.columns if c != target_col] + +# --- Label-encode categorical / object columns --- +cat_encodings = {} # col -> list of unique values (index = code) +for col in feature_cols: + if df[col].dtype == object or str(df[col].dtype) == 'category': + cats = sorted(df[col].dropna().unique().tolist(), key=str) + cat_map = {v: i for i, v in enumerate(cats)} + df[col] = df[col].map(cat_map).astype(float) + cat_encodings[col] = cats + print(f"[TabPFGen] Label-encoded '{col}' ({len(cats)} categories)") + +# Encode target if categorical +target_cats = None +if df[target_col].dtype == object or str(df[target_col].dtype) == 'category': + cats = sorted(df[target_col].dropna().unique().tolist(), key=str) + t_map = {v: i for i, v in enumerate(cats)} + df[target_col] = df[target_col].map(t_map).astype(float) + target_cats = cats + print(f"[TabPFGen] Label-encoded target '{target_col}' ({len(cats)} categories)") + +X = df[feature_cols].values.astype(np.float32) +y = df[target_col].values +target_n = int(7654) + +# Handle NaN +for i in range(X.shape[1]): + col_vals = X[:, i] + mask = np.isnan(col_vals) + if mask.any(): + mean_val = np.nanmean(col_vals) + X[mask, i] = mean_val if not np.isnan(mean_val) else 0.0 + +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device="auto", +) + +print(f"[TabPFGen] Generating {target_n} rows via generate_regression") +X_syn, y_syn = gen.generate_regression(X, y, n_samples=target_n) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +# --- Inverse label-encoding for categorical columns --- +for col, cats in cat_encodings.items(): + # Round to nearest integer index, clamp to valid range + codes = np.round(syn_df[col].values).astype(int) + codes = np.clip(codes, 0, len(cats) - 1) + syn_df[col] = [cats[c] for c in codes] + +if target_cats is not None: + codes = np.round(syn_df[target_col].values).astype(int) + codes = np.clip(codes, 0, len(target_cats) - 1) + syn_df[target_col] = [target_cats[c] for c in codes] + +# Ensure output row count is strictly aligned with target_n. +if len(syn_df) > target_n: + print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}") + syn_df = syn_df.iloc[:target_n].copy() +elif len(syn_df) < target_n: + deficit = target_n - len(syn_df) + print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})") + if len(syn_df) > 0: + extra = syn_df.sample(n=deficit, replace=True, random_state=42) + syn_df = pd.concat([syn_df.reset_index(drop=True), extra.reset_index(drop=True)], ignore_index=True) + else: + # Defensive fallback: if generator returns empty, bootstrap from training rows. + syn_df = df[feature_cols + [target_col]].sample( + n=target_n, replace=True, random_state=42 + ).reset_index(drop=True) + +syn_df = syn_df[list(df.columns)] +if len(syn_df) != target_n: + raise RuntimeError(f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}") +syn_df.to_csv("/work/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/tabpfgen-n20-7654-20260422_191741.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/tabpfgen-n20-7654-20260422_191741.csv") diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/gen_20260422_191741.log b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/gen_20260422_191741.log new file mode 100644 index 0000000000000000000000000000000000000000..8ef0fc902f75dfe450ee193588054601d524b20f --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/gen_20260422_191741.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7708c47c7f7fb43089c0cac2966e38f31e69508731f22dad81fa2c3ee873a4 +size 526 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/input_snapshot.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..495aea56fe98182b4762782dddf8cfc7ef8cd3fe --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/public_gate_report.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a9b58409a7d191ede3a1e0f2de4f502516d090c7 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runner.log b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runner.log new file mode 100644 index 0000000000000000000000000000000000000000..c8f5fb2d0240f97cd5ba3dac20c1e9842a8f39f5 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runner.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c21e26e2dd93b71bb5158d9a0ac3f174e2d5f70851a8f2e864f3e542098cfc +size 1358 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runtime_result.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..7e656044c3662060fc2cf2e7e049f65f7ae839b6 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n20", + "model": "tabpfgen", + "run_id": "n20-migrated-20260422_193053", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabpfgen/n20-migrated-20260422_193053/tabpfgen-n20-7654-20260422_191741.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/staged_features.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/test.csv b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/train.csv b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/val.csv b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_report.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..bf5572f6d84fd21b93494c2aae825637992d2c37 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6214f7c48e6466a09a16ccd79df0f3eaab2b1bad --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "tabpfgen", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n20/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/tabpfgen-n20-7654-20260422_191741.csv b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/tabpfgen-n20-7654-20260422_191741.csv new file mode 100644 index 0000000000000000000000000000000000000000..a9418c1dc10a7be31a2eeeb24437f99d43bd3810 --- /dev/null +++ b/syntheticSuccess/n20/tabpfgen/n20-migrated-20260422_193053/tabpfgen-n20-7654-20260422_191741.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107b37e63b5e419af330c0f63f6004bfb18afefcb1917c6ef296c8b41544a7a4 +size 437199 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_sample.py b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..997c1b213ef1405bef7a2709e0d8ebbde7f93b55 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_sample.py @@ -0,0 +1,39 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043" +dataname = "tabsyn_n20" +output_csv = "/work/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/tabsyn-n20-7654-20260427_025104.csv" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Ensure data symlink exists +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +print(f"[TabSyn] Sampling 7654 rows") +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "sample", + "--method", "tabsyn", + "--gpu", "0", + "--save_path", output_csv], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print(f"[TabSyn] Saved -> {output_csv}") diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_train.py b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_train.py new file mode 100644 index 0000000000000000000000000000000000000000..efb69de1c8c98b02330ba6bf1f44c97c3a071ab2 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/_tabsyn_train.py @@ -0,0 +1,63 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043" +dataname = "tabsyn_n20" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Symlink data dir into TabSyn data/ +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +env.setdefault("TABSYN_VAE_BATCH_SIZE", "1024") +_te = 1 +if _te is not None: + env["TABSYN_VAE_EPOCHS"] = str(_te) + env["TABSYN_DIFFUSION_MAX_EPOCHS"] = str(max(_te + 1, 2)) + +# Data preprocessing is done on the host side (_prepare_data_dir) +# which creates .npy files, train/test CSVs, and info.json + +# Step 1: Train VAE (produces latent embeddings) +print(f"[TabSyn] Step 1/2: Training VAE in {tabsyn_root}, dataname={dataname}") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "vae", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] VAE training failed") + sys.exit(ret.returncode) + +# Step 2: Train diffusion model on latent space +print(f"[TabSyn] Step 2/2: Training diffusion model") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "tabsyn", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] Diffusion training failed") + sys.exit(ret.returncode) +print("[TabSyn] Training complete (VAE + Diffusion)") diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_test.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..425db9e4e753d49b111758ab37714b9ea0f844dc --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d26c38e7e13a438a3d45b8e9ebd0c40bdc79bc74599b4f39491a3661ca9ac3 +size 128 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_train.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..425db9e4e753d49b111758ab37714b9ea0f844dc --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d26c38e7e13a438a3d45b8e9ebd0c40bdc79bc74599b4f39491a3661ca9ac3 +size 128 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_test.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..9295fcc46f71ef2fba389dae775f102c4a15ffc5 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa6ece900b1f48c4d7336f1661143550c14968e8fb364ff1efef26c17dd6a2 +size 122592 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_train.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9295fcc46f71ef2fba389dae775f102c4a15ffc5 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa6ece900b1f48c4d7336f1661143550c14968e8fb364ff1efef26c17dd6a2 +size 122592 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/info.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d8080cf8dbc0d2f12c13776aaa210fc0c05f54e0 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/info.json @@ -0,0 +1,75 @@ +{ + "name": "tabsyn_n20", + "task_type": "regression", + "n_num_features": 4, + "n_cat_features": 0, + "train_size": 7654, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [], + "target_col_idx": [ + 4 + ], + "column_names": [ + "AT", + "V", + "AP", + "RH", + "PE" + ], + "train_num": 7654, + "test_num": 7654, + "header": 0, + "file_type": "csv", + "data_path": "data/tabsyn_n20/train.csv", + "test_path": null, + "idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4 + }, + "inverse_idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4 + }, + "idx_name_mapping": { + "0": "AT", + "1": "V", + "2": "AP", + "3": "RH", + "4": "PE" + }, + "metadata": { + "columns": { + "0": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "1": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "2": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "3": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "4": { + "sdtype": "numerical", + "computer_representation": "Float" + } + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/test.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/train.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_test.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..da9111af743dea033c17df30c3d493b08a3e8a65 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f4f94e5b866d65c67f649653180df6c8af4fc75f751387f1ef4e4927c90795 +size 61360 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_train.npy b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..da9111af743dea033c17df30c3d493b08a3e8a65 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/data/tabsyn_n20/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f4f94e5b866d65c67f649653180df6c8af4fc75f751387f1ef4e4927c90795 +size 61360 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/gen_20260427_025104.log b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/gen_20260427_025104.log new file mode 100644 index 0000000000000000000000000000000000000000..40ad61ebd14a1974f1e621d8f18d83f4b45f7f4d --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/gen_20260427_025104.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03516249b56c1770dc8a9242947e3f5785e460d52505eddfaee3fd145cc03e19 +size 661 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/input_snapshot.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d1929206817416b74a9ab5c0164b49218d45d357 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "tabsyn", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/public_gate_report.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0767c802564677d260d04037e1b0cec1e8c99f1f --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/runtime_result.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..7a673aa583a47e6b927ed1ac67d78df42997012b --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n20", + "model": "tabsyn", + "run_id": "tabsyn-n20-20260427_025043", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/tabsyn-n20-7654-20260427_025104.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/staged_features.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/test.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/train.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/val.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_report.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ddf43405912b7d82044ce9b67940f0906ed43832 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_transforms_applied.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/model_input_manifest.json b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6dbe886791faf2aaa213b3d22b2c6d633e1c6565 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/staged/tabsyn/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "tabsyn", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tabsyn/tabsyn-n20-20260427_025043/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/real.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/test.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/synthetic/tabsyn_n20/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/tabsyn-n20-7654-20260427_025104.csv b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/tabsyn-n20-7654-20260427_025104.csv new file mode 100644 index 0000000000000000000000000000000000000000..1268a5473e1512b858a17fc938dba6d9b1c08883 --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/tabsyn-n20-7654-20260427_025104.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbf560c2d982397c7c8d219e97990262b4e4932e25bbf4c908f439852b0a5d2 +size 370268 diff --git a/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/train_20260427_025043.log b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/train_20260427_025043.log new file mode 100644 index 0000000000000000000000000000000000000000..67105782b2c81155280fe37d2cebd8329fbeaafa --- /dev/null +++ b/syntheticSuccess/n20/tabsyn/tabsyn-n20-20260427_025043/train_20260427_025043.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47907a18e76748873c412faa733266c6b43fbcf30a32a5c448672f16b7d44ad2 +size 3125 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_generate.py b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..334417c718a60d665c90113e00180ea498857996 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_generate.py @@ -0,0 +1,21 @@ +import os, sys +sys.path.insert(0, "/work") +from src.SpecificModels.ctgan_rdt_inverse_fix import apply_ctgan_inverse_fix +apply_ctgan_inverse_fix() +import pandas as pd +from ctgan.synthesizers.tvae import TVAE +os.environ.setdefault("LOKY_MAX_CPU_COUNT", "8") +os.environ.setdefault("OPENBLAS_NUM_THREADS", "8") +os.environ.setdefault("MKL_NUM_THREADS", "8") +model = TVAE.load("/work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/models_300epochs/tvae_300epochs.pt") +total = 7654 +chunk = min(50000, total) if total > 50000 else total +parts = [] +left = total +while left > 0: + take = min(chunk, left) + parts.append(model.sample(take)) + left -= take +samples = pd.concat(parts, ignore_index=True) if len(parts) > 1 else parts[0] +samples.to_csv("/work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv", index=False) +print(f"[TVAE] Generated {total} rows (chunks={len(parts)}) -> /work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv") diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_train.py b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_train.py new file mode 100644 index 0000000000000000000000000000000000000000..a683ee11aac45b9aa960fdccdff55451a2220a07 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/_tvae_train.py @@ -0,0 +1,16 @@ +import json, sys +import pandas as pd +from ctgan.data import read_csv +from ctgan.synthesizers.tvae import TVAE + +csv_path = "/work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv" +meta_path = "/work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/tvae_metadata.json" +save_path = "/work/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/models_300epochs/tvae_300epochs.pt" +epochs = 300 + +data, discrete_columns = read_csv(csv_path, meta_path, header=True, discrete=None) +print(f"[TVAE] Training on {len(data)} rows, {len(data.columns)} cols, epochs={epochs}") +model = TVAE(epochs=epochs, batch_size=500) +model.fit(data, discrete_columns) +model.save(save_path) +print(f"[TVAE] Model saved -> {save_path}") diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260328_055255.log b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260328_055255.log new file mode 100644 index 0000000000000000000000000000000000000000..d70bbfefd255b82a7314af9e1e92c176c4e4a6e9 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260328_055255.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3f7377bc4b94c18a347e006614887312f10a364dda80b6894e4e89aa9d577f +size 129 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260330_071012.log b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260330_071012.log new file mode 100644 index 0000000000000000000000000000000000000000..de9cdc5c41f9792dd4b02a733ec0db19876f2c31 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260330_071012.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d63cabaded9a9c8d3a3b1c7adb3bb528083f8ac713d03d001d2c2b930661df8 +size 129 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260423_040345.log b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260423_040345.log new file mode 100644 index 0000000000000000000000000000000000000000..17e6a9c07031343e49b9ecaed0b4b672a51336fa --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/gen_20260423_040345.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ab0f01330ff8c23cb888a86740e0b0d97362b90951f7b6c90fbbe108377cf9 +size 542 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/input_snapshot.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..4f87e960764e5bbffe32e8b2f91fc5df5c018742 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n20", + "model": "tvae", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "exists": true, + "size": 291758, + "sha256": "8768b9641a081ce32375b2739c6d0a6cdf66c1b03268c7db5f71ffd0019c97e2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "exists": true, + "size": 36657, + "sha256": "c2dae02f854856ba824310ecaca5c73a72a3302753396aa681c82b69d65b174c" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv", + "exists": true, + "size": 36232, + "sha256": "82c48522e82ea4c5e4c407ec9239e82558dcff1df413f3d0c382e77fa041bc88" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_profile.json", + "exists": true, + "size": 2675, + "sha256": "7e7d747ab11beae1e58278dc8d6ae08d7ae6f14fe93f77a4fc1e6e589df21df4" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n20/n20-dataset_contract_v1.json", + "exists": true, + "size": 3047, + "sha256": "20f513ccbc9f09d5286bc8998a5772f42b78b40aa1ed60b079fa73edf9c78eec" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/train_20260328_054850.log b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/train_20260328_054850.log new file mode 100644 index 0000000000000000000000000000000000000000..df4b7ea7956cd253ccdbe76589e6e8ead7f29bf2 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/train_20260328_054850.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aaeab29cbdf838004382a70b877b12ff3713a1f8f13ecf0b7918b9d2fdac10 +size 171 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/tvae_300epochs.pt b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/tvae_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..202ec7d207c46a043202e4e29b45f0e1778c31b5 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/models_300epochs/tvae_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d377656a20e5a3c33a5da0ccc71c846bfa423f39be547f658452bd85ec12590b +size 456748 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8618a420d9d101a283cfb38feb336ac37687988f --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,112 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "columns": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/public_gate_report.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..91364f3480d02e634daea210e8cae28ad5402b46 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n20", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "PE", + "task_type": "regression", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n20/n20-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/staged_input_manifest.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d6a9a0cfc1f28bef022ad644431a72b59586a2d1 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/public_gate/staged_input_manifest.json @@ -0,0 +1,117 @@ +{ + "dataset_id": "n20", + "target_column": "PE", + "task_type": "regression", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/runtime_result.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..95f1db98c96fec6e88c8bde4fd2c13d2d86a51c6 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n20", + "model": "tvae", + "run_id": "tvae-n20-20260328_054850", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/staged_features.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9394440ffb1562950776e6fb8b6683125b5a8ec2 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/staged_features.json @@ -0,0 +1,27 @@ +[ + { + "feature_name": "AT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "RH", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PE", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/test.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..88524bb10b10f11146922a7f3382c62f2bbf780a --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce +size 31623 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea62137a67a2c34081011d3829d00d95e6096 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 +size 252576 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/val.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..b36522e18a2e531ac4d4530bf29c2b19cde71f35 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 +size 31620 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_report.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..de4deef112617447c5a88112f8225b673e6840d7 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/tvae/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_transforms_applied.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/model_input_manifest.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..600da15f7cdc23cdfc6918f01fbb91ff0b29213e --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/staged/tvae/model_input_manifest.json @@ -0,0 +1,119 @@ +{ + "dataset_id": "n20", + "model": "tvae", + "target_column": "PE", + "task_type": "regression", + "column_schema": [ + { + "name": "AT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2635, + "unique_ratio": 0.344264, + "example_values": [ + "29.64", + "10.63", + "27.09", + "24.2", + "15.31" + ] + } + }, + { + "name": "V", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 625, + "unique_ratio": 0.081657, + "example_values": [ + "67.790000000000006", + "37.5", + "59.15", + "57.85", + "52.75" + ] + } + }, + { + "name": "AP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2365, + "unique_ratio": 0.308989, + "example_values": [ + "1009.99", + "1008.93", + "1013.02", + "1013.05", + "1025.21" + ] + } + }, + { + "name": "RH", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4096, + "unique_ratio": 0.535145, + "example_values": [ + "51.23", + "98.14", + "55.18", + "70.290000000000006", + "55.22" + ] + } + }, + { + "name": "PE", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4351, + "unique_ratio": 0.568461, + "example_values": [ + "440.74", + "474.81", + "438.9", + "446.87", + "460.77" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n20/tvae/tvae-n20-20260328_054850/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-1000-20260328_055255.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-1000-20260328_055255.csv new file mode 100644 index 0000000000000000000000000000000000000000..54c1604ee51d8c68c0ccda7ea4899023fbff6cf0 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-1000-20260328_055255.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703e31c56040e72529d89d09385e0f92a9e0e25588c896bc6a5adf649c20f3f8 +size 91808 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260330_071012.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260330_071012.csv new file mode 100644 index 0000000000000000000000000000000000000000..afc91f32ef441972ae4bd1e7bc014e02c587260c --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260330_071012.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9304107b21cfa6b0d181ad986ed9aafc6651e16cc14ebd0a26694447ed1110 +size 702658 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv new file mode 100644 index 0000000000000000000000000000000000000000..c80387e6eb4c07d561ffda5c2bd284a629e8e126 --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae-n20-7654-20260423_040345.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b645fd871e073dde39649808fd361ec0c0e8380b99735b5dfa0b83f20fbddb +size 704322 diff --git a/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae_metadata.json b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9718f799216c76afaec80445613f5b1a930e899a --- /dev/null +++ b/syntheticSuccess/n20/tvae/tvae-n20-20260328_054850/tvae_metadata.json @@ -0,0 +1,24 @@ +{ + "columns": [ + { + "name": "AT", + "type": "continuous" + }, + { + "name": "V", + "type": "continuous" + }, + { + "name": "AP", + "type": "continuous" + }, + { + "name": "RH", + "type": "continuous" + }, + { + "name": "PE", + "type": "continuous" + } + ] +} \ No newline at end of file