diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_generate.py b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..ac80a7d87786586e77efd4490f87ca3b71c42e55 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_generate.py @@ -0,0 +1,6 @@ +import pickle +with open("/work/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/arf_model.pkl", "rb") as f: + model = pickle.load(f) +syn = model.forge(n=11600) +syn.to_csv("/work/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv", index=False) +print(f"[ARF] Generated 11600 rows -> /work/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv") diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_train.py b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_train.py new file mode 100644 index 0000000000000000000000000000000000000000..d4e2f249b6ccae3a98c74a11669bf4c2e2d051be --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/_arf_train.py @@ -0,0 +1,19 @@ +import pickle +import pandas as pd +from arfpy import arf + +df = pd.read_csv("/work/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/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/n17/arf/arf-n17-20260326_191832/arf_model.pkl", "wb") as f: + pickle.dump(model, f) +print(f"[ARF] Model saved -> /work/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/arf_model.pkl") diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-1000-20260326_192114.csv b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-1000-20260326_192114.csv new file mode 100644 index 0000000000000000000000000000000000000000..4b33afb8cd9955100b7936addec5ea26f1e7d4f6 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-1000-20260326_192114.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d659ea28e8badd665ce9bd529a0a52e41ddde01acd5323b9744d7c93165867bb +size 139238 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv new file mode 100644 index 0000000000000000000000000000000000000000..5e1705e7523dc4fbaed499db0bf1df6dadf37b02 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d1dcd5b36f23b5c5a91d685b62d7206a5d16cb68d8fa6a9cb2b6d5c420522e +size 1616031 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf_model.pkl b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8683fa6b67024089a777ef17f903eb998cdf74bb --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/arf_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205cae90caea02f50837fd86230f2dce3d239f207259dfca47a2c072521f84ca +size 49207269 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260326_192114.log b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260326_192114.log new file mode 100644 index 0000000000000000000000000000000000000000..f24a91654c44c5ce83020600d6de9de0e3ed2eed --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260326_192114.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a6b41def40d485187f49140a2a8f0a75da6ec258b7eecaddee1290eddb98b7 +size 441 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260330_070859.log b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260330_070859.log new file mode 100644 index 0000000000000000000000000000000000000000..8dd9c32261fc2528ac6cbcb2694180eb9258bcd8 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/gen_20260330_070859.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf526f12447ecea9aa4c1ec41fb98a4f44c38c840de9e857be19a40c75485c0 +size 443 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/input_snapshot.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a33cc75a78e0c0a5d5b71013bed61fb60283d1de --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "arf", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/public_gate_report.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4731aa01f7c0b0946ad0ad38b28bc0bb163e7d19 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/runtime_result.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..0d0ddf387c40bff2142a03998e6ef3a22f0ba922 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "arf", + "run_id": "arf-n17-20260326_191832", + "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/n17/arf/arf-n17-20260326_191832/arf-n17-11600-20260330_070859.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/adapter_report.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..21c54db72af3e7c531ca5fb0833e1fd67505a4b4 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/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/n17/arf/arf-n17-20260326_191832/staged/arf/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/adapter_transforms_applied.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/model_input_manifest.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aa0733e6670750c5bc278e04241d528a503b9757 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/arf/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "arf", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/arf/arf-n17-20260326_191832/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/staged_features.json b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/arf/arf-n17-20260326_191832/staged/public/test.csv b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/train.csv b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/val.csv b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/arf/arf-n17-20260326_191832/train_20260326_191832.log b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/train_20260326_191832.log new file mode 100644 index 0000000000000000000000000000000000000000..6596d540a03b4234429f38ee22a642725879e289 --- /dev/null +++ b/syntheticSuccess/n17/arf/arf-n17-20260326_191832/train_20260326_191832.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcc6c17291ea2cd72e36f1b711a832f91ef8fb97de3599244abcd1c5ba74ae4 +size 292 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_bayesnet_generate.py b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_bayesnet_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..e5d2b75864db52de3ad0f1878dfe28b3409e4017 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_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/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl", "rb") as f: + plugin = pickle.load(f) +syn = plugin.generate(count=11600).dataframe() + +# Restore zero-variance columns that were dropped during training +const_path = "/work/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/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/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv", index=False) +print(f"[BayesNet] Generated 11600 rows -> /work/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv") diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_bayesnet_train.py b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_bayesnet_train.py new file mode 100644 index 0000000000000000000000000000000000000000..0c196ea36c5696fa7538850258f8fa3c955e9bea --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/_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/n17/bayesnet/bayesnet-n17-20260321_090751/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/n17/bayesnet/bayesnet-n17-20260321_090751/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/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl", "wb") as f: + pickle.dump(plugin, f) +print(f"[BayesNet] Model saved -> /work/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl") diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-1000-20260321_090852.csv b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-1000-20260321_090852.csv new file mode 100644 index 0000000000000000000000000000000000000000..21413833ab9869c53e6e253546c974bcf843eea6 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-1000-20260321_090852.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079e32e63c44a2930c5ff91ea0eb4cd092d125c175d06da3b224b9c8042bcfae +size 26424 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f652b238a32babd50dd925029cb55ee926f8eea --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ee4d1086e7f511dffc1f636a25100fc9e568a05c3af30a00ddfa2934d7c7e8 +size 305449 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ac7f34fe4c0f764052f1ee07440798d81fff6a1c --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6d52ab07c46fd18ac4ec07d135f00fc05626e7808abd0c3ecedfa51d9f9754 +size 2700945 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/const_cols.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/const_cols.json new file mode 100644 index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/const_cols.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260321_090852.log b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260321_090852.log new file mode 100644 index 0000000000000000000000000000000000000000..e0c6316817f90b8905d9a982350ef2a6fe03d4cc --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260321_090852.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf2bb85c0e9264e8026b61db9c01432ae5e718cae066077a227ec8d10ed88d0 +size 5070 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260330_070907.log b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260330_070907.log new file mode 100644 index 0000000000000000000000000000000000000000..c22fc0ec8c578f495089cc6b46a9f9e2a385c041 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/gen_20260330_070907.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6e84d8d877369307023f20b876f5e0197ca585a9a7a79a6a989adc793067c2 +size 10403 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/input_snapshot.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..e89cc99e0b65e08f3fd840e1d92ae58d5a09a95f --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "bayesnet", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/public_gate_report.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..143903fb7630cd33618642269eebd5746efe37d4 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/runtime_result.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9dff20e9f4186b212b8f244b39dfa1aec6548c --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "bayesnet", + "run_id": "bayesnet-n17-20260321_090751", + "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/n17/bayesnet/bayesnet-n17-20260321_090751/bayesnet-n17-11600-20260330_070907.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/adapter_report.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8ae760fda8a6e6302be2bae51441b354904f78 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/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/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/adapter_transforms_applied.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/model_input_manifest.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b328e49997e0a1f437845781d6669d9f2e42fcb1 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/bayesnet/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "bayesnet", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/bayesnet/bayesnet-n17-20260321_090751/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/staged_features.json b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/test.csv b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/train.csv b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/val.csv b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/train_20260321_090751.log b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/train_20260321_090751.log new file mode 100644 index 0000000000000000000000000000000000000000..688c5289e811359c434f027762d6973e6f82b5ee --- /dev/null +++ b/syntheticSuccess/n17/bayesnet/bayesnet-n17-20260321_090751/train_20260321_090751.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738310db94e3206243f4ed95fcda69faa47afde99e268a6daf9eb50b27273f0a +size 468 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-1000-20260328_102448.csv b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-1000-20260328_102448.csv new file mode 100644 index 0000000000000000000000000000000000000000..8d594800293465bfb3a76cd39132a57d4789264f --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-1000-20260328_102448.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c13446bb1e25c203471a646cf6be173a64dff482744e7beebecb67dfcb01b5 +size 27066 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-11600-20260330_070827.csv b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-11600-20260330_070827.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ff10716731cdd1cb599910fbbadcacf2038afb0 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-11600-20260330_070827.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd4442aa362b0723e3b808e8ce9864b7e3f7a61f0e3fdfd1189ce562090a28b +size 313170 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan_metadata.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..29d5b5bd48d5accc50752d515f215273662b9ae6 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/ctgan_metadata.json @@ -0,0 +1,44 @@ +{ + "columns": [ + { + "name": "time", + "type": "continuous" + }, + { + "name": "attribute2", + "type": "continuous" + }, + { + "name": "attribute3", + "type": "continuous" + }, + { + "name": "attribute4", + "type": "continuous" + }, + { + "name": "attribute5", + "type": "continuous" + }, + { + "name": "attribute6", + "type": "continuous" + }, + { + "name": "attribute7", + "type": "continuous" + }, + { + "name": "attribute8", + "type": "continuous" + }, + { + "name": "attribute9", + "type": "continuous" + }, + { + "name": "class", + "type": "continuous" + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/gen_20260328_102448.log b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/gen_20260328_102448.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/gen_20260330_070827.log b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/gen_20260330_070827.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/input_snapshot.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..0e04bae80a97bfd806be2625d711838793958cb1 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/ctgan_300epochs.pt b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/ctgan_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..10babe4dd81bc3882c3515dd5f4ba62577abf013 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/ctgan_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2370df57c4cfc2a3dd8533aaccc2bc8e9005a3302a070a844bf3b397972e0442 +size 1063715 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/train_20260328_055201.log b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/train_20260328_055201.log new file mode 100644 index 0000000000000000000000000000000000000000..003a71ee569a05cd159dac9d0ecaaafbbf00a274 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/models_300epochs/train_20260328_055201.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08d9cbaac7315c19cc6ffbb125e1699401614927b4f27c0faf3272174fc6602 +size 372 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/public_gate_report.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..63e8473043da652b0bb145882282e2a3012344a3 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/runtime_result.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..03eee8a0729659267484194c4932239c6b908835 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "ctgan", + "run_id": "ctgan-n17-20260328_055201", + "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/n17/ctgan/ctgan-n17-20260328_055201/ctgan-n17-11600-20260330_070827.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/adapter_report.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..efc58617a603fd31db1661f6782774e14ad155a6 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/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/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/adapter_transforms_applied.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/model_input_manifest.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c632cadb5ebc3d722f255acfb7cd5a25dbf7454a --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/ctgan/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "ctgan", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/ctgan/ctgan-n17-20260328_055201/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/staged_features.json b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/ctgan/ctgan-n17-20260328_055201/staged/public/test.csv b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/train.csv b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/val.csv b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/ctgan/ctgan-n17-20260328_055201/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/gen_20260330_051357.log b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/gen_20260330_051357.log new file mode 100644 index 0000000000000000000000000000000000000000..48a36f40a99502737f3df14b9c05fe061195884a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/gen_20260330_051357.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9677dd0ae15af4135600195c8872fc2e0d23d6d15cf21b3a12253e8eaca3b10a +size 796 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/input_snapshot.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..32db464634fac4059b1136564f074a7eb9ae8736 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..5f48588cff1ba32f7950328c15a325ac8d17af62 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_config.json @@ -0,0 +1 @@ +{"model_type": "tabular", "tabular_config": {"add_cross_attention": false, "tie_word_embeddings": true, "vocab_size": 240, "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": ["time", "attribute2", "attribute3", "attribute4", "attribute5", "attribute6", "attribute7", "attribute8", "attribute9", "class"], "column_dtypes": {"time": "int64", "attribute2": "int64", "attribute3": "int64", "attribute4": "int64", "attribute5": "int64", "attribute6": "int64", "attribute7": "int64", "attribute8": "int64", "attribute9": "int64", "class": "int64"}, "column_has_missing": {"time": false, "attribute2": false, "attribute3": false, "attribute4": false, "attribute5": false, "attribute6": false, "attribute7": false, "attribute8": false, "attribute9": false, "class": false}, "drop_na_cols": ["time", "attribute2", "attribute3", "attribute4", "attribute5", "attribute6", "attribute7", "attribute8", "attribute9", "class"], "processed_columns": ["00___NUMERIC___time_00", "00___NUMERIC___time_01", "00___NUMERIC___time_02", "01___NUMERIC___attribute2_00", "01___NUMERIC___attribute2_01", "01___NUMERIC___attribute2_02", "01___NUMERIC___attribute2_03", "01___NUMERIC___attribute2_04", "02___NUMERIC___attribute3_00", "02___NUMERIC___attribute3_01", "02___NUMERIC___attribute3_02", "03___NUMERIC___attribute4_00", "03___NUMERIC___attribute4_01", "03___NUMERIC___attribute4_02", "03___NUMERIC___attribute4_03", "04___NUMERIC___attribute5_00", "04___NUMERIC___attribute5_01", "04___NUMERIC___attribute5_02", "05___NUMERIC___attribute6_00", "05___NUMERIC___attribute6_01", "05___NUMERIC___attribute6_02", "05___NUMERIC___attribute6_03", "05___NUMERIC___attribute6_04", "05___NUMERIC___attribute6_05", "06___NUMERIC___attribute7_00", "06___NUMERIC___attribute7_01", "06___NUMERIC___attribute7_02", "07___NUMERIC___attribute8_00", "07___NUMERIC___attribute8_01", "07___NUMERIC___attribute8_02", "07___NUMERIC___attribute8_03", "08___NUMERIC___attribute9_00", "08___NUMERIC___attribute9_01", "08___NUMERIC___attribute9_02", "08___NUMERIC___attribute9_03", "09___NUMERIC___class_00"], "numeric_columns": ["time", "attribute2", "attribute3", "attribute4", "attribute5", "attribute6", "attribute7", "attribute8", "attribute9", "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___time_00___0", "12": "00___NUMERIC___time_00___1", "13": "00___NUMERIC___time_01___0", "14": "00___NUMERIC___time_01___1", "15": "00___NUMERIC___time_01___2", "16": "00___NUMERIC___time_01___3", "17": "00___NUMERIC___time_01___4", "18": "00___NUMERIC___time_01___5", "19": "00___NUMERIC___time_01___6", "20": "00___NUMERIC___time_01___7", "21": "00___NUMERIC___time_01___8", "22": "00___NUMERIC___time_01___9", "23": "00___NUMERIC___time_02___0", "24": "00___NUMERIC___time_02___1", "25": "00___NUMERIC___time_02___2", "26": "00___NUMERIC___time_02___3", "27": "00___NUMERIC___time_02___4", "28": "00___NUMERIC___time_02___5", "29": "00___NUMERIC___time_02___6", "30": "00___NUMERIC___time_02___7", "31": "00___NUMERIC___time_02___8", "32": "00___NUMERIC___time_02___9", "33": "01___NUMERIC___attribute2_00___-", "34": "01___NUMERIC___attribute2_00___0", "35": "01___NUMERIC___attribute2_01___0", "36": "01___NUMERIC___attribute2_01___1", "37": "01___NUMERIC___attribute2_01___3", "38": "01___NUMERIC___attribute2_01___4", "39": "01___NUMERIC___attribute2_02___0", "40": "01___NUMERIC___attribute2_02___1", "41": "01___NUMERIC___attribute2_02___2", "42": "01___NUMERIC___attribute2_02___3", "43": "01___NUMERIC___attribute2_02___4", "44": "01___NUMERIC___attribute2_02___5", "45": "01___NUMERIC___attribute2_02___8", "46": "01___NUMERIC___attribute2_02___9", "47": "01___NUMERIC___attribute2_03___0", "48": "01___NUMERIC___attribute2_03___1", "49": "01___NUMERIC___attribute2_03___2", "50": "01___NUMERIC___attribute2_03___3", "51": "01___NUMERIC___attribute2_03___4", "52": "01___NUMERIC___attribute2_03___5", "53": "01___NUMERIC___attribute2_03___6", "54": "01___NUMERIC___attribute2_03___7", "55": "01___NUMERIC___attribute2_03___9", "56": "01___NUMERIC___attribute2_04___0", "57": "01___NUMERIC___attribute2_04___1", "58": "01___NUMERIC___attribute2_04___2", "59": "01___NUMERIC___attribute2_04___3", "60": "01___NUMERIC___attribute2_04___4", "61": "01___NUMERIC___attribute2_04___5", "62": "01___NUMERIC___attribute2_04___6", "63": "01___NUMERIC___attribute2_04___7", "64": "01___NUMERIC___attribute2_04___8", "65": "01___NUMERIC___attribute2_04___9", "66": "02___NUMERIC___attribute3_00___0", "67": "02___NUMERIC___attribute3_00___1", "68": "02___NUMERIC___attribute3_01___0", "69": "02___NUMERIC___attribute3_01___1", "70": "02___NUMERIC___attribute3_01___4", "71": "02___NUMERIC___attribute3_01___7", "72": "02___NUMERIC___attribute3_01___8", "73": "02___NUMERIC___attribute3_01___9", "74": "02___NUMERIC___attribute3_02___0", "75": "02___NUMERIC___attribute3_02___1", "76": "02___NUMERIC___attribute3_02___2", "77": "02___NUMERIC___attribute3_02___3", "78": "02___NUMERIC___attribute3_02___4", "79": "02___NUMERIC___attribute3_02___5", "80": "02___NUMERIC___attribute3_02___6", "81": "02___NUMERIC___attribute3_02___7", "82": "02___NUMERIC___attribute3_02___8", "83": "02___NUMERIC___attribute3_02___9", "84": "03___NUMERIC___attribute4_00___-", "85": "03___NUMERIC___attribute4_00___0", "86": "03___NUMERIC___attribute4_00___1", "87": "03___NUMERIC___attribute4_01___0", "88": "03___NUMERIC___attribute4_01___1", "89": "03___NUMERIC___attribute4_01___2", "90": "03___NUMERIC___attribute4_01___3", "91": "03___NUMERIC___attribute4_01___7", "92": "03___NUMERIC___attribute4_02___0", "93": "03___NUMERIC___attribute4_02___1", "94": "03___NUMERIC___attribute4_02___2", "95": "03___NUMERIC___attribute4_02___3", "96": "03___NUMERIC___attribute4_02___4", "97": "03___NUMERIC___attribute4_02___5", "98": "03___NUMERIC___attribute4_02___8", "99": "03___NUMERIC___attribute4_02___9", "100": "03___NUMERIC___attribute4_03___0", "101": "03___NUMERIC___attribute4_03___1", "102": "03___NUMERIC___attribute4_03___2", "103": "03___NUMERIC___attribute4_03___3", "104": "03___NUMERIC___attribute4_03___4", "105": "03___NUMERIC___attribute4_03___5", "106": "03___NUMERIC___attribute4_03___6", "107": "03___NUMERIC___attribute4_03___7", "108": "03___NUMERIC___attribute4_03___8", "109": "03___NUMERIC___attribute4_03___9", "110": "04___NUMERIC___attribute5_00___-", "111": "04___NUMERIC___attribute5_00___0", "112": "04___NUMERIC___attribute5_00___3", "113": "04___NUMERIC___attribute5_01___0", "114": "04___NUMERIC___attribute5_01___1", "115": "04___NUMERIC___attribute5_01___2", "116": "04___NUMERIC___attribute5_01___3", "117": "04___NUMERIC___attribute5_01___4", "118": "04___NUMERIC___attribute5_01___5", "119": "04___NUMERIC___attribute5_01___6", "120": "04___NUMERIC___attribute5_01___7", "121": "04___NUMERIC___attribute5_01___9", "122": "04___NUMERIC___attribute5_02___0", "123": "04___NUMERIC___attribute5_02___2", "124": "04___NUMERIC___attribute5_02___4", "125": "04___NUMERIC___attribute5_02___6", "126": "04___NUMERIC___attribute5_02___8", "127": "05___NUMERIC___attribute6_00___-", "128": "05___NUMERIC___attribute6_00___0", "129": "05___NUMERIC___attribute6_01___0", "130": "05___NUMERIC___attribute6_01___1", "131": "05___NUMERIC___attribute6_01___2", "132": "05___NUMERIC___attribute6_02___0", "133": "05___NUMERIC___attribute6_02___1", "134": "05___NUMERIC___attribute6_02___2", "135": "05___NUMERIC___attribute6_02___3", "136": "05___NUMERIC___attribute6_02___5", "137": "05___NUMERIC___attribute6_02___6", "138": "05___NUMERIC___attribute6_02___8", "139": "05___NUMERIC___attribute6_03___0", "140": "05___NUMERIC___attribute6_03___1", "141": "05___NUMERIC___attribute6_03___2", "142": "05___NUMERIC___attribute6_03___3", "143": "05___NUMERIC___attribute6_03___4", "144": "05___NUMERIC___attribute6_03___5", "145": "05___NUMERIC___attribute6_03___6", "146": "05___NUMERIC___attribute6_03___7", "147": "05___NUMERIC___attribute6_03___8", "148": "05___NUMERIC___attribute6_03___9", "149": "05___NUMERIC___attribute6_04___0", "150": "05___NUMERIC___attribute6_04___1", "151": "05___NUMERIC___attribute6_04___2", "152": "05___NUMERIC___attribute6_04___3", "153": "05___NUMERIC___attribute6_04___4", "154": "05___NUMERIC___attribute6_04___5", "155": "05___NUMERIC___attribute6_04___6", "156": "05___NUMERIC___attribute6_04___7", "157": "05___NUMERIC___attribute6_04___8", "158": "05___NUMERIC___attribute6_04___9", "159": "05___NUMERIC___attribute6_05___0", "160": "05___NUMERIC___attribute6_05___1", "161": "05___NUMERIC___attribute6_05___2", "162": "05___NUMERIC___attribute6_05___3", "163": "05___NUMERIC___attribute6_05___4", "164": "05___NUMERIC___attribute6_05___5", "165": "05___NUMERIC___attribute6_05___6", "166": "05___NUMERIC___attribute6_05___7", "167": "05___NUMERIC___attribute6_05___8", "168": "05___NUMERIC___attribute6_05___9", "169": "06___NUMERIC___attribute7_00___-", "170": "06___NUMERIC___attribute7_00___0", "171": "06___NUMERIC___attribute7_01___0", "172": "06___NUMERIC___attribute7_01___1", "173": "06___NUMERIC___attribute7_01___2", "174": "06___NUMERIC___attribute7_01___3", "175": "06___NUMERIC___attribute7_01___4", "176": "06___NUMERIC___attribute7_01___5", "177": "06___NUMERIC___attribute7_01___6", "178": "06___NUMERIC___attribute7_01___7", "179": "06___NUMERIC___attribute7_02___0", "180": "06___NUMERIC___attribute7_02___1", "181": "06___NUMERIC___attribute7_02___2", "182": "06___NUMERIC___attribute7_02___3", "183": "06___NUMERIC___attribute7_02___4", "184": "06___NUMERIC___attribute7_02___5", "185": "06___NUMERIC___attribute7_02___6", "186": "06___NUMERIC___attribute7_02___7", "187": "06___NUMERIC___attribute7_02___8", "188": "06___NUMERIC___attribute7_02___9", "189": "07___NUMERIC___attribute8_00___-", "190": "07___NUMERIC___attribute8_00___0", "191": "07___NUMERIC___attribute8_01___0", "192": "07___NUMERIC___attribute8_01___1", "193": "07___NUMERIC___attribute8_02___0", "194": "07___NUMERIC___attribute8_02___1", "195": "07___NUMERIC___attribute8_02___2", "196": "07___NUMERIC___attribute8_02___3", "197": "07___NUMERIC___attribute8_02___4", "198": "07___NUMERIC___attribute8_02___5", "199": "07___NUMERIC___attribute8_02___6", "200": "07___NUMERIC___attribute8_02___7", "201": "07___NUMERIC___attribute8_02___8", "202": "07___NUMERIC___attribute8_02___9", "203": "07___NUMERIC___attribute8_03___0", "204": "07___NUMERIC___attribute8_03___1", "205": "07___NUMERIC___attribute8_03___2", "206": "07___NUMERIC___attribute8_03___3", "207": "07___NUMERIC___attribute8_03___4", "208": "07___NUMERIC___attribute8_03___5", "209": "07___NUMERIC___attribute8_03___6", "210": "07___NUMERIC___attribute8_03___7", "211": "07___NUMERIC___attribute8_03___8", "212": "07___NUMERIC___attribute8_03___9", "213": "08___NUMERIC___attribute9_00___-", "214": "08___NUMERIC___attribute9_00___0", "215": "08___NUMERIC___attribute9_01___0", "216": "08___NUMERIC___attribute9_01___1", "217": "08___NUMERIC___attribute9_01___2", "218": "08___NUMERIC___attribute9_02___0", "219": "08___NUMERIC___attribute9_02___1", "220": "08___NUMERIC___attribute9_02___2", "221": "08___NUMERIC___attribute9_02___3", "222": "08___NUMERIC___attribute9_02___4", "223": "08___NUMERIC___attribute9_02___5", "224": "08___NUMERIC___attribute9_02___6", "225": "08___NUMERIC___attribute9_02___7", "226": "08___NUMERIC___attribute9_02___8", "227": "08___NUMERIC___attribute9_02___9", "228": "08___NUMERIC___attribute9_03___0", "229": "08___NUMERIC___attribute9_03___2", "230": "08___NUMERIC___attribute9_03___4", "231": "08___NUMERIC___attribute9_03___6", "232": "08___NUMERIC___attribute9_03___8", "233": "09___NUMERIC___class_00___1", "234": "09___NUMERIC___class_00___2", "235": "09___NUMERIC___class_00___3", "236": "09___NUMERIC___class_00___4", "237": "09___NUMERIC___class_00___5", "238": "09___NUMERIC___class_00___6", "239": "09___NUMERIC___class_00___7"}, "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___time_00___0": 11, "00___NUMERIC___time_00___1": 12, "00___NUMERIC___time_01___0": 13, "00___NUMERIC___time_01___1": 14, "00___NUMERIC___time_01___2": 15, "00___NUMERIC___time_01___3": 16, "00___NUMERIC___time_01___4": 17, "00___NUMERIC___time_01___5": 18, "00___NUMERIC___time_01___6": 19, "00___NUMERIC___time_01___7": 20, "00___NUMERIC___time_01___8": 21, "00___NUMERIC___time_01___9": 22, "00___NUMERIC___time_02___0": 23, "00___NUMERIC___time_02___1": 24, "00___NUMERIC___time_02___2": 25, "00___NUMERIC___time_02___3": 26, "00___NUMERIC___time_02___4": 27, "00___NUMERIC___time_02___5": 28, "00___NUMERIC___time_02___6": 29, "00___NUMERIC___time_02___7": 30, "00___NUMERIC___time_02___8": 31, "00___NUMERIC___time_02___9": 32, "01___NUMERIC___attribute2_00___-": 33, "01___NUMERIC___attribute2_00___0": 34, "01___NUMERIC___attribute2_01___0": 35, "01___NUMERIC___attribute2_01___1": 36, "01___NUMERIC___attribute2_01___3": 37, "01___NUMERIC___attribute2_01___4": 38, "01___NUMERIC___attribute2_02___0": 39, "01___NUMERIC___attribute2_02___1": 40, "01___NUMERIC___attribute2_02___2": 41, "01___NUMERIC___attribute2_02___3": 42, "01___NUMERIC___attribute2_02___4": 43, "01___NUMERIC___attribute2_02___5": 44, "01___NUMERIC___attribute2_02___8": 45, "01___NUMERIC___attribute2_02___9": 46, "01___NUMERIC___attribute2_03___0": 47, "01___NUMERIC___attribute2_03___1": 48, "01___NUMERIC___attribute2_03___2": 49, "01___NUMERIC___attribute2_03___3": 50, "01___NUMERIC___attribute2_03___4": 51, "01___NUMERIC___attribute2_03___5": 52, "01___NUMERIC___attribute2_03___6": 53, "01___NUMERIC___attribute2_03___7": 54, "01___NUMERIC___attribute2_03___9": 55, "01___NUMERIC___attribute2_04___0": 56, "01___NUMERIC___attribute2_04___1": 57, "01___NUMERIC___attribute2_04___2": 58, "01___NUMERIC___attribute2_04___3": 59, "01___NUMERIC___attribute2_04___4": 60, "01___NUMERIC___attribute2_04___5": 61, "01___NUMERIC___attribute2_04___6": 62, "01___NUMERIC___attribute2_04___7": 63, "01___NUMERIC___attribute2_04___8": 64, "01___NUMERIC___attribute2_04___9": 65, "02___NUMERIC___attribute3_00___0": 66, "02___NUMERIC___attribute3_00___1": 67, "02___NUMERIC___attribute3_01___0": 68, "02___NUMERIC___attribute3_01___1": 69, "02___NUMERIC___attribute3_01___4": 70, "02___NUMERIC___attribute3_01___7": 71, "02___NUMERIC___attribute3_01___8": 72, "02___NUMERIC___attribute3_01___9": 73, "02___NUMERIC___attribute3_02___0": 74, "02___NUMERIC___attribute3_02___1": 75, "02___NUMERIC___attribute3_02___2": 76, "02___NUMERIC___attribute3_02___3": 77, "02___NUMERIC___attribute3_02___4": 78, "02___NUMERIC___attribute3_02___5": 79, "02___NUMERIC___attribute3_02___6": 80, "02___NUMERIC___attribute3_02___7": 81, "02___NUMERIC___attribute3_02___8": 82, "02___NUMERIC___attribute3_02___9": 83, "03___NUMERIC___attribute4_00___-": 84, "03___NUMERIC___attribute4_00___0": 85, "03___NUMERIC___attribute4_00___1": 86, "03___NUMERIC___attribute4_01___0": 87, "03___NUMERIC___attribute4_01___1": 88, "03___NUMERIC___attribute4_01___2": 89, "03___NUMERIC___attribute4_01___3": 90, "03___NUMERIC___attribute4_01___7": 91, "03___NUMERIC___attribute4_02___0": 92, "03___NUMERIC___attribute4_02___1": 93, "03___NUMERIC___attribute4_02___2": 94, "03___NUMERIC___attribute4_02___3": 95, "03___NUMERIC___attribute4_02___4": 96, "03___NUMERIC___attribute4_02___5": 97, "03___NUMERIC___attribute4_02___8": 98, "03___NUMERIC___attribute4_02___9": 99, "03___NUMERIC___attribute4_03___0": 100, "03___NUMERIC___attribute4_03___1": 101, "03___NUMERIC___attribute4_03___2": 102, "03___NUMERIC___attribute4_03___3": 103, "03___NUMERIC___attribute4_03___4": 104, "03___NUMERIC___attribute4_03___5": 105, "03___NUMERIC___attribute4_03___6": 106, "03___NUMERIC___attribute4_03___7": 107, "03___NUMERIC___attribute4_03___8": 108, "03___NUMERIC___attribute4_03___9": 109, "04___NUMERIC___attribute5_00___-": 110, "04___NUMERIC___attribute5_00___0": 111, "04___NUMERIC___attribute5_00___3": 112, "04___NUMERIC___attribute5_01___0": 113, "04___NUMERIC___attribute5_01___1": 114, "04___NUMERIC___attribute5_01___2": 115, "04___NUMERIC___attribute5_01___3": 116, "04___NUMERIC___attribute5_01___4": 117, "04___NUMERIC___attribute5_01___5": 118, "04___NUMERIC___attribute5_01___6": 119, "04___NUMERIC___attribute5_01___7": 120, "04___NUMERIC___attribute5_01___9": 121, "04___NUMERIC___attribute5_02___0": 122, "04___NUMERIC___attribute5_02___2": 123, "04___NUMERIC___attribute5_02___4": 124, "04___NUMERIC___attribute5_02___6": 125, "04___NUMERIC___attribute5_02___8": 126, "05___NUMERIC___attribute6_00___-": 127, "05___NUMERIC___attribute6_00___0": 128, "05___NUMERIC___attribute6_01___0": 129, "05___NUMERIC___attribute6_01___1": 130, "05___NUMERIC___attribute6_01___2": 131, "05___NUMERIC___attribute6_02___0": 132, "05___NUMERIC___attribute6_02___1": 133, "05___NUMERIC___attribute6_02___2": 134, "05___NUMERIC___attribute6_02___3": 135, "05___NUMERIC___attribute6_02___5": 136, "05___NUMERIC___attribute6_02___6": 137, "05___NUMERIC___attribute6_02___8": 138, "05___NUMERIC___attribute6_03___0": 139, "05___NUMERIC___attribute6_03___1": 140, "05___NUMERIC___attribute6_03___2": 141, "05___NUMERIC___attribute6_03___3": 142, "05___NUMERIC___attribute6_03___4": 143, "05___NUMERIC___attribute6_03___5": 144, "05___NUMERIC___attribute6_03___6": 145, "05___NUMERIC___attribute6_03___7": 146, "05___NUMERIC___attribute6_03___8": 147, "05___NUMERIC___attribute6_03___9": 148, "05___NUMERIC___attribute6_04___0": 149, "05___NUMERIC___attribute6_04___1": 150, "05___NUMERIC___attribute6_04___2": 151, "05___NUMERIC___attribute6_04___3": 152, "05___NUMERIC___attribute6_04___4": 153, "05___NUMERIC___attribute6_04___5": 154, "05___NUMERIC___attribute6_04___6": 155, "05___NUMERIC___attribute6_04___7": 156, "05___NUMERIC___attribute6_04___8": 157, "05___NUMERIC___attribute6_04___9": 158, "05___NUMERIC___attribute6_05___0": 159, "05___NUMERIC___attribute6_05___1": 160, "05___NUMERIC___attribute6_05___2": 161, "05___NUMERIC___attribute6_05___3": 162, "05___NUMERIC___attribute6_05___4": 163, "05___NUMERIC___attribute6_05___5": 164, "05___NUMERIC___attribute6_05___6": 165, "05___NUMERIC___attribute6_05___7": 166, "05___NUMERIC___attribute6_05___8": 167, "05___NUMERIC___attribute6_05___9": 168, "06___NUMERIC___attribute7_00___-": 169, "06___NUMERIC___attribute7_00___0": 170, "06___NUMERIC___attribute7_01___0": 171, "06___NUMERIC___attribute7_01___1": 172, "06___NUMERIC___attribute7_01___2": 173, "06___NUMERIC___attribute7_01___3": 174, "06___NUMERIC___attribute7_01___4": 175, "06___NUMERIC___attribute7_01___5": 176, "06___NUMERIC___attribute7_01___6": 177, "06___NUMERIC___attribute7_01___7": 178, "06___NUMERIC___attribute7_02___0": 179, "06___NUMERIC___attribute7_02___1": 180, "06___NUMERIC___attribute7_02___2": 181, "06___NUMERIC___attribute7_02___3": 182, "06___NUMERIC___attribute7_02___4": 183, "06___NUMERIC___attribute7_02___5": 184, "06___NUMERIC___attribute7_02___6": 185, "06___NUMERIC___attribute7_02___7": 186, "06___NUMERIC___attribute7_02___8": 187, "06___NUMERIC___attribute7_02___9": 188, "07___NUMERIC___attribute8_00___-": 189, "07___NUMERIC___attribute8_00___0": 190, "07___NUMERIC___attribute8_01___0": 191, "07___NUMERIC___attribute8_01___1": 192, "07___NUMERIC___attribute8_02___0": 193, "07___NUMERIC___attribute8_02___1": 194, "07___NUMERIC___attribute8_02___2": 195, "07___NUMERIC___attribute8_02___3": 196, "07___NUMERIC___attribute8_02___4": 197, "07___NUMERIC___attribute8_02___5": 198, "07___NUMERIC___attribute8_02___6": 199, "07___NUMERIC___attribute8_02___7": 200, "07___NUMERIC___attribute8_02___8": 201, "07___NUMERIC___attribute8_02___9": 202, "07___NUMERIC___attribute8_03___0": 203, "07___NUMERIC___attribute8_03___1": 204, "07___NUMERIC___attribute8_03___2": 205, "07___NUMERIC___attribute8_03___3": 206, "07___NUMERIC___attribute8_03___4": 207, "07___NUMERIC___attribute8_03___5": 208, "07___NUMERIC___attribute8_03___6": 209, "07___NUMERIC___attribute8_03___7": 210, "07___NUMERIC___attribute8_03___8": 211, "07___NUMERIC___attribute8_03___9": 212, "08___NUMERIC___attribute9_00___-": 213, "08___NUMERIC___attribute9_00___0": 214, "08___NUMERIC___attribute9_01___0": 215, "08___NUMERIC___attribute9_01___1": 216, "08___NUMERIC___attribute9_01___2": 217, "08___NUMERIC___attribute9_02___0": 218, "08___NUMERIC___attribute9_02___1": 219, "08___NUMERIC___attribute9_02___2": 220, "08___NUMERIC___attribute9_02___3": 221, "08___NUMERIC___attribute9_02___4": 222, "08___NUMERIC___attribute9_02___5": 223, "08___NUMERIC___attribute9_02___6": 224, "08___NUMERIC___attribute9_02___7": 225, "08___NUMERIC___attribute9_02___8": 226, "08___NUMERIC___attribute9_02___9": 227, "08___NUMERIC___attribute9_03___0": 228, "08___NUMERIC___attribute9_03___2": 229, "08___NUMERIC___attribute9_03___4": 230, "08___NUMERIC___attribute9_03___6": 231, "08___NUMERIC___attribute9_03___8": 232, "09___NUMERIC___class_00___1": 233, "09___NUMERIC___class_00___2": 234, "09___NUMERIC___class_00___3": 235, "09___NUMERIC___class_00___4": 236, "09___NUMERIC___class_00___5": 237, "09___NUMERIC___class_00___6": 238, "09___NUMERIC___class_00___7": 239}, "column_token_ids": {"00___NUMERIC___time_00": [11, 12], "00___NUMERIC___time_01": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "00___NUMERIC___time_02": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "01___NUMERIC___attribute2_00": [33, 34], "01___NUMERIC___attribute2_01": [35, 36, 37, 38], "01___NUMERIC___attribute2_02": [39, 40, 41, 42, 43, 44, 45, 46], "01___NUMERIC___attribute2_03": [47, 48, 49, 50, 51, 52, 53, 54, 55], "01___NUMERIC___attribute2_04": [56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "02___NUMERIC___attribute3_00": [66, 67], "02___NUMERIC___attribute3_01": [68, 69, 70, 71, 72, 73], "02___NUMERIC___attribute3_02": [74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "03___NUMERIC___attribute4_00": [84, 85, 86], "03___NUMERIC___attribute4_01": [87, 88, 89, 90, 91], "03___NUMERIC___attribute4_02": [92, 93, 94, 95, 96, 97, 98, 99], "03___NUMERIC___attribute4_03": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109], "04___NUMERIC___attribute5_00": [110, 111, 112], "04___NUMERIC___attribute5_01": [113, 114, 115, 116, 117, 118, 119, 120, 121], "04___NUMERIC___attribute5_02": [122, 123, 124, 125, 126], "05___NUMERIC___attribute6_00": [127, 128], "05___NUMERIC___attribute6_01": [129, 130, 131], "05___NUMERIC___attribute6_02": [132, 133, 134, 135, 136, 137, 138], "05___NUMERIC___attribute6_03": [139, 140, 141, 142, 143, 144, 145, 146, 147, 148], "05___NUMERIC___attribute6_04": [149, 150, 151, 152, 153, 154, 155, 156, 157, 158], "05___NUMERIC___attribute6_05": [159, 160, 161, 162, 163, 164, 165, 166, 167, 168], "06___NUMERIC___attribute7_00": [169, 170], "06___NUMERIC___attribute7_01": [171, 172, 173, 174, 175, 176, 177, 178], "06___NUMERIC___attribute7_02": [179, 180, 181, 182, 183, 184, 185, 186, 187, 188], "07___NUMERIC___attribute8_00": [189, 190], "07___NUMERIC___attribute8_01": [191, 192], "07___NUMERIC___attribute8_02": [193, 194, 195, 196, 197, 198, 199, 200, 201, 202], "07___NUMERIC___attribute8_03": [203, 204, 205, 206, 207, 208, 209, 210, 211, 212], "08___NUMERIC___attribute9_00": [213, 214], "08___NUMERIC___attribute9_01": [215, 216, 217], "08___NUMERIC___attribute9_02": [218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "08___NUMERIC___attribute9_03": [228, 229, 230, 231, 232], "09___NUMERIC___class_00": [233, 234, 235, 236, 237, 238, 239]}}, "tabular_max_length": 38, "relational_max_length": null, "tabular_col_size": 11600, "relational_col_size": null, "col_transform_data": {"time": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "attribute2": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 5, "numeric_nparts": 1}, "attribute3": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "attribute4": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 4, "numeric_nparts": 1}, "attribute5": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "attribute6": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 6, "numeric_nparts": 1}, "attribute7": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 3, "numeric_nparts": 1}, "attribute8": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 4, "numeric_nparts": 1}, "attribute9": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 4, "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], "5": [39, 40, 41, 42, 43, 44, 45, 46], "6": [47, 48, 49, 50, 51, 52, 53, 54, 55], "7": [56, 57, 58, 59, 60, 61, 62, 63, 64, 65], "8": [66, 67], "9": [68, 69, 70, 71, 72, 73], "10": [74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "11": [84, 85, 86], "12": [87, 88, 89, 90, 91], "13": [92, 93, 94, 95, 96, 97, 98, 99], "14": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109], "15": [110, 111, 112], "16": [113, 114, 115, 116, 117, 118, 119, 120, 121], "17": [122, 123, 124, 125, 126], "18": [127, 128], "19": [129, 130, 131], "20": [132, 133, 134, 135, 136, 137, 138], "21": [139, 140, 141, 142, 143, 144, 145, 146, 147, 148], "22": [149, 150, 151, 152, 153, 154, 155, 156, 157, 158], "23": [159, 160, 161, 162, 163, 164, 165, 166, 167, 168], "24": [169, 170], "25": [171, 172, 173, 174, 175, 176, 177, 178], "26": [179, 180, 181, 182, 183, 184, 185, 186, 187, 188], "27": [189, 190], "28": [191, 192], "29": [193, 194, 195, 196, 197, 198, 199, 200, 201, 202], "30": [203, 204, 205, 206, 207, 208, 209, 210, 211, 212], "31": [213, 214], "32": [215, 216, 217], "33": [218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "34": [228, 229, 230, 231, 232], "35": [233, 234, 235, 236, 237, 238, 239]}, "random_state": 1029, "numeric_nparts": 1, "numeric_precision": 4, "numeric_max_len": 10, "experiment_id": "id000017748188335030372352", "trainer_state": null, "target_col": null, "realtabformer_version": "0.2.4"} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_model.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..9526fd39d0f2424cb541b4547110967869cc1ac2 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs/id000017748188335030372352/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42a16fc9c1781d2a7ef159eb17a2e990d83147ce3defc4152d85ba0c8816e25 +size 174027235 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/public_gate_report.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fc16f068d4245200ba29d3499b7ccba920769826 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/realtabformer_features.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/realtabformer_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/realtabformer/rtf-n17-20260330_022426/rtf-n17-1000-20260330_051357.csv b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf-n17-1000-20260330_051357.csv new file mode 100644 index 0000000000000000000000000000000000000000..57b698441ca53f3123350a1e003c0d0c8e5c4ba3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf-n17-1000-20260330_051357.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68668e46fa5a96d9a7915b982e7e96bd5243572e35d5ce26b0c5d2cb2120f6b +size 26652 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5d553d27ed003b1e5ffe843ab4d9d749b92f224a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2812dc32e2abc83daffeaaffbd8614217fbc71047dd49f331d54510da612ae +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..dff067810ceae3bbcae2f3b23d2d449f79921092 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1aea015621fb8b98852eebd4df4d153df59b2d91d622c4c698839c7befe652 +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..19784d96ce616e30a6c813ec04effea83a700e11 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4346ee435314a4c00c71c8f2129babdf6847ac27c2d90b9080e8079a039d0d0a +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a273bc34f07e74e370751820986870295df3746b --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b93d0df55f107c9b9e9f8f874fdc4f2781a8c5afd61e8b1479bc8f90c8b758 +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2d12836f455a6d8a8687123d44f6e5e7d007fbf3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f092681a42bd154105250045fbf48774e8ff555a2690db8367aeb04e14675f82 +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..4604c78cef5d265545096d2475b42563ade0cce5 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/trainer_state.json @@ -0,0 +1,2547 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.89931034482758, + "eval_steps": 100, + "global_step": 35900, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.1124202894000128e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35900/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2136d243fb3f51779814ac4b268591a11a385e5f --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c0e71bee7ef03b6664229354493089d0bbccf37716e47507abef86165d72ac +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..a4dadedf10a74d316c014487fabaaff62efbbaaf --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d5548737833ef13b75ab34ef45dc022d887bf77236b9a37fe82ae1b744b510 +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..6ce36995f7924cd25b72f3a6be0d9b32fb0ba540 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed127d8e8ce42ad0533cf776a58e784468c8f1167aca632bca02e3d2885d72ff +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d6d1cb1bfbb7dec76a68778a01550fc1bfd4170e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c38e3e382b05095a5b9a735030272d118876bedb7c0209df51f332b0ec92f9 +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9eb6da8543736e9ebe9b94764d81e669db13615c --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b211bfd25acc2991bd21b0250b2e9a3988dd1eef41da495d65b729f7bff11c8 +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..6df1638cf25d18929c84b05bc8a96cccca5bd574 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/trainer_state.json @@ -0,0 +1,2547 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.0, + "eval_steps": 100, + "global_step": 35937, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.11355284750336e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-35937/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ef629807e037284f11874589073eaec44ceac587 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa470715dcb278180f3449d07a80f47c721520709c6948de76d87a2821aa6363 +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..da27e82ac39d7638a7e4d68cd39cdc019c0f0496 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec21f6ae685827b390d4990c3866f074edec691836395706017bda0bb3bffb6 +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..32aa335ddc27da7014f8c508fd89e610f99bb6d0 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec29eea07d0e6be1f52d6417e862f5a2042c4bfece60c847dae420a4953de854 +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e3715a2b871daa61a543334e179bc17a3cfd28f6 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab3e5e459eaaebe70c24fe3a3b0c2d4eea7ef261170761aa1582361f632bd7c +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4429a53cb645aefde756c42f398f1db76c3eda49 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ed632b917003d64af20bc919094f39642145c6c09c46849b0f7ea0aebd2673 +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf0aac072f3f649c5ad3d77a83690c534be4df15 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/trainer_state.json @@ -0,0 +1,2554 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.17379310344828, + "eval_steps": 100, + "global_step": 36000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + }, + { + "epoch": 99.17379310344828, + "grad_norm": 0.7654626369476318, + "learning_rate": 4.2837465564738296e-07, + "loss": 0.2610352897644043, + "step": 36000 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.1155076738187264e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..283578f7714309c1753a7a1c2701dc4e2f46382b --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c8af8ca603a08db464882ad722128fc7a29a5353bbd0c73ae8817dc4895b55 +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..ad32c0eb2f5cec61648892b44b87eb8c47dce40e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3716f2169f74b2fe50d22286c0e1d208065733cc6800ad53b19007513a0e4751 +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..66849f9693d70aa786570af408654f27b371b1bc --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710a813eafbf0de9f2c425ddb9dd817775959dd7a3ac8dc221ec61dd235f0f70 +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..f9bc7370a9323d230cd148eb68575a04eb2cf108 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726021547fbbbca0bdaf40f09fc6226927de78f0a8dd2ab682a204d541d1761c +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0d42c39dbd183fbfce37037e6b843d178f971ab8 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3048f84ee1a642ba5c94fbe5c68e4703fe73bfe92d3679f2acae5ec19d119c +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..afade761ddd33d017e66bda5e872ca61411fd999 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/trainer_state.json @@ -0,0 +1,2561 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.4496551724138, + "eval_steps": 100, + "global_step": 36100, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + }, + { + "epoch": 99.17379310344828, + "grad_norm": 0.7654626369476318, + "learning_rate": 4.2837465564738296e-07, + "loss": 0.2610352897644043, + "step": 36000 + }, + { + "epoch": 99.4496551724138, + "grad_norm": 0.7147051095962524, + "learning_rate": 2.9063360881542704e-07, + "loss": 0.26201940536499024, + "step": 36100 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.1186105727320064e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36100/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a0e7dbea6c4de4e5cbc2491ac8f7f22cf50f19b6 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee5a001972f66c317ddc44493b8e3ee2017a4db4c08098b70e0b25fd82dff59 +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..73c10dea1b1dd35ddc8bfc867b08dc7dce4253d3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e01b1a06b5e7d0f816a3ceb98fcb8a7b664f3aabb6c25bbce92d74c7c8cc0e +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..7c7b375e88202740f565cfd9b2a154f705eaeee5 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba629fd1f20dd9cffa5866fc65e1573ea9214a93478fda477230897cc9277cb +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d80d4c65d8282b33c9620ff5f9f228fbc129b8aa --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958826607e47bf5a82c586d1525eeaa117989c8586f2f44b16a37e8edafce215 +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..79f55f65ac7babf37132d683ac7eb2baac47655d --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828bbbe777014a7c2c115831eb4d74962bf130d9ecd520bc24711f7986ab9bc4 +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..ab48f2bbe29dccfc362c4ba4e7034760a1e42bd3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/trainer_state.json @@ -0,0 +1,2568 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.72551724137931, + "eval_steps": 100, + "global_step": 36200, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + }, + { + "epoch": 99.17379310344828, + "grad_norm": 0.7654626369476318, + "learning_rate": 4.2837465564738296e-07, + "loss": 0.2610352897644043, + "step": 36000 + }, + { + "epoch": 99.4496551724138, + "grad_norm": 0.7147051095962524, + "learning_rate": 2.9063360881542704e-07, + "loss": 0.26201940536499024, + "step": 36100 + }, + { + "epoch": 99.72551724137931, + "grad_norm": 0.8128803372383118, + "learning_rate": 1.5289256198347107e-07, + "loss": 0.26136524200439454, + "step": 36200 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.1217134716452864e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36200/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/config.json new file mode 100644 index 0000000000000000000000000000000000000000..32bdd79a42604e7dd619ec819dfefff39b57f739 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/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": 240 +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/generation_config.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/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/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/model.safetensors b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a2884909202248c330c3426abfaafb110c767c0c --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728cc1ea8a5afcc8850a1cb8717f5623b791a41e1d61d35dec177931717d9479 +size 174005704 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/optimizer.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..1d2b2a8bf26d54b90072966d2d5db1a4f6e2051a --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa6d47f08e0d3f32e1339d879562badf45cf017c795b60da2dd15ee9762cc91 +size 348060491 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/rng_state.pth b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..774fc3240d944abad8a8d5588377d7c4771ae8ee --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cc2aa1d327f5c19ea03ff745c934366ebaa2910dd98dd4fc7566b4f90fa5e2 +size 14645 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scaler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..95aeb0eac07d4c248491df55da8f420a71e2698f --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2c3c43c3e8cf65600b62549298474b067f7953b98c6edbab28b1f855276e20 +size 1383 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scheduler.pt b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e25fcd51eb4ce3cea4497cff9f34faa50fa08c32 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dc42fbb92d7d5328fe41f28feeaca2436922c8d29fe8ff21ec613d0d596184 +size 1465 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/trainer_state.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..d07c1e974a43564c6f7a3c6f336ab05abc73c5bb --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/trainer_state.json @@ -0,0 +1,2575 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 100.0, + "eval_steps": 100, + "global_step": 36300, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.27586206896551724, + "grad_norm": 1.0130711793899536, + "learning_rate": 4.986363636363637e-05, + "loss": 1.1252916717529298, + "step": 100 + }, + { + "epoch": 0.5517241379310345, + "grad_norm": 0.9395803809165955, + "learning_rate": 4.972589531680441e-05, + "loss": 0.6045791625976562, + "step": 200 + }, + { + "epoch": 0.8275862068965517, + "grad_norm": 1.1132029294967651, + "learning_rate": 4.9588154269972455e-05, + "loss": 0.5580588531494141, + "step": 300 + }, + { + "epoch": 1.1020689655172413, + "grad_norm": 0.9095599055290222, + "learning_rate": 4.9450413223140495e-05, + "loss": 0.5242004013061523, + "step": 400 + }, + { + "epoch": 1.3779310344827587, + "grad_norm": 0.9362868070602417, + "learning_rate": 4.931267217630854e-05, + "loss": 0.501447525024414, + "step": 500 + }, + { + "epoch": 1.653793103448276, + "grad_norm": 0.8913880586624146, + "learning_rate": 4.917493112947659e-05, + "loss": 0.48037960052490236, + "step": 600 + }, + { + "epoch": 1.9296551724137931, + "grad_norm": 0.9295451641082764, + "learning_rate": 4.903719008264463e-05, + "loss": 0.4635440444946289, + "step": 700 + }, + { + "epoch": 2.2041379310344826, + "grad_norm": 0.8887994885444641, + "learning_rate": 4.889944903581267e-05, + "loss": 0.4450341796875, + "step": 800 + }, + { + "epoch": 2.48, + "grad_norm": 0.8280564546585083, + "learning_rate": 4.876170798898072e-05, + "loss": 0.43447540283203123, + "step": 900 + }, + { + "epoch": 2.7558620689655173, + "grad_norm": 0.7217699885368347, + "learning_rate": 4.8623966942148765e-05, + "loss": 0.4268480682373047, + "step": 1000 + }, + { + "epoch": 3.030344827586207, + "grad_norm": 0.9445227384567261, + "learning_rate": 4.8486225895316805e-05, + "loss": 0.42512256622314454, + "step": 1100 + }, + { + "epoch": 3.306206896551724, + "grad_norm": 0.8374412655830383, + "learning_rate": 4.8348484848484846e-05, + "loss": 0.41786392211914064, + "step": 1200 + }, + { + "epoch": 3.5820689655172413, + "grad_norm": 0.7082351446151733, + "learning_rate": 4.82107438016529e-05, + "loss": 0.41569866180419923, + "step": 1300 + }, + { + "epoch": 3.8579310344827586, + "grad_norm": 0.7907125949859619, + "learning_rate": 4.807300275482094e-05, + "loss": 0.4089093780517578, + "step": 1400 + }, + { + "epoch": 4.132413793103448, + "grad_norm": 0.7019094824790955, + "learning_rate": 4.793526170798898e-05, + "loss": 0.4070849609375, + "step": 1500 + }, + { + "epoch": 4.408275862068965, + "grad_norm": 0.7288985848426819, + "learning_rate": 4.779752066115703e-05, + "loss": 0.40336204528808595, + "step": 1600 + }, + { + "epoch": 4.684137931034483, + "grad_norm": 0.7662490606307983, + "learning_rate": 4.7659779614325075e-05, + "loss": 0.40467674255371094, + "step": 1700 + }, + { + "epoch": 4.96, + "grad_norm": 0.6615822911262512, + "learning_rate": 4.7522038567493115e-05, + "loss": 0.40084056854248046, + "step": 1800 + }, + { + "epoch": 5.23448275862069, + "grad_norm": 0.6947154402732849, + "learning_rate": 4.7384297520661156e-05, + "loss": 0.3974301528930664, + "step": 1900 + }, + { + "epoch": 5.510344827586207, + "grad_norm": 0.6851629018783569, + "learning_rate": 4.72465564738292e-05, + "loss": 0.3944997787475586, + "step": 2000 + }, + { + "epoch": 5.786206896551724, + "grad_norm": 0.751244068145752, + "learning_rate": 4.710881542699725e-05, + "loss": 0.3905957794189453, + "step": 2100 + }, + { + "epoch": 6.060689655172414, + "grad_norm": 0.7316997051239014, + "learning_rate": 4.697107438016529e-05, + "loss": 0.39479454040527345, + "step": 2200 + }, + { + "epoch": 6.336551724137931, + "grad_norm": 0.7675114870071411, + "learning_rate": 4.683333333333334e-05, + "loss": 0.3904042053222656, + "step": 2300 + }, + { + "epoch": 6.612413793103448, + "grad_norm": 0.6854875683784485, + "learning_rate": 4.669559228650138e-05, + "loss": 0.3895175552368164, + "step": 2400 + }, + { + "epoch": 6.888275862068966, + "grad_norm": 0.6232021450996399, + "learning_rate": 4.6557851239669425e-05, + "loss": 0.388723258972168, + "step": 2500 + }, + { + "epoch": 7.162758620689655, + "grad_norm": 0.7881874442100525, + "learning_rate": 4.6420110192837466e-05, + "loss": 0.38470211029052737, + "step": 2600 + }, + { + "epoch": 7.438620689655172, + "grad_norm": 0.7923867702484131, + "learning_rate": 4.628236914600551e-05, + "loss": 0.38394073486328123, + "step": 2700 + }, + { + "epoch": 7.71448275862069, + "grad_norm": 0.62738436460495, + "learning_rate": 4.6144628099173554e-05, + "loss": 0.38758857727050783, + "step": 2800 + }, + { + "epoch": 7.990344827586207, + "grad_norm": 0.7105242609977722, + "learning_rate": 4.60068870523416e-05, + "loss": 0.3833510971069336, + "step": 2900 + }, + { + "epoch": 8.264827586206897, + "grad_norm": 0.6625405550003052, + "learning_rate": 4.586914600550964e-05, + "loss": 0.3789352035522461, + "step": 3000 + }, + { + "epoch": 8.540689655172415, + "grad_norm": 0.6929939985275269, + "learning_rate": 4.573140495867769e-05, + "loss": 0.38130176544189454, + "step": 3100 + }, + { + "epoch": 8.81655172413793, + "grad_norm": 0.6876605749130249, + "learning_rate": 4.559366391184573e-05, + "loss": 0.38161865234375, + "step": 3200 + }, + { + "epoch": 9.091034482758621, + "grad_norm": 0.6093863248825073, + "learning_rate": 4.5455922865013776e-05, + "loss": 0.3797245407104492, + "step": 3300 + }, + { + "epoch": 9.366896551724137, + "grad_norm": 0.66932213306427, + "learning_rate": 4.531818181818182e-05, + "loss": 0.378225212097168, + "step": 3400 + }, + { + "epoch": 9.642758620689655, + "grad_norm": 0.721454918384552, + "learning_rate": 4.5180440771349864e-05, + "loss": 0.3773067092895508, + "step": 3500 + }, + { + "epoch": 9.918620689655173, + "grad_norm": 0.5444088578224182, + "learning_rate": 4.5042699724517904e-05, + "loss": 0.378569221496582, + "step": 3600 + }, + { + "epoch": 10.193103448275862, + "grad_norm": 0.6348398327827454, + "learning_rate": 4.490495867768595e-05, + "loss": 0.3716053771972656, + "step": 3700 + }, + { + "epoch": 10.46896551724138, + "grad_norm": 0.6071847081184387, + "learning_rate": 4.4767217630854e-05, + "loss": 0.3748601531982422, + "step": 3800 + }, + { + "epoch": 10.744827586206897, + "grad_norm": 0.6681538224220276, + "learning_rate": 4.462947658402204e-05, + "loss": 0.3766892623901367, + "step": 3900 + }, + { + "epoch": 11.019310344827586, + "grad_norm": 0.605961263179779, + "learning_rate": 4.449173553719008e-05, + "loss": 0.3726852035522461, + "step": 4000 + }, + { + "epoch": 11.295172413793104, + "grad_norm": 0.6379143595695496, + "learning_rate": 4.435399449035813e-05, + "loss": 0.3702214813232422, + "step": 4100 + }, + { + "epoch": 11.57103448275862, + "grad_norm": 0.6404953002929688, + "learning_rate": 4.4216253443526174e-05, + "loss": 0.37264305114746094, + "step": 4200 + }, + { + "epoch": 11.846896551724138, + "grad_norm": 0.6673414707183838, + "learning_rate": 4.4078512396694214e-05, + "loss": 0.37369632720947266, + "step": 4300 + }, + { + "epoch": 12.121379310344828, + "grad_norm": 0.6686155796051025, + "learning_rate": 4.394077134986226e-05, + "loss": 0.3708528137207031, + "step": 4400 + }, + { + "epoch": 12.397241379310344, + "grad_norm": 0.6092692017555237, + "learning_rate": 4.380303030303031e-05, + "loss": 0.3683132553100586, + "step": 4500 + }, + { + "epoch": 12.673103448275862, + "grad_norm": 0.6513960957527161, + "learning_rate": 4.366528925619835e-05, + "loss": 0.368892707824707, + "step": 4600 + }, + { + "epoch": 12.94896551724138, + "grad_norm": 0.595363974571228, + "learning_rate": 4.352754820936639e-05, + "loss": 0.37139320373535156, + "step": 4700 + }, + { + "epoch": 13.223448275862069, + "grad_norm": 0.664905846118927, + "learning_rate": 4.338980716253444e-05, + "loss": 0.36691276550292967, + "step": 4800 + }, + { + "epoch": 13.499310344827586, + "grad_norm": 0.6444125771522522, + "learning_rate": 4.3252066115702484e-05, + "loss": 0.36758415222167967, + "step": 4900 + }, + { + "epoch": 13.775172413793104, + "grad_norm": 0.5518401265144348, + "learning_rate": 4.3114325068870524e-05, + "loss": 0.3669173049926758, + "step": 5000 + }, + { + "epoch": 14.049655172413793, + "grad_norm": 0.5616198778152466, + "learning_rate": 4.297658402203857e-05, + "loss": 0.3659199142456055, + "step": 5100 + }, + { + "epoch": 14.32551724137931, + "grad_norm": 0.5816136598587036, + "learning_rate": 4.283884297520661e-05, + "loss": 0.36280101776123047, + "step": 5200 + }, + { + "epoch": 14.601379310344827, + "grad_norm": 0.6212624311447144, + "learning_rate": 4.270110192837466e-05, + "loss": 0.36540557861328127, + "step": 5300 + }, + { + "epoch": 14.877241379310345, + "grad_norm": 0.6290283203125, + "learning_rate": 4.25633608815427e-05, + "loss": 0.36616561889648436, + "step": 5400 + }, + { + "epoch": 15.151724137931035, + "grad_norm": 0.5806844830513, + "learning_rate": 4.242561983471075e-05, + "loss": 0.3648201370239258, + "step": 5500 + }, + { + "epoch": 15.427586206896551, + "grad_norm": 0.630888044834137, + "learning_rate": 4.228787878787879e-05, + "loss": 0.36222412109375, + "step": 5600 + }, + { + "epoch": 15.703448275862069, + "grad_norm": 0.5614138245582581, + "learning_rate": 4.2150137741046834e-05, + "loss": 0.3639239501953125, + "step": 5700 + }, + { + "epoch": 15.979310344827587, + "grad_norm": 0.6325969696044922, + "learning_rate": 4.201239669421488e-05, + "loss": 0.3622589111328125, + "step": 5800 + }, + { + "epoch": 16.253793103448277, + "grad_norm": 0.5357284545898438, + "learning_rate": 4.187465564738292e-05, + "loss": 0.3584759521484375, + "step": 5900 + }, + { + "epoch": 16.529655172413793, + "grad_norm": 0.5078504085540771, + "learning_rate": 4.173691460055096e-05, + "loss": 0.36084503173828125, + "step": 6000 + }, + { + "epoch": 16.80551724137931, + "grad_norm": 0.5866502523422241, + "learning_rate": 4.159917355371901e-05, + "loss": 0.3611335754394531, + "step": 6100 + }, + { + "epoch": 17.08, + "grad_norm": 0.5948197841644287, + "learning_rate": 4.146143250688706e-05, + "loss": 0.3598046875, + "step": 6200 + }, + { + "epoch": 17.355862068965518, + "grad_norm": 0.6213542819023132, + "learning_rate": 4.13236914600551e-05, + "loss": 0.35756702423095704, + "step": 6300 + }, + { + "epoch": 17.631724137931034, + "grad_norm": 0.6730956435203552, + "learning_rate": 4.118595041322314e-05, + "loss": 0.3591820526123047, + "step": 6400 + }, + { + "epoch": 17.907586206896553, + "grad_norm": 0.5310250520706177, + "learning_rate": 4.1048209366391185e-05, + "loss": 0.35917469024658205, + "step": 6500 + }, + { + "epoch": 18.182068965517242, + "grad_norm": 0.6356138586997986, + "learning_rate": 4.091046831955923e-05, + "loss": 0.3557986831665039, + "step": 6600 + }, + { + "epoch": 18.45793103448276, + "grad_norm": 0.5665730237960815, + "learning_rate": 4.077272727272727e-05, + "loss": 0.3555414962768555, + "step": 6700 + }, + { + "epoch": 18.733793103448274, + "grad_norm": 0.5927253365516663, + "learning_rate": 4.063498622589531e-05, + "loss": 0.3563378143310547, + "step": 6800 + }, + { + "epoch": 19.008275862068967, + "grad_norm": 0.6074629426002502, + "learning_rate": 4.049724517906337e-05, + "loss": 0.3580155944824219, + "step": 6900 + }, + { + "epoch": 19.284137931034483, + "grad_norm": 0.5702603459358215, + "learning_rate": 4.035950413223141e-05, + "loss": 0.35158714294433596, + "step": 7000 + }, + { + "epoch": 19.56, + "grad_norm": 0.6268824338912964, + "learning_rate": 4.022176308539945e-05, + "loss": 0.3556714630126953, + "step": 7100 + }, + { + "epoch": 19.83586206896552, + "grad_norm": 0.5687815546989441, + "learning_rate": 4.0084022038567495e-05, + "loss": 0.3569368362426758, + "step": 7200 + }, + { + "epoch": 20.110344827586207, + "grad_norm": 0.5466263890266418, + "learning_rate": 3.994628099173554e-05, + "loss": 0.3522631072998047, + "step": 7300 + }, + { + "epoch": 20.386206896551723, + "grad_norm": 0.5936276316642761, + "learning_rate": 3.980853994490358e-05, + "loss": 0.3506273651123047, + "step": 7400 + }, + { + "epoch": 20.662068965517243, + "grad_norm": 0.6122516393661499, + "learning_rate": 3.967079889807162e-05, + "loss": 0.3534775924682617, + "step": 7500 + }, + { + "epoch": 20.93793103448276, + "grad_norm": 0.5850791335105896, + "learning_rate": 3.953305785123967e-05, + "loss": 0.3530265808105469, + "step": 7600 + }, + { + "epoch": 21.212413793103448, + "grad_norm": 0.5441986322402954, + "learning_rate": 3.939531680440772e-05, + "loss": 0.34961185455322263, + "step": 7700 + }, + { + "epoch": 21.488275862068967, + "grad_norm": 0.6023734211921692, + "learning_rate": 3.925757575757576e-05, + "loss": 0.34921749114990236, + "step": 7800 + }, + { + "epoch": 21.764137931034483, + "grad_norm": 0.48892080783843994, + "learning_rate": 3.9119834710743805e-05, + "loss": 0.3512923049926758, + "step": 7900 + }, + { + "epoch": 22.038620689655172, + "grad_norm": 0.6846804022789001, + "learning_rate": 3.8982093663911846e-05, + "loss": 0.35163063049316406, + "step": 8000 + }, + { + "epoch": 22.314482758620688, + "grad_norm": 0.5763730406761169, + "learning_rate": 3.884435261707989e-05, + "loss": 0.3461591720581055, + "step": 8100 + }, + { + "epoch": 22.590344827586208, + "grad_norm": 0.5385828614234924, + "learning_rate": 3.870661157024793e-05, + "loss": 0.34769084930419925, + "step": 8200 + }, + { + "epoch": 22.866206896551724, + "grad_norm": 0.5813453793525696, + "learning_rate": 3.856887052341598e-05, + "loss": 0.3499123001098633, + "step": 8300 + }, + { + "epoch": 23.140689655172412, + "grad_norm": 0.5865088701248169, + "learning_rate": 3.843112947658402e-05, + "loss": 0.3467345428466797, + "step": 8400 + }, + { + "epoch": 23.416551724137932, + "grad_norm": 0.5776812434196472, + "learning_rate": 3.829338842975207e-05, + "loss": 0.344586067199707, + "step": 8500 + }, + { + "epoch": 23.692413793103448, + "grad_norm": 0.5837823748588562, + "learning_rate": 3.8155647382920115e-05, + "loss": 0.34701774597167967, + "step": 8600 + }, + { + "epoch": 23.968275862068964, + "grad_norm": 0.608126699924469, + "learning_rate": 3.8017906336088156e-05, + "loss": 0.3493002319335938, + "step": 8700 + }, + { + "epoch": 24.242758620689656, + "grad_norm": 0.6367581486701965, + "learning_rate": 3.7880165289256196e-05, + "loss": 0.3425579071044922, + "step": 8800 + }, + { + "epoch": 24.518620689655172, + "grad_norm": 0.5280011892318726, + "learning_rate": 3.7742424242424243e-05, + "loss": 0.342840576171875, + "step": 8900 + }, + { + "epoch": 24.79448275862069, + "grad_norm": 0.6879075169563293, + "learning_rate": 3.760468319559229e-05, + "loss": 0.34603816986083985, + "step": 9000 + }, + { + "epoch": 25.06896551724138, + "grad_norm": 0.6032013297080994, + "learning_rate": 3.746694214876033e-05, + "loss": 0.3437370300292969, + "step": 9100 + }, + { + "epoch": 25.344827586206897, + "grad_norm": 0.6713627576828003, + "learning_rate": 3.732920110192837e-05, + "loss": 0.3398155212402344, + "step": 9200 + }, + { + "epoch": 25.620689655172413, + "grad_norm": 0.683517575263977, + "learning_rate": 3.7191460055096425e-05, + "loss": 0.34168212890625, + "step": 9300 + }, + { + "epoch": 25.896551724137932, + "grad_norm": 0.6030963063240051, + "learning_rate": 3.7053719008264466e-05, + "loss": 0.3442605209350586, + "step": 9400 + }, + { + "epoch": 26.17103448275862, + "grad_norm": 0.6415186524391174, + "learning_rate": 3.6915977961432506e-05, + "loss": 0.33955974578857423, + "step": 9500 + }, + { + "epoch": 26.446896551724137, + "grad_norm": 0.6013450026512146, + "learning_rate": 3.677823691460055e-05, + "loss": 0.3387375640869141, + "step": 9600 + }, + { + "epoch": 26.722758620689657, + "grad_norm": 0.6062520742416382, + "learning_rate": 3.66404958677686e-05, + "loss": 0.3415580368041992, + "step": 9700 + }, + { + "epoch": 26.998620689655173, + "grad_norm": 0.687886655330658, + "learning_rate": 3.650275482093664e-05, + "loss": 0.3430337905883789, + "step": 9800 + }, + { + "epoch": 27.27310344827586, + "grad_norm": 0.651474118232727, + "learning_rate": 3.636501377410468e-05, + "loss": 0.3345186996459961, + "step": 9900 + }, + { + "epoch": 27.548965517241378, + "grad_norm": 0.6548535823822021, + "learning_rate": 3.622727272727273e-05, + "loss": 0.33637306213378904, + "step": 10000 + }, + { + "epoch": 27.824827586206897, + "grad_norm": 0.6804028749465942, + "learning_rate": 3.6089531680440776e-05, + "loss": 0.3398104476928711, + "step": 10100 + }, + { + "epoch": 28.099310344827586, + "grad_norm": 0.6759171485900879, + "learning_rate": 3.5951790633608816e-05, + "loss": 0.3383758544921875, + "step": 10200 + }, + { + "epoch": 28.375172413793102, + "grad_norm": 0.6413337588310242, + "learning_rate": 3.581404958677686e-05, + "loss": 0.3337979507446289, + "step": 10300 + }, + { + "epoch": 28.65103448275862, + "grad_norm": 0.5457732677459717, + "learning_rate": 3.5676308539944904e-05, + "loss": 0.3360844802856445, + "step": 10400 + }, + { + "epoch": 28.926896551724138, + "grad_norm": 0.632902979850769, + "learning_rate": 3.553856749311295e-05, + "loss": 0.33763832092285156, + "step": 10500 + }, + { + "epoch": 29.201379310344826, + "grad_norm": 0.7043615579605103, + "learning_rate": 3.540082644628099e-05, + "loss": 0.33173389434814454, + "step": 10600 + }, + { + "epoch": 29.477241379310346, + "grad_norm": 0.6001225113868713, + "learning_rate": 3.526308539944904e-05, + "loss": 0.3315537261962891, + "step": 10700 + }, + { + "epoch": 29.753103448275862, + "grad_norm": 0.7007489204406738, + "learning_rate": 3.512534435261708e-05, + "loss": 0.33580120086669923, + "step": 10800 + }, + { + "epoch": 30.02758620689655, + "grad_norm": 0.570783793926239, + "learning_rate": 3.4987603305785127e-05, + "loss": 0.3343131637573242, + "step": 10900 + }, + { + "epoch": 30.30344827586207, + "grad_norm": 0.653725802898407, + "learning_rate": 3.484986225895317e-05, + "loss": 0.32788814544677736, + "step": 11000 + }, + { + "epoch": 30.579310344827586, + "grad_norm": 0.6413883566856384, + "learning_rate": 3.4712121212121214e-05, + "loss": 0.33121532440185547, + "step": 11100 + }, + { + "epoch": 30.855172413793102, + "grad_norm": 0.6199290752410889, + "learning_rate": 3.4574380165289255e-05, + "loss": 0.3335156631469727, + "step": 11200 + }, + { + "epoch": 31.12965517241379, + "grad_norm": 0.6117512583732605, + "learning_rate": 3.44366391184573e-05, + "loss": 0.32963226318359373, + "step": 11300 + }, + { + "epoch": 31.40551724137931, + "grad_norm": 0.6802236437797546, + "learning_rate": 3.429889807162535e-05, + "loss": 0.32570674896240237, + "step": 11400 + }, + { + "epoch": 31.681379310344827, + "grad_norm": 0.6722208261489868, + "learning_rate": 3.416115702479339e-05, + "loss": 0.3294976043701172, + "step": 11500 + }, + { + "epoch": 31.957241379310346, + "grad_norm": 0.7315658926963806, + "learning_rate": 3.402341597796143e-05, + "loss": 0.33175140380859375, + "step": 11600 + }, + { + "epoch": 32.23172413793103, + "grad_norm": 0.6394321918487549, + "learning_rate": 3.388567493112948e-05, + "loss": 0.3237014389038086, + "step": 11700 + }, + { + "epoch": 32.507586206896555, + "grad_norm": 0.5876636505126953, + "learning_rate": 3.3747933884297524e-05, + "loss": 0.325977668762207, + "step": 11800 + }, + { + "epoch": 32.78344827586207, + "grad_norm": 0.6413702964782715, + "learning_rate": 3.3610192837465565e-05, + "loss": 0.3291362380981445, + "step": 11900 + }, + { + "epoch": 33.057931034482756, + "grad_norm": 0.6779565811157227, + "learning_rate": 3.3472451790633605e-05, + "loss": 0.3281193923950195, + "step": 12000 + }, + { + "epoch": 33.33379310344828, + "grad_norm": 0.703618049621582, + "learning_rate": 3.333471074380166e-05, + "loss": 0.32052265167236327, + "step": 12100 + }, + { + "epoch": 33.609655172413795, + "grad_norm": 0.6832493543624878, + "learning_rate": 3.31969696969697e-05, + "loss": 0.32488433837890623, + "step": 12200 + }, + { + "epoch": 33.88551724137931, + "grad_norm": 0.6948795318603516, + "learning_rate": 3.305922865013774e-05, + "loss": 0.3273670196533203, + "step": 12300 + }, + { + "epoch": 34.16, + "grad_norm": 0.6420490145683289, + "learning_rate": 3.292148760330579e-05, + "loss": 0.32089130401611327, + "step": 12400 + }, + { + "epoch": 34.43586206896552, + "grad_norm": 0.6265446543693542, + "learning_rate": 3.2783746556473834e-05, + "loss": 0.3212628936767578, + "step": 12500 + }, + { + "epoch": 34.711724137931036, + "grad_norm": 0.6391804814338684, + "learning_rate": 3.2646005509641875e-05, + "loss": 0.323013916015625, + "step": 12600 + }, + { + "epoch": 34.98758620689655, + "grad_norm": 0.7483627796173096, + "learning_rate": 3.2508264462809915e-05, + "loss": 0.32472225189208986, + "step": 12700 + }, + { + "epoch": 35.262068965517244, + "grad_norm": 0.6475422382354736, + "learning_rate": 3.237190082644628e-05, + "loss": 0.3161934280395508, + "step": 12800 + }, + { + "epoch": 35.53793103448276, + "grad_norm": 0.7040303945541382, + "learning_rate": 3.223415977961433e-05, + "loss": 0.31834112167358397, + "step": 12900 + }, + { + "epoch": 35.813793103448276, + "grad_norm": 0.7999668121337891, + "learning_rate": 3.209641873278237e-05, + "loss": 0.32204471588134764, + "step": 13000 + }, + { + "epoch": 36.08827586206897, + "grad_norm": 0.6605250835418701, + "learning_rate": 3.1958677685950415e-05, + "loss": 0.3197225189208984, + "step": 13100 + }, + { + "epoch": 36.364137931034485, + "grad_norm": 0.6482002139091492, + "learning_rate": 3.182093663911846e-05, + "loss": 0.3160769271850586, + "step": 13200 + }, + { + "epoch": 36.64, + "grad_norm": 0.6958001255989075, + "learning_rate": 3.16831955922865e-05, + "loss": 0.3179231262207031, + "step": 13300 + }, + { + "epoch": 36.91586206896552, + "grad_norm": 0.6976168155670166, + "learning_rate": 3.154545454545454e-05, + "loss": 0.3211406326293945, + "step": 13400 + }, + { + "epoch": 37.19034482758621, + "grad_norm": 0.6954168081283569, + "learning_rate": 3.140771349862259e-05, + "loss": 0.31304336547851563, + "step": 13500 + }, + { + "epoch": 37.466206896551725, + "grad_norm": 0.6310282349586487, + "learning_rate": 3.126997245179064e-05, + "loss": 0.3136167526245117, + "step": 13600 + }, + { + "epoch": 37.74206896551724, + "grad_norm": 0.6606455445289612, + "learning_rate": 3.113223140495868e-05, + "loss": 0.317486572265625, + "step": 13700 + }, + { + "epoch": 38.01655172413793, + "grad_norm": 0.6421960592269897, + "learning_rate": 3.099449035812672e-05, + "loss": 0.3174044799804687, + "step": 13800 + }, + { + "epoch": 38.29241379310345, + "grad_norm": 0.6560642123222351, + "learning_rate": 3.085674931129477e-05, + "loss": 0.3093608283996582, + "step": 13900 + }, + { + "epoch": 38.568275862068965, + "grad_norm": 0.7035596370697021, + "learning_rate": 3.071900826446281e-05, + "loss": 0.31369203567504883, + "step": 14000 + }, + { + "epoch": 38.84413793103448, + "grad_norm": 0.6654790639877319, + "learning_rate": 3.058126721763085e-05, + "loss": 0.3154481506347656, + "step": 14100 + }, + { + "epoch": 39.118620689655174, + "grad_norm": 0.6529563069343567, + "learning_rate": 3.0443526170798897e-05, + "loss": 0.31143625259399416, + "step": 14200 + }, + { + "epoch": 39.39448275862069, + "grad_norm": 0.6493858098983765, + "learning_rate": 3.0305785123966944e-05, + "loss": 0.30757192611694334, + "step": 14300 + }, + { + "epoch": 39.670344827586206, + "grad_norm": 0.6906454563140869, + "learning_rate": 3.0168044077134988e-05, + "loss": 0.3128043746948242, + "step": 14400 + }, + { + "epoch": 39.94620689655172, + "grad_norm": 0.7503828406333923, + "learning_rate": 3.003030303030303e-05, + "loss": 0.31514682769775393, + "step": 14500 + }, + { + "epoch": 40.220689655172414, + "grad_norm": 0.6448702216148376, + "learning_rate": 2.9892561983471072e-05, + "loss": 0.30527563095092775, + "step": 14600 + }, + { + "epoch": 40.49655172413793, + "grad_norm": 0.7339509725570679, + "learning_rate": 2.9754820936639123e-05, + "loss": 0.3076991271972656, + "step": 14700 + }, + { + "epoch": 40.772413793103446, + "grad_norm": 0.6927323341369629, + "learning_rate": 2.9617079889807163e-05, + "loss": 0.3112421417236328, + "step": 14800 + }, + { + "epoch": 41.04689655172414, + "grad_norm": 0.7354827523231506, + "learning_rate": 2.948071625344353e-05, + "loss": 0.311772403717041, + "step": 14900 + }, + { + "epoch": 41.322758620689655, + "grad_norm": 0.7025651335716248, + "learning_rate": 2.934297520661157e-05, + "loss": 0.30346874237060545, + "step": 15000 + }, + { + "epoch": 41.59862068965517, + "grad_norm": 0.7351142168045044, + "learning_rate": 2.9205234159779615e-05, + "loss": 0.30620361328125, + "step": 15100 + }, + { + "epoch": 41.87448275862069, + "grad_norm": 0.760871946811676, + "learning_rate": 2.906749311294766e-05, + "loss": 0.3096333885192871, + "step": 15200 + }, + { + "epoch": 42.14896551724138, + "grad_norm": 0.6927552223205566, + "learning_rate": 2.8929752066115706e-05, + "loss": 0.3049184226989746, + "step": 15300 + }, + { + "epoch": 42.424827586206895, + "grad_norm": 0.6496245861053467, + "learning_rate": 2.879201101928375e-05, + "loss": 0.30297571182250976, + "step": 15400 + }, + { + "epoch": 42.70068965517241, + "grad_norm": 0.6534923315048218, + "learning_rate": 2.865426997245179e-05, + "loss": 0.30700782775878904, + "step": 15500 + }, + { + "epoch": 42.976551724137934, + "grad_norm": 0.6589577198028564, + "learning_rate": 2.8516528925619834e-05, + "loss": 0.3085423278808594, + "step": 15600 + }, + { + "epoch": 43.25103448275862, + "grad_norm": 0.7905470132827759, + "learning_rate": 2.837878787878788e-05, + "loss": 0.30004764556884767, + "step": 15700 + }, + { + "epoch": 43.526896551724136, + "grad_norm": 0.7371651530265808, + "learning_rate": 2.8241046831955925e-05, + "loss": 0.30292568206787107, + "step": 15800 + }, + { + "epoch": 43.80275862068966, + "grad_norm": 0.6831684112548828, + "learning_rate": 2.810330578512397e-05, + "loss": 0.30581069946289063, + "step": 15900 + }, + { + "epoch": 44.077241379310344, + "grad_norm": 0.7175827622413635, + "learning_rate": 2.796556473829201e-05, + "loss": 0.30464866638183596, + "step": 16000 + }, + { + "epoch": 44.35310344827586, + "grad_norm": 0.7482568621635437, + "learning_rate": 2.782782369146006e-05, + "loss": 0.2994176292419434, + "step": 16100 + }, + { + "epoch": 44.628965517241376, + "grad_norm": 0.6694844365119934, + "learning_rate": 2.76900826446281e-05, + "loss": 0.3033873176574707, + "step": 16200 + }, + { + "epoch": 44.9048275862069, + "grad_norm": 0.7357841730117798, + "learning_rate": 2.7552341597796145e-05, + "loss": 0.3034922981262207, + "step": 16300 + }, + { + "epoch": 45.179310344827584, + "grad_norm": 0.7182602286338806, + "learning_rate": 2.741460055096419e-05, + "loss": 0.29978498458862307, + "step": 16400 + }, + { + "epoch": 45.4551724137931, + "grad_norm": 0.6912816762924194, + "learning_rate": 2.7276859504132236e-05, + "loss": 0.2986652946472168, + "step": 16500 + }, + { + "epoch": 45.73103448275862, + "grad_norm": 0.700190544128418, + "learning_rate": 2.713911845730028e-05, + "loss": 0.30244089126586915, + "step": 16600 + }, + { + "epoch": 46.00551724137931, + "grad_norm": 0.7152241468429565, + "learning_rate": 2.700137741046832e-05, + "loss": 0.3027910041809082, + "step": 16700 + }, + { + "epoch": 46.281379310344825, + "grad_norm": 0.6823943853378296, + "learning_rate": 2.6863636363636364e-05, + "loss": 0.2954015350341797, + "step": 16800 + }, + { + "epoch": 46.55724137931035, + "grad_norm": 0.7374202013015747, + "learning_rate": 2.672589531680441e-05, + "loss": 0.29765796661376953, + "step": 16900 + }, + { + "epoch": 46.833103448275864, + "grad_norm": 0.7697978615760803, + "learning_rate": 2.6588154269972455e-05, + "loss": 0.30098907470703123, + "step": 17000 + }, + { + "epoch": 47.10758620689655, + "grad_norm": 0.7226579189300537, + "learning_rate": 2.6450413223140495e-05, + "loss": 0.29753854751586917, + "step": 17100 + }, + { + "epoch": 47.38344827586207, + "grad_norm": 0.7163073420524597, + "learning_rate": 2.631267217630854e-05, + "loss": 0.2948020362854004, + "step": 17200 + }, + { + "epoch": 47.65931034482759, + "grad_norm": 0.7991736531257629, + "learning_rate": 2.6174931129476586e-05, + "loss": 0.2985624694824219, + "step": 17300 + }, + { + "epoch": 47.935172413793104, + "grad_norm": 0.6608688831329346, + "learning_rate": 2.6038567493112947e-05, + "loss": 0.3000934600830078, + "step": 17400 + }, + { + "epoch": 48.20965517241379, + "grad_norm": 0.7407932877540588, + "learning_rate": 2.5900826446280995e-05, + "loss": 0.2927330207824707, + "step": 17500 + }, + { + "epoch": 48.48551724137931, + "grad_norm": 0.7210144400596619, + "learning_rate": 2.576308539944904e-05, + "loss": 0.2950534439086914, + "step": 17600 + }, + { + "epoch": 48.76137931034483, + "grad_norm": 0.8332875967025757, + "learning_rate": 2.5625344352617082e-05, + "loss": 0.29793668746948243, + "step": 17700 + }, + { + "epoch": 49.035862068965514, + "grad_norm": 0.6633773446083069, + "learning_rate": 2.5487603305785123e-05, + "loss": 0.29816633224487304, + "step": 17800 + }, + { + "epoch": 49.31172413793104, + "grad_norm": 0.6660847663879395, + "learning_rate": 2.5349862258953173e-05, + "loss": 0.2903798675537109, + "step": 17900 + }, + { + "epoch": 49.58758620689655, + "grad_norm": 0.7251474857330322, + "learning_rate": 2.5212121212121214e-05, + "loss": 0.2948025321960449, + "step": 18000 + }, + { + "epoch": 49.86344827586207, + "grad_norm": 0.916102945804596, + "learning_rate": 2.5074380165289257e-05, + "loss": 0.2966028785705566, + "step": 18100 + }, + { + "epoch": 50.13793103448276, + "grad_norm": 0.7486004829406738, + "learning_rate": 2.49366391184573e-05, + "loss": 0.29147390365600584, + "step": 18200 + }, + { + "epoch": 50.41379310344828, + "grad_norm": 0.6927433609962463, + "learning_rate": 2.4798898071625345e-05, + "loss": 0.29067550659179686, + "step": 18300 + }, + { + "epoch": 50.689655172413794, + "grad_norm": 0.8011093139648438, + "learning_rate": 2.4661157024793392e-05, + "loss": 0.2951946258544922, + "step": 18400 + }, + { + "epoch": 50.96551724137931, + "grad_norm": 0.6705595254898071, + "learning_rate": 2.4523415977961433e-05, + "loss": 0.29601028442382815, + "step": 18500 + }, + { + "epoch": 51.24, + "grad_norm": 0.7398871779441833, + "learning_rate": 2.438567493112948e-05, + "loss": 0.2880577278137207, + "step": 18600 + }, + { + "epoch": 51.51586206896552, + "grad_norm": 0.7349243760108948, + "learning_rate": 2.424793388429752e-05, + "loss": 0.2912944793701172, + "step": 18700 + }, + { + "epoch": 51.791724137931034, + "grad_norm": 0.7600448131561279, + "learning_rate": 2.4110192837465568e-05, + "loss": 0.29334423065185544, + "step": 18800 + }, + { + "epoch": 52.066206896551726, + "grad_norm": 0.6934188008308411, + "learning_rate": 2.397245179063361e-05, + "loss": 0.29199153900146485, + "step": 18900 + }, + { + "epoch": 52.34206896551724, + "grad_norm": 0.7750755548477173, + "learning_rate": 2.3834710743801655e-05, + "loss": 0.28850234985351564, + "step": 19000 + }, + { + "epoch": 52.61793103448276, + "grad_norm": 0.6637372970581055, + "learning_rate": 2.36969696969697e-05, + "loss": 0.2909102058410645, + "step": 19100 + }, + { + "epoch": 52.893793103448274, + "grad_norm": 0.750715970993042, + "learning_rate": 2.3559228650137743e-05, + "loss": 0.2935744094848633, + "step": 19200 + }, + { + "epoch": 53.16827586206897, + "grad_norm": 0.7496697306632996, + "learning_rate": 2.3421487603305787e-05, + "loss": 0.28834354400634765, + "step": 19300 + }, + { + "epoch": 53.44413793103448, + "grad_norm": 0.8142289519309998, + "learning_rate": 2.328374655647383e-05, + "loss": 0.28774152755737303, + "step": 19400 + }, + { + "epoch": 53.72, + "grad_norm": 0.7641335129737854, + "learning_rate": 2.3146005509641874e-05, + "loss": 0.290675048828125, + "step": 19500 + }, + { + "epoch": 53.995862068965515, + "grad_norm": 0.6927026510238647, + "learning_rate": 2.3008264462809918e-05, + "loss": 0.29181293487548826, + "step": 19600 + }, + { + "epoch": 54.27034482758621, + "grad_norm": 0.7204491496086121, + "learning_rate": 2.2871900826446283e-05, + "loss": 0.28427146911621093, + "step": 19700 + }, + { + "epoch": 54.54620689655172, + "grad_norm": 0.7125582695007324, + "learning_rate": 2.2734159779614327e-05, + "loss": 0.28690807342529295, + "step": 19800 + }, + { + "epoch": 54.82206896551724, + "grad_norm": 0.7211934328079224, + "learning_rate": 2.259641873278237e-05, + "loss": 0.29025266647338865, + "step": 19900 + }, + { + "epoch": 55.09655172413793, + "grad_norm": 0.628791332244873, + "learning_rate": 2.2458677685950414e-05, + "loss": 0.2876443099975586, + "step": 20000 + }, + { + "epoch": 55.37241379310345, + "grad_norm": 0.6886762380599976, + "learning_rate": 2.2320936639118458e-05, + "loss": 0.28484085083007815, + "step": 20100 + }, + { + "epoch": 55.648275862068964, + "grad_norm": 0.8575379252433777, + "learning_rate": 2.2183195592286502e-05, + "loss": 0.2876420783996582, + "step": 20200 + }, + { + "epoch": 55.92413793103448, + "grad_norm": 0.7394511699676514, + "learning_rate": 2.2045454545454546e-05, + "loss": 0.289132137298584, + "step": 20300 + }, + { + "epoch": 56.19862068965517, + "grad_norm": 0.6993640661239624, + "learning_rate": 2.190771349862259e-05, + "loss": 0.28377304077148435, + "step": 20400 + }, + { + "epoch": 56.47448275862069, + "grad_norm": 0.7330210208892822, + "learning_rate": 2.1769972451790637e-05, + "loss": 0.2842495346069336, + "step": 20500 + }, + { + "epoch": 56.750344827586204, + "grad_norm": 0.7109339237213135, + "learning_rate": 2.1632231404958677e-05, + "loss": 0.28854665756225584, + "step": 20600 + }, + { + "epoch": 57.0248275862069, + "grad_norm": 0.7521448731422424, + "learning_rate": 2.1494490358126724e-05, + "loss": 0.28892822265625, + "step": 20700 + }, + { + "epoch": 57.30068965517241, + "grad_norm": 0.5845107436180115, + "learning_rate": 2.1356749311294765e-05, + "loss": 0.28137481689453125, + "step": 20800 + }, + { + "epoch": 57.57655172413793, + "grad_norm": 0.7855342030525208, + "learning_rate": 2.1219008264462812e-05, + "loss": 0.2835816764831543, + "step": 20900 + }, + { + "epoch": 57.85241379310345, + "grad_norm": 0.7408532500267029, + "learning_rate": 2.1081267217630852e-05, + "loss": 0.2873398971557617, + "step": 21000 + }, + { + "epoch": 58.12689655172414, + "grad_norm": 0.6973925828933716, + "learning_rate": 2.09435261707989e-05, + "loss": 0.2847197723388672, + "step": 21100 + }, + { + "epoch": 58.40275862068965, + "grad_norm": 0.6666703820228577, + "learning_rate": 2.0805785123966943e-05, + "loss": 0.2813712501525879, + "step": 21200 + }, + { + "epoch": 58.67862068965517, + "grad_norm": 0.6850064992904663, + "learning_rate": 2.0668044077134987e-05, + "loss": 0.2849807357788086, + "step": 21300 + }, + { + "epoch": 58.95448275862069, + "grad_norm": 0.705373227596283, + "learning_rate": 2.053030303030303e-05, + "loss": 0.28686061859130857, + "step": 21400 + }, + { + "epoch": 59.22896551724138, + "grad_norm": 0.739860475063324, + "learning_rate": 2.0392561983471075e-05, + "loss": 0.28021127700805665, + "step": 21500 + }, + { + "epoch": 59.50482758620689, + "grad_norm": 0.6862315535545349, + "learning_rate": 2.025482093663912e-05, + "loss": 0.2824915504455566, + "step": 21600 + }, + { + "epoch": 59.78068965517242, + "grad_norm": 0.6913138031959534, + "learning_rate": 2.0117079889807163e-05, + "loss": 0.28449975967407226, + "step": 21700 + }, + { + "epoch": 60.0551724137931, + "grad_norm": 0.6901922225952148, + "learning_rate": 1.9979338842975206e-05, + "loss": 0.2837247848510742, + "step": 21800 + }, + { + "epoch": 60.33103448275862, + "grad_norm": 0.7674381136894226, + "learning_rate": 1.9841597796143254e-05, + "loss": 0.2795942497253418, + "step": 21900 + }, + { + "epoch": 60.60689655172414, + "grad_norm": 0.6671905517578125, + "learning_rate": 1.9703856749311294e-05, + "loss": 0.28207887649536134, + "step": 22000 + }, + { + "epoch": 60.88275862068966, + "grad_norm": 0.7330858707427979, + "learning_rate": 1.956611570247934e-05, + "loss": 0.28416879653930666, + "step": 22100 + }, + { + "epoch": 61.15724137931034, + "grad_norm": 0.7343481183052063, + "learning_rate": 1.9429752066115702e-05, + "loss": 0.2807243537902832, + "step": 22200 + }, + { + "epoch": 61.433103448275865, + "grad_norm": 0.8720265626907349, + "learning_rate": 1.929201101928375e-05, + "loss": 0.27965145111083983, + "step": 22300 + }, + { + "epoch": 61.70896551724138, + "grad_norm": 0.7536808848381042, + "learning_rate": 1.915426997245179e-05, + "loss": 0.28245378494262696, + "step": 22400 + }, + { + "epoch": 61.9848275862069, + "grad_norm": 0.8706852793693542, + "learning_rate": 1.9016528925619837e-05, + "loss": 0.28474672317504884, + "step": 22500 + }, + { + "epoch": 62.25931034482758, + "grad_norm": 0.771988034248352, + "learning_rate": 1.8878787878787878e-05, + "loss": 0.27789260864257814, + "step": 22600 + }, + { + "epoch": 62.535172413793106, + "grad_norm": 0.7356715798377991, + "learning_rate": 1.8741046831955925e-05, + "loss": 0.27956146240234375, + "step": 22700 + }, + { + "epoch": 62.81103448275862, + "grad_norm": 0.7196449637413025, + "learning_rate": 1.860330578512397e-05, + "loss": 0.2823374938964844, + "step": 22800 + }, + { + "epoch": 63.08551724137931, + "grad_norm": 0.6589879393577576, + "learning_rate": 1.8465564738292013e-05, + "loss": 0.28102056503295897, + "step": 22900 + }, + { + "epoch": 63.36137931034483, + "grad_norm": 0.7012801766395569, + "learning_rate": 1.8327823691460056e-05, + "loss": 0.2768187141418457, + "step": 23000 + }, + { + "epoch": 63.637241379310346, + "grad_norm": 0.793267548084259, + "learning_rate": 1.81900826446281e-05, + "loss": 0.2799979782104492, + "step": 23100 + }, + { + "epoch": 63.91310344827586, + "grad_norm": 0.7020354270935059, + "learning_rate": 1.8052341597796144e-05, + "loss": 0.2819796943664551, + "step": 23200 + }, + { + "epoch": 64.18758620689655, + "grad_norm": 0.6382303237915039, + "learning_rate": 1.7914600550964188e-05, + "loss": 0.2781503486633301, + "step": 23300 + }, + { + "epoch": 64.46344827586206, + "grad_norm": 0.6582621932029724, + "learning_rate": 1.777685950413223e-05, + "loss": 0.27800338745117187, + "step": 23400 + }, + { + "epoch": 64.73931034482759, + "grad_norm": 0.6485325694084167, + "learning_rate": 1.7639118457300275e-05, + "loss": 0.2796421432495117, + "step": 23500 + }, + { + "epoch": 65.01379310344828, + "grad_norm": 0.6223940849304199, + "learning_rate": 1.750137741046832e-05, + "loss": 0.28210594177246096, + "step": 23600 + }, + { + "epoch": 65.28965517241379, + "grad_norm": 0.7515137791633606, + "learning_rate": 1.7363636363636366e-05, + "loss": 0.27416608810424803, + "step": 23700 + }, + { + "epoch": 65.56551724137931, + "grad_norm": 0.7095690965652466, + "learning_rate": 1.7225895316804407e-05, + "loss": 0.2791043472290039, + "step": 23800 + }, + { + "epoch": 65.84137931034483, + "grad_norm": 0.7668525576591492, + "learning_rate": 1.7088154269972454e-05, + "loss": 0.2801338577270508, + "step": 23900 + }, + { + "epoch": 66.11586206896551, + "grad_norm": 0.7654555439949036, + "learning_rate": 1.6950413223140495e-05, + "loss": 0.27830846786499025, + "step": 24000 + }, + { + "epoch": 66.39172413793104, + "grad_norm": 0.6962866187095642, + "learning_rate": 1.6812672176308542e-05, + "loss": 0.2756645202636719, + "step": 24100 + }, + { + "epoch": 66.66758620689656, + "grad_norm": 0.5636378526687622, + "learning_rate": 1.6674931129476586e-05, + "loss": 0.27789794921875, + "step": 24200 + }, + { + "epoch": 66.94344827586207, + "grad_norm": 0.5882377028465271, + "learning_rate": 1.653719008264463e-05, + "loss": 0.28045413970947264, + "step": 24300 + }, + { + "epoch": 67.21793103448276, + "grad_norm": 0.6307145357131958, + "learning_rate": 1.6400826446280994e-05, + "loss": 0.2753783798217773, + "step": 24400 + }, + { + "epoch": 67.49379310344827, + "grad_norm": 0.6539513468742371, + "learning_rate": 1.6263085399449038e-05, + "loss": 0.2756313705444336, + "step": 24500 + }, + { + "epoch": 67.76965517241379, + "grad_norm": 0.6493836641311646, + "learning_rate": 1.612534435261708e-05, + "loss": 0.2785867500305176, + "step": 24600 + }, + { + "epoch": 68.04413793103448, + "grad_norm": 0.6117852330207825, + "learning_rate": 1.5987603305785125e-05, + "loss": 0.27807098388671875, + "step": 24700 + }, + { + "epoch": 68.32, + "grad_norm": 0.6683306694030762, + "learning_rate": 1.584986225895317e-05, + "loss": 0.27355199813842773, + "step": 24800 + }, + { + "epoch": 68.59586206896552, + "grad_norm": 0.7379641532897949, + "learning_rate": 1.5712121212121213e-05, + "loss": 0.27577457427978513, + "step": 24900 + }, + { + "epoch": 68.87172413793104, + "grad_norm": 0.6801471710205078, + "learning_rate": 1.5574380165289257e-05, + "loss": 0.27892633438110354, + "step": 25000 + }, + { + "epoch": 69.14620689655172, + "grad_norm": 0.6932501196861267, + "learning_rate": 1.54366391184573e-05, + "loss": 0.2744078826904297, + "step": 25100 + }, + { + "epoch": 69.42206896551724, + "grad_norm": 0.7438182830810547, + "learning_rate": 1.5298898071625345e-05, + "loss": 0.2735482788085937, + "step": 25200 + }, + { + "epoch": 69.69793103448276, + "grad_norm": 0.8088430762290955, + "learning_rate": 1.516115702479339e-05, + "loss": 0.2766461563110352, + "step": 25300 + }, + { + "epoch": 69.97379310344827, + "grad_norm": 0.7221683263778687, + "learning_rate": 1.5023415977961434e-05, + "loss": 0.2786990928649902, + "step": 25400 + }, + { + "epoch": 70.24827586206897, + "grad_norm": 0.7543987035751343, + "learning_rate": 1.4885674931129478e-05, + "loss": 0.2718044090270996, + "step": 25500 + }, + { + "epoch": 70.52413793103449, + "grad_norm": 0.6932991147041321, + "learning_rate": 1.4747933884297522e-05, + "loss": 0.2739692497253418, + "step": 25600 + }, + { + "epoch": 70.8, + "grad_norm": 0.6800723075866699, + "learning_rate": 1.4610192837465567e-05, + "loss": 0.2761901664733887, + "step": 25700 + }, + { + "epoch": 71.07448275862069, + "grad_norm": 0.7441902160644531, + "learning_rate": 1.447245179063361e-05, + "loss": 0.27557184219360353, + "step": 25800 + }, + { + "epoch": 71.35034482758621, + "grad_norm": 0.673167884349823, + "learning_rate": 1.4334710743801655e-05, + "loss": 0.2719718360900879, + "step": 25900 + }, + { + "epoch": 71.62620689655172, + "grad_norm": 0.6692020893096924, + "learning_rate": 1.4196969696969697e-05, + "loss": 0.2736241912841797, + "step": 26000 + }, + { + "epoch": 71.90206896551724, + "grad_norm": 0.7802333831787109, + "learning_rate": 1.4059228650137742e-05, + "loss": 0.2774089050292969, + "step": 26100 + }, + { + "epoch": 72.17655172413794, + "grad_norm": 0.7426276803016663, + "learning_rate": 1.3921487603305786e-05, + "loss": 0.2725606155395508, + "step": 26200 + }, + { + "epoch": 72.45241379310345, + "grad_norm": 0.7382904887199402, + "learning_rate": 1.3783746556473832e-05, + "loss": 0.2723814010620117, + "step": 26300 + }, + { + "epoch": 72.72827586206897, + "grad_norm": 0.8941972851753235, + "learning_rate": 1.3646005509641874e-05, + "loss": 0.27452333450317384, + "step": 26400 + }, + { + "epoch": 73.00275862068966, + "grad_norm": 0.6538557410240173, + "learning_rate": 1.350826446280992e-05, + "loss": 0.276567325592041, + "step": 26500 + }, + { + "epoch": 73.27862068965517, + "grad_norm": 0.5999305844306946, + "learning_rate": 1.3370523415977961e-05, + "loss": 0.27029449462890626, + "step": 26600 + }, + { + "epoch": 73.5544827586207, + "grad_norm": 0.749416708946228, + "learning_rate": 1.3232782369146007e-05, + "loss": 0.2724270248413086, + "step": 26700 + }, + { + "epoch": 73.8303448275862, + "grad_norm": 0.7101331353187561, + "learning_rate": 1.309504132231405e-05, + "loss": 0.27540494918823244, + "step": 26800 + }, + { + "epoch": 74.1048275862069, + "grad_norm": 0.6951014399528503, + "learning_rate": 1.2958677685950412e-05, + "loss": 0.27281641006469726, + "step": 26900 + }, + { + "epoch": 74.38068965517242, + "grad_norm": 0.7401037812232971, + "learning_rate": 1.2820936639118458e-05, + "loss": 0.27068185806274414, + "step": 27000 + }, + { + "epoch": 74.65655172413793, + "grad_norm": 0.6568499207496643, + "learning_rate": 1.2683195592286501e-05, + "loss": 0.2727044105529785, + "step": 27100 + }, + { + "epoch": 74.93241379310345, + "grad_norm": 0.7790065407752991, + "learning_rate": 1.2545454545454547e-05, + "loss": 0.2751132392883301, + "step": 27200 + }, + { + "epoch": 75.20689655172414, + "grad_norm": 0.6547009944915771, + "learning_rate": 1.240771349862259e-05, + "loss": 0.27092201232910157, + "step": 27300 + }, + { + "epoch": 75.48275862068965, + "grad_norm": 0.6582462191581726, + "learning_rate": 1.2269972451790634e-05, + "loss": 0.27134515762329103, + "step": 27400 + }, + { + "epoch": 75.75862068965517, + "grad_norm": 0.6479662656784058, + "learning_rate": 1.2132231404958678e-05, + "loss": 0.27327426910400393, + "step": 27500 + }, + { + "epoch": 76.03310344827587, + "grad_norm": 0.6683204770088196, + "learning_rate": 1.1994490358126722e-05, + "loss": 0.2737624359130859, + "step": 27600 + }, + { + "epoch": 76.30896551724138, + "grad_norm": 0.6814297437667847, + "learning_rate": 1.1856749311294766e-05, + "loss": 0.26956581115722655, + "step": 27700 + }, + { + "epoch": 76.5848275862069, + "grad_norm": 0.7011814713478088, + "learning_rate": 1.1719008264462811e-05, + "loss": 0.2710841178894043, + "step": 27800 + }, + { + "epoch": 76.86068965517241, + "grad_norm": 0.7669714689254761, + "learning_rate": 1.1581267217630855e-05, + "loss": 0.27329967498779295, + "step": 27900 + }, + { + "epoch": 77.1351724137931, + "grad_norm": 0.6740133762359619, + "learning_rate": 1.1443526170798899e-05, + "loss": 0.2708212661743164, + "step": 28000 + }, + { + "epoch": 77.41103448275862, + "grad_norm": 0.6870173811912537, + "learning_rate": 1.1305785123966943e-05, + "loss": 0.26891536712646485, + "step": 28100 + }, + { + "epoch": 77.68689655172413, + "grad_norm": 0.6424561142921448, + "learning_rate": 1.1168044077134987e-05, + "loss": 0.27181995391845704, + "step": 28200 + }, + { + "epoch": 77.96275862068966, + "grad_norm": 0.7239732146263123, + "learning_rate": 1.103030303030303e-05, + "loss": 0.2730341720581055, + "step": 28300 + }, + { + "epoch": 78.23724137931035, + "grad_norm": 0.6978172659873962, + "learning_rate": 1.0892561983471074e-05, + "loss": 0.26817415237426756, + "step": 28400 + }, + { + "epoch": 78.51310344827586, + "grad_norm": 0.7881022691726685, + "learning_rate": 1.075482093663912e-05, + "loss": 0.2697442626953125, + "step": 28500 + }, + { + "epoch": 78.78896551724138, + "grad_norm": 0.6672499775886536, + "learning_rate": 1.0617079889807164e-05, + "loss": 0.2715950584411621, + "step": 28600 + }, + { + "epoch": 79.06344827586207, + "grad_norm": 0.6328996419906616, + "learning_rate": 1.0479338842975208e-05, + "loss": 0.27165534973144534, + "step": 28700 + }, + { + "epoch": 79.33931034482758, + "grad_norm": 0.6530371308326721, + "learning_rate": 1.0341597796143251e-05, + "loss": 0.2680038070678711, + "step": 28800 + }, + { + "epoch": 79.6151724137931, + "grad_norm": 0.7263127565383911, + "learning_rate": 1.0203856749311295e-05, + "loss": 0.2695097541809082, + "step": 28900 + }, + { + "epoch": 79.89103448275863, + "grad_norm": 0.6472190618515015, + "learning_rate": 1.0066115702479339e-05, + "loss": 0.2712120056152344, + "step": 29000 + }, + { + "epoch": 80.1655172413793, + "grad_norm": 0.6732527017593384, + "learning_rate": 9.929752066115702e-06, + "loss": 0.2683841133117676, + "step": 29100 + }, + { + "epoch": 80.44137931034483, + "grad_norm": 0.6353098154067993, + "learning_rate": 9.792011019283746e-06, + "loss": 0.2676935577392578, + "step": 29200 + }, + { + "epoch": 80.71724137931035, + "grad_norm": 0.7795736789703369, + "learning_rate": 9.654269972451791e-06, + "loss": 0.2700303077697754, + "step": 29300 + }, + { + "epoch": 80.99310344827586, + "grad_norm": 0.7535552382469177, + "learning_rate": 9.516528925619835e-06, + "loss": 0.2720299530029297, + "step": 29400 + }, + { + "epoch": 81.26758620689655, + "grad_norm": 0.784421980381012, + "learning_rate": 9.378787878787879e-06, + "loss": 0.2670010566711426, + "step": 29500 + }, + { + "epoch": 81.54344827586208, + "grad_norm": 0.6515365839004517, + "learning_rate": 9.241046831955923e-06, + "loss": 0.26830223083496096, + "step": 29600 + }, + { + "epoch": 81.81931034482758, + "grad_norm": 0.6039103269577026, + "learning_rate": 9.103305785123967e-06, + "loss": 0.27045722961425783, + "step": 29700 + }, + { + "epoch": 82.09379310344828, + "grad_norm": 0.8354900479316711, + "learning_rate": 8.96556473829201e-06, + "loss": 0.26931541442871093, + "step": 29800 + }, + { + "epoch": 82.36965517241379, + "grad_norm": 0.6433319449424744, + "learning_rate": 8.827823691460054e-06, + "loss": 0.2665200614929199, + "step": 29900 + }, + { + "epoch": 82.64551724137931, + "grad_norm": 0.6756799221038818, + "learning_rate": 8.6900826446281e-06, + "loss": 0.2687417221069336, + "step": 30000 + }, + { + "epoch": 82.92137931034483, + "grad_norm": 0.6326726078987122, + "learning_rate": 8.552341597796143e-06, + "loss": 0.27050186157226563, + "step": 30100 + }, + { + "epoch": 83.19586206896551, + "grad_norm": 0.6526545286178589, + "learning_rate": 8.414600550964189e-06, + "loss": 0.2667098045349121, + "step": 30200 + }, + { + "epoch": 83.47172413793103, + "grad_norm": 0.6547343730926514, + "learning_rate": 8.276859504132233e-06, + "loss": 0.2673072814941406, + "step": 30300 + }, + { + "epoch": 83.74758620689656, + "grad_norm": 0.6415443420410156, + "learning_rate": 8.139118457300277e-06, + "loss": 0.268939208984375, + "step": 30400 + }, + { + "epoch": 84.02206896551724, + "grad_norm": 0.6173261404037476, + "learning_rate": 8.00137741046832e-06, + "loss": 0.2694723701477051, + "step": 30500 + }, + { + "epoch": 84.29793103448276, + "grad_norm": 0.7017827033996582, + "learning_rate": 7.863636363636364e-06, + "loss": 0.26512556076049804, + "step": 30600 + }, + { + "epoch": 84.57379310344828, + "grad_norm": 0.7699960470199585, + "learning_rate": 7.725895316804408e-06, + "loss": 0.26778188705444333, + "step": 30700 + }, + { + "epoch": 84.84965517241379, + "grad_norm": 0.6898062825202942, + "learning_rate": 7.588154269972453e-06, + "loss": 0.2695339584350586, + "step": 30800 + }, + { + "epoch": 85.12413793103448, + "grad_norm": 0.6768767237663269, + "learning_rate": 7.4504132231404966e-06, + "loss": 0.26767784118652344, + "step": 30900 + }, + { + "epoch": 85.4, + "grad_norm": 0.7031707167625427, + "learning_rate": 7.312672176308541e-06, + "loss": 0.2656921577453613, + "step": 31000 + }, + { + "epoch": 85.67586206896551, + "grad_norm": 0.6537846326828003, + "learning_rate": 7.174931129476585e-06, + "loss": 0.26748117446899417, + "step": 31100 + }, + { + "epoch": 85.95172413793104, + "grad_norm": 0.6233032941818237, + "learning_rate": 7.037190082644629e-06, + "loss": 0.2691982460021973, + "step": 31200 + }, + { + "epoch": 86.22620689655173, + "grad_norm": 0.5639604926109314, + "learning_rate": 6.900826446280992e-06, + "loss": 0.2649012565612793, + "step": 31300 + }, + { + "epoch": 86.50206896551724, + "grad_norm": 0.6871767640113831, + "learning_rate": 6.763085399449036e-06, + "loss": 0.2663703727722168, + "step": 31400 + }, + { + "epoch": 86.77793103448276, + "grad_norm": 0.6639600992202759, + "learning_rate": 6.62534435261708e-06, + "loss": 0.2678364372253418, + "step": 31500 + }, + { + "epoch": 87.05241379310345, + "grad_norm": 0.6953563094139099, + "learning_rate": 6.487603305785124e-06, + "loss": 0.26736005783081057, + "step": 31600 + }, + { + "epoch": 87.32827586206896, + "grad_norm": 0.6413602828979492, + "learning_rate": 6.349862258953168e-06, + "loss": 0.26462080001831056, + "step": 31700 + }, + { + "epoch": 87.60413793103449, + "grad_norm": 0.7414469718933105, + "learning_rate": 6.212121212121212e-06, + "loss": 0.26633628845214846, + "step": 31800 + }, + { + "epoch": 87.88, + "grad_norm": 0.6842277646064758, + "learning_rate": 6.074380165289256e-06, + "loss": 0.26754945755004883, + "step": 31900 + }, + { + "epoch": 88.15448275862069, + "grad_norm": 0.7069786190986633, + "learning_rate": 5.9366391184573e-06, + "loss": 0.26553009033203123, + "step": 32000 + }, + { + "epoch": 88.43034482758621, + "grad_norm": 0.670674741268158, + "learning_rate": 5.798898071625344e-06, + "loss": 0.26517562866210936, + "step": 32100 + }, + { + "epoch": 88.70620689655172, + "grad_norm": 0.8092209696769714, + "learning_rate": 5.661157024793389e-06, + "loss": 0.265672492980957, + "step": 32200 + }, + { + "epoch": 88.98206896551724, + "grad_norm": 0.6337535381317139, + "learning_rate": 5.5234159779614325e-06, + "loss": 0.2672020149230957, + "step": 32300 + }, + { + "epoch": 89.25655172413794, + "grad_norm": 0.7474015951156616, + "learning_rate": 5.385674931129476e-06, + "loss": 0.2646047782897949, + "step": 32400 + }, + { + "epoch": 89.53241379310344, + "grad_norm": 0.7472196817398071, + "learning_rate": 5.247933884297521e-06, + "loss": 0.26469207763671876, + "step": 32500 + }, + { + "epoch": 89.80827586206897, + "grad_norm": 0.6693103909492493, + "learning_rate": 5.110192837465565e-06, + "loss": 0.2666519355773926, + "step": 32600 + }, + { + "epoch": 90.08275862068966, + "grad_norm": 0.74460369348526, + "learning_rate": 4.972451790633609e-06, + "loss": 0.2659274673461914, + "step": 32700 + }, + { + "epoch": 90.35862068965517, + "grad_norm": 0.6060190200805664, + "learning_rate": 4.8347107438016525e-06, + "loss": 0.26386203765869143, + "step": 32800 + }, + { + "epoch": 90.63448275862069, + "grad_norm": 0.759455144405365, + "learning_rate": 4.696969696969697e-06, + "loss": 0.2655749130249023, + "step": 32900 + }, + { + "epoch": 90.9103448275862, + "grad_norm": 0.6369618773460388, + "learning_rate": 4.559228650137741e-06, + "loss": 0.26670989990234373, + "step": 33000 + }, + { + "epoch": 91.1848275862069, + "grad_norm": 0.6466398239135742, + "learning_rate": 4.421487603305785e-06, + "loss": 0.2644074058532715, + "step": 33100 + }, + { + "epoch": 91.46068965517242, + "grad_norm": 0.6512476205825806, + "learning_rate": 4.2837465564738295e-06, + "loss": 0.26381818771362303, + "step": 33200 + }, + { + "epoch": 91.73655172413793, + "grad_norm": 0.7151670455932617, + "learning_rate": 4.146005509641873e-06, + "loss": 0.26572322845458984, + "step": 33300 + }, + { + "epoch": 92.01103448275862, + "grad_norm": 0.6371725797653198, + "learning_rate": 4.008264462809917e-06, + "loss": 0.26572916030883786, + "step": 33400 + }, + { + "epoch": 92.28689655172414, + "grad_norm": 0.7775914072990417, + "learning_rate": 3.870523415977961e-06, + "loss": 0.2624968528747559, + "step": 33500 + }, + { + "epoch": 92.56275862068965, + "grad_norm": 0.6566569805145264, + "learning_rate": 3.7327823691460056e-06, + "loss": 0.26422548294067383, + "step": 33600 + }, + { + "epoch": 92.83862068965517, + "grad_norm": 0.6812437772750854, + "learning_rate": 3.5950413223140494e-06, + "loss": 0.2652402114868164, + "step": 33700 + }, + { + "epoch": 93.11310344827587, + "grad_norm": 0.7405210733413696, + "learning_rate": 3.4573002754820936e-06, + "loss": 0.26458900451660156, + "step": 33800 + }, + { + "epoch": 93.38896551724137, + "grad_norm": 0.6470010876655579, + "learning_rate": 3.3195592286501375e-06, + "loss": 0.2632282638549805, + "step": 33900 + }, + { + "epoch": 93.6648275862069, + "grad_norm": 0.6706740260124207, + "learning_rate": 3.1818181818181817e-06, + "loss": 0.2644192123413086, + "step": 34000 + }, + { + "epoch": 93.94068965517242, + "grad_norm": 0.7210234999656677, + "learning_rate": 3.044077134986226e-06, + "loss": 0.2642691230773926, + "step": 34100 + }, + { + "epoch": 94.2151724137931, + "grad_norm": 0.7157723307609558, + "learning_rate": 2.90633608815427e-06, + "loss": 0.26272430419921877, + "step": 34200 + }, + { + "epoch": 94.49103448275862, + "grad_norm": 0.6917948722839355, + "learning_rate": 2.768595041322314e-06, + "loss": 0.26299688339233396, + "step": 34300 + }, + { + "epoch": 94.76689655172414, + "grad_norm": 0.6899327039718628, + "learning_rate": 2.6308539944903582e-06, + "loss": 0.26452041625976563, + "step": 34400 + }, + { + "epoch": 95.04137931034482, + "grad_norm": 0.6475856900215149, + "learning_rate": 2.494490358126722e-06, + "loss": 0.2641121864318848, + "step": 34500 + }, + { + "epoch": 95.31724137931035, + "grad_norm": 0.7442432045936584, + "learning_rate": 2.3567493112947663e-06, + "loss": 0.2622709846496582, + "step": 34600 + }, + { + "epoch": 95.59310344827587, + "grad_norm": 0.6991062164306641, + "learning_rate": 2.21900826446281e-06, + "loss": 0.26374876022338867, + "step": 34700 + }, + { + "epoch": 95.86896551724138, + "grad_norm": 0.7435600161552429, + "learning_rate": 2.0812672176308543e-06, + "loss": 0.2639803504943848, + "step": 34800 + }, + { + "epoch": 96.14344827586207, + "grad_norm": 0.685189962387085, + "learning_rate": 1.943526170798898e-06, + "loss": 0.26322843551635744, + "step": 34900 + }, + { + "epoch": 96.41931034482758, + "grad_norm": 0.6485229134559631, + "learning_rate": 1.8057851239669424e-06, + "loss": 0.2625465202331543, + "step": 35000 + }, + { + "epoch": 96.6951724137931, + "grad_norm": 0.7012695670127869, + "learning_rate": 1.6680440771349864e-06, + "loss": 0.2633793830871582, + "step": 35100 + }, + { + "epoch": 96.97103448275863, + "grad_norm": 0.7346972823143005, + "learning_rate": 1.5303030303030302e-06, + "loss": 0.2633377456665039, + "step": 35200 + }, + { + "epoch": 97.2455172413793, + "grad_norm": 0.6835106015205383, + "learning_rate": 1.3925619834710745e-06, + "loss": 0.2622257423400879, + "step": 35300 + }, + { + "epoch": 97.52137931034483, + "grad_norm": 0.7331265807151794, + "learning_rate": 1.2548209366391185e-06, + "loss": 0.26271699905395507, + "step": 35400 + }, + { + "epoch": 97.79724137931035, + "grad_norm": 0.6075448393821716, + "learning_rate": 1.1170798898071625e-06, + "loss": 0.2621950149536133, + "step": 35500 + }, + { + "epoch": 98.07172413793103, + "grad_norm": 0.6304432153701782, + "learning_rate": 9.793388429752066e-07, + "loss": 0.2624423599243164, + "step": 35600 + }, + { + "epoch": 98.34758620689655, + "grad_norm": 0.6417437195777893, + "learning_rate": 8.415977961432507e-07, + "loss": 0.2613346862792969, + "step": 35700 + }, + { + "epoch": 98.62344827586207, + "grad_norm": 0.7012434601783752, + "learning_rate": 7.038567493112948e-07, + "loss": 0.26144161224365237, + "step": 35800 + }, + { + "epoch": 98.89931034482758, + "grad_norm": 0.6416639685630798, + "learning_rate": 5.661157024793389e-07, + "loss": 0.2628907585144043, + "step": 35900 + }, + { + "epoch": 99.17379310344828, + "grad_norm": 0.7654626369476318, + "learning_rate": 4.2837465564738296e-07, + "loss": 0.2610352897644043, + "step": 36000 + }, + { + "epoch": 99.4496551724138, + "grad_norm": 0.7147051095962524, + "learning_rate": 2.9063360881542704e-07, + "loss": 0.26201940536499024, + "step": 36100 + }, + { + "epoch": 99.72551724137931, + "grad_norm": 0.8128803372383118, + "learning_rate": 1.5289256198347107e-07, + "loss": 0.26136524200439454, + "step": 36200 + }, + { + "epoch": 100.0, + "grad_norm": 0.9586885571479797, + "learning_rate": 1.5151515151515152e-08, + "loss": 0.26155389785766603, + "step": 36300 + } + ], + "logging_steps": 100, + "max_steps": 36300, + "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.124800856064e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/training_args.bin b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/rtf_checkpoints/checkpoint-36300/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/runtime_result.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..aba7e6c9e366c76bb5f807b7caf933249f5430e3 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n17", + "model": "realtabformer", + "run_id": "rtf-n17-20260330_022426", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/rtf-n17-1000-20260330_051357.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/models_100epochs" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/staged_features.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/realtabformer/rtf-n17-20260330_022426/staged/public/test.csv b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/train.csv b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/val.csv b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/adapter_report.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..886ca5013a20af032cb8cf0d2f24c25568a18f93 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/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/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1fa6178b6e86a60524c6398f4373ab1bc91bad87 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "realtabformer", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/realtabformer/rtf-n17-20260330_022426/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/train_20260330_022426.log b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/train_20260330_022426.log new file mode 100644 index 0000000000000000000000000000000000000000..eca40284cd98584bbf2a171e2309ded8724e6b00 --- /dev/null +++ b/syntheticSuccess/n17/realtabformer/rtf-n17-20260330_022426/train_20260330_022426.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1354cc251e7a10c101790e91b1a035b63eec5a3c2026baeaea48dbccb554689 +size 2632157 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_tabddpm_sample.py b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_tabddpm_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..07dda6b04a7564f9fbb9943d1974d730e801ae65 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_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 11600 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_081657.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/n17/tabddpm/tabddpm-n17-20260328_053151/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/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/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_tabddpm_train.py b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..e66d0dbe7f20062d492f36561ef1252e2227e762 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/_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/n17/tabddpm/tabddpm-n17-20260328_053151/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config.toml b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..738c7c85877d7498e4d49920dd42765e4fb59670 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/output" +real_data_path = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/data" +model_type = "mlp" +num_numerical_features = 9 +device = "cuda:0" + +[model_params] +d_in = 9 +num_classes = 7 +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/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260424_212839.toml b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260424_212839.toml new file mode 100644 index 0000000000000000000000000000000000000000..9787111f517b9bf04a55dc1a8eba63b5c646a449 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260424_212839.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/output" +real_data_path = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/data" +model_type = "mlp" +num_numerical_features = 9 +device = "cuda:0" + +[model_params] +d_in = 9 +num_classes = 7 +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 = 11600 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_034408.toml b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_034408.toml new file mode 100644 index 0000000000000000000000000000000000000000..9787111f517b9bf04a55dc1a8eba63b5c646a449 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_034408.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/output" +real_data_path = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/data" +model_type = "mlp" +num_numerical_features = 9 +device = "cuda:0" + +[model_params] +d_in = 9 +num_classes = 7 +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 = 11600 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_081657.toml b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_081657.toml new file mode 100644 index 0000000000000000000000000000000000000000..9787111f517b9bf04a55dc1a8eba63b5c646a449 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/config_sample_20260425_081657.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/output" +real_data_path = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/data" +model_type = "mlp" +num_numerical_features = 9 +device = "cuda:0" + +[model_params] +d_in = 9 +num_classes = 7 +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 = 11600 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_test.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b553c454690be9ce33e48765dc562fd9645b1b7 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977f6b25461eb763297734338ef71a271b568165ee5e95f47b1bb096d3518c4c +size 52364 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_train.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..86afbfdcec310cfc4db889a60c3015ad881a302c --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555eeb2e72ddbfdf3483c6259863dbcc31923450afc9b4e16cbe84c76776be58 +size 417728 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_val.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..11c8144feeb7f12e2ed334fcfd2b22a46221a67a --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1692b55c8d4e5dac5179b6a20cfe147d359aaa606339d5250a2c6bf09f4ebd37 +size 52292 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/info.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..931e056b0eb216611c9a849f90f2014fba9b0c56 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/info.json @@ -0,0 +1,35 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 9, + "n_cat_features": 0, + "train_size": 11600, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "cat_col_idx": [], + "target_col_idx": [ + 9 + ], + "column_names": [ + "time", + "attribute2", + "attribute3", + "attribute4", + "attribute5", + "attribute6", + "attribute7", + "attribute8", + "attribute9", + "class" + ], + "num_classes": 7 +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_test.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..0337f8ad0f3c7531650843c0b62d9960d831e48c --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5960a2a75d5d36ece4323e3c2d89d8993ef32d3903958ac02a89720af11cd1 +size 11736 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_train.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..8673a129583a8729e77c0352c81cde2d1b56fa0c --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8cce56b9491be801ba2e7530979e17a501bf254df4b5b8ae0bec9594c626b8 +size 92928 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_val.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..b46b6dd587a333896920b271cb69c9e964fbbc6b --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/data/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08509e5beb0e9d34fe39bbdf27da2379b47f589862c09f5e9a626b20d0c569d7 +size 11720 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260328_053515.log b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260328_053515.log new file mode 100644 index 0000000000000000000000000000000000000000..d81a55dd778f64ad90594bd4e50268fd63402d0f --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260328_053515.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec8fcf326f48cacf7c77e230752275c86441e0f2e8c1bdfd72e69f8234d887 +size 21559 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260424_212839.log b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260424_212839.log new file mode 100644 index 0000000000000000000000000000000000000000..09df7b4bb33c14d96a71de698b4b7c9f674b084d --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260424_212839.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375bd0263e4fb3f13482b5e8cb439ce0cefb4645c35b7e8c4ec49f987d9836f2 +size 252460 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_034408.log b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_034408.log new file mode 100644 index 0000000000000000000000000000000000000000..4a51bd8f94336c084f5c8aa3c89ac43cf62aaaec --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_034408.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5befe94d1dbf6194c8dae3cdf37728615ef8715e938f362841b5ffeb53e5e3 +size 252143 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_081657.log b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_081657.log new file mode 100644 index 0000000000000000000000000000000000000000..ade14c475b5448c18f6d6712f8d7cf868a538f77 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/gen_20260425_081657.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f14b87a6186d83fa3ee5179b88679e82b9ff19c0e78152ce7aff450ad60d283 +size 252236 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/input_snapshot.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..40be54e602f9cf68d9ece1eb2cee57ace6065cd0 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_train.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..71dec39aa9b2e8492ae389ac1d8d4f0bd8bd83c9 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e7a6ad2f7ef501daf63509376f45880a51863771bf361d97152f857be7d3d5 +size 835328 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_unnorm.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..0268e65fcbf8f56d43916538e89a796e149b5be1 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/X_num_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cda2e8dfd1e54325df8d0e9265d7a2bada2bb335f84f7e73b7d2497b7301b2 +size 835328 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/config.toml b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..9787111f517b9bf04a55dc1a8eba63b5c646a449 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/output" +real_data_path = "/work/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/data" +model_type = "mlp" +num_numerical_features = 9 +device = "cuda:0" + +[model_params] +d_in = 9 +num_classes = 7 +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 = 11600 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/data/info.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..931e056b0eb216611c9a849f90f2014fba9b0c56 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/data/info.json @@ -0,0 +1,35 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 9, + "n_cat_features": 0, + "train_size": 11600, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "cat_col_idx": [], + "target_col_idx": [ + 9 + ], + "column_names": [ + "time", + "attribute2", + "attribute3", + "attribute4", + "attribute5", + "attribute6", + "attribute7", + "attribute8", + "attribute9", + "class" + ], + "num_classes": 7 +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/info.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..931e056b0eb216611c9a849f90f2014fba9b0c56 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/info.json @@ -0,0 +1,35 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 9, + "n_cat_features": 0, + "train_size": 11600, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "cat_col_idx": [], + "target_col_idx": [ + 9 + ], + "column_names": [ + "time", + "attribute2", + "attribute3", + "attribute4", + "attribute5", + "attribute6", + "attribute7", + "attribute8", + "attribute9", + "class" + ], + "num_classes": 7 +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/loss.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..49da780a28c443e7428cdf053f1261b9fda51860 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d000d3d63581906f6be3a17fa9359f0d05d90c2ea954f34252c90620e2a64d7 +size 1249 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model.pt b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..bae739f733fe24f17dd3e499aa433bd21a964adb --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9264fb0b61d0c69022fbd20fa6697606aab03de218f07225b6bad1516a7bd985 +size 549974 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model_ema.pt b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..131ddc4b4069b9d5621270100e05e8edf94ac858 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b00c0f838b92e7732f1eb49f5319b67415f68c05261f909f16cfd61a0652b5b +size 550818 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/y_train.npy b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..7c598c54789d5f06a5d855c8968c3093a43032cf --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/output/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb2e11d6ad30a9cd733acebea75ec284961cc5ba47a3ce1ef4e559f20145340 +size 92928 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/public_gate_report.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c2b8f20fc423a0b107f2b7c98bb8f3e9c36745f7 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/runtime_result.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..7a35b69ecd5b8064efb52c003deb5e8c4555a262 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "tabddpm", + "run_id": "tabddpm-n17-20260328_053151", + "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/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/staged_features.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/test.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/train.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/val.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/adapter_report.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..713359e1344a8bf987466b4865d2f1f588117b1f --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/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/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/adapter_transforms_applied.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/model_input_manifest.json b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8560de6850ab9487bfe5dbbc3030188886191d2e --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "tabddpm", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabddpm/tabddpm-n17-20260328_053151/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-1000-20260328_053515.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-1000-20260328_053515.csv new file mode 100644 index 0000000000000000000000000000000000000000..3430da8c18922b32da1ba45e420810a94178adb7 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-1000-20260328_053515.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1e1ae972fa7f3dfebef5a75024f121a5f5bd1f14f3db05aacf1431007e5d38 +size 60537 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv new file mode 100644 index 0000000000000000000000000000000000000000..a989358281c398dacce66bc714e517cad454e077 --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/tabddpm-n17-11600-20260425_081657.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fb9ab286dfb3aab12c0f4443405cfb91a2e57df1d2bf8871c96316182cb545 +size 701750 diff --git a/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/train_20260328_053151.log b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/train_20260328_053151.log new file mode 100644 index 0000000000000000000000000000000000000000..1cea4e4f2c2471142eed514939b10ef14de32c4e --- /dev/null +++ b/syntheticSuccess/n17/tabddpm/tabddpm-n17-20260328_053151/train_20260328_053151.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9a31e9fdf0db6921a41897940d4e3e13508dde83c39852dd3f1d4f6562d375 +size 1122 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/_tabpfgen_generate.py b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..f4b75c848fe865988850ce554e59c9cedd043372 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/_tabpfgen_generate.py @@ -0,0 +1,68 @@ +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_070318/n17/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 + +# 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 11600 rows via generate_regression") +X_syn, y_syn = gen.generate_regression(X, y, n_samples=11600) + +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] + +syn_df = syn_df[list(df.columns)] +syn_df.to_csv("/work/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/tabpfgen-n17-11600-20260422_070321.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/tabpfgen-n17-11600-20260422_070321.csv") diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/gen_20260422_070321.log b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/gen_20260422_070321.log new file mode 100644 index 0000000000000000000000000000000000000000..1d98128ff8fd13faf90908e69cafa53fef8e9151 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/gen_20260422_070321.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5385224c54b875af8f6f297e6405ea355bc39e6b74a1b5ea7d0b9fca43d1cb +size 479 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/input_snapshot.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..e2428c3a20b039789dc3dc8f97c66ea344752731 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/public_gate_report.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0683fb77b7688fcede9767903f8fab93bdaac7e9 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runner.log b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runner.log new file mode 100644 index 0000000000000000000000000000000000000000..6d0d949708696d98695f6da6ab457c9e825ea652 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runner.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13711a8cabfd4d7ce37014f90824fb37bd5133d94af5491a8f63da6caa2bdeff +size 1316 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runtime_result.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9b0da829ca128beea497a07cdab5858967aa68ba --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "tabpfgen", + "run_id": "n17-migrated-20260422_183752", + "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/n17/tabpfgen/n17-migrated-20260422_183752/tabpfgen-n17-11600-20260422_070321.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/staged_features.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/test.csv b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/train.csv b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/val.csv b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/adapter_report.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..102c7ff4dac7338a83fe9941a32a3b1bd7dce64e --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/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_070318/n17/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1ec9a5fc6c1c713dd8e53c080af7be7a1f040c86 --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "tabpfgen", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n17/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/tabpfgen-n17-11600-20260422_070321.csv b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/tabpfgen-n17-11600-20260422_070321.csv new file mode 100644 index 0000000000000000000000000000000000000000..00415d316fe6e9c942cbfe8f70c539c3ad56f5ea --- /dev/null +++ b/syntheticSuccess/n17/tabpfgen/n17-migrated-20260422_183752/tabpfgen-n17-11600-20260422_070321.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9211c3e28a575cd1219dc03d3c97c5ad2264aa3d40f96ad01d3ad6587cf26af9 +size 1279389 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_sample.py b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..ad08c884d857e1b6024ae0b68336b021a5420bb1 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_sample.py @@ -0,0 +1,39 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147" +dataname = "tabsyn_n17" +output_csv = "/work/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/tabsyn-n17-11600-20260427_025208.csv" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Ensure data symlink exists +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +print(f"[TabSyn] Sampling 11600 rows") +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "sample", + "--method", "tabsyn", + "--gpu", "0", + "--save_path", output_csv], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print(f"[TabSyn] Saved -> {output_csv}") diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_train.py b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_train.py new file mode 100644 index 0000000000000000000000000000000000000000..863b39a85c1d3c27bf52341bd43760baca8560a8 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/_tabsyn_train.py @@ -0,0 +1,63 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147" +dataname = "tabsyn_n17" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Symlink data dir into TabSyn data/ +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +env.setdefault("TABSYN_VAE_BATCH_SIZE", "1024") +_te = 1 +if _te is not None: + env["TABSYN_VAE_EPOCHS"] = str(_te) + env["TABSYN_DIFFUSION_MAX_EPOCHS"] = str(max(_te + 1, 2)) + +# Data preprocessing is done on the host side (_prepare_data_dir) +# which creates .npy files, train/test CSVs, and info.json + +# Step 1: Train VAE (produces latent embeddings) +print(f"[TabSyn] Step 1/2: Training VAE in {tabsyn_root}, dataname={dataname}") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "vae", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] VAE training failed") + sys.exit(ret.returncode) + +# Step 2: Train diffusion model on latent space +print(f"[TabSyn] Step 2/2: Training diffusion model") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "tabsyn", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] Diffusion training failed") + sys.exit(ret.returncode) +print("[TabSyn] Training complete (VAE + Diffusion)") diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_test.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..29f83feb4c9da23628a00297575be78927a98eaf --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9ff993887498884d64fb519047b34c91490bbaf7ca2e06b5d61a9ad03a289e +size 128 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_train.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..29f83feb4c9da23628a00297575be78927a98eaf --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9ff993887498884d64fb519047b34c91490bbaf7ca2e06b5d61a9ad03a289e +size 128 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_test.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..86afbfdcec310cfc4db889a60c3015ad881a302c --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555eeb2e72ddbfdf3483c6259863dbcc31923450afc9b4e16cbe84c76776be58 +size 417728 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_train.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..86afbfdcec310cfc4db889a60c3015ad881a302c --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555eeb2e72ddbfdf3483c6259863dbcc31923450afc9b4e16cbe84c76776be58 +size 417728 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/info.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/info.json new file mode 100644 index 0000000000000000000000000000000000000000..35886ac9526cc8c461f2e4e8cc28ceb63a20036e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/info.json @@ -0,0 +1,120 @@ +{ + "name": "tabsyn_n17", + "task_type": "regression", + "n_num_features": 9, + "n_cat_features": 0, + "train_size": 11600, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "cat_col_idx": [], + "target_col_idx": [ + 9 + ], + "column_names": [ + "time", + "attribute2", + "attribute3", + "attribute4", + "attribute5", + "attribute6", + "attribute7", + "attribute8", + "attribute9", + "class" + ], + "train_num": 11600, + "test_num": 11600, + "header": 0, + "file_type": "csv", + "data_path": "data/tabsyn_n17/train.csv", + "test_path": null, + "idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9 + }, + "inverse_idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9 + }, + "idx_name_mapping": { + "0": "time", + "1": "attribute2", + "2": "attribute3", + "3": "attribute4", + "4": "attribute5", + "5": "attribute6", + "6": "attribute7", + "7": "attribute8", + "8": "attribute9", + "9": "class" + }, + "metadata": { + "columns": { + "0": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "1": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "2": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "3": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "4": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "5": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "6": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "7": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "8": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "9": { + "sdtype": "numerical", + "computer_representation": "Float" + } + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/test.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/train.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_test.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..c855ae22f53270b9c00569146de8dc8ec774c0d7 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7404a836f42746332b97bfa3d3710ceb6f8aafcf30bd0b728642ddce19eee91f +size 92928 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_train.npy b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..c855ae22f53270b9c00569146de8dc8ec774c0d7 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/data/tabsyn_n17/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7404a836f42746332b97bfa3d3710ceb6f8aafcf30bd0b728642ddce19eee91f +size 92928 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/gen_20260427_025208.log b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/gen_20260427_025208.log new file mode 100644 index 0000000000000000000000000000000000000000..d08dc568a34fdae4839802c33e6fe837288746d5 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/gen_20260427_025208.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d2f50d06eda3f71121bfbfcde2cd4d01d54cd64719ea5955bc777b7d7b109c +size 663 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/input_snapshot.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..668df3e9ebdeeeedc75c73be1484fcd7fab8e69e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "tabsyn", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/public_gate_report.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9b32885c8ffb8cd6fe108eda3b2b87cb03f20c97 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/runtime_result.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..2fb79271b7aeaee708f7e4208541b994eb8a7a08 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n17", + "model": "tabsyn", + "run_id": "tabsyn-n17-20260427_025147", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/tabsyn-n17-11600-20260427_025208.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/staged_features.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/test.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/train.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/val.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_report.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2cc49f049e59041f0400926c681b82ae3e9b577b --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_transforms_applied.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/model_input_manifest.json b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..24a2ff36f927c4b0ffc48cbcc4928cdfba39b8f0 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/staged/tabsyn/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "tabsyn", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tabsyn/tabsyn-n17-20260427_025147/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/real.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/test.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/synthetic/tabsyn_n17/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/tabsyn-n17-11600-20260427_025208.csv b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/tabsyn-n17-11600-20260427_025208.csv new file mode 100644 index 0000000000000000000000000000000000000000..6ada61788b26196128caa7e45764b9bce32e00b2 --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/tabsyn-n17-11600-20260427_025208.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4d534f7e7556362f749a0e8f97ec368a8f1deb95d13fd23417c1166b44bcff +size 590107 diff --git a/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/train_20260427_025148.log b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/train_20260427_025148.log new file mode 100644 index 0000000000000000000000000000000000000000..08e5faa1726a2cb739178b702682d6f4d1ec55bc --- /dev/null +++ b/syntheticSuccess/n17/tabsyn/tabsyn-n17-20260427_025147/train_20260427_025148.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312cf14ebc65fb12b2b80c61b8634412c022607df54dac8e8394982f93e15814 +size 3344 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_tvae_generate.py b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_tvae_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..bcea2160fba365c3a10f1d08026da06dfd56b900 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_tvae_generate.py @@ -0,0 +1,5 @@ +from ctgan.synthesizers.tvae import TVAE +model = TVAE.load("/work/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/models_300epochs/tvae_300epochs.pt") +samples = model.sample(11600) +samples.to_csv("/work/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv", index=False) +print(f"[TVAE] Generated 11600 rows -> /work/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv") diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_tvae_train.py b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_tvae_train.py new file mode 100644 index 0000000000000000000000000000000000000000..8c5171720d3853e79e45e744d68899c50a497cf2 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/_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/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv" +meta_path = "/work/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/tvae_metadata.json" +save_path = "/work/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/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/n17/tvae/tvae-n17-20260328_054240/gen_20260328_100702.log b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/gen_20260328_100702.log new file mode 100644 index 0000000000000000000000000000000000000000..7b23abc3f0e795c0f053aded2763a976c766b169 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/gen_20260328_100702.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547986faf9651ac743a38420481ce3469c8e11ed8b74dc0392e2e9aeef5019b5 +size 129 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/gen_20260330_070841.log b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/gen_20260330_070841.log new file mode 100644 index 0000000000000000000000000000000000000000..3dd7baf6c18c3e8eaca69fc83964d8afdbbef16d --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/gen_20260330_070841.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4b51b75d88a95546f74e51ece66ce73d7564bfec6f30fb63bfacbd8c971f8b +size 131 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/input_snapshot.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a9ace93f365dffdc4c3ee57a1156566427724f0e --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n17", + "model": "tvae", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-train.csv", + "exists": true, + "size": 319108, + "sha256": "99cb629d6e58372a6cbfe396c89994cfb68d279d18ae29e954faeb7b1af8ffce" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "exists": true, + "size": 39916, + "sha256": "7e6d4456b11d527ca043a524c39ddd525a8f746ed01b5ebd6606e4910c188ab8" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv", + "exists": true, + "size": 40033, + "sha256": "f0b277b314080cae72945253a6c472b7ac161edf14a7ff93a3121bbf951c6439" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_profile.json", + "exists": true, + "size": 4394, + "sha256": "dac6ca60a814677e5fcf05560aa0c2c8d8baa6e2fc86bcf214ffda9129cbe802" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n17/n17-dataset_contract_v1.json", + "exists": true, + "size": 5240, + "sha256": "1a1d4be4080a65264b8c9cce6808ea2974c0ddca95da8c4d42b7b6d0160835b4" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/train_20260328_054240.log b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/train_20260328_054240.log new file mode 100644 index 0000000000000000000000000000000000000000..ca66d6ac80b553eb2d540391a7a17c80b8ed0cd3 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/train_20260328_054240.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967299f630503fe9aa7a4407784c3bc5054404ab7ca4c2c87c4a400aae7d9663 +size 173 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/tvae_300epochs.pt b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/tvae_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..4c97ed5e1ebc7d6b8b79b08abfb3b6daf2895732 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/models_300epochs/tvae_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2f6f420cdb95297e56ba82911ceca5cf5a41b69a5f3085e1a839e29a43d384 +size 686828 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a04f6c20f18cc3854c8bf3ea13bee9db457bc145 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,217 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "columns": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/public_gate_report.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..333156bc66cff1c8275be48565b43ef586e866a3 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n17", + "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/n17/n17-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n17/n17-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/staged_input_manifest.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fffa8a60d8c6f45edbef7f09d6a0c0e75834e879 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/public_gate/staged_input_manifest.json @@ -0,0 +1,222 @@ +{ + "dataset_id": "n17", + "target_column": "class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/runtime_result.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..b125000d90e81f26c435674442da6c6be8d87dd4 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n17", + "model": "tvae", + "run_id": "tvae-n17-20260328_054240", + "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/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/staged_features.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5e1618df3226dad901a37fe1c2202697e9b0e --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/staged_features.json @@ -0,0 +1,52 @@ +[ + { + "feature_name": "time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "attribute9", + "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/n17/tvae/tvae-n17-20260328_054240/staged/public/test.csv b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..c51914bbb164905f555e5fd1acd0793878451c70 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efaac201d71f432cdd71c81d2b240ee41c5df078835b26188033662f8d201af +size 38581 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc1d1b80e322f177d5a6b2346099ca319e4ff81e --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373383578478c8df244051d26a774f0126f89a64fbb8b53842ed634266dc32fa +size 307507 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/val.csv b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d18f2309e001b552b2226bf0500d4eb8cb8bc8 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ea0bab67a27cd05e1bd0251ccb57666f70fa3df26d42fe4ecb971b84d0125 +size 38466 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/adapter_report.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d395ff6edd8d47c6c0fd98f9592e010af612e209 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/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/n17/tvae/tvae-n17-20260328_054240/staged/tvae/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/adapter_transforms_applied.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/model_input_manifest.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..914620e595f7f4b0bc3070c12026dd714fa31d65 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/staged/tvae/model_input_manifest.json @@ -0,0 +1,224 @@ +{ + "dataset_id": "n17", + "model": "tvae", + "target_column": "class", + "task_type": "classification", + "column_schema": [ + { + "name": "time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 68, + "unique_ratio": 0.005862, + "example_values": [ + "55", + "47", + "56", + "58", + "37" + ] + } + }, + { + "name": "attribute2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 86, + "unique_ratio": 0.007414, + "example_values": [ + "0", + "4", + "-5", + "1", + "3" + ] + } + }, + { + "name": "attribute3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 44, + "unique_ratio": 0.003793, + "example_values": [ + "81", + "82", + "78", + "84", + "80" + ] + } + }, + { + "name": "attribute4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 53, + "unique_ratio": 0.004569, + "example_values": [ + "0", + "-2", + "-1", + "7", + "6" + ] + } + }, + { + "name": "attribute5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 49, + "unique_ratio": 0.004224, + "example_values": [ + "-6", + "46", + "8", + "56", + "36" + ] + } + }, + { + "name": "attribute6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 111, + "unique_ratio": 0.009569, + "example_values": [ + "11", + "0", + "31", + "12", + "-14" + ] + } + }, + { + "name": "attribute7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 71, + "unique_ratio": 0.006121, + "example_values": [ + "25", + "35", + "22", + "27", + "43" + ] + } + }, + { + "name": "attribute8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 112, + "unique_ratio": 0.009655, + "example_values": [ + "88", + "35", + "70", + "28", + "44" + ] + } + }, + { + "name": "attribute9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 67, + "unique_ratio": 0.005776, + "example_values": [ + "64", + "0", + "48", + "2", + "12" + ] + } + }, + { + "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": 7, + "unique_ratio": 0.000603, + "example_values": [ + "4", + "1", + "5", + "3", + "6" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n17/tvae/tvae-n17-20260328_054240/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-1000-20260328_100702.csv b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-1000-20260328_100702.csv new file mode 100644 index 0000000000000000000000000000000000000000..55f4b28d8dec62fe67dce0ae581ba4e3de832496 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-1000-20260328_100702.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c83db0d5fd01fb9ca92c2f429ecb8f09de60e0b25c2836bbe9735c207495fd6 +size 26823 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv new file mode 100644 index 0000000000000000000000000000000000000000..016857b500f1533d015529caf4c9eace437c4780 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae-n17-11600-20260330_070841.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff87c2f184c93a404315948707f4832d683b74f2f44dcbce81e8f85dddba770 +size 309580 diff --git a/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae_metadata.json b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..29d5b5bd48d5accc50752d515f215273662b9ae6 --- /dev/null +++ b/syntheticSuccess/n17/tvae/tvae-n17-20260328_054240/tvae_metadata.json @@ -0,0 +1,44 @@ +{ + "columns": [ + { + "name": "time", + "type": "continuous" + }, + { + "name": "attribute2", + "type": "continuous" + }, + { + "name": "attribute3", + "type": "continuous" + }, + { + "name": "attribute4", + "type": "continuous" + }, + { + "name": "attribute5", + "type": "continuous" + }, + { + "name": "attribute6", + "type": "continuous" + }, + { + "name": "attribute7", + "type": "continuous" + }, + { + "name": "attribute8", + "type": "continuous" + }, + { + "name": "attribute9", + "type": "continuous" + }, + { + "name": "class", + "type": "continuous" + } + ] +} \ No newline at end of file