diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_generate.py b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..c4338f88e2215dfd796ab3b232fd3d09805baeaf --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_generate.py @@ -0,0 +1,6 @@ +import pickle +with open("/work/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/arf_model.pkl", "rb") as f: + model = pickle.load(f) +syn = model.forge(n=8794) +syn.to_csv("/work/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv", index=False) +print(f"[ARF] Generated 8794 rows -> /work/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv") diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_train.py b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_train.py new file mode 100644 index 0000000000000000000000000000000000000000..dff55261e3c4815e01c245193a2ffc65a21decce --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/_arf_train.py @@ -0,0 +1,19 @@ +import pickle +import pandas as pd +from arfpy import arf + +df = pd.read_csv("/work/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/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/n9/arf/arf-n9-20260325_095114/arf_model.pkl", "wb") as f: + pickle.dump(model, f) +print(f"[ARF] Model saved -> /work/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/arf_model.pkl") diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-1000-20260325_095951.csv b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-1000-20260325_095951.csv new file mode 100644 index 0000000000000000000000000000000000000000..810ac66e25f71ea8d7bf5346e4b74d624484198b --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-1000-20260325_095951.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbd33e6f90918654c5e70907b8fa368ba39e74ef5394cd2ef4458eb8fb67b06 +size 283831 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv new file mode 100644 index 0000000000000000000000000000000000000000..22dc6133a51d449a529404682feb4728550a6c3d --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adb1b5eee504e099b48e5aede2707f77087caba820902b7479e03fd2c7b4a33 +size 2490963 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf_model.pkl b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fcff618544b30c97ae63babf786c4115dd5691c1 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/arf_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6877f21096fbc1d90d3c12ba9c5841fdd5e8908dc3683a6544c0e2948a6568ef +size 62322128 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260325_095951.log b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260325_095951.log new file mode 100644 index 0000000000000000000000000000000000000000..9d236ef01af344e881aee7992e5a477c96f252e4 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260325_095951.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01519e4517005e2fc5827508572884f52db12f4d498d9732a0b739b936af04 +size 438 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260330_070327.log b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260330_070327.log new file mode 100644 index 0000000000000000000000000000000000000000..62de1d2175849699c08c849482b2bc2b46522aef --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/gen_20260330_070327.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b413e17caeeac5d2a06d03333fb3c1228ce8d7718041e8b55c4cf12dd9a237d +size 438 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/input_snapshot.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a5f65a41874a2e20dba34a52413c202613f03f86 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "arf", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/public_gate_report.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..14601ab109fb226f0c62a956c4eda442c7a1af23 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/runtime_result.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..bbbba1fa8bcacaf6acbcd921e6037cf5e7356aa2 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "arf", + "run_id": "arf-n9-20260325_095114", + "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/n9/arf/arf-n9-20260325_095114/arf-n9-8794-20260330_070327.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/adapter_report.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77cb7034972ec68ed7af409d24db9096c414a37b --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/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/n9/arf/arf-n9-20260325_095114/staged/arf/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/adapter_transforms_applied.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/model_input_manifest.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b3c2884fb23ced421432363688b183500b5a5b0a --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/arf/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "arf", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/arf/arf-n9-20260325_095114/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/staged_features.json b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/test.csv b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/train.csv b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/val.csv b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/arf/arf-n9-20260325_095114/train_20260325_095114.log b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/train_20260325_095114.log new file mode 100644 index 0000000000000000000000000000000000000000..ba2bc2f7c16bc8691cb8cc94cab5869dfb1d4284 --- /dev/null +++ b/syntheticSuccess/n9/arf/arf-n9-20260325_095114/train_20260325_095114.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e299a7bb1ac98ae8418d8d4f202645535622adb8194ebdc86523e588d6a08c3f +size 466 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_bayesnet_generate.py b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_bayesnet_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..251fa9a15e7f21d7b8570585e8b73f2d172df5af --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_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/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl", "rb") as f: + plugin = pickle.load(f) +syn = plugin.generate(count=8794).dataframe() + +# Restore zero-variance columns that were dropped during training +const_path = "/work/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/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/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv", index=False) +print(f"[BayesNet] Generated 8794 rows -> /work/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv") diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_bayesnet_train.py b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_bayesnet_train.py new file mode 100644 index 0000000000000000000000000000000000000000..fc38031977b9a2167dc3cd6b666a064c329d871b --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/_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/n9/bayesnet/bayesnet-n9-20260321_084158/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/n9/bayesnet/bayesnet-n9-20260321_084158/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/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl", "wb") as f: + pickle.dump(plugin, f) +print(f"[BayesNet] Model saved -> /work/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl") diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-1000-20260321_084309.csv b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-1000-20260321_084309.csv new file mode 100644 index 0000000000000000000000000000000000000000..2ec7ff764c1b313195b1ce410b758fcc8e8febb7 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-1000-20260321_084309.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254cd604a2a62311f83921d96638c1fe9342f760b52fa7253303f0a19b5377e1 +size 48177 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv new file mode 100644 index 0000000000000000000000000000000000000000..a30b47d5096127d09b58174f17dbcbda92ed6640 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8622343d4db314c5f41fb70e5f5c3a918034c0ae4ce175db41588496f3766335 +size 423099 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..de707a3ab3da196a225dba41e3ccf97a962f0448 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307233f1f619728399d55f2ad4f32de7d0ea5861cf0080bdf6a6f65c307b4182 +size 5105230 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/const_cols.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/const_cols.json new file mode 100644 index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/const_cols.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260321_084309.log b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260321_084309.log new file mode 100644 index 0000000000000000000000000000000000000000..9abb4b266d96ed7223974465bdfea78291dbad3f --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260321_084309.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae700e4da22f3e6642335fb2a683295867e39402c57d95f7caf104f1291b9f2 +size 30094 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260330_070334.log b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260330_070334.log new file mode 100644 index 0000000000000000000000000000000000000000..700e6e75da7b67211da84ba3b0cec3200cccd905 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/gen_20260330_070334.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4075b079a6cda04c2ebe99e662b64781ea89d95a90958bf886d40d91c8232c +size 30341 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/input_snapshot.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..422231dda27e019d09bfb8b2fd2b2f44e740d44b --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "bayesnet", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/public_gate_report.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..979dbf9cd605e0d558310f2bf37536d5fad6cc60 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/runtime_result.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..e71375ccd63d470a65c5d0b0d56c98009f214eb5 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "bayesnet", + "run_id": "bayesnet-n9-20260321_084158", + "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/n9/bayesnet/bayesnet-n9-20260321_084158/bayesnet-n9-8794-20260330_070334.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/adapter_report.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..5ce54939a7c414532f89bea80667a27736b0a398 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/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/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/adapter_transforms_applied.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/model_input_manifest.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae75a742919867a56dc3836b62e05cce03fd783 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/bayesnet/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "bayesnet", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/bayesnet/bayesnet-n9-20260321_084158/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/staged_features.json b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/test.csv b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/train.csv b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/val.csv b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/train_20260321_084158.log b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/train_20260321_084158.log new file mode 100644 index 0000000000000000000000000000000000000000..1e7981cb86617e45947ead8fe7e5bae5ce26b5a8 --- /dev/null +++ b/syntheticSuccess/n9/bayesnet/bayesnet-n9-20260321_084158/train_20260321_084158.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0438b22d6528a878f9a7da49539c4e3f39838f95c672a13dee8362b4a5206e17 +size 465 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-1000-20260328_055223.csv b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-1000-20260328_055223.csv new file mode 100644 index 0000000000000000000000000000000000000000..fafa578f21c953bd9ac120158fd62efb9f5e5cba --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-1000-20260328_055223.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914f9330888c751e5338f6b13824195ff2342d2d475830422eab694c946ab45 +size 49529 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-8794-20260330_070308.csv b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-8794-20260330_070308.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb15ebe4441a9709d12bb893cf6476a36adbb5a9 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-8794-20260330_070308.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcffc65960aa97d4c6bb165cbf1178f161908304bc77228628d713fb90057227 +size 434545 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan_metadata.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..00bbed47366dee2f009024b1cf2f9de085f9d1e7 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/ctgan_metadata.json @@ -0,0 +1,72 @@ +{ + "columns": [ + { + "name": "feature_1", + "type": "continuous" + }, + { + "name": "feature_2", + "type": "continuous" + }, + { + "name": "feature_3", + "type": "continuous" + }, + { + "name": "feature_4", + "type": "continuous" + }, + { + "name": "feature_5", + "type": "continuous" + }, + { + "name": "feature_6", + "type": "continuous" + }, + { + "name": "feature_7", + "type": "continuous" + }, + { + "name": "feature_8", + "type": "continuous" + }, + { + "name": "feature_9", + "type": "continuous" + }, + { + "name": "feature_10", + "type": "continuous" + }, + { + "name": "feature_11", + "type": "continuous" + }, + { + "name": "feature_12", + "type": "continuous" + }, + { + "name": "feature_13", + "type": "continuous" + }, + { + "name": "feature_14", + "type": "continuous" + }, + { + "name": "feature_15", + "type": "continuous" + }, + { + "name": "feature_16", + "type": "continuous" + }, + { + "name": "class", + "type": "continuous" + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/gen_20260328_055223.log b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/gen_20260328_055223.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/gen_20260330_070308.log b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/gen_20260330_070308.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/input_snapshot.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..4f72fb7f45adb970d7424948a44d2678970b915e --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/ctgan_300epochs.pt b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/ctgan_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..25b8359ee1270760a8bb2a8307765deee6b057ec --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/ctgan_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c367b1fd8a1353333fa75d1b559a294689508aa94a8711ed66f1019dd9e47b0c +size 1583523 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/train_20260328_053614.log b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/train_20260328_053614.log new file mode 100644 index 0000000000000000000000000000000000000000..003a71ee569a05cd159dac9d0ecaaafbbf00a274 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/models_300epochs/train_20260328_053614.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08d9cbaac7315c19cc6ffbb125e1699401614927b4f27c0faf3272174fc6602 +size 372 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/public_gate_report.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3a83dff92057bf5752f84df83490dd87ec9076de --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/runtime_result.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..70767c6a86a332289419dafe57c8da4cbf90e4b5 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "ctgan", + "run_id": "ctgan-n9-20260328_053614", + "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/n9/ctgan/ctgan-n9-20260328_053614/ctgan-n9-8794-20260330_070308.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/adapter_report.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..baaa87c4aca8663d30832ba7e5db294e46e7375e --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/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/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/adapter_transforms_applied.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/model_input_manifest.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..55a171e73b9e6a7f73bb60ef3ca8cc710c7eadd8 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/ctgan/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "ctgan", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/ctgan/ctgan-n9-20260328_053614/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/staged_features.json b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/test.csv b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/train.csv b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/val.csv b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/ctgan/ctgan-n9-20260328_053614/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260331_095230.log b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260331_095230.log new file mode 100644 index 0000000000000000000000000000000000000000..6bed4987ec20effef15742879c9daa760315a0e2 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260331_095230.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b768692ee1f5583e5abcee286429eaae4f0a41de2fb500d2ccf17666f058055 +size 793 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260418_155954.log b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260418_155954.log new file mode 100644 index 0000000000000000000000000000000000000000..a3ee0ad7295aae237c17e4609a1ac265825dcd2d --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/gen_20260418_155954.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66456013748b11657eeb4eb111420a33b918b3088a2889e6aa19609212ffc07a +size 4626 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/input_snapshot.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..ecf5d1e50342b4ea1f63c446ba13f3978711961b --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..dee872eb16777b6bd5099dc6fa409b7f5d3cb06c --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_config.json @@ -0,0 +1 @@ +{"model_type": "tabular", "tabular_config": {"add_cross_attention": false, "tie_word_embeddings": true, "vocab_size": 373, "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": ["feature_1", "feature_2", "feature_3", "feature_4", "feature_5", "feature_6", "feature_7", "feature_8", "feature_9", "feature_10", "feature_11", "feature_12", "feature_13", "feature_14", "feature_15", "feature_16", "class"], "column_dtypes": {"feature_1": "int64", "feature_2": "int64", "feature_3": "int64", "feature_4": "int64", "feature_5": "int64", "feature_6": "int64", "feature_7": "int64", "feature_8": "int64", "feature_9": "int64", "feature_10": "int64", "feature_11": "int64", "feature_12": "int64", "feature_13": "int64", "feature_14": "int64", "feature_15": "int64", "feature_16": "int64", "class": "int64"}, "column_has_missing": {"feature_1": false, "feature_2": false, "feature_3": false, "feature_4": false, "feature_5": false, "feature_6": false, "feature_7": false, "feature_8": false, "feature_9": false, "feature_10": false, "feature_11": false, "feature_12": false, "feature_13": false, "feature_14": false, "feature_15": false, "feature_16": false, "class": false}, "drop_na_cols": ["feature_1", "feature_2", "feature_3", "feature_4", "feature_5", "feature_6", "feature_7", "feature_8", "feature_9", "feature_10", "feature_11", "feature_12", "feature_13", "feature_14", "feature_15", "feature_16", "class"], "processed_columns": ["00___NUMERIC___feature_1_00", "00___NUMERIC___feature_1_01", "00___NUMERIC___feature_1_02", "01___NUMERIC___feature_2_00", "01___NUMERIC___feature_2_01", "01___NUMERIC___feature_2_02", "02___NUMERIC___feature_3_00", "02___NUMERIC___feature_3_01", "02___NUMERIC___feature_3_02", "03___NUMERIC___feature_4_00", "03___NUMERIC___feature_4_01", "03___NUMERIC___feature_4_02", "04___NUMERIC___feature_5_00", "04___NUMERIC___feature_5_01", "04___NUMERIC___feature_5_02", "05___NUMERIC___feature_6_00", "05___NUMERIC___feature_6_01", "05___NUMERIC___feature_6_02", "06___NUMERIC___feature_7_00", "06___NUMERIC___feature_7_01", "06___NUMERIC___feature_7_02", "07___NUMERIC___feature_8_00", "07___NUMERIC___feature_8_01", "07___NUMERIC___feature_8_02", "08___NUMERIC___feature_9_00", "08___NUMERIC___feature_9_01", "08___NUMERIC___feature_9_02", "09___NUMERIC___feature_10_00", "09___NUMERIC___feature_10_01", "09___NUMERIC___feature_10_02", "10___NUMERIC___feature_11_00", "10___NUMERIC___feature_11_01", "10___NUMERIC___feature_11_02", "11___NUMERIC___feature_12_00", "11___NUMERIC___feature_12_01", "11___NUMERIC___feature_12_02", "12___NUMERIC___feature_13_00", "12___NUMERIC___feature_13_01", "12___NUMERIC___feature_13_02", "13___NUMERIC___feature_14_00", "13___NUMERIC___feature_14_01", "13___NUMERIC___feature_14_02", "14___NUMERIC___feature_15_00", "14___NUMERIC___feature_15_01", "14___NUMERIC___feature_15_02", "15___NUMERIC___feature_16_00", "15___NUMERIC___feature_16_01", "15___NUMERIC___feature_16_02", "16___NUMERIC___class_00"], "numeric_columns": ["feature_1", "feature_2", "feature_3", "feature_4", "feature_5", "feature_6", "feature_7", "feature_8", "feature_9", "feature_10", "feature_11", "feature_12", "feature_13", "feature_14", "feature_15", "feature_16", "class"], "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": "00___NUMERIC___feature_1_00___0", "12": "00___NUMERIC___feature_1_00___1", "13": "00___NUMERIC___feature_1_01___0", "14": "00___NUMERIC___feature_1_01___1", "15": "00___NUMERIC___feature_1_01___2", "16": "00___NUMERIC___feature_1_01___3", "17": "00___NUMERIC___feature_1_01___4", "18": "00___NUMERIC___feature_1_01___5", "19": "00___NUMERIC___feature_1_01___6", "20": "00___NUMERIC___feature_1_01___7", "21": "00___NUMERIC___feature_1_01___8", "22": "00___NUMERIC___feature_1_01___9", "23": "00___NUMERIC___feature_1_02___0", "24": "00___NUMERIC___feature_1_02___1", "25": "00___NUMERIC___feature_1_02___2", "26": "00___NUMERIC___feature_1_02___3", "27": "00___NUMERIC___feature_1_02___4", "28": "00___NUMERIC___feature_1_02___5", "29": "00___NUMERIC___feature_1_02___6", "30": "00___NUMERIC___feature_1_02___7", "31": "00___NUMERIC___feature_1_02___8", "32": "00___NUMERIC___feature_1_02___9", "33": "01___NUMERIC___feature_2_00___0", "34": "01___NUMERIC___feature_2_00___1", "35": "01___NUMERIC___feature_2_01___0", "36": "01___NUMERIC___feature_2_01___1", "37": "01___NUMERIC___feature_2_01___2", "38": "01___NUMERIC___feature_2_01___3", "39": "01___NUMERIC___feature_2_01___4", "40": "01___NUMERIC___feature_2_01___5", "41": "01___NUMERIC___feature_2_01___6", "42": "01___NUMERIC___feature_2_01___7", "43": "01___NUMERIC___feature_2_01___8", "44": "01___NUMERIC___feature_2_01___9", "45": "01___NUMERIC___feature_2_02___0", "46": "01___NUMERIC___feature_2_02___1", "47": "01___NUMERIC___feature_2_02___2", "48": "01___NUMERIC___feature_2_02___3", "49": "01___NUMERIC___feature_2_02___4", "50": "01___NUMERIC___feature_2_02___5", "51": "01___NUMERIC___feature_2_02___6", "52": "01___NUMERIC___feature_2_02___7", "53": "01___NUMERIC___feature_2_02___8", "54": "01___NUMERIC___feature_2_02___9", "55": "02___NUMERIC___feature_3_00___0", "56": "02___NUMERIC___feature_3_00___1", "57": "02___NUMERIC___feature_3_01___0", "58": "02___NUMERIC___feature_3_01___1", "59": "02___NUMERIC___feature_3_01___2", "60": "02___NUMERIC___feature_3_01___3", "61": "02___NUMERIC___feature_3_01___4", "62": "02___NUMERIC___feature_3_01___5", "63": "02___NUMERIC___feature_3_01___6", "64": "02___NUMERIC___feature_3_01___7", "65": "02___NUMERIC___feature_3_01___8", "66": "02___NUMERIC___feature_3_01___9", "67": "02___NUMERIC___feature_3_02___0", "68": "02___NUMERIC___feature_3_02___1", "69": "02___NUMERIC___feature_3_02___2", "70": "02___NUMERIC___feature_3_02___3", "71": "02___NUMERIC___feature_3_02___4", "72": "02___NUMERIC___feature_3_02___5", "73": "02___NUMERIC___feature_3_02___6", "74": "02___NUMERIC___feature_3_02___7", "75": "02___NUMERIC___feature_3_02___8", "76": "02___NUMERIC___feature_3_02___9", "77": "03___NUMERIC___feature_4_00___0", "78": "03___NUMERIC___feature_4_00___1", "79": "03___NUMERIC___feature_4_01___0", "80": "03___NUMERIC___feature_4_01___1", "81": "03___NUMERIC___feature_4_01___2", "82": "03___NUMERIC___feature_4_01___3", "83": "03___NUMERIC___feature_4_01___4", "84": "03___NUMERIC___feature_4_01___5", "85": "03___NUMERIC___feature_4_01___6", "86": "03___NUMERIC___feature_4_01___7", "87": "03___NUMERIC___feature_4_01___8", "88": "03___NUMERIC___feature_4_01___9", "89": "03___NUMERIC___feature_4_02___0", "90": "03___NUMERIC___feature_4_02___1", "91": "03___NUMERIC___feature_4_02___2", "92": "03___NUMERIC___feature_4_02___3", "93": "03___NUMERIC___feature_4_02___4", "94": "03___NUMERIC___feature_4_02___5", "95": "03___NUMERIC___feature_4_02___6", "96": "03___NUMERIC___feature_4_02___7", "97": "03___NUMERIC___feature_4_02___8", "98": "03___NUMERIC___feature_4_02___9", "99": "04___NUMERIC___feature_5_00___0", "100": "04___NUMERIC___feature_5_00___1", "101": "04___NUMERIC___feature_5_01___0", "102": "04___NUMERIC___feature_5_01___1", "103": "04___NUMERIC___feature_5_01___2", "104": "04___NUMERIC___feature_5_01___3", "105": "04___NUMERIC___feature_5_01___4", "106": "04___NUMERIC___feature_5_01___5", "107": "04___NUMERIC___feature_5_01___6", "108": "04___NUMERIC___feature_5_01___7", "109": "04___NUMERIC___feature_5_01___8", "110": "04___NUMERIC___feature_5_01___9", "111": "04___NUMERIC___feature_5_02___0", "112": "04___NUMERIC___feature_5_02___1", "113": "04___NUMERIC___feature_5_02___2", "114": "04___NUMERIC___feature_5_02___3", "115": "04___NUMERIC___feature_5_02___4", "116": "04___NUMERIC___feature_5_02___5", "117": "04___NUMERIC___feature_5_02___6", "118": "04___NUMERIC___feature_5_02___7", "119": "04___NUMERIC___feature_5_02___8", "120": "04___NUMERIC___feature_5_02___9", "121": "05___NUMERIC___feature_6_00___0", "122": "05___NUMERIC___feature_6_00___1", "123": "05___NUMERIC___feature_6_01___0", "124": "05___NUMERIC___feature_6_01___1", "125": "05___NUMERIC___feature_6_01___2", "126": "05___NUMERIC___feature_6_01___3", "127": "05___NUMERIC___feature_6_01___4", "128": "05___NUMERIC___feature_6_01___5", "129": "05___NUMERIC___feature_6_01___6", "130": "05___NUMERIC___feature_6_01___7", "131": "05___NUMERIC___feature_6_01___8", "132": "05___NUMERIC___feature_6_01___9", "133": "05___NUMERIC___feature_6_02___0", "134": "05___NUMERIC___feature_6_02___1", "135": "05___NUMERIC___feature_6_02___2", "136": "05___NUMERIC___feature_6_02___3", "137": "05___NUMERIC___feature_6_02___4", "138": "05___NUMERIC___feature_6_02___5", "139": "05___NUMERIC___feature_6_02___6", "140": "05___NUMERIC___feature_6_02___7", "141": "05___NUMERIC___feature_6_02___8", "142": "05___NUMERIC___feature_6_02___9", "143": "06___NUMERIC___feature_7_00___0", "144": "06___NUMERIC___feature_7_00___1", "145": "06___NUMERIC___feature_7_01___0", "146": "06___NUMERIC___feature_7_01___1", "147": "06___NUMERIC___feature_7_01___2", "148": "06___NUMERIC___feature_7_01___3", "149": "06___NUMERIC___feature_7_01___4", "150": "06___NUMERIC___feature_7_01___5", "151": "06___NUMERIC___feature_7_01___6", "152": "06___NUMERIC___feature_7_01___7", "153": "06___NUMERIC___feature_7_01___8", "154": "06___NUMERIC___feature_7_01___9", "155": "06___NUMERIC___feature_7_02___0", "156": "06___NUMERIC___feature_7_02___1", "157": "06___NUMERIC___feature_7_02___2", "158": "06___NUMERIC___feature_7_02___3", "159": "06___NUMERIC___feature_7_02___4", "160": "06___NUMERIC___feature_7_02___5", "161": "06___NUMERIC___feature_7_02___6", "162": "06___NUMERIC___feature_7_02___7", "163": "06___NUMERIC___feature_7_02___8", "164": "06___NUMERIC___feature_7_02___9", "165": "07___NUMERIC___feature_8_00___0", "166": "07___NUMERIC___feature_8_00___1", "167": "07___NUMERIC___feature_8_01___0", "168": "07___NUMERIC___feature_8_01___1", "169": "07___NUMERIC___feature_8_01___2", "170": "07___NUMERIC___feature_8_01___3", "171": "07___NUMERIC___feature_8_01___4", "172": "07___NUMERIC___feature_8_01___5", "173": "07___NUMERIC___feature_8_01___6", "174": "07___NUMERIC___feature_8_01___7", "175": "07___NUMERIC___feature_8_01___8", "176": "07___NUMERIC___feature_8_01___9", "177": "07___NUMERIC___feature_8_02___0", "178": "07___NUMERIC___feature_8_02___1", "179": "07___NUMERIC___feature_8_02___2", "180": "07___NUMERIC___feature_8_02___3", "181": "07___NUMERIC___feature_8_02___4", "182": "07___NUMERIC___feature_8_02___5", "183": "07___NUMERIC___feature_8_02___6", "184": "07___NUMERIC___feature_8_02___7", "185": "07___NUMERIC___feature_8_02___8", "186": "07___NUMERIC___feature_8_02___9", "187": "08___NUMERIC___feature_9_00___0", "188": "08___NUMERIC___feature_9_00___1", "189": "08___NUMERIC___feature_9_01___0", "190": "08___NUMERIC___feature_9_01___1", "191": "08___NUMERIC___feature_9_01___2", "192": "08___NUMERIC___feature_9_01___3", "193": "08___NUMERIC___feature_9_01___4", "194": "08___NUMERIC___feature_9_01___5", "195": "08___NUMERIC___feature_9_01___6", "196": "08___NUMERIC___feature_9_01___7", "197": "08___NUMERIC___feature_9_01___8", "198": "08___NUMERIC___feature_9_01___9", "199": "08___NUMERIC___feature_9_02___0", "200": "08___NUMERIC___feature_9_02___1", "201": "08___NUMERIC___feature_9_02___2", "202": "08___NUMERIC___feature_9_02___3", "203": "08___NUMERIC___feature_9_02___4", "204": "08___NUMERIC___feature_9_02___5", "205": "08___NUMERIC___feature_9_02___6", "206": "08___NUMERIC___feature_9_02___7", "207": "08___NUMERIC___feature_9_02___8", "208": "08___NUMERIC___feature_9_02___9", "209": "09___NUMERIC___feature_10_00___0", "210": "09___NUMERIC___feature_10_00___1", "211": "09___NUMERIC___feature_10_01___0", "212": "09___NUMERIC___feature_10_01___1", "213": "09___NUMERIC___feature_10_01___2", "214": "09___NUMERIC___feature_10_01___3", "215": "09___NUMERIC___feature_10_01___4", "216": "09___NUMERIC___feature_10_01___5", "217": "09___NUMERIC___feature_10_01___6", "218": "09___NUMERIC___feature_10_01___7", "219": "09___NUMERIC___feature_10_01___8", "220": "09___NUMERIC___feature_10_01___9", "221": "09___NUMERIC___feature_10_02___0", "222": "09___NUMERIC___feature_10_02___1", "223": "09___NUMERIC___feature_10_02___2", "224": "09___NUMERIC___feature_10_02___3", "225": "09___NUMERIC___feature_10_02___4", "226": "09___NUMERIC___feature_10_02___5", "227": "09___NUMERIC___feature_10_02___6", "228": "09___NUMERIC___feature_10_02___7", "229": "09___NUMERIC___feature_10_02___8", "230": "09___NUMERIC___feature_10_02___9", "231": "10___NUMERIC___feature_11_00___0", "232": "10___NUMERIC___feature_11_00___1", "233": "10___NUMERIC___feature_11_01___0", "234": "10___NUMERIC___feature_11_01___1", "235": "10___NUMERIC___feature_11_01___2", "236": "10___NUMERIC___feature_11_01___3", "237": "10___NUMERIC___feature_11_01___4", "238": "10___NUMERIC___feature_11_01___5", "239": "10___NUMERIC___feature_11_01___6", "240": "10___NUMERIC___feature_11_01___7", "241": "10___NUMERIC___feature_11_01___8", "242": "10___NUMERIC___feature_11_01___9", "243": "10___NUMERIC___feature_11_02___0", "244": "10___NUMERIC___feature_11_02___1", "245": "10___NUMERIC___feature_11_02___2", "246": "10___NUMERIC___feature_11_02___3", "247": "10___NUMERIC___feature_11_02___4", "248": "10___NUMERIC___feature_11_02___5", "249": "10___NUMERIC___feature_11_02___6", "250": "10___NUMERIC___feature_11_02___7", "251": "10___NUMERIC___feature_11_02___8", "252": "10___NUMERIC___feature_11_02___9", "253": "11___NUMERIC___feature_12_00___0", "254": "11___NUMERIC___feature_12_00___1", "255": "11___NUMERIC___feature_12_01___0", "256": "11___NUMERIC___feature_12_01___1", "257": "11___NUMERIC___feature_12_01___2", "258": "11___NUMERIC___feature_12_01___3", "259": "11___NUMERIC___feature_12_01___4", "260": "11___NUMERIC___feature_12_01___5", "261": "11___NUMERIC___feature_12_01___6", "262": "11___NUMERIC___feature_12_01___7", "263": "11___NUMERIC___feature_12_01___8", "264": "11___NUMERIC___feature_12_01___9", "265": "11___NUMERIC___feature_12_02___0", "266": "11___NUMERIC___feature_12_02___1", "267": "11___NUMERIC___feature_12_02___2", "268": "11___NUMERIC___feature_12_02___3", "269": "11___NUMERIC___feature_12_02___4", "270": "11___NUMERIC___feature_12_02___5", "271": "11___NUMERIC___feature_12_02___6", "272": "11___NUMERIC___feature_12_02___7", "273": "11___NUMERIC___feature_12_02___8", "274": "11___NUMERIC___feature_12_02___9", "275": "12___NUMERIC___feature_13_00___0", "276": "12___NUMERIC___feature_13_00___1", "277": "12___NUMERIC___feature_13_01___0", "278": "12___NUMERIC___feature_13_01___1", "279": "12___NUMERIC___feature_13_01___2", "280": "12___NUMERIC___feature_13_01___3", "281": "12___NUMERIC___feature_13_01___4", "282": "12___NUMERIC___feature_13_01___5", "283": "12___NUMERIC___feature_13_01___6", "284": "12___NUMERIC___feature_13_01___7", "285": "12___NUMERIC___feature_13_01___8", "286": "12___NUMERIC___feature_13_01___9", "287": "12___NUMERIC___feature_13_02___0", "288": "12___NUMERIC___feature_13_02___1", "289": "12___NUMERIC___feature_13_02___2", "290": "12___NUMERIC___feature_13_02___3", "291": "12___NUMERIC___feature_13_02___4", "292": "12___NUMERIC___feature_13_02___5", "293": "12___NUMERIC___feature_13_02___6", "294": "12___NUMERIC___feature_13_02___7", "295": "12___NUMERIC___feature_13_02___8", "296": "12___NUMERIC___feature_13_02___9", "297": "13___NUMERIC___feature_14_00___0", "298": "13___NUMERIC___feature_14_00___1", "299": "13___NUMERIC___feature_14_01___0", "300": "13___NUMERIC___feature_14_01___1", "301": "13___NUMERIC___feature_14_01___2", "302": "13___NUMERIC___feature_14_01___3", "303": "13___NUMERIC___feature_14_01___4", "304": "13___NUMERIC___feature_14_01___5", "305": "13___NUMERIC___feature_14_01___6", "306": "13___NUMERIC___feature_14_01___7", "307": "13___NUMERIC___feature_14_01___8", "308": "13___NUMERIC___feature_14_01___9", "309": "13___NUMERIC___feature_14_02___0", "310": "13___NUMERIC___feature_14_02___1", "311": "13___NUMERIC___feature_14_02___2", "312": "13___NUMERIC___feature_14_02___3", "313": "13___NUMERIC___feature_14_02___4", "314": "13___NUMERIC___feature_14_02___5", "315": "13___NUMERIC___feature_14_02___6", "316": "13___NUMERIC___feature_14_02___7", "317": "13___NUMERIC___feature_14_02___8", "318": "13___NUMERIC___feature_14_02___9", "319": "14___NUMERIC___feature_15_00___0", "320": "14___NUMERIC___feature_15_00___1", "321": "14___NUMERIC___feature_15_01___0", "322": "14___NUMERIC___feature_15_01___1", "323": "14___NUMERIC___feature_15_01___2", "324": "14___NUMERIC___feature_15_01___3", "325": "14___NUMERIC___feature_15_01___4", "326": "14___NUMERIC___feature_15_01___5", "327": "14___NUMERIC___feature_15_01___6", "328": "14___NUMERIC___feature_15_01___7", "329": "14___NUMERIC___feature_15_01___8", "330": "14___NUMERIC___feature_15_01___9", "331": "14___NUMERIC___feature_15_02___0", "332": "14___NUMERIC___feature_15_02___1", "333": "14___NUMERIC___feature_15_02___2", "334": "14___NUMERIC___feature_15_02___3", "335": "14___NUMERIC___feature_15_02___4", "336": "14___NUMERIC___feature_15_02___5", "337": "14___NUMERIC___feature_15_02___6", "338": "14___NUMERIC___feature_15_02___7", "339": "14___NUMERIC___feature_15_02___8", "340": "14___NUMERIC___feature_15_02___9", "341": "15___NUMERIC___feature_16_00___0", "342": "15___NUMERIC___feature_16_00___1", "343": "15___NUMERIC___feature_16_01___0", "344": "15___NUMERIC___feature_16_01___1", "345": "15___NUMERIC___feature_16_01___2", "346": "15___NUMERIC___feature_16_01___3", "347": "15___NUMERIC___feature_16_01___4", "348": "15___NUMERIC___feature_16_01___5", "349": "15___NUMERIC___feature_16_01___6", "350": "15___NUMERIC___feature_16_01___7", "351": "15___NUMERIC___feature_16_01___8", "352": "15___NUMERIC___feature_16_01___9", "353": "15___NUMERIC___feature_16_02___0", "354": "15___NUMERIC___feature_16_02___1", "355": "15___NUMERIC___feature_16_02___2", "356": "15___NUMERIC___feature_16_02___3", "357": "15___NUMERIC___feature_16_02___4", "358": "15___NUMERIC___feature_16_02___5", "359": "15___NUMERIC___feature_16_02___6", "360": "15___NUMERIC___feature_16_02___7", "361": "15___NUMERIC___feature_16_02___8", "362": "15___NUMERIC___feature_16_02___9", "363": "16___NUMERIC___class_00___0", "364": "16___NUMERIC___class_00___1", "365": "16___NUMERIC___class_00___2", "366": "16___NUMERIC___class_00___3", "367": "16___NUMERIC___class_00___4", "368": "16___NUMERIC___class_00___5", "369": "16___NUMERIC___class_00___6", "370": "16___NUMERIC___class_00___7", "371": "16___NUMERIC___class_00___8", "372": "16___NUMERIC___class_00___9"}, "token2id": {"[UNK]": 0, "[SEP]": 1, "[PAD]": 2, "[CLS]": 3, "[MASK]": 4, "[BOS]": 5, "[EOS]": 6, "[BMEM]": 7, "[EMEM]": 8, "[RMASK]": 9, "[SPTYPE]": 10, "00___NUMERIC___feature_1_00___0": 11, "00___NUMERIC___feature_1_00___1": 12, "00___NUMERIC___feature_1_01___0": 13, "00___NUMERIC___feature_1_01___1": 14, "00___NUMERIC___feature_1_01___2": 15, "00___NUMERIC___feature_1_01___3": 16, "00___NUMERIC___feature_1_01___4": 17, "00___NUMERIC___feature_1_01___5": 18, "00___NUMERIC___feature_1_01___6": 19, "00___NUMERIC___feature_1_01___7": 20, "00___NUMERIC___feature_1_01___8": 21, "00___NUMERIC___feature_1_01___9": 22, "00___NUMERIC___feature_1_02___0": 23, "00___NUMERIC___feature_1_02___1": 24, "00___NUMERIC___feature_1_02___2": 25, "00___NUMERIC___feature_1_02___3": 26, "00___NUMERIC___feature_1_02___4": 27, "00___NUMERIC___feature_1_02___5": 28, "00___NUMERIC___feature_1_02___6": 29, "00___NUMERIC___feature_1_02___7": 30, "00___NUMERIC___feature_1_02___8": 31, "00___NUMERIC___feature_1_02___9": 32, "01___NUMERIC___feature_2_00___0": 33, "01___NUMERIC___feature_2_00___1": 34, "01___NUMERIC___feature_2_01___0": 35, "01___NUMERIC___feature_2_01___1": 36, "01___NUMERIC___feature_2_01___2": 37, "01___NUMERIC___feature_2_01___3": 38, "01___NUMERIC___feature_2_01___4": 39, "01___NUMERIC___feature_2_01___5": 40, "01___NUMERIC___feature_2_01___6": 41, "01___NUMERIC___feature_2_01___7": 42, "01___NUMERIC___feature_2_01___8": 43, "01___NUMERIC___feature_2_01___9": 44, "01___NUMERIC___feature_2_02___0": 45, "01___NUMERIC___feature_2_02___1": 46, "01___NUMERIC___feature_2_02___2": 47, "01___NUMERIC___feature_2_02___3": 48, "01___NUMERIC___feature_2_02___4": 49, "01___NUMERIC___feature_2_02___5": 50, "01___NUMERIC___feature_2_02___6": 51, "01___NUMERIC___feature_2_02___7": 52, "01___NUMERIC___feature_2_02___8": 53, "01___NUMERIC___feature_2_02___9": 54, "02___NUMERIC___feature_3_00___0": 55, "02___NUMERIC___feature_3_00___1": 56, "02___NUMERIC___feature_3_01___0": 57, "02___NUMERIC___feature_3_01___1": 58, "02___NUMERIC___feature_3_01___2": 59, "02___NUMERIC___feature_3_01___3": 60, "02___NUMERIC___feature_3_01___4": 61, "02___NUMERIC___feature_3_01___5": 62, "02___NUMERIC___feature_3_01___6": 63, "02___NUMERIC___feature_3_01___7": 64, "02___NUMERIC___feature_3_01___8": 65, "02___NUMERIC___feature_3_01___9": 66, "02___NUMERIC___feature_3_02___0": 67, "02___NUMERIC___feature_3_02___1": 68, "02___NUMERIC___feature_3_02___2": 69, "02___NUMERIC___feature_3_02___3": 70, "02___NUMERIC___feature_3_02___4": 71, "02___NUMERIC___feature_3_02___5": 72, "02___NUMERIC___feature_3_02___6": 73, "02___NUMERIC___feature_3_02___7": 74, "02___NUMERIC___feature_3_02___8": 75, "02___NUMERIC___feature_3_02___9": 76, "03___NUMERIC___feature_4_00___0": 77, "03___NUMERIC___feature_4_00___1": 78, "03___NUMERIC___feature_4_01___0": 79, "03___NUMERIC___feature_4_01___1": 80, "03___NUMERIC___feature_4_01___2": 81, "03___NUMERIC___feature_4_01___3": 82, "03___NUMERIC___feature_4_01___4": 83, "03___NUMERIC___feature_4_01___5": 84, "03___NUMERIC___feature_4_01___6": 85, "03___NUMERIC___feature_4_01___7": 86, "03___NUMERIC___feature_4_01___8": 87, "03___NUMERIC___feature_4_01___9": 88, "03___NUMERIC___feature_4_02___0": 89, "03___NUMERIC___feature_4_02___1": 90, "03___NUMERIC___feature_4_02___2": 91, "03___NUMERIC___feature_4_02___3": 92, "03___NUMERIC___feature_4_02___4": 93, "03___NUMERIC___feature_4_02___5": 94, "03___NUMERIC___feature_4_02___6": 95, "03___NUMERIC___feature_4_02___7": 96, "03___NUMERIC___feature_4_02___8": 97, "03___NUMERIC___feature_4_02___9": 98, "04___NUMERIC___feature_5_00___0": 99, "04___NUMERIC___feature_5_00___1": 100, "04___NUMERIC___feature_5_01___0": 101, "04___NUMERIC___feature_5_01___1": 102, "04___NUMERIC___feature_5_01___2": 103, "04___NUMERIC___feature_5_01___3": 104, "04___NUMERIC___feature_5_01___4": 105, "04___NUMERIC___feature_5_01___5": 106, "04___NUMERIC___feature_5_01___6": 107, "04___NUMERIC___feature_5_01___7": 108, "04___NUMERIC___feature_5_01___8": 109, "04___NUMERIC___feature_5_01___9": 110, "04___NUMERIC___feature_5_02___0": 111, "04___NUMERIC___feature_5_02___1": 112, "04___NUMERIC___feature_5_02___2": 113, "04___NUMERIC___feature_5_02___3": 114, "04___NUMERIC___feature_5_02___4": 115, "04___NUMERIC___feature_5_02___5": 116, "04___NUMERIC___feature_5_02___6": 117, "04___NUMERIC___feature_5_02___7": 118, "04___NUMERIC___feature_5_02___8": 119, "04___NUMERIC___feature_5_02___9": 120, "05___NUMERIC___feature_6_00___0": 121, "05___NUMERIC___feature_6_00___1": 122, "05___NUMERIC___feature_6_01___0": 123, "05___NUMERIC___feature_6_01___1": 124, "05___NUMERIC___feature_6_01___2": 125, "05___NUMERIC___feature_6_01___3": 126, "05___NUMERIC___feature_6_01___4": 127, "05___NUMERIC___feature_6_01___5": 128, "05___NUMERIC___feature_6_01___6": 129, "05___NUMERIC___feature_6_01___7": 130, "05___NUMERIC___feature_6_01___8": 131, "05___NUMERIC___feature_6_01___9": 132, "05___NUMERIC___feature_6_02___0": 133, "05___NUMERIC___feature_6_02___1": 134, "05___NUMERIC___feature_6_02___2": 135, "05___NUMERIC___feature_6_02___3": 136, "05___NUMERIC___feature_6_02___4": 137, "05___NUMERIC___feature_6_02___5": 138, "05___NUMERIC___feature_6_02___6": 139, "05___NUMERIC___feature_6_02___7": 140, "05___NUMERIC___feature_6_02___8": 141, "05___NUMERIC___feature_6_02___9": 142, "06___NUMERIC___feature_7_00___0": 143, "06___NUMERIC___feature_7_00___1": 144, "06___NUMERIC___feature_7_01___0": 145, "06___NUMERIC___feature_7_01___1": 146, "06___NUMERIC___feature_7_01___2": 147, "06___NUMERIC___feature_7_01___3": 148, "06___NUMERIC___feature_7_01___4": 149, "06___NUMERIC___feature_7_01___5": 150, "06___NUMERIC___feature_7_01___6": 151, "06___NUMERIC___feature_7_01___7": 152, "06___NUMERIC___feature_7_01___8": 153, "06___NUMERIC___feature_7_01___9": 154, "06___NUMERIC___feature_7_02___0": 155, "06___NUMERIC___feature_7_02___1": 156, "06___NUMERIC___feature_7_02___2": 157, "06___NUMERIC___feature_7_02___3": 158, "06___NUMERIC___feature_7_02___4": 159, "06___NUMERIC___feature_7_02___5": 160, "06___NUMERIC___feature_7_02___6": 161, "06___NUMERIC___feature_7_02___7": 162, "06___NUMERIC___feature_7_02___8": 163, "06___NUMERIC___feature_7_02___9": 164, "07___NUMERIC___feature_8_00___0": 165, "07___NUMERIC___feature_8_00___1": 166, "07___NUMERIC___feature_8_01___0": 167, "07___NUMERIC___feature_8_01___1": 168, "07___NUMERIC___feature_8_01___2": 169, "07___NUMERIC___feature_8_01___3": 170, "07___NUMERIC___feature_8_01___4": 171, "07___NUMERIC___feature_8_01___5": 172, "07___NUMERIC___feature_8_01___6": 173, "07___NUMERIC___feature_8_01___7": 174, "07___NUMERIC___feature_8_01___8": 175, "07___NUMERIC___feature_8_01___9": 176, "07___NUMERIC___feature_8_02___0": 177, "07___NUMERIC___feature_8_02___1": 178, "07___NUMERIC___feature_8_02___2": 179, "07___NUMERIC___feature_8_02___3": 180, "07___NUMERIC___feature_8_02___4": 181, "07___NUMERIC___feature_8_02___5": 182, "07___NUMERIC___feature_8_02___6": 183, "07___NUMERIC___feature_8_02___7": 184, "07___NUMERIC___feature_8_02___8": 185, "07___NUMERIC___feature_8_02___9": 186, "08___NUMERIC___feature_9_00___0": 187, "08___NUMERIC___feature_9_00___1": 188, "08___NUMERIC___feature_9_01___0": 189, "08___NUMERIC___feature_9_01___1": 190, "08___NUMERIC___feature_9_01___2": 191, "08___NUMERIC___feature_9_01___3": 192, "08___NUMERIC___feature_9_01___4": 193, "08___NUMERIC___feature_9_01___5": 194, "08___NUMERIC___feature_9_01___6": 195, "08___NUMERIC___feature_9_01___7": 196, "08___NUMERIC___feature_9_01___8": 197, "08___NUMERIC___feature_9_01___9": 198, "08___NUMERIC___feature_9_02___0": 199, "08___NUMERIC___feature_9_02___1": 200, "08___NUMERIC___feature_9_02___2": 201, "08___NUMERIC___feature_9_02___3": 202, "08___NUMERIC___feature_9_02___4": 203, "08___NUMERIC___feature_9_02___5": 204, "08___NUMERIC___feature_9_02___6": 205, "08___NUMERIC___feature_9_02___7": 206, "08___NUMERIC___feature_9_02___8": 207, "08___NUMERIC___feature_9_02___9": 208, "09___NUMERIC___feature_10_00___0": 209, "09___NUMERIC___feature_10_00___1": 210, "09___NUMERIC___feature_10_01___0": 211, "09___NUMERIC___feature_10_01___1": 212, "09___NUMERIC___feature_10_01___2": 213, "09___NUMERIC___feature_10_01___3": 214, "09___NUMERIC___feature_10_01___4": 215, "09___NUMERIC___feature_10_01___5": 216, "09___NUMERIC___feature_10_01___6": 217, "09___NUMERIC___feature_10_01___7": 218, "09___NUMERIC___feature_10_01___8": 219, "09___NUMERIC___feature_10_01___9": 220, "09___NUMERIC___feature_10_02___0": 221, "09___NUMERIC___feature_10_02___1": 222, "09___NUMERIC___feature_10_02___2": 223, "09___NUMERIC___feature_10_02___3": 224, "09___NUMERIC___feature_10_02___4": 225, "09___NUMERIC___feature_10_02___5": 226, "09___NUMERIC___feature_10_02___6": 227, "09___NUMERIC___feature_10_02___7": 228, "09___NUMERIC___feature_10_02___8": 229, "09___NUMERIC___feature_10_02___9": 230, "10___NUMERIC___feature_11_00___0": 231, "10___NUMERIC___feature_11_00___1": 232, "10___NUMERIC___feature_11_01___0": 233, "10___NUMERIC___feature_11_01___1": 234, "10___NUMERIC___feature_11_01___2": 235, "10___NUMERIC___feature_11_01___3": 236, "10___NUMERIC___feature_11_01___4": 237, "10___NUMERIC___feature_11_01___5": 238, "10___NUMERIC___feature_11_01___6": 239, "10___NUMERIC___feature_11_01___7": 240, "10___NUMERIC___feature_11_01___8": 241, "10___NUMERIC___feature_11_01___9": 242, "10___NUMERIC___feature_11_02___0": 243, "10___NUMERIC___feature_11_02___1": 244, "10___NUMERIC___feature_11_02___2": 245, "10___NUMERIC___feature_11_02___3": 246, "10___NUMERIC___feature_11_02___4": 247, "10___NUMERIC___feature_11_02___5": 248, "10___NUMERIC___feature_11_02___6": 249, "10___NUMERIC___feature_11_02___7": 250, "10___NUMERIC___feature_11_02___8": 251, "10___NUMERIC___feature_11_02___9": 252, "11___NUMERIC___feature_12_00___0": 253, "11___NUMERIC___feature_12_00___1": 254, "11___NUMERIC___feature_12_01___0": 255, "11___NUMERIC___feature_12_01___1": 256, "11___NUMERIC___feature_12_01___2": 257, "11___NUMERIC___feature_12_01___3": 258, "11___NUMERIC___feature_12_01___4": 259, "11___NUMERIC___feature_12_01___5": 260, "11___NUMERIC___feature_12_01___6": 261, "11___NUMERIC___feature_12_01___7": 262, "11___NUMERIC___feature_12_01___8": 263, "11___NUMERIC___feature_12_01___9": 264, "11___NUMERIC___feature_12_02___0": 265, "11___NUMERIC___feature_12_02___1": 266, "11___NUMERIC___feature_12_02___2": 267, "11___NUMERIC___feature_12_02___3": 268, "11___NUMERIC___feature_12_02___4": 269, "11___NUMERIC___feature_12_02___5": 270, "11___NUMERIC___feature_12_02___6": 271, "11___NUMERIC___feature_12_02___7": 272, "11___NUMERIC___feature_12_02___8": 273, "11___NUMERIC___feature_12_02___9": 274, "12___NUMERIC___feature_13_00___0": 275, "12___NUMERIC___feature_13_00___1": 276, "12___NUMERIC___feature_13_01___0": 277, "12___NUMERIC___feature_13_01___1": 278, "12___NUMERIC___feature_13_01___2": 279, "12___NUMERIC___feature_13_01___3": 280, "12___NUMERIC___feature_13_01___4": 281, "12___NUMERIC___feature_13_01___5": 282, "12___NUMERIC___feature_13_01___6": 283, "12___NUMERIC___feature_13_01___7": 284, "12___NUMERIC___feature_13_01___8": 285, "12___NUMERIC___feature_13_01___9": 286, "12___NUMERIC___feature_13_02___0": 287, "12___NUMERIC___feature_13_02___1": 288, "12___NUMERIC___feature_13_02___2": 289, "12___NUMERIC___feature_13_02___3": 290, "12___NUMERIC___feature_13_02___4": 291, "12___NUMERIC___feature_13_02___5": 292, "12___NUMERIC___feature_13_02___6": 293, "12___NUMERIC___feature_13_02___7": 294, "12___NUMERIC___feature_13_02___8": 295, "12___NUMERIC___feature_13_02___9": 296, "13___NUMERIC___feature_14_00___0": 297, "13___NUMERIC___feature_14_00___1": 298, "13___NUMERIC___feature_14_01___0": 299, "13___NUMERIC___feature_14_01___1": 300, "13___NUMERIC___feature_14_01___2": 301, "13___NUMERIC___feature_14_01___3": 302, "13___NUMERIC___feature_14_01___4": 303, "13___NUMERIC___feature_14_01___5": 304, "13___NUMERIC___feature_14_01___6": 305, "13___NUMERIC___feature_14_01___7": 306, "13___NUMERIC___feature_14_01___8": 307, "13___NUMERIC___feature_14_01___9": 308, "13___NUMERIC___feature_14_02___0": 309, "13___NUMERIC___feature_14_02___1": 310, "13___NUMERIC___feature_14_02___2": 311, "13___NUMERIC___feature_14_02___3": 312, "13___NUMERIC___feature_14_02___4": 313, "13___NUMERIC___feature_14_02___5": 314, "13___NUMERIC___feature_14_02___6": 315, "13___NUMERIC___feature_14_02___7": 316, "13___NUMERIC___feature_14_02___8": 317, "13___NUMERIC___feature_14_02___9": 318, "14___NUMERIC___feature_15_00___0": 319, "14___NUMERIC___feature_15_00___1": 320, "14___NUMERIC___feature_15_01___0": 321, "14___NUMERIC___feature_15_01___1": 322, "14___NUMERIC___feature_15_01___2": 323, "14___NUMERIC___feature_15_01___3": 324, "14___NUMERIC___feature_15_01___4": 325, "14___NUMERIC___feature_15_01___5": 326, "14___NUMERIC___feature_15_01___6": 327, "14___NUMERIC___feature_15_01___7": 328, "14___NUMERIC___feature_15_01___8": 329, "14___NUMERIC___feature_15_01___9": 330, "14___NUMERIC___feature_15_02___0": 331, "14___NUMERIC___feature_15_02___1": 332, "14___NUMERIC___feature_15_02___2": 333, "14___NUMERIC___feature_15_02___3": 334, "14___NUMERIC___feature_15_02___4": 335, "14___NUMERIC___feature_15_02___5": 336, "14___NUMERIC___feature_15_02___6": 337, "14___NUMERIC___feature_15_02___7": 338, "14___NUMERIC___feature_15_02___8": 339, "14___NUMERIC___feature_15_02___9": 340, "15___NUMERIC___feature_16_00___0": 341, "15___NUMERIC___feature_16_00___1": 342, "15___NUMERIC___feature_16_01___0": 343, "15___NUMERIC___feature_16_01___1": 344, "15___NUMERIC___feature_16_01___2": 345, "15___NUMERIC___feature_16_01___3": 346, "15___NUMERIC___feature_16_01___4": 347, "15___NUMERIC___feature_16_01___5": 348, "15___NUMERIC___feature_16_01___6": 349, "15___NUMERIC___feature_16_01___7": 350, "15___NUMERIC___feature_16_01___8": 351, "15___NUMERIC___feature_16_01___9": 352, "15___NUMERIC___feature_16_02___0": 353, "15___NUMERIC___feature_16_02___1": 354, "15___NUMERIC___feature_16_02___2": 355, "15___NUMERIC___feature_16_02___3": 356, "15___NUMERIC___feature_16_02___4": 357, "15___NUMERIC___feature_16_02___5": 358, "15___NUMERIC___feature_16_02___6": 359, "15___NUMERIC___feature_16_02___7": 360, "15___NUMERIC___feature_16_02___8": 361, "15___NUMERIC___feature_16_02___9": 362, "16___NUMERIC___class_00___0": 363, "16___NUMERIC___class_00___1": 364, "16___NUMERIC___class_00___2": 365, "16___NUMERIC___class_00___3": 366, "16___NUMERIC___class_00___4": 367, "16___NUMERIC___class_00___5": 368, "16___NUMERIC___class_00___6": 369, "16___NUMERIC___class_00___7": 370, "16___NUMERIC___class_00___8": 371, "16___NUMERIC___class_00___9": 372}, "column_token_ids": {"00___NUMERIC___feature_1_00": [11, 12], "00___NUMERIC___feature_1_01": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "00___NUMERIC___feature_1_02": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "01___NUMERIC___feature_2_00": [33, 34], "01___NUMERIC___feature_2_01": [35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "01___NUMERIC___feature_2_02": [45, 46, 47, 48, 49, 50, 51, 52, 53, 54], "02___NUMERIC___feature_3_00": [55, 56], "02___NUMERIC___feature_3_01": [57, 58, 59, 60, 61, 62, 63, 64, 65, 66], "02___NUMERIC___feature_3_02": [67, 68, 69, 70, 71, 72, 73, 74, 75, 76], "03___NUMERIC___feature_4_00": [77, 78], "03___NUMERIC___feature_4_01": [79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "03___NUMERIC___feature_4_02": [89, 90, 91, 92, 93, 94, 95, 96, 97, 98], "04___NUMERIC___feature_5_00": [99, 100], "04___NUMERIC___feature_5_01": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110], "04___NUMERIC___feature_5_02": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "05___NUMERIC___feature_6_00": [121, 122], "05___NUMERIC___feature_6_01": [123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "05___NUMERIC___feature_6_02": [133, 134, 135, 136, 137, 138, 139, 140, 141, 142], "06___NUMERIC___feature_7_00": [143, 144], "06___NUMERIC___feature_7_01": [145, 146, 147, 148, 149, 150, 151, 152, 153, 154], "06___NUMERIC___feature_7_02": [155, 156, 157, 158, 159, 160, 161, 162, 163, 164], "07___NUMERIC___feature_8_00": [165, 166], "07___NUMERIC___feature_8_01": [167, 168, 169, 170, 171, 172, 173, 174, 175, 176], "07___NUMERIC___feature_8_02": [177, 178, 179, 180, 181, 182, 183, 184, 185, 186], "08___NUMERIC___feature_9_00": [187, 188], "08___NUMERIC___feature_9_01": [189, 190, 191, 192, 193, 194, 195, 196, 197, 198], "08___NUMERIC___feature_9_02": [199, 200, 201, 202, 203, 204, 205, 206, 207, 208], "09___NUMERIC___feature_10_00": [209, 210], "09___NUMERIC___feature_10_01": [211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "09___NUMERIC___feature_10_02": [221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "10___NUMERIC___feature_11_00": [231, 232], "10___NUMERIC___feature_11_01": [233, 234, 235, 236, 237, 238, 239, 240, 241, 242], "10___NUMERIC___feature_11_02": [243, 244, 245, 246, 247, 248, 249, 250, 251, 252], "11___NUMERIC___feature_12_00": [253, 254], "11___NUMERIC___feature_12_01": [255, 256, 257, 258, 259, 260, 261, 262, 263, 264], "11___NUMERIC___feature_12_02": [265, 266, 267, 268, 269, 270, 271, 272, 273, 274], "12___NUMERIC___feature_13_00": [275, 276], "12___NUMERIC___feature_13_01": [277, 278, 279, 280, 281, 282, 283, 284, 285, 286], "12___NUMERIC___feature_13_02": [287, 288, 289, 290, 291, 292, 293, 294, 295, 296], "13___NUMERIC___feature_14_00": [297, 298], "13___NUMERIC___feature_14_01": [299, 300, 301, 302, 303, 304, 305, 306, 307, 308], "13___NUMERIC___feature_14_02": [309, 310, 311, 312, 313, 314, 315, 316, 317, 318], "14___NUMERIC___feature_15_00": [319, 320], "14___NUMERIC___feature_15_01": [321, 322, 323, 324, 325, 326, 327, 328, 329, 330], "14___NUMERIC___feature_15_02": [331, 332, 333, 334, 335, 336, 337, 338, 339, 340], "15___NUMERIC___feature_16_00": [341, 342], "15___NUMERIC___feature_16_01": [343, 344, 345, 346, 347, 348, 349, 350, 351, 352], "15___NUMERIC___feature_16_02": [353, 354, 355, 356, 357, 358, 359, 360, 361, 362], "16___NUMERIC___class_00": [363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}}, "tabular_max_length": 51, "relational_max_length": null, "tabular_col_size": 8794, "relational_col_size": null, "col_transform_data": {"feature_1": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_2": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_3": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_4": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_5": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_6": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_7": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_8": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_9": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_10": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_11": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_12": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_13": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_14": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_15": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "feature_16": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "class": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}}, "in_col_transform_data": null, "col_idx_ids": {"0": [11, 12], "1": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "2": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "3": [33, 34], "4": [35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "5": [45, 46, 47, 48, 49, 50, 51, 52, 53, 54], "6": [55, 56], "7": [57, 58, 59, 60, 61, 62, 63, 64, 65, 66], "8": [67, 68, 69, 70, 71, 72, 73, 74, 75, 76], "9": [77, 78], "10": [79, 80, 81, 82, 83, 84, 85, 86, 87, 88], "11": [89, 90, 91, 92, 93, 94, 95, 96, 97, 98], "12": [99, 100], "13": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110], "14": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "15": [121, 122], "16": [123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "17": [133, 134, 135, 136, 137, 138, 139, 140, 141, 142], "18": [143, 144], "19": [145, 146, 147, 148, 149, 150, 151, 152, 153, 154], "20": [155, 156, 157, 158, 159, 160, 161, 162, 163, 164], "21": [165, 166], "22": [167, 168, 169, 170, 171, 172, 173, 174, 175, 176], "23": [177, 178, 179, 180, 181, 182, 183, 184, 185, 186], "24": [187, 188], "25": [189, 190, 191, 192, 193, 194, 195, 196, 197, 198], "26": [199, 200, 201, 202, 203, 204, 205, 206, 207, 208], "27": [209, 210], "28": [211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "29": [221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "30": [231, 232], "31": [233, 234, 235, 236, 237, 238, 239, 240, 241, 242], "32": [243, 244, 245, 246, 247, 248, 249, 250, 251, 252], "33": [253, 254], "34": [255, 256, 257, 258, 259, 260, 261, 262, 263, 264], "35": [265, 266, 267, 268, 269, 270, 271, 272, 273, 274], "36": [275, 276], "37": [277, 278, 279, 280, 281, 282, 283, 284, 285, 286], "38": [287, 288, 289, 290, 291, 292, 293, 294, 295, 296], "39": [297, 298], "40": [299, 300, 301, 302, 303, 304, 305, 306, 307, 308], "41": [309, 310, 311, 312, 313, 314, 315, 316, 317, 318], "42": [319, 320], "43": [321, 322, 323, 324, 325, 326, 327, 328, 329, 330], "44": [331, 332, 333, 334, 335, 336, 337, 338, 339, 340], "45": [341, 342], "46": [343, 344, 345, 346, 347, 348, 349, 350, 351, 352], "47": [353, 354, 355, 356, 357, 358, 359, 360, 361, 362], "48": [363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "random_state": 1029, "numeric_nparts": 1, "numeric_precision": 4, "numeric_max_len": 10, "experiment_id": "id000017749219467023024128", "trainer_state": null, "target_col": null, "realtabformer_version": "0.2.4"} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_model.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..9416be283861e8dfb98e673528f03408bb57dd1e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/models_100epochs/id000017749219467023024128/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9836fe2a8183972753c853d87313487f91b4620ba61a5778c6f07e2ebbc708 +size 174435811 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/public_gate_report.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..377f12de64c0f04af2b0d501f684644894350963 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/realtabformer_features.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/realtabformer_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-1000-20260331_095230.csv b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-1000-20260331_095230.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d88372072d8df114c62d1397d9d9c1e4dcaff0e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-1000-20260331_095230.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54de8e9c44811a9166007a9c724a7e2cb8ecd977dcba7d2c31d29ad1919ba62 +size 49310 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-8794-20260418_155954.csv b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-8794-20260418_155954.csv new file mode 100644 index 0000000000000000000000000000000000000000..8ab0c521bebb362951da12a375738c651b214828 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-8794-20260418_155954.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be21acfefe60543e85aef81cb9199f50bfb7ecb80ea7c30a090370db0eeb2df +size 431811 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e6394010bf9470149f86dc1bcec22eacce24615d --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513a666089b1f9be525aa75e7df6e027e44e3bdd692b6e7963d545a4d4de2e28 +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..e749c70dcda7e39027a6fe0924dbf442e308fa2b --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840aa758b17689a9159d12a6a9514a20e959534727b74d6dc145c7d022071319 +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..c4a87a8401fa4c810142ad6e7a2b22a701cfb889 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66092e1205cf3b004806c73666d7678d1d3ed4e7049f2ffc706b677c025fbe38 +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ccfe37a2c27dbc4aceac209b0a902f0355613af4 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493ddb6087a3f552f7b84d39253e8e6553e14915a4e776bb5b7ecd0248f16172 +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fa6952690c9a7699ccf9f3ceaf03147589a61f26 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2dbcb7bf01ab4a54cac4161a0666b6565117c5a44633ba7fa18825d6ccd7d0 +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..2f123d34936fa80a164b40d78804442ba8c8611e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/trainer_state.json @@ -0,0 +1,1931 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.54545454545455, + "eval_steps": 100, + "global_step": 27100, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.1277917852368896e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27100/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..08cafb44e1a39f2ceb89f3f1a98b67afdf2ceabb --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407a7d454e1cb161ab2ee790987d69ab492c237bd4a6f3b3f03a4f707f2184b7 +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..22c03604ea50f225b322e6e15f44378134a369a5 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682f3be5329828c51b18f9d52f65f4120a918bc85ae77187e35f975ff4ffe435 +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..8ca82e1a51a6b770bb3bd17b5fd8e776131d0fbb --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774f93438a711e9624358d77bd27b7c30938ca6aef771c4536735cec45a67fb2 +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b3e3779224b211f3882fe4ddd39a48cb8d69d10a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a70750e7a834f0ae4f5803ae4297e64b2d3241f59b584a3826e551b5f3bcae8 +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6eae3ee7967a10e2e44c39884f76ab02d0b58f5e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f3e1115816c81130908b6f9c1e65cffdcc2a20a857aea269d7c1e3667461fc +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..2bce6a0736d215b4e71d71a910ae0f9f30b54df1 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/trainer_state.json @@ -0,0 +1,1938 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.9090909090909, + "eval_steps": 100, + "global_step": 27200, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + }, + { + "epoch": 98.9090909090909, + "grad_norm": 1.3307486772537231, + "learning_rate": 5.581818181818182e-07, + "loss": 0.2418547248840332, + "step": 27200 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.1319562021994496e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27200/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..794385474d18a8f3fd5b8bbb5ba20f2f7a40997f --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eac61d62b133cf68effc4269a462d457f2e0292eb858f2b7cfc00405c11cda4 +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..3e3735ae510ad63283b2ccfed885f19892e31bfc --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a647665039ab9974f95a8376204cfdd02bed81a5598eadc71dce753b62194d6e +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..fee74281f642b293db47f5e735e4a8fcaf2124c4 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4908e7eec2eaaac450817488a75b4c473221fa1e0b963358984ad9f6c18210 +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..68772e9c454a204a89bd62a0b16239c8bfb92862 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aac448cc8b00e767a9153666b3e509feba20eefa8364124cdbc4fb101b1c16d +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..22465fcaa2b4d14a2cd2048fd36821397b7765cb --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628ff2a3633359d85f9a8c68058db5e63e1be107b2cf64caf5349ce7cfc6e01c +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..624ac8346b54c9689aee24f09e9e9353dc6b2e1a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/trainer_state.json @@ -0,0 +1,1938 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.0, + "eval_steps": 100, + "global_step": 27225, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + }, + { + "epoch": 98.9090909090909, + "grad_norm": 1.3307486772537231, + "learning_rate": 5.581818181818182e-07, + "loss": 0.2418547248840332, + "step": 27200 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.1329894981582848e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27225/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4760e80645acf9d35ae52148cf4f7778dec2d95a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3def995a7627beef1ca8e69235c0b1a84383e8a00f1414e34f904f51c5ee3c08 +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..711c23bd7b8673f8ba2fba5c657a54132e34682d --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a4e557d51d3bebf2c07f5651ec3679533d77c1072b7d090f7707f659d0bf12 +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..9f744d14af90a176018a68b28b998f3ccc9e9e9e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b891cb75588a97dbd27a4520071cece5070b91b895c8a75dc2553c01d9971ed1 +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0f9df574825d0552d832cb305fa3dcac0a0ebb19 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afac2bd63919ebaafa93bf4616495f7c18d899c4d065069ee2b67e703fe9736 +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cbe42593c535caab58260e94c223669fd46a55a1 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2e5a9c7dd2a327746c6476fae80a2fe79c599e6e94f416913ee9be5dd75867 +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..ee5612440073868f17803c59bb8f1be8239c4a6f --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/trainer_state.json @@ -0,0 +1,1945 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.27272727272727, + "eval_steps": 100, + "global_step": 27300, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + }, + { + "epoch": 98.9090909090909, + "grad_norm": 1.3307486772537231, + "learning_rate": 5.581818181818182e-07, + "loss": 0.2418547248840332, + "step": 27200 + }, + { + "epoch": 99.27272727272727, + "grad_norm": 1.4221404790878296, + "learning_rate": 3.7636363636363635e-07, + "loss": 0.2411055564880371, + "step": 27300 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.1361128108802048e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27300/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..144d9ba2ce7c3e47c8042c3173e6939c398667f3 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed270d49b4d23445b3cb6aefce6fe4b5058df4b0d06925ff51bcbe5f9fb4dc0 +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..ea1c24e53a847033f3a116f9f55581923797634e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1bdeb7a9811f87826a0353239172e93434d997372880c37a46d6ccd1f104f0 +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..9d92e54d49012955580e90f40a534a06a05114e0 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b86fd980145b53bbc4b8e4debcf7e6f426dc25b377d9660b4f781fab6f484bb +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..04cdf7cfe4a79e8e37151141db9f83dd4cb916a0 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581be70e432c9d9083b391c54696e89720ba0200bc0856de4c96d31bc949c0b8 +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5a87421a225229c6914831b306bc1a7ec4ab95e2 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb50ba3816bc82c715bfeee85568057515cebc38eedbd09d120deb0d4417ddd +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..355159a992e80804c5b921fed3da6c3a26f89224 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/trainer_state.json @@ -0,0 +1,1952 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.63636363636364, + "eval_steps": 100, + "global_step": 27400, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + }, + { + "epoch": 98.9090909090909, + "grad_norm": 1.3307486772537231, + "learning_rate": 5.581818181818182e-07, + "loss": 0.2418547248840332, + "step": 27200 + }, + { + "epoch": 99.27272727272727, + "grad_norm": 1.4221404790878296, + "learning_rate": 3.7636363636363635e-07, + "loss": 0.2411055564880371, + "step": 27300 + }, + { + "epoch": 99.63636363636364, + "grad_norm": 1.326664686203003, + "learning_rate": 1.9454545454545455e-07, + "loss": 0.24170248031616212, + "step": 27400 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.1402772278427648e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27400/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/config.json new file mode 100644 index 0000000000000000000000000000000000000000..792c6d7a907dc2c1b14b039cc0f299fd22402677 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/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": 373 +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/generation_config.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/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/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/model.safetensors b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b59b7ee81976ae78a0adfdd0cf4a854e63b34cfe --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2c924e29643e7b42128616fc4ad294495220d95d3366d59929f1f24d16e10f +size 174414280 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/optimizer.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..1c351522488193a1278dbe0f4c201bc595605e94 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4ec0765deae6dffd3f61daa52f0544eba068b2f95ded63c1a880c7749715e +size 348877643 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/rng_state.pth b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..2a65591f4e1731d283b16689874567c269720ada --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7596a022c8e6b4623ca8c3f9b6f93a0aab84580402fcae598df04f347857770e +size 14645 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scaler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..50c1ca9d723c6e1dfd5c580f5e2b07cf529e4506 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f28d46367c1f5b985fbb019f6d290a90ae1907fa0d3bb99c5610e46bb37a62c +size 1383 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scheduler.pt b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..135fa2029efeb5f360a8fce76e126b27314067f6 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5a411608abf42b207abded751618dee08506d083fc98bcd54d3daa0f9cb17b +size 1465 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/trainer_state.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..adb0ff8189e58f76671383338df6d586f534a59c --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/trainer_state.json @@ -0,0 +1,1959 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 100.0, + "eval_steps": 100, + "global_step": 27500, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.36363636363636365, + "grad_norm": 1.0784136056900024, + "learning_rate": 4.982e-05, + "loss": 2.145399627685547, + "step": 100 + }, + { + "epoch": 0.7272727272727273, + "grad_norm": 0.96734219789505, + "learning_rate": 4.963818181818182e-05, + "loss": 1.2517256927490235, + "step": 200 + }, + { + "epoch": 1.0909090909090908, + "grad_norm": 0.961138904094696, + "learning_rate": 4.945636363636364e-05, + "loss": 1.1570389556884766, + "step": 300 + }, + { + "epoch": 1.4545454545454546, + "grad_norm": 1.050737738609314, + "learning_rate": 4.927454545454546e-05, + "loss": 1.1139063262939453, + "step": 400 + }, + { + "epoch": 1.8181818181818183, + "grad_norm": 1.0441604852676392, + "learning_rate": 4.9092727272727274e-05, + "loss": 1.0848365783691407, + "step": 500 + }, + { + "epoch": 2.1818181818181817, + "grad_norm": 1.044272780418396, + "learning_rate": 4.891090909090909e-05, + "loss": 1.059862060546875, + "step": 600 + }, + { + "epoch": 2.5454545454545454, + "grad_norm": 0.9746940732002258, + "learning_rate": 4.872909090909091e-05, + "loss": 1.044805450439453, + "step": 700 + }, + { + "epoch": 2.909090909090909, + "grad_norm": 0.9710886478424072, + "learning_rate": 4.854727272727273e-05, + "loss": 1.0344816589355468, + "step": 800 + }, + { + "epoch": 3.2727272727272725, + "grad_norm": 0.9156522750854492, + "learning_rate": 4.836545454545455e-05, + "loss": 1.0209316253662108, + "step": 900 + }, + { + "epoch": 3.6363636363636362, + "grad_norm": 0.9564149975776672, + "learning_rate": 4.818363636363636e-05, + "loss": 1.0102748107910156, + "step": 1000 + }, + { + "epoch": 4.0, + "grad_norm": 0.9665701389312744, + "learning_rate": 4.8001818181818185e-05, + "loss": 1.003433609008789, + "step": 1100 + }, + { + "epoch": 4.363636363636363, + "grad_norm": 0.9304676651954651, + "learning_rate": 4.7820000000000006e-05, + "loss": 0.989081802368164, + "step": 1200 + }, + { + "epoch": 4.7272727272727275, + "grad_norm": 0.9234855771064758, + "learning_rate": 4.763818181818182e-05, + "loss": 0.9878467559814453, + "step": 1300 + }, + { + "epoch": 5.090909090909091, + "grad_norm": 0.9023320078849792, + "learning_rate": 4.7456363636363636e-05, + "loss": 0.9791029357910156, + "step": 1400 + }, + { + "epoch": 5.454545454545454, + "grad_norm": 0.8741167783737183, + "learning_rate": 4.727454545454545e-05, + "loss": 0.9712700653076172, + "step": 1500 + }, + { + "epoch": 5.818181818181818, + "grad_norm": 0.9921810030937195, + "learning_rate": 4.709272727272728e-05, + "loss": 0.9674547576904297, + "step": 1600 + }, + { + "epoch": 6.181818181818182, + "grad_norm": 0.8787270188331604, + "learning_rate": 4.6910909090909095e-05, + "loss": 0.9611726379394532, + "step": 1700 + }, + { + "epoch": 6.545454545454545, + "grad_norm": 0.8745803236961365, + "learning_rate": 4.672909090909091e-05, + "loss": 0.9544229125976562, + "step": 1800 + }, + { + "epoch": 6.909090909090909, + "grad_norm": 0.8714057207107544, + "learning_rate": 4.654727272727273e-05, + "loss": 0.9529221343994141, + "step": 1900 + }, + { + "epoch": 7.2727272727272725, + "grad_norm": 0.9542281031608582, + "learning_rate": 4.6365454545454547e-05, + "loss": 0.9437432098388672, + "step": 2000 + }, + { + "epoch": 7.636363636363637, + "grad_norm": 0.8554350733757019, + "learning_rate": 4.618363636363637e-05, + "loss": 0.9411634826660156, + "step": 2100 + }, + { + "epoch": 8.0, + "grad_norm": 0.9603785872459412, + "learning_rate": 4.600181818181818e-05, + "loss": 0.9423847961425781, + "step": 2200 + }, + { + "epoch": 8.363636363636363, + "grad_norm": 0.9734923839569092, + "learning_rate": 4.5820000000000005e-05, + "loss": 0.9256456756591797, + "step": 2300 + }, + { + "epoch": 8.727272727272727, + "grad_norm": 0.9858648180961609, + "learning_rate": 4.563818181818182e-05, + "loss": 0.9336396789550782, + "step": 2400 + }, + { + "epoch": 9.090909090909092, + "grad_norm": 0.8898724317550659, + "learning_rate": 4.5456363636363635e-05, + "loss": 0.9243130493164062, + "step": 2500 + }, + { + "epoch": 9.454545454545455, + "grad_norm": 0.9111462831497192, + "learning_rate": 4.527454545454546e-05, + "loss": 0.9198636627197265, + "step": 2600 + }, + { + "epoch": 9.818181818181818, + "grad_norm": 0.8821536898612976, + "learning_rate": 4.509272727272728e-05, + "loss": 0.9197423553466797, + "step": 2700 + }, + { + "epoch": 10.181818181818182, + "grad_norm": 0.9281187057495117, + "learning_rate": 4.4910909090909094e-05, + "loss": 0.9132594299316407, + "step": 2800 + }, + { + "epoch": 10.545454545454545, + "grad_norm": 0.9729433655738831, + "learning_rate": 4.472909090909091e-05, + "loss": 0.9077275085449219, + "step": 2900 + }, + { + "epoch": 10.909090909090908, + "grad_norm": 1.0060853958129883, + "learning_rate": 4.454727272727273e-05, + "loss": 0.9133865356445312, + "step": 3000 + }, + { + "epoch": 11.272727272727273, + "grad_norm": 0.9803414940834045, + "learning_rate": 4.436545454545455e-05, + "loss": 0.8990361022949219, + "step": 3100 + }, + { + "epoch": 11.636363636363637, + "grad_norm": 0.9595834016799927, + "learning_rate": 4.418363636363637e-05, + "loss": 0.8986922454833984, + "step": 3200 + }, + { + "epoch": 12.0, + "grad_norm": 1.0398615598678589, + "learning_rate": 4.400181818181818e-05, + "loss": 0.9023255157470703, + "step": 3300 + }, + { + "epoch": 12.363636363636363, + "grad_norm": 0.9440250396728516, + "learning_rate": 4.382e-05, + "loss": 0.8863291931152344, + "step": 3400 + }, + { + "epoch": 12.727272727272727, + "grad_norm": 0.9935013651847839, + "learning_rate": 4.3638181818181826e-05, + "loss": 0.8902952575683594, + "step": 3500 + }, + { + "epoch": 13.090909090909092, + "grad_norm": 0.964539110660553, + "learning_rate": 4.345636363636364e-05, + "loss": 0.8882728576660156, + "step": 3600 + }, + { + "epoch": 13.454545454545455, + "grad_norm": 0.9722519516944885, + "learning_rate": 4.3274545454545456e-05, + "loss": 0.8767874145507812, + "step": 3700 + }, + { + "epoch": 13.818181818181818, + "grad_norm": 1.0218701362609863, + "learning_rate": 4.309272727272727e-05, + "loss": 0.8797251892089843, + "step": 3800 + }, + { + "epoch": 14.181818181818182, + "grad_norm": 0.9920632839202881, + "learning_rate": 4.291090909090909e-05, + "loss": 0.8737703704833985, + "step": 3900 + }, + { + "epoch": 14.545454545454545, + "grad_norm": 1.0552458763122559, + "learning_rate": 4.2729090909090914e-05, + "loss": 0.8661956024169922, + "step": 4000 + }, + { + "epoch": 14.909090909090908, + "grad_norm": 1.0434445142745972, + "learning_rate": 4.254727272727273e-05, + "loss": 0.8738212585449219, + "step": 4100 + }, + { + "epoch": 15.272727272727273, + "grad_norm": 1.059383749961853, + "learning_rate": 4.2365454545454544e-05, + "loss": 0.8579975128173828, + "step": 4200 + }, + { + "epoch": 15.636363636363637, + "grad_norm": 1.036604404449463, + "learning_rate": 4.2183636363636366e-05, + "loss": 0.8585520172119141, + "step": 4300 + }, + { + "epoch": 16.0, + "grad_norm": 1.1963361501693726, + "learning_rate": 4.200181818181818e-05, + "loss": 0.8605957794189453, + "step": 4400 + }, + { + "epoch": 16.363636363636363, + "grad_norm": 1.0874803066253662, + "learning_rate": 4.182e-05, + "loss": 0.8404962158203125, + "step": 4500 + }, + { + "epoch": 16.727272727272727, + "grad_norm": 1.1216181516647339, + "learning_rate": 4.163818181818182e-05, + "loss": 0.84906005859375, + "step": 4600 + }, + { + "epoch": 17.09090909090909, + "grad_norm": 1.156049132347107, + "learning_rate": 4.145636363636364e-05, + "loss": 0.8472472381591797, + "step": 4700 + }, + { + "epoch": 17.454545454545453, + "grad_norm": 1.1507833003997803, + "learning_rate": 4.1274545454545455e-05, + "loss": 0.8315559387207031, + "step": 4800 + }, + { + "epoch": 17.818181818181817, + "grad_norm": 1.167018175125122, + "learning_rate": 4.1092727272727276e-05, + "loss": 0.8401111602783203, + "step": 4900 + }, + { + "epoch": 18.181818181818183, + "grad_norm": 1.172263503074646, + "learning_rate": 4.091090909090909e-05, + "loss": 0.8305870819091797, + "step": 5000 + }, + { + "epoch": 18.545454545454547, + "grad_norm": 1.1943707466125488, + "learning_rate": 4.072909090909091e-05, + "loss": 0.822386245727539, + "step": 5100 + }, + { + "epoch": 18.90909090909091, + "grad_norm": 1.2204397916793823, + "learning_rate": 4.054727272727273e-05, + "loss": 0.8284521484375, + "step": 5200 + }, + { + "epoch": 19.272727272727273, + "grad_norm": 1.2102301120758057, + "learning_rate": 4.036545454545454e-05, + "loss": 0.8108099365234375, + "step": 5300 + }, + { + "epoch": 19.636363636363637, + "grad_norm": 1.2042127847671509, + "learning_rate": 4.0183636363636365e-05, + "loss": 0.8119132995605469, + "step": 5400 + }, + { + "epoch": 20.0, + "grad_norm": 1.3784435987472534, + "learning_rate": 4.000181818181819e-05, + "loss": 0.8171406555175781, + "step": 5500 + }, + { + "epoch": 20.363636363636363, + "grad_norm": 1.2759435176849365, + "learning_rate": 3.982e-05, + "loss": 0.7896138000488281, + "step": 5600 + }, + { + "epoch": 20.727272727272727, + "grad_norm": 1.245947241783142, + "learning_rate": 3.9638181818181817e-05, + "loss": 0.8007263946533203, + "step": 5700 + }, + { + "epoch": 21.09090909090909, + "grad_norm": 1.2472264766693115, + "learning_rate": 3.945636363636364e-05, + "loss": 0.795908203125, + "step": 5800 + }, + { + "epoch": 21.454545454545453, + "grad_norm": 1.2895312309265137, + "learning_rate": 3.927454545454546e-05, + "loss": 0.7810359191894531, + "step": 5900 + }, + { + "epoch": 21.818181818181817, + "grad_norm": 1.3028202056884766, + "learning_rate": 3.9092727272727275e-05, + "loss": 0.7866413879394532, + "step": 6000 + }, + { + "epoch": 22.181818181818183, + "grad_norm": 1.3176264762878418, + "learning_rate": 3.891090909090909e-05, + "loss": 0.7757771301269532, + "step": 6100 + }, + { + "epoch": 22.545454545454547, + "grad_norm": 1.335586667060852, + "learning_rate": 3.872909090909091e-05, + "loss": 0.7670719909667969, + "step": 6200 + }, + { + "epoch": 22.90909090909091, + "grad_norm": 1.4137296676635742, + "learning_rate": 3.8547272727272734e-05, + "loss": 0.7785193634033203, + "step": 6300 + }, + { + "epoch": 23.272727272727273, + "grad_norm": 1.3937662839889526, + "learning_rate": 3.836545454545455e-05, + "loss": 0.7531866455078124, + "step": 6400 + }, + { + "epoch": 23.636363636363637, + "grad_norm": 1.3879762887954712, + "learning_rate": 3.8183636363636364e-05, + "loss": 0.7570494842529297, + "step": 6500 + }, + { + "epoch": 24.0, + "grad_norm": 1.5193514823913574, + "learning_rate": 3.8001818181818185e-05, + "loss": 0.7605654907226562, + "step": 6600 + }, + { + "epoch": 24.363636363636363, + "grad_norm": 1.3981367349624634, + "learning_rate": 3.782e-05, + "loss": 0.7284980773925781, + "step": 6700 + }, + { + "epoch": 24.727272727272727, + "grad_norm": 1.5632879734039307, + "learning_rate": 3.763818181818182e-05, + "loss": 0.742615966796875, + "step": 6800 + }, + { + "epoch": 25.09090909090909, + "grad_norm": 1.45969820022583, + "learning_rate": 3.745636363636364e-05, + "loss": 0.7366212463378906, + "step": 6900 + }, + { + "epoch": 25.454545454545453, + "grad_norm": 1.497131586074829, + "learning_rate": 3.727454545454546e-05, + "loss": 0.7181396484375, + "step": 7000 + }, + { + "epoch": 25.818181818181817, + "grad_norm": 1.5087517499923706, + "learning_rate": 3.7092727272727274e-05, + "loss": 0.7253914642333984, + "step": 7100 + }, + { + "epoch": 26.181818181818183, + "grad_norm": 1.530165195465088, + "learning_rate": 3.691090909090909e-05, + "loss": 0.7121012878417968, + "step": 7200 + }, + { + "epoch": 26.545454545454547, + "grad_norm": 1.598710060119629, + "learning_rate": 3.672909090909091e-05, + "loss": 0.703485107421875, + "step": 7300 + }, + { + "epoch": 26.90909090909091, + "grad_norm": 1.631744146347046, + "learning_rate": 3.654727272727273e-05, + "loss": 0.7134257507324219, + "step": 7400 + }, + { + "epoch": 27.272727272727273, + "grad_norm": 1.5609468221664429, + "learning_rate": 3.636545454545455e-05, + "loss": 0.6876140594482422, + "step": 7500 + }, + { + "epoch": 27.636363636363637, + "grad_norm": 1.7067276239395142, + "learning_rate": 3.618363636363636e-05, + "loss": 0.690584716796875, + "step": 7600 + }, + { + "epoch": 28.0, + "grad_norm": 1.785158395767212, + "learning_rate": 3.6001818181818184e-05, + "loss": 0.6969953155517579, + "step": 7700 + }, + { + "epoch": 28.363636363636363, + "grad_norm": 1.636850357055664, + "learning_rate": 3.5820000000000006e-05, + "loss": 0.6625128173828125, + "step": 7800 + }, + { + "epoch": 28.727272727272727, + "grad_norm": 1.6703462600708008, + "learning_rate": 3.563818181818182e-05, + "loss": 0.673652114868164, + "step": 7900 + }, + { + "epoch": 29.09090909090909, + "grad_norm": 1.716977596282959, + "learning_rate": 3.5456363636363636e-05, + "loss": 0.6696115875244141, + "step": 8000 + }, + { + "epoch": 29.454545454545453, + "grad_norm": 1.7241005897521973, + "learning_rate": 3.527454545454546e-05, + "loss": 0.6461908721923828, + "step": 8100 + }, + { + "epoch": 29.818181818181817, + "grad_norm": 1.775421380996704, + "learning_rate": 3.509272727272728e-05, + "loss": 0.65717041015625, + "step": 8200 + }, + { + "epoch": 30.181818181818183, + "grad_norm": 1.7094969749450684, + "learning_rate": 3.4910909090909095e-05, + "loss": 0.64384765625, + "step": 8300 + }, + { + "epoch": 30.545454545454547, + "grad_norm": 1.8180947303771973, + "learning_rate": 3.472909090909091e-05, + "loss": 0.6352862167358398, + "step": 8400 + }, + { + "epoch": 30.90909090909091, + "grad_norm": 1.89939546585083, + "learning_rate": 3.454727272727273e-05, + "loss": 0.642234115600586, + "step": 8500 + }, + { + "epoch": 31.272727272727273, + "grad_norm": 1.8386746644973755, + "learning_rate": 3.4365454545454546e-05, + "loss": 0.6165503311157227, + "step": 8600 + }, + { + "epoch": 31.636363636363637, + "grad_norm": 1.952717661857605, + "learning_rate": 3.418363636363637e-05, + "loss": 0.6176872634887696, + "step": 8700 + }, + { + "epoch": 32.0, + "grad_norm": 2.1354644298553467, + "learning_rate": 3.400181818181818e-05, + "loss": 0.6275239181518555, + "step": 8800 + }, + { + "epoch": 32.36363636363637, + "grad_norm": 1.8392497301101685, + "learning_rate": 3.3820000000000005e-05, + "loss": 0.590402717590332, + "step": 8900 + }, + { + "epoch": 32.72727272727273, + "grad_norm": 1.859182596206665, + "learning_rate": 3.363818181818182e-05, + "loss": 0.602385139465332, + "step": 9000 + }, + { + "epoch": 33.09090909090909, + "grad_norm": 1.751363754272461, + "learning_rate": 3.3456363636363635e-05, + "loss": 0.596616096496582, + "step": 9100 + }, + { + "epoch": 33.45454545454545, + "grad_norm": 1.9020277261734009, + "learning_rate": 3.3274545454545457e-05, + "loss": 0.5772903823852539, + "step": 9200 + }, + { + "epoch": 33.81818181818182, + "grad_norm": 2.0961108207702637, + "learning_rate": 3.309272727272728e-05, + "loss": 0.5910356521606446, + "step": 9300 + }, + { + "epoch": 34.18181818181818, + "grad_norm": 1.8588470220565796, + "learning_rate": 3.291090909090909e-05, + "loss": 0.573249282836914, + "step": 9400 + }, + { + "epoch": 34.54545454545455, + "grad_norm": 1.917728066444397, + "learning_rate": 3.272909090909091e-05, + "loss": 0.5634326934814453, + "step": 9500 + }, + { + "epoch": 34.90909090909091, + "grad_norm": 2.0096068382263184, + "learning_rate": 3.254727272727272e-05, + "loss": 0.5720030593872071, + "step": 9600 + }, + { + "epoch": 35.27272727272727, + "grad_norm": 1.8938878774642944, + "learning_rate": 3.236545454545455e-05, + "loss": 0.5475926971435547, + "step": 9700 + }, + { + "epoch": 35.63636363636363, + "grad_norm": 1.9641531705856323, + "learning_rate": 3.218363636363637e-05, + "loss": 0.5488231658935547, + "step": 9800 + }, + { + "epoch": 36.0, + "grad_norm": 2.1714513301849365, + "learning_rate": 3.200181818181818e-05, + "loss": 0.5568077850341797, + "step": 9900 + }, + { + "epoch": 36.36363636363637, + "grad_norm": 1.9084670543670654, + "learning_rate": 3.182e-05, + "loss": 0.5233859252929688, + "step": 10000 + }, + { + "epoch": 36.72727272727273, + "grad_norm": 1.9192476272583008, + "learning_rate": 3.1638181818181825e-05, + "loss": 0.5362163543701172, + "step": 10100 + }, + { + "epoch": 37.09090909090909, + "grad_norm": 1.8408621549606323, + "learning_rate": 3.145636363636364e-05, + "loss": 0.5340213012695313, + "step": 10200 + }, + { + "epoch": 37.45454545454545, + "grad_norm": 2.0231456756591797, + "learning_rate": 3.1274545454545455e-05, + "loss": 0.5113456344604492, + "step": 10300 + }, + { + "epoch": 37.81818181818182, + "grad_norm": 1.868125557899475, + "learning_rate": 3.109272727272727e-05, + "loss": 0.5225336837768555, + "step": 10400 + }, + { + "epoch": 38.18181818181818, + "grad_norm": 1.8731112480163574, + "learning_rate": 3.091090909090909e-05, + "loss": 0.5100750350952148, + "step": 10500 + }, + { + "epoch": 38.54545454545455, + "grad_norm": 1.985718011856079, + "learning_rate": 3.0729090909090914e-05, + "loss": 0.5011151885986328, + "step": 10600 + }, + { + "epoch": 38.90909090909091, + "grad_norm": 2.0982460975646973, + "learning_rate": 3.054727272727273e-05, + "loss": 0.511673698425293, + "step": 10700 + }, + { + "epoch": 39.27272727272727, + "grad_norm": 1.991968035697937, + "learning_rate": 3.0365454545454547e-05, + "loss": 0.4891240692138672, + "step": 10800 + }, + { + "epoch": 39.63636363636363, + "grad_norm": 1.9981971979141235, + "learning_rate": 3.0183636363636362e-05, + "loss": 0.4901155471801758, + "step": 10900 + }, + { + "epoch": 40.0, + "grad_norm": 2.3799333572387695, + "learning_rate": 3.000181818181818e-05, + "loss": 0.4983768844604492, + "step": 11000 + }, + { + "epoch": 40.36363636363637, + "grad_norm": 1.9318556785583496, + "learning_rate": 2.9820000000000002e-05, + "loss": 0.469569091796875, + "step": 11100 + }, + { + "epoch": 40.72727272727273, + "grad_norm": 2.033424139022827, + "learning_rate": 2.963818181818182e-05, + "loss": 0.4812519073486328, + "step": 11200 + }, + { + "epoch": 41.09090909090909, + "grad_norm": 1.9061988592147827, + "learning_rate": 2.9456363636363636e-05, + "loss": 0.47716217041015624, + "step": 11300 + }, + { + "epoch": 41.45454545454545, + "grad_norm": 2.1846649646759033, + "learning_rate": 2.9274545454545454e-05, + "loss": 0.4603394317626953, + "step": 11400 + }, + { + "epoch": 41.81818181818182, + "grad_norm": 2.161334991455078, + "learning_rate": 2.9092727272727273e-05, + "loss": 0.4674300384521484, + "step": 11500 + }, + { + "epoch": 42.18181818181818, + "grad_norm": 2.0326099395751953, + "learning_rate": 2.8910909090909094e-05, + "loss": 0.45890609741210936, + "step": 11600 + }, + { + "epoch": 42.54545454545455, + "grad_norm": 1.9316221475601196, + "learning_rate": 2.872909090909091e-05, + "loss": 0.4494160079956055, + "step": 11700 + }, + { + "epoch": 42.90909090909091, + "grad_norm": 2.105086326599121, + "learning_rate": 2.8547272727272728e-05, + "loss": 0.4583346557617187, + "step": 11800 + }, + { + "epoch": 43.27272727272727, + "grad_norm": 1.9341769218444824, + "learning_rate": 2.8365454545454546e-05, + "loss": 0.440656852722168, + "step": 11900 + }, + { + "epoch": 43.63636363636363, + "grad_norm": 1.8611398935317993, + "learning_rate": 2.8183636363636368e-05, + "loss": 0.4407263946533203, + "step": 12000 + }, + { + "epoch": 44.0, + "grad_norm": 2.3110198974609375, + "learning_rate": 2.8001818181818186e-05, + "loss": 0.45025875091552736, + "step": 12100 + }, + { + "epoch": 44.36363636363637, + "grad_norm": 2.0500378608703613, + "learning_rate": 2.782e-05, + "loss": 0.4249523162841797, + "step": 12200 + }, + { + "epoch": 44.72727272727273, + "grad_norm": 1.892333745956421, + "learning_rate": 2.763818181818182e-05, + "loss": 0.4330964279174805, + "step": 12300 + }, + { + "epoch": 45.09090909090909, + "grad_norm": 1.8428066968917847, + "learning_rate": 2.7456363636363635e-05, + "loss": 0.4305564498901367, + "step": 12400 + }, + { + "epoch": 45.45454545454545, + "grad_norm": 1.9884893894195557, + "learning_rate": 2.727454545454546e-05, + "loss": 0.4169401550292969, + "step": 12500 + }, + { + "epoch": 45.81818181818182, + "grad_norm": 2.089337110519409, + "learning_rate": 2.7092727272727275e-05, + "loss": 0.4241468048095703, + "step": 12600 + }, + { + "epoch": 46.18181818181818, + "grad_norm": 1.849597692489624, + "learning_rate": 2.6910909090909093e-05, + "loss": 0.41641525268554686, + "step": 12700 + }, + { + "epoch": 46.54545454545455, + "grad_norm": 1.9358819723129272, + "learning_rate": 2.6729090909090908e-05, + "loss": 0.4109135437011719, + "step": 12800 + }, + { + "epoch": 46.90909090909091, + "grad_norm": 2.0105397701263428, + "learning_rate": 2.6547272727272727e-05, + "loss": 0.41542926788330076, + "step": 12900 + }, + { + "epoch": 47.27272727272727, + "grad_norm": 1.8301087617874146, + "learning_rate": 2.636545454545455e-05, + "loss": 0.40183238983154296, + "step": 13000 + }, + { + "epoch": 47.63636363636363, + "grad_norm": 2.013810157775879, + "learning_rate": 2.6185454545454547e-05, + "loss": 0.40270381927490234, + "step": 13100 + }, + { + "epoch": 48.0, + "grad_norm": 2.1819941997528076, + "learning_rate": 2.600363636363636e-05, + "loss": 0.40888172149658203, + "step": 13200 + }, + { + "epoch": 48.36363636363637, + "grad_norm": 2.031552314758301, + "learning_rate": 2.582181818181818e-05, + "loss": 0.3883628845214844, + "step": 13300 + }, + { + "epoch": 48.72727272727273, + "grad_norm": 1.9376195669174194, + "learning_rate": 2.5640000000000002e-05, + "loss": 0.39551319122314454, + "step": 13400 + }, + { + "epoch": 49.09090909090909, + "grad_norm": 1.8773139715194702, + "learning_rate": 2.545818181818182e-05, + "loss": 0.3956622695922852, + "step": 13500 + }, + { + "epoch": 49.45454545454545, + "grad_norm": 1.9080530405044556, + "learning_rate": 2.5276363636363635e-05, + "loss": 0.3822688293457031, + "step": 13600 + }, + { + "epoch": 49.81818181818182, + "grad_norm": 1.9355326890945435, + "learning_rate": 2.5094545454545454e-05, + "loss": 0.38840499877929685, + "step": 13700 + }, + { + "epoch": 50.18181818181818, + "grad_norm": 1.843058466911316, + "learning_rate": 2.4912727272727275e-05, + "loss": 0.3828480911254883, + "step": 13800 + }, + { + "epoch": 50.54545454545455, + "grad_norm": 1.9807416200637817, + "learning_rate": 2.4730909090909094e-05, + "loss": 0.37787761688232424, + "step": 13900 + }, + { + "epoch": 50.90909090909091, + "grad_norm": 1.7907322645187378, + "learning_rate": 2.4549090909090912e-05, + "loss": 0.382524299621582, + "step": 14000 + }, + { + "epoch": 51.27272727272727, + "grad_norm": 1.859387993812561, + "learning_rate": 2.4367272727272727e-05, + "loss": 0.37102188110351564, + "step": 14100 + }, + { + "epoch": 51.63636363636363, + "grad_norm": 1.9762855768203735, + "learning_rate": 2.418545454545455e-05, + "loss": 0.3701220703125, + "step": 14200 + }, + { + "epoch": 52.0, + "grad_norm": 2.033637046813965, + "learning_rate": 2.4003636363636364e-05, + "loss": 0.37714595794677735, + "step": 14300 + }, + { + "epoch": 52.36363636363637, + "grad_norm": 2.0437138080596924, + "learning_rate": 2.3821818181818186e-05, + "loss": 0.36000354766845705, + "step": 14400 + }, + { + "epoch": 52.72727272727273, + "grad_norm": 1.9879703521728516, + "learning_rate": 2.364e-05, + "loss": 0.36609466552734377, + "step": 14500 + }, + { + "epoch": 53.09090909090909, + "grad_norm": 1.8655529022216797, + "learning_rate": 2.345818181818182e-05, + "loss": 0.36451602935791017, + "step": 14600 + }, + { + "epoch": 53.45454545454545, + "grad_norm": 1.7851101160049438, + "learning_rate": 2.3276363636363637e-05, + "loss": 0.3544338226318359, + "step": 14700 + }, + { + "epoch": 53.81818181818182, + "grad_norm": 1.9404594898223877, + "learning_rate": 2.3094545454545456e-05, + "loss": 0.3607716369628906, + "step": 14800 + }, + { + "epoch": 54.18181818181818, + "grad_norm": 1.7636584043502808, + "learning_rate": 2.2912727272727274e-05, + "loss": 0.3531220626831055, + "step": 14900 + }, + { + "epoch": 54.54545454545455, + "grad_norm": 1.9051434993743896, + "learning_rate": 2.2730909090909093e-05, + "loss": 0.3506313323974609, + "step": 15000 + }, + { + "epoch": 54.90909090909091, + "grad_norm": 1.9348740577697754, + "learning_rate": 2.254909090909091e-05, + "loss": 0.35466575622558594, + "step": 15100 + }, + { + "epoch": 55.27272727272727, + "grad_norm": 1.9406555891036987, + "learning_rate": 2.236727272727273e-05, + "loss": 0.3445849609375, + "step": 15200 + }, + { + "epoch": 55.63636363636363, + "grad_norm": 1.8799598217010498, + "learning_rate": 2.2185454545454544e-05, + "loss": 0.34594417572021485, + "step": 15300 + }, + { + "epoch": 56.0, + "grad_norm": 2.101017951965332, + "learning_rate": 2.2003636363636366e-05, + "loss": 0.3517122268676758, + "step": 15400 + }, + { + "epoch": 56.36363636363637, + "grad_norm": 1.8125721216201782, + "learning_rate": 2.182181818181818e-05, + "loss": 0.33488227844238283, + "step": 15500 + }, + { + "epoch": 56.72727272727273, + "grad_norm": 1.8277901411056519, + "learning_rate": 2.1640000000000003e-05, + "loss": 0.3415329360961914, + "step": 15600 + }, + { + "epoch": 57.09090909090909, + "grad_norm": 1.7526376247406006, + "learning_rate": 2.1458181818181818e-05, + "loss": 0.3389596176147461, + "step": 15700 + }, + { + "epoch": 57.45454545454545, + "grad_norm": 1.8260293006896973, + "learning_rate": 2.127636363636364e-05, + "loss": 0.33281639099121096, + "step": 15800 + }, + { + "epoch": 57.81818181818182, + "grad_norm": 1.8228604793548584, + "learning_rate": 2.1094545454545455e-05, + "loss": 0.33586090087890624, + "step": 15900 + }, + { + "epoch": 58.18181818181818, + "grad_norm": 1.7439143657684326, + "learning_rate": 2.0912727272727273e-05, + "loss": 0.3320180892944336, + "step": 16000 + }, + { + "epoch": 58.54545454545455, + "grad_norm": 1.8189549446105957, + "learning_rate": 2.073090909090909e-05, + "loss": 0.3283953475952148, + "step": 16100 + }, + { + "epoch": 58.90909090909091, + "grad_norm": 1.8652926683425903, + "learning_rate": 2.054909090909091e-05, + "loss": 0.33287605285644534, + "step": 16200 + }, + { + "epoch": 59.27272727272727, + "grad_norm": 1.683011531829834, + "learning_rate": 2.0367272727272728e-05, + "loss": 0.3236372375488281, + "step": 16300 + }, + { + "epoch": 59.63636363636363, + "grad_norm": 1.8214070796966553, + "learning_rate": 2.0185454545454547e-05, + "loss": 0.32549442291259767, + "step": 16400 + }, + { + "epoch": 60.0, + "grad_norm": 2.237532615661621, + "learning_rate": 2.0003636363636365e-05, + "loss": 0.32780208587646487, + "step": 16500 + }, + { + "epoch": 60.36363636363637, + "grad_norm": 1.8679345846176147, + "learning_rate": 1.9821818181818183e-05, + "loss": 0.31618705749511716, + "step": 16600 + }, + { + "epoch": 60.72727272727273, + "grad_norm": 1.7501287460327148, + "learning_rate": 1.9640000000000002e-05, + "loss": 0.3210256576538086, + "step": 16700 + }, + { + "epoch": 61.09090909090909, + "grad_norm": 1.6465917825698853, + "learning_rate": 1.945818181818182e-05, + "loss": 0.3197214698791504, + "step": 16800 + }, + { + "epoch": 61.45454545454545, + "grad_norm": 1.7724814414978027, + "learning_rate": 1.927636363636364e-05, + "loss": 0.3133430099487305, + "step": 16900 + }, + { + "epoch": 61.81818181818182, + "grad_norm": 1.7345478534698486, + "learning_rate": 1.9094545454545457e-05, + "loss": 0.31806039810180664, + "step": 17000 + }, + { + "epoch": 62.18181818181818, + "grad_norm": 1.902494192123413, + "learning_rate": 1.8914545454545455e-05, + "loss": 0.31353364944458006, + "step": 17100 + }, + { + "epoch": 62.54545454545455, + "grad_norm": 2.065882444381714, + "learning_rate": 1.8732727272727274e-05, + "loss": 0.3106816291809082, + "step": 17200 + }, + { + "epoch": 62.90909090909091, + "grad_norm": 1.926535725593567, + "learning_rate": 1.8550909090909092e-05, + "loss": 0.3136738204956055, + "step": 17300 + }, + { + "epoch": 63.27272727272727, + "grad_norm": 1.683465600013733, + "learning_rate": 1.836909090909091e-05, + "loss": 0.3068989181518555, + "step": 17400 + }, + { + "epoch": 63.63636363636363, + "grad_norm": 1.7119135856628418, + "learning_rate": 1.818727272727273e-05, + "loss": 0.3068535804748535, + "step": 17500 + }, + { + "epoch": 64.0, + "grad_norm": 2.157650947570801, + "learning_rate": 1.8005454545454547e-05, + "loss": 0.3112583923339844, + "step": 17600 + }, + { + "epoch": 64.36363636363636, + "grad_norm": 1.7086107730865479, + "learning_rate": 1.7823636363636365e-05, + "loss": 0.29979791641235354, + "step": 17700 + }, + { + "epoch": 64.72727272727273, + "grad_norm": 1.7726116180419922, + "learning_rate": 1.764181818181818e-05, + "loss": 0.3050341987609863, + "step": 17800 + }, + { + "epoch": 65.0909090909091, + "grad_norm": 1.65208899974823, + "learning_rate": 1.7460000000000002e-05, + "loss": 0.30376453399658204, + "step": 17900 + }, + { + "epoch": 65.45454545454545, + "grad_norm": 1.5886311531066895, + "learning_rate": 1.7278181818181817e-05, + "loss": 0.29817039489746094, + "step": 18000 + }, + { + "epoch": 65.81818181818181, + "grad_norm": 1.8576886653900146, + "learning_rate": 1.709636363636364e-05, + "loss": 0.3013534164428711, + "step": 18100 + }, + { + "epoch": 66.18181818181819, + "grad_norm": 1.6299489736557007, + "learning_rate": 1.6914545454545454e-05, + "loss": 0.298578052520752, + "step": 18200 + }, + { + "epoch": 66.54545454545455, + "grad_norm": 1.5777889490127563, + "learning_rate": 1.6734545454545456e-05, + "loss": 0.29720001220703124, + "step": 18300 + }, + { + "epoch": 66.9090909090909, + "grad_norm": 1.6745872497558594, + "learning_rate": 1.6552727272727274e-05, + "loss": 0.29848249435424806, + "step": 18400 + }, + { + "epoch": 67.27272727272727, + "grad_norm": 1.935388445854187, + "learning_rate": 1.6370909090909092e-05, + "loss": 0.2936674499511719, + "step": 18500 + }, + { + "epoch": 67.63636363636364, + "grad_norm": 1.7421146631240845, + "learning_rate": 1.618909090909091e-05, + "loss": 0.292906436920166, + "step": 18600 + }, + { + "epoch": 68.0, + "grad_norm": 1.662617564201355, + "learning_rate": 1.600727272727273e-05, + "loss": 0.29663103103637695, + "step": 18700 + }, + { + "epoch": 68.36363636363636, + "grad_norm": 1.6575604677200317, + "learning_rate": 1.5825454545454548e-05, + "loss": 0.2867878341674805, + "step": 18800 + }, + { + "epoch": 68.72727272727273, + "grad_norm": 1.7073054313659668, + "learning_rate": 1.5643636363636363e-05, + "loss": 0.29356887817382815, + "step": 18900 + }, + { + "epoch": 69.0909090909091, + "grad_norm": 1.398502230644226, + "learning_rate": 1.5461818181818184e-05, + "loss": 0.29027284622192384, + "step": 19000 + }, + { + "epoch": 69.45454545454545, + "grad_norm": 1.7832587957382202, + "learning_rate": 1.528e-05, + "loss": 0.2851449584960937, + "step": 19100 + }, + { + "epoch": 69.81818181818181, + "grad_norm": 1.7964459657669067, + "learning_rate": 1.509818181818182e-05, + "loss": 0.2886115837097168, + "step": 19200 + }, + { + "epoch": 70.18181818181819, + "grad_norm": 1.8608609437942505, + "learning_rate": 1.4916363636363636e-05, + "loss": 0.2866972541809082, + "step": 19300 + }, + { + "epoch": 70.54545454545455, + "grad_norm": 1.5772664546966553, + "learning_rate": 1.4734545454545456e-05, + "loss": 0.2830370330810547, + "step": 19400 + }, + { + "epoch": 70.9090909090909, + "grad_norm": 1.7747457027435303, + "learning_rate": 1.4552727272727273e-05, + "loss": 0.28731470108032225, + "step": 19500 + }, + { + "epoch": 71.27272727272727, + "grad_norm": 1.5193287134170532, + "learning_rate": 1.437090909090909e-05, + "loss": 0.2810865592956543, + "step": 19600 + }, + { + "epoch": 71.63636363636364, + "grad_norm": 1.801409363746643, + "learning_rate": 1.418909090909091e-05, + "loss": 0.28231996536254883, + "step": 19700 + }, + { + "epoch": 72.0, + "grad_norm": 1.7778788805007935, + "learning_rate": 1.4007272727272726e-05, + "loss": 0.2847016906738281, + "step": 19800 + }, + { + "epoch": 72.36363636363636, + "grad_norm": 1.6571580171585083, + "learning_rate": 1.3825454545454546e-05, + "loss": 0.27748321533203124, + "step": 19900 + }, + { + "epoch": 72.72727272727273, + "grad_norm": 1.5713998079299927, + "learning_rate": 1.3643636363636365e-05, + "loss": 0.2793772888183594, + "step": 20000 + }, + { + "epoch": 73.0909090909091, + "grad_norm": 1.393773078918457, + "learning_rate": 1.3461818181818183e-05, + "loss": 0.28104990005493163, + "step": 20100 + }, + { + "epoch": 73.45454545454545, + "grad_norm": 1.6757384538650513, + "learning_rate": 1.3280000000000002e-05, + "loss": 0.27562545776367187, + "step": 20200 + }, + { + "epoch": 73.81818181818181, + "grad_norm": 1.38517427444458, + "learning_rate": 1.3098181818181818e-05, + "loss": 0.2770014762878418, + "step": 20300 + }, + { + "epoch": 74.18181818181819, + "grad_norm": 1.5897012948989868, + "learning_rate": 1.2916363636363638e-05, + "loss": 0.2754967498779297, + "step": 20400 + }, + { + "epoch": 74.54545454545455, + "grad_norm": 1.4904766082763672, + "learning_rate": 1.2734545454545455e-05, + "loss": 0.27403553009033205, + "step": 20500 + }, + { + "epoch": 74.9090909090909, + "grad_norm": 1.550496220588684, + "learning_rate": 1.2552727272727275e-05, + "loss": 0.27696216583251954, + "step": 20600 + }, + { + "epoch": 75.27272727272727, + "grad_norm": 1.636852741241455, + "learning_rate": 1.2370909090909092e-05, + "loss": 0.270750732421875, + "step": 20700 + }, + { + "epoch": 75.63636363636364, + "grad_norm": 1.635854959487915, + "learning_rate": 1.218909090909091e-05, + "loss": 0.2733281135559082, + "step": 20800 + }, + { + "epoch": 76.0, + "grad_norm": 1.8134074211120605, + "learning_rate": 1.2007272727272729e-05, + "loss": 0.27395694732666015, + "step": 20900 + }, + { + "epoch": 76.36363636363636, + "grad_norm": 1.4481936693191528, + "learning_rate": 1.1825454545454547e-05, + "loss": 0.2673193359375, + "step": 21000 + }, + { + "epoch": 76.72727272727273, + "grad_norm": 1.6844385862350464, + "learning_rate": 1.1643636363636364e-05, + "loss": 0.2705486297607422, + "step": 21100 + }, + { + "epoch": 77.0909090909091, + "grad_norm": 1.4846410751342773, + "learning_rate": 1.1461818181818182e-05, + "loss": 0.27141483306884767, + "step": 21200 + }, + { + "epoch": 77.45454545454545, + "grad_norm": 1.4153172969818115, + "learning_rate": 1.128e-05, + "loss": 0.2667973327636719, + "step": 21300 + }, + { + "epoch": 77.81818181818181, + "grad_norm": 1.4599173069000244, + "learning_rate": 1.1098181818181819e-05, + "loss": 0.26963329315185547, + "step": 21400 + }, + { + "epoch": 78.18181818181819, + "grad_norm": 1.5358455181121826, + "learning_rate": 1.0916363636363637e-05, + "loss": 0.26678009033203126, + "step": 21500 + }, + { + "epoch": 78.54545454545455, + "grad_norm": 1.7402664422988892, + "learning_rate": 1.0734545454545456e-05, + "loss": 0.26489206314086916, + "step": 21600 + }, + { + "epoch": 78.9090909090909, + "grad_norm": 1.4364337921142578, + "learning_rate": 1.0552727272727274e-05, + "loss": 0.2685913276672363, + "step": 21700 + }, + { + "epoch": 79.27272727272727, + "grad_norm": 1.679107904434204, + "learning_rate": 1.037090909090909e-05, + "loss": 0.2625299644470215, + "step": 21800 + }, + { + "epoch": 79.63636363636364, + "grad_norm": 1.4694523811340332, + "learning_rate": 1.0189090909090909e-05, + "loss": 0.26435564041137694, + "step": 21900 + }, + { + "epoch": 80.0, + "grad_norm": 1.63361656665802, + "learning_rate": 1.0007272727272727e-05, + "loss": 0.2661209869384766, + "step": 22000 + }, + { + "epoch": 80.36363636363636, + "grad_norm": 1.5111984014511108, + "learning_rate": 9.825454545454546e-06, + "loss": 0.2601851654052734, + "step": 22100 + }, + { + "epoch": 80.72727272727273, + "grad_norm": 1.584093689918518, + "learning_rate": 9.643636363636364e-06, + "loss": 0.26329051971435546, + "step": 22200 + }, + { + "epoch": 81.0909090909091, + "grad_norm": 1.4897242784500122, + "learning_rate": 9.463636363636364e-06, + "loss": 0.26361572265625, + "step": 22300 + }, + { + "epoch": 81.45454545454545, + "grad_norm": 1.4387661218643188, + "learning_rate": 9.281818181818183e-06, + "loss": 0.2598209190368652, + "step": 22400 + }, + { + "epoch": 81.81818181818181, + "grad_norm": 1.5085370540618896, + "learning_rate": 9.100000000000001e-06, + "loss": 0.2610667610168457, + "step": 22500 + }, + { + "epoch": 82.18181818181819, + "grad_norm": 1.5943230390548706, + "learning_rate": 8.91818181818182e-06, + "loss": 0.25937461853027344, + "step": 22600 + }, + { + "epoch": 82.54545454545455, + "grad_norm": 1.5298866033554077, + "learning_rate": 8.736363636363638e-06, + "loss": 0.258149299621582, + "step": 22700 + }, + { + "epoch": 82.9090909090909, + "grad_norm": 1.563827395439148, + "learning_rate": 8.554545454545456e-06, + "loss": 0.25972747802734375, + "step": 22800 + }, + { + "epoch": 83.27272727272727, + "grad_norm": 1.5911931991577148, + "learning_rate": 8.372727272727274e-06, + "loss": 0.25803150177001954, + "step": 22900 + }, + { + "epoch": 83.63636363636364, + "grad_norm": 1.5122419595718384, + "learning_rate": 8.190909090909091e-06, + "loss": 0.25841531753540037, + "step": 23000 + }, + { + "epoch": 84.0, + "grad_norm": 1.6248973608016968, + "learning_rate": 8.00909090909091e-06, + "loss": 0.25892990112304687, + "step": 23100 + }, + { + "epoch": 84.36363636363636, + "grad_norm": 1.4744956493377686, + "learning_rate": 7.827272727272728e-06, + "loss": 0.254648380279541, + "step": 23200 + }, + { + "epoch": 84.72727272727273, + "grad_norm": 1.5092718601226807, + "learning_rate": 7.645454545454546e-06, + "loss": 0.2548106384277344, + "step": 23300 + }, + { + "epoch": 85.0909090909091, + "grad_norm": 1.642874836921692, + "learning_rate": 7.463636363636365e-06, + "loss": 0.25650844573974607, + "step": 23400 + }, + { + "epoch": 85.45454545454545, + "grad_norm": 1.5146509408950806, + "learning_rate": 7.281818181818183e-06, + "loss": 0.2519386672973633, + "step": 23500 + }, + { + "epoch": 85.81818181818181, + "grad_norm": 1.3973830938339233, + "learning_rate": 7.1e-06, + "loss": 0.2557122421264648, + "step": 23600 + }, + { + "epoch": 86.18181818181819, + "grad_norm": 1.3271926641464233, + "learning_rate": 6.918181818181818e-06, + "loss": 0.2537715911865234, + "step": 23700 + }, + { + "epoch": 86.54545454545455, + "grad_norm": 1.3739811182022095, + "learning_rate": 6.7363636363636365e-06, + "loss": 0.2521771240234375, + "step": 23800 + }, + { + "epoch": 86.9090909090909, + "grad_norm": 1.5245951414108276, + "learning_rate": 6.554545454545455e-06, + "loss": 0.2541443061828613, + "step": 23900 + }, + { + "epoch": 87.27272727272727, + "grad_norm": 1.405340313911438, + "learning_rate": 6.372727272727273e-06, + "loss": 0.2513092041015625, + "step": 24000 + }, + { + "epoch": 87.63636363636364, + "grad_norm": 1.4298032522201538, + "learning_rate": 6.190909090909091e-06, + "loss": 0.2520966339111328, + "step": 24100 + }, + { + "epoch": 88.0, + "grad_norm": 1.5103120803833008, + "learning_rate": 6.009090909090909e-06, + "loss": 0.2524142837524414, + "step": 24200 + }, + { + "epoch": 88.36363636363636, + "grad_norm": 1.4831551313400269, + "learning_rate": 5.827272727272728e-06, + "loss": 0.24915845870971678, + "step": 24300 + }, + { + "epoch": 88.72727272727273, + "grad_norm": 1.4038950204849243, + "learning_rate": 5.647272727272728e-06, + "loss": 0.2511128425598145, + "step": 24400 + }, + { + "epoch": 89.0909090909091, + "grad_norm": 1.3844451904296875, + "learning_rate": 5.465454545454546e-06, + "loss": 0.2510577964782715, + "step": 24500 + }, + { + "epoch": 89.45454545454545, + "grad_norm": 1.4988665580749512, + "learning_rate": 5.283636363636364e-06, + "loss": 0.24887741088867188, + "step": 24600 + }, + { + "epoch": 89.81818181818181, + "grad_norm": 1.4545494318008423, + "learning_rate": 5.101818181818182e-06, + "loss": 0.2511837768554688, + "step": 24700 + }, + { + "epoch": 90.18181818181819, + "grad_norm": 1.225401759147644, + "learning_rate": 4.92e-06, + "loss": 0.24843027114868163, + "step": 24800 + }, + { + "epoch": 90.54545454545455, + "grad_norm": 1.180600881576538, + "learning_rate": 4.738181818181819e-06, + "loss": 0.24794288635253905, + "step": 24900 + }, + { + "epoch": 90.9090909090909, + "grad_norm": 1.3059163093566895, + "learning_rate": 4.556363636363636e-06, + "loss": 0.24815122604370118, + "step": 25000 + }, + { + "epoch": 91.27272727272727, + "grad_norm": 1.2427948713302612, + "learning_rate": 4.374545454545455e-06, + "loss": 0.2470701026916504, + "step": 25100 + }, + { + "epoch": 91.63636363636364, + "grad_norm": 1.2364416122436523, + "learning_rate": 4.192727272727273e-06, + "loss": 0.24733455657958983, + "step": 25200 + }, + { + "epoch": 92.0, + "grad_norm": 1.66641104221344, + "learning_rate": 4.0109090909090905e-06, + "loss": 0.2477984046936035, + "step": 25300 + }, + { + "epoch": 92.36363636363636, + "grad_norm": 1.4306325912475586, + "learning_rate": 3.829090909090909e-06, + "loss": 0.24530744552612305, + "step": 25400 + }, + { + "epoch": 92.72727272727273, + "grad_norm": 1.4968396425247192, + "learning_rate": 3.6472727272727277e-06, + "loss": 0.24598955154418944, + "step": 25500 + }, + { + "epoch": 93.0909090909091, + "grad_norm": 1.4148544073104858, + "learning_rate": 3.4654545454545453e-06, + "loss": 0.24641983032226564, + "step": 25600 + }, + { + "epoch": 93.45454545454545, + "grad_norm": 1.230053424835205, + "learning_rate": 3.2836363636363637e-06, + "loss": 0.2453005599975586, + "step": 25700 + }, + { + "epoch": 93.81818181818181, + "grad_norm": 1.458161473274231, + "learning_rate": 3.101818181818182e-06, + "loss": 0.24502031326293947, + "step": 25800 + }, + { + "epoch": 94.18181818181819, + "grad_norm": 1.5034245252609253, + "learning_rate": 2.92e-06, + "loss": 0.24411977767944337, + "step": 25900 + }, + { + "epoch": 94.54545454545455, + "grad_norm": 1.555881381034851, + "learning_rate": 2.7381818181818184e-06, + "loss": 0.24391498565673828, + "step": 26000 + }, + { + "epoch": 94.9090909090909, + "grad_norm": 1.3931089639663696, + "learning_rate": 2.5563636363636368e-06, + "loss": 0.24468233108520507, + "step": 26100 + }, + { + "epoch": 95.27272727272727, + "grad_norm": 1.068973422050476, + "learning_rate": 2.3745454545454547e-06, + "loss": 0.24205389022827148, + "step": 26200 + }, + { + "epoch": 95.63636363636364, + "grad_norm": 1.33708918094635, + "learning_rate": 2.1927272727272727e-06, + "loss": 0.24325094223022461, + "step": 26300 + }, + { + "epoch": 96.0, + "grad_norm": 1.4728262424468994, + "learning_rate": 2.0127272727272727e-06, + "loss": 0.24367067337036133, + "step": 26400 + }, + { + "epoch": 96.36363636363636, + "grad_norm": 1.5065550804138184, + "learning_rate": 1.830909090909091e-06, + "loss": 0.24265705108642577, + "step": 26500 + }, + { + "epoch": 96.72727272727273, + "grad_norm": 1.6330294609069824, + "learning_rate": 1.6490909090909093e-06, + "loss": 0.24340400695800782, + "step": 26600 + }, + { + "epoch": 97.0909090909091, + "grad_norm": 1.5520190000534058, + "learning_rate": 1.4672727272727274e-06, + "loss": 0.2429233169555664, + "step": 26700 + }, + { + "epoch": 97.45454545454545, + "grad_norm": 1.353845477104187, + "learning_rate": 1.2854545454545456e-06, + "loss": 0.24138669967651366, + "step": 26800 + }, + { + "epoch": 97.81818181818181, + "grad_norm": 1.4527332782745361, + "learning_rate": 1.1036363636363636e-06, + "loss": 0.24245702743530273, + "step": 26900 + }, + { + "epoch": 98.18181818181819, + "grad_norm": 1.3727864027023315, + "learning_rate": 9.218181818181818e-07, + "loss": 0.24210168838500976, + "step": 27000 + }, + { + "epoch": 98.54545454545455, + "grad_norm": 1.4256640672683716, + "learning_rate": 7.400000000000001e-07, + "loss": 0.24187097549438477, + "step": 27100 + }, + { + "epoch": 98.9090909090909, + "grad_norm": 1.3307486772537231, + "learning_rate": 5.581818181818182e-07, + "loss": 0.2418547248840332, + "step": 27200 + }, + { + "epoch": 99.27272727272727, + "grad_norm": 1.4221404790878296, + "learning_rate": 3.7636363636363635e-07, + "loss": 0.2411055564880371, + "step": 27300 + }, + { + "epoch": 99.63636363636364, + "grad_norm": 1.326664686203003, + "learning_rate": 1.9454545454545455e-07, + "loss": 0.24170248031616212, + "step": 27400 + }, + { + "epoch": 100.0, + "grad_norm": 1.594138503074646, + "learning_rate": 1.2727272727272728e-08, + "loss": 0.24049198150634765, + "step": 27500 + } + ], + "logging_steps": 100, + "max_steps": 27500, + "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": 1.14443383652352e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/training_args.bin b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/rtf_checkpoints/checkpoint-27500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/runtime_result.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..c6d316211e5ecebad7513ac446c1a7df1bf78a6c --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "realtabformer", + "run_id": "rtf-n9-20260331_082817", + "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/n9/realtabformer/rtf-n9-20260331_082817/rtf-n9-8794-20260418_155954.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/staged_features.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/test.csv b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/train.csv b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/val.csv b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/adapter_report.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d7b1f39931169628c1ad26cb85682a39cb524bf7 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/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/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f5598d1138383d5cab5a056278cabe93b64b9471 --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "realtabformer", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/realtabformer/rtf-n9-20260331_082817/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/train_20260331_082817.log b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/train_20260331_082817.log new file mode 100644 index 0000000000000000000000000000000000000000..e9e75670f4236e1f78bb0b764470e809292e294b --- /dev/null +++ b/syntheticSuccess/n9/realtabformer/rtf-n9-20260331_082817/train_20260331_082817.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76424caaa1563be7c12a2c40e0d169ffa8d77bd69b993f95d3517d81b729fc8 +size 1953941 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_tabddpm_sample.py b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_tabddpm_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..5e22f72ade2417a443af0338e7c2e0c421e3ff53 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_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 8794 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_074644.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/n9/tabddpm/tabddpm-n9-20260321_160857/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/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/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_tabddpm_train.py b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..e7c86cd6ad412a94402f456d46261dad62e9e99a --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/_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/n9/tabddpm/tabddpm-n9-20260321_160857/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config.toml b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..2678d9c510ecc9101e0504c2db9da6a712c5bac3 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/output" +real_data_path = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/data" +model_type = "mlp" +num_numerical_features = 16 +device = "cuda:0" + +[model_params] +d_in = 16 +num_classes = 10 +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/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260424_210831.toml b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260424_210831.toml new file mode 100644 index 0000000000000000000000000000000000000000..3957ac678833e33a7cf7c7a5303c6a6722479117 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260424_210831.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/output" +real_data_path = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/data" +model_type = "mlp" +num_numerical_features = 16 +device = "cuda:0" + +[model_params] +d_in = 16 +num_classes = 10 +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 = 8794 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_032337.toml b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_032337.toml new file mode 100644 index 0000000000000000000000000000000000000000..3957ac678833e33a7cf7c7a5303c6a6722479117 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_032337.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/output" +real_data_path = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/data" +model_type = "mlp" +num_numerical_features = 16 +device = "cuda:0" + +[model_params] +d_in = 16 +num_classes = 10 +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 = 8794 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_074644.toml b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_074644.toml new file mode 100644 index 0000000000000000000000000000000000000000..3957ac678833e33a7cf7c7a5303c6a6722479117 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/config_sample_20260425_074644.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/output" +real_data_path = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/data" +model_type = "mlp" +num_numerical_features = 16 +device = "cuda:0" + +[model_params] +d_in = 16 +num_classes = 10 +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 = 8794 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_test.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..00d98a3191d0930abdf1a44dec9bfaed7de5fb4c --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab9516ecff27932251cde94fe173ef0f77e59c846c36f4aea2d1942980edce +size 70464 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_train.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..636efa6ceac30a0236927aedc6ef0c0bb1a79efd --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1d44c64882653114c790dc5f3ebf710f9435469b196fc0408488f33f15fef8 +size 562944 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_val.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..830515d781b0f34066cd691d077b9f767752ecf8 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87803d0debb266a57200d66fd4f60552716d764eb3763d44e04eb83e6e516ae5 +size 70464 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/info.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..11aa378a8ae933754293351c52759daeb941c31d --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/info.json @@ -0,0 +1,49 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 16, + "n_cat_features": 0, + "train_size": 8794, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "cat_col_idx": [], + "target_col_idx": [ + 16 + ], + "column_names": [ + "feature_1", + "feature_2", + "feature_3", + "feature_4", + "feature_5", + "feature_6", + "feature_7", + "feature_8", + "feature_9", + "feature_10", + "feature_11", + "feature_12", + "feature_13", + "feature_14", + "feature_15", + "feature_16", + "class" + ], + "num_classes": 10 +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_test.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..871541b7bbd9be9126969b9036657a6a6860f08c --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaae6805434835490aa18f8e0ddc3b09797c1fdbd10daeb7f3ca15e13d8cefe9 +size 4524 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_train.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..51041be2ab677e839fc5ff6db7b4bfe16b0cba70 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb58a1c9e148020cd4457fd6bd8f9576f39339d5b1cfa7379ac75a4ac9f98d7f +size 35304 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_val.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..2a159bea205a862174b92a247a38c3588154731e --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/data/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8a2b8b91af175ee149cb183468e38fac933f0ec185f1fffd7e3b19e49dc8fb +size 4524 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260321_161050.log b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260321_161050.log new file mode 100644 index 0000000000000000000000000000000000000000..a83d600ebebfd246cbd0e1813730304cefdbcd16 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260321_161050.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d79f807740fe893c9813843dc9866defff6520148855c51452afa9e3c49fcf +size 21557 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260424_210831.log b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260424_210831.log new file mode 100644 index 0000000000000000000000000000000000000000..603cdaeceae28b4dc0ecfc570adf1f4d1eeb2780 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260424_210831.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3509673ac5ac408331eecb42e1bdc0b4269109a8c2a4047e35f7f1548f44dc65 +size 189455 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_032337.log b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_032337.log new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d140a77b97a6dfe681a13deeee6904f36029 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_032337.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926d2dc26d076284d8f3d41882b6de4944b1695bb08a4ad2d21aa1fd9caac893 +size 189142 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_074644.log b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_074644.log new file mode 100644 index 0000000000000000000000000000000000000000..da1d184d008884e5bf182c9d8df9989d2a569145 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/gen_20260425_074644.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fb159c068759ba8d64ab2f64eab097febe307280fc3c0f41ce242587d2ec5b +size 189230 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/input_snapshot.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..31b5c7a11e282dd7fd5b6db9aaeb1c6a5c9ca3d0 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_train.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd3438ba017fab5662bcc7041a0bb4b066ea49ff --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ac16208bf15d9ff223ea8c27ae659046a0829066f850e27af5d78e6a12abac +size 1125760 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_unnorm.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..de05ea9cce047ef3551438a3cac12409f973032f --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/X_num_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815aec0caddc1501cf16832dee0f7815ff9e65aa54db595f532157fc55e61ce0 +size 1125760 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/config.toml b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..3957ac678833e33a7cf7c7a5303c6a6722479117 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/output" +real_data_path = "/work/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/data" +model_type = "mlp" +num_numerical_features = 16 +device = "cuda:0" + +[model_params] +d_in = 16 +num_classes = 10 +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 = 8794 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/data/info.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..11aa378a8ae933754293351c52759daeb941c31d --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/data/info.json @@ -0,0 +1,49 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 16, + "n_cat_features": 0, + "train_size": 8794, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "cat_col_idx": [], + "target_col_idx": [ + 16 + ], + "column_names": [ + "feature_1", + "feature_2", + "feature_3", + "feature_4", + "feature_5", + "feature_6", + "feature_7", + "feature_8", + "feature_9", + "feature_10", + "feature_11", + "feature_12", + "feature_13", + "feature_14", + "feature_15", + "feature_16", + "class" + ], + "num_classes": 10 +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/info.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..11aa378a8ae933754293351c52759daeb941c31d --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/info.json @@ -0,0 +1,49 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 16, + "n_cat_features": 0, + "train_size": 8794, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "cat_col_idx": [], + "target_col_idx": [ + 16 + ], + "column_names": [ + "feature_1", + "feature_2", + "feature_3", + "feature_4", + "feature_5", + "feature_6", + "feature_7", + "feature_8", + "feature_9", + "feature_10", + "feature_11", + "feature_12", + "feature_13", + "feature_14", + "feature_15", + "feature_16", + "class" + ], + "num_classes": 10 +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/loss.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..36c623ff4b2fa25f065a0a8200b052cfa50e3654 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d27139b4b694b2a75d66539c5d19c1b3d1e65030e1085b7f44ded1d4a1028a +size 1251 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model.pt b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..072f95ad26a77b02bfa3e7515c3f9d2c008432d7 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ee0344c8154e8b588035a89dcacd650241d2740db6e7da39bfe909628b409b +size 562262 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model_ema.pt b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..dba51c02c2834b7d9f73e68f0795c1d4a02f8c18 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090c93079b1f18dd4e7258d01e8e9c91cb259e20a4dedb66547c5462ae0a0b75 +size 563170 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/y_train.npy b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbda9b2c187ac38888a5d4c7c2d9a68322d980de --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/output/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8ea365888031f7a831f609e54d606bbc49c1a26530e59111fd18792b50f2f9 +size 70480 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/public_gate_report.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9faec885ca2faad26104e2f2a8139a334e784f04 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/runtime_result.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..4cf1fdceb37ad80f512dd2ce3c3ae3d8376b412f --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "tabddpm", + "run_id": "tabddpm-n9-20260321_160857", + "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/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/staged_features.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/test.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/train.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/val.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/adapter_report.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..a4b86c59b3cf0d8acfacf3bb9a54aac8746d723a --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/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/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/adapter_transforms_applied.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/model_input_manifest.json b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..90d736781f7ec34ea77856cb0fa50c0e8e7c93ca --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "tabddpm", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tabddpm/tabddpm-n9-20260321_160857/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-1000-20260321_161050.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-1000-20260321_161050.csv new file mode 100644 index 0000000000000000000000000000000000000000..df0f8c88c1a2a980a12e55f002a7c33f494e5101 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-1000-20260321_161050.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb695819499ab500d575843a14255f1a17726e5cffb6261f52b817e6ab314a7 +size 144971 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv new file mode 100644 index 0000000000000000000000000000000000000000..eed4065b5d0192cbdec1b8daf4e1b59e9be19534 --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/tabddpm-n9-8794-20260425_074644.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccda2d3c49ece694a4663b9779b8963d81a6f4f779e1b79bc97faa52e3f8233e +size 1285719 diff --git a/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/train_20260321_160858.log b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/train_20260321_160858.log new file mode 100644 index 0000000000000000000000000000000000000000..aa05336f8876a20e23131eb390816ecf9fda8f4b --- /dev/null +++ b/syntheticSuccess/n9/tabddpm/tabddpm-n9-20260321_160857/train_20260321_160858.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d8909d7414b08e79f05db7190d08728bb96d331f625e2d4e4566d19b558dc6 +size 1123 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/_tabpfgen_generate.py b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..099fd8bf2acf1e2389475d552f7548c296d6a1ff --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-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/n9/staged/public/train.csv") +target_col = "class" + +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(8794) + +# 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/n9/tabpfgen-n9-8794-20260422_191741.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/tabpfgen-n9-8794-20260422_191741.csv") diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/gen_20260422_191741.log b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/gen_20260422_191741.log new file mode 100644 index 0000000000000000000000000000000000000000..0af785846ef35bc2f9447e6ca208bad5ce302cf9 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/gen_20260422_191741.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc099f0216ff7560fad817fdbb89183a9f6154f8c6452a801ff1f221b5fd8f34 +size 524 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/input_snapshot.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..82465afac8c2104d1683c9cb6194722b8744d595 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/public_gate_report.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bb97878fbce663e8aa1bdd9918a06a98c58e03c3 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runner.log b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runner.log new file mode 100644 index 0000000000000000000000000000000000000000..bbcf2bc267a0d6b36788a02b9bff7de77cb512e1 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runner.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d744b446de345989f7ff4d7135e459eb4515e7c29b56d73a510e3557a0f9fa06 +size 1349 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runtime_result.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..1424266241cfb32db78a669f5129be53ba2d3267 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "tabpfgen", + "run_id": "n9-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/n9/tabpfgen/n9-migrated-20260422_193053/tabpfgen-n9-8794-20260422_191741.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/staged_features.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/test.csv b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/train.csv b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/val.csv b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/adapter_report.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..a242ef48be415820bfa4f1d516479b4df8d61ec9 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-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/n9/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..990481e671c058d7b9a0003a58db8887ed8ead37 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "tabpfgen", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_191739/n9/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/tabpfgen-n9-8794-20260422_191741.csv b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/tabpfgen-n9-8794-20260422_191741.csv new file mode 100644 index 0000000000000000000000000000000000000000..efc603e90a1f8fc400d7bc9287877af134078f92 --- /dev/null +++ b/syntheticSuccess/n9/tabpfgen/n9-migrated-20260422_193053/tabpfgen-n9-8794-20260422_191741.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0f9cadc9f40ba9b74f9301cbb02dba87d2e146116513e8840e9a4bd232f0cb +size 1532403 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_tvae_generate.py b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_tvae_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..c48c4c9a85afd2791df4f7a3ebc2e23423a14e53 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_tvae_generate.py @@ -0,0 +1,5 @@ +from ctgan.synthesizers.tvae import TVAE +model = TVAE.load("/work/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/models_300epochs/tvae_300epochs.pt") +samples = model.sample(8794) +samples.to_csv("/work/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv", index=False) +print(f"[TVAE] Generated 8794 rows -> /work/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv") diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_tvae_train.py b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_tvae_train.py new file mode 100644 index 0000000000000000000000000000000000000000..0f765e9d2913557d03292f7fdc1ea8af7a135bd8 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/_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/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv" +meta_path = "/work/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/tvae_metadata.json" +save_path = "/work/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/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/n9/tvae/tvae-n9-20260328_053408/gen_20260328_054231.log b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/gen_20260328_054231.log new file mode 100644 index 0000000000000000000000000000000000000000..f38380ddba6326aa8a714b73f160ecce9c5eb54b --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/gen_20260328_054231.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc85fa4ad548cf30d4295569206794ae80e9eb0de060b2d6ac4d6c0f4fab5f21 +size 126 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/gen_20260330_070320.log b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/gen_20260330_070320.log new file mode 100644 index 0000000000000000000000000000000000000000..546f19e8d29dd0832c6599b9e638765cbb21ad6b --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/gen_20260330_070320.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb569b6ccb858d7168f2cb68f162c49efe435bcd257f4004cfbd5a42117ed9eb +size 126 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/input_snapshot.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..edd9d59db5fbb0ffe6c0b09ec2db7043b7d6088f --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n9", + "model": "tvae", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "exists": true, + "size": 440661, + "sha256": "5ecc0202bc3746d01a2a2868cb29a2450251fe27224a9f4f76fec0cde010fbdd" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "exists": true, + "size": 55270, + "sha256": "684bb0a16d1e2e4521d577d9dd726d415c642363bc961227b387f7ad95c31442" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv", + "exists": true, + "size": 55206, + "sha256": "a56e24c31037949d6087e49b57993979f32c61874714c088ec360cca61428947" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_profile.json", + "exists": true, + "size": 6771, + "sha256": "ed534f47a7dfc9105411cb740515a854a0a10166788ef6f0fa7e04ff5caff140" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n9/n9-dataset_contract_v1.json", + "exists": true, + "size": 8442, + "sha256": "1f04dbf26867ae526595ceee56173b01f11d28215687d909ebe6cad15a90e022" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/train_20260328_053408.log b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/train_20260328_053408.log new file mode 100644 index 0000000000000000000000000000000000000000..deec26817fa717550d7afbd7294f71e2a478b923 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/train_20260328_053408.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45d834bfa9021a3fb855e1aa7d30086dadc012c47b6c3c8a1a1c36aa0529fa4 +size 170 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/tvae_300epochs.pt b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/tvae_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..6faf55c52db623f71235efef4d5d1678082d5de3 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/models_300epochs/tvae_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a52ac601d06330e1f76742238ca6e21f56676c73a835fc8ff79e7679e96dfcd +size 922284 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..9273126aa5141b4320b3b7a61e92e464b54aca8b --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,364 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/public_gate_report.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d23034e431d6d7cf844204a2ea96185d656466a4 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n9", + "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": "class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n9/n9-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d352017631c57bbc518bf33d0052a6155bc5a46b --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/public_gate/staged_input_manifest.json @@ -0,0 +1,369 @@ +{ + "dataset_id": "n9", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/runtime_result.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..d9d2118087bffcf561d5c8ce2cae9c79a450849f --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n9", + "model": "tvae", + "run_id": "tvae-n9-20260328_053408", + "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/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/staged_features.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb4025154f6e0a0621a69e135942b3c98f1dcdf --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/staged_features.json @@ -0,0 +1,87 @@ +[ + { + "feature_name": "feature_1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "feature_16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "class", + "data_type": "continuous", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/test.csv b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/val.csv b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/adapter_report.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..fc2d99b3ed67abfad6f0db5c858fd6ee0131db41 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/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/n9/tvae/tvae-n9-20260328_053408/staged/tvae/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/adapter_transforms_applied.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/model_input_manifest.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6b4a4ca14a899901fd64c2a5112dd4cdb7e8c350 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/staged/tvae/model_input_manifest.json @@ -0,0 +1,371 @@ +{ + "dataset_id": "n9", + "model": "tvae", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "feature_1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "63", + "3", + "19", + "87" + ] + } + }, + { + "name": "feature_2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 96, + "unique_ratio": 0.010917, + "example_values": [ + "58", + "99", + "88", + "100", + "72" + ] + } + }, + { + "name": "feature_3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "51", + "44", + "31", + "26" + ] + } + }, + { + "name": "feature_4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 98, + "unique_ratio": 0.011144, + "example_values": [ + "26", + "100", + "80", + "55", + "82" + ] + } + }, + { + "name": "feature_5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "49", + "100", + "0", + "50", + "13" + ] + } + }, + { + "name": "feature_6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "0", + "96", + "85", + "49", + "80" + ] + } + }, + { + "name": "feature_7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "72", + "88", + "70", + "31" + ] + } + }, + { + "name": "feature_8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "18", + "59", + "45", + "50", + "48" + ] + } + }, + { + "name": "feature_9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "56", + "60", + "0", + "96" + ] + } + }, + { + "name": "feature_10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "50", + "16", + "8", + "67", + "19" + ] + } + }, + { + "name": "feature_11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "86", + "41", + "25", + "68", + "13" + ] + } + }, + { + "name": "feature_12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "82", + "0", + "90", + "12", + "72" + ] + } + }, + { + "name": "feature_13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "45", + "24", + "32", + "65", + "57" + ] + } + }, + { + "name": "feature_14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "100", + "39", + "25", + "45", + "0" + ] + } + }, + { + "name": "feature_15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "17", + "81", + "98", + "29", + "100" + ] + } + }, + { + "name": "feature_16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 101, + "unique_ratio": 0.011485, + "example_values": [ + "77", + "50", + "27", + "0", + "17" + ] + } + }, + { + "name": "class", + "role": "target", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001137, + "example_values": [ + "0", + "7", + "4", + "2", + "9" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n9/tvae/tvae-n9-20260328_053408/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-1000-20260328_054231.csv b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-1000-20260328_054231.csv new file mode 100644 index 0000000000000000000000000000000000000000..1663bdedb64d0df9154be67e23861e0e324fe39e --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-1000-20260328_054231.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6829f19a704929cfdc3dc65016c66ef0a52363278f714b23162f4516a1b5cc70 +size 49470 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv new file mode 100644 index 0000000000000000000000000000000000000000..03243f51c80963a4269d9839a26558bb455d9183 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae-n9-8794-20260330_070320.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8c1dd3c5da2d0ddb6eb3f1e15ac5729dc53266e88346b5695dd5b25b145281 +size 433623 diff --git a/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae_metadata.json b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..00bbed47366dee2f009024b1cf2f9de085f9d1e7 --- /dev/null +++ b/syntheticSuccess/n9/tvae/tvae-n9-20260328_053408/tvae_metadata.json @@ -0,0 +1,72 @@ +{ + "columns": [ + { + "name": "feature_1", + "type": "continuous" + }, + { + "name": "feature_2", + "type": "continuous" + }, + { + "name": "feature_3", + "type": "continuous" + }, + { + "name": "feature_4", + "type": "continuous" + }, + { + "name": "feature_5", + "type": "continuous" + }, + { + "name": "feature_6", + "type": "continuous" + }, + { + "name": "feature_7", + "type": "continuous" + }, + { + "name": "feature_8", + "type": "continuous" + }, + { + "name": "feature_9", + "type": "continuous" + }, + { + "name": "feature_10", + "type": "continuous" + }, + { + "name": "feature_11", + "type": "continuous" + }, + { + "name": "feature_12", + "type": "continuous" + }, + { + "name": "feature_13", + "type": "continuous" + }, + { + "name": "feature_14", + "type": "continuous" + }, + { + "name": "feature_15", + "type": "continuous" + }, + { + "name": "feature_16", + "type": "continuous" + }, + { + "name": "class", + "type": "continuous" + } + ] +} \ No newline at end of file