diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/_ctgan_train.py b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/_ctgan_train.py new file mode 100644 index 0000000000000000000000000000000000000000..1a79d3b9ce0f1b48f611b94ea0f9d2faed70433e --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/_ctgan_train.py @@ -0,0 +1,17 @@ +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN + +data = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv") +discrete_columns = ['bin_0', 'bin_1', 'bin_2', 'bin_3', 'bin_4', 'nom_0', 'nom_1', 'nom_2', 'nom_3', 'nom_4', 'nom_5', 'nom_6', 'nom_7', 'nom_8', 'nom_9', 'ord_1', 'ord_2', 'ord_3', 'ord_4', 'ord_5', 'target'] +model = CTGAN( + embedding_dim=8, + generator_dim=(16, 16), + discriminator_dim=(16, 16), + batch_size=10, + pac=1, + epochs=300, + verbose=True, +) +model.fit(data, discrete_columns) +model.save("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/models_300epochs/ctgan_300epochs.pt") +print("[CTGAN] Saved model ->", "/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/models_300epochs/ctgan_300epochs.pt") \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/ctgan_metadata.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..43d1d6d3e611ce6b232979c04622470688342e90 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/ctgan_metadata.json @@ -0,0 +1,104 @@ +{ + "columns": [ + { + "name": "id", + "type": "continuous" + }, + { + "name": "bin_0", + "type": "categorical" + }, + { + "name": "bin_1", + "type": "categorical" + }, + { + "name": "bin_2", + "type": "categorical" + }, + { + "name": "bin_3", + "type": "categorical" + }, + { + "name": "bin_4", + "type": "categorical" + }, + { + "name": "nom_0", + "type": "categorical" + }, + { + "name": "nom_1", + "type": "categorical" + }, + { + "name": "nom_2", + "type": "categorical" + }, + { + "name": "nom_3", + "type": "categorical" + }, + { + "name": "nom_4", + "type": "categorical" + }, + { + "name": "nom_5", + "type": "categorical" + }, + { + "name": "nom_6", + "type": "categorical" + }, + { + "name": "nom_7", + "type": "categorical" + }, + { + "name": "nom_8", + "type": "categorical" + }, + { + "name": "nom_9", + "type": "categorical" + }, + { + "name": "ord_0", + "type": "continuous" + }, + { + "name": "ord_1", + "type": "categorical" + }, + { + "name": "ord_2", + "type": "categorical" + }, + { + "name": "ord_3", + "type": "categorical" + }, + { + "name": "ord_4", + "type": "categorical" + }, + { + "name": "ord_5", + "type": "categorical" + }, + { + "name": "day", + "type": "continuous" + }, + { + "name": "month", + "type": "continuous" + }, + { + "name": "target", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/input_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..bbac6b99393b3a4ad5ef6f4168ce74f83e798899 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/models_300epochs/train_20260502_155128.log b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/models_300epochs/train_20260502_155128.log new file mode 100644 index 0000000000000000000000000000000000000000..51606617dca456e65a4ea74681e44c46eee46587 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/models_300epochs/train_20260502_155128.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f3aecb10a88db1965f6cf55946f03303b7c3c9d14cb0910d04e982e90c510b +size 5461 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/public_gate_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/staged_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ca8b5f9a63615b9bcd9cb0f7ec538fe12f1d6f72 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/runtime_result.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba3953c0396001c4589ba5b0310f56e7a61bf5b --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "run_id": "ctgan-c14-20260502_155124", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_ctgan_7rx2bg46/container.cid', '--gpus', 'device=1', '-e', 'OPENBLAS_NUM_THREADS=64', '-e', 'MKL_NUM_THREADS=64', '-e', 'HOME=/tmp', '-e', 'PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', 'benchmark:ctgan-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/_ctgan_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-02T15:51:27", + "ended_at": "2026-05-02T20:48:46", + "duration_sec": 17839.087 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/adapter_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ac53f8e956951bcf3a4b2a260f11392b3c2c6306 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/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-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/adapter_transforms_applied.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/model_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1d72c4f522c519d768ccdb3ba8be0cd5145a17a1 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/ctgan/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155124/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/staged_features.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/test.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/val.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155124/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/_ctgan_train.py b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/_ctgan_train.py new file mode 100644 index 0000000000000000000000000000000000000000..8b79f0c5df480ac42538aa24b91c44dd1e64403a --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/_ctgan_train.py @@ -0,0 +1,17 @@ +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN + +data = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv") +discrete_columns = ['bin_0', 'bin_1', 'bin_2', 'bin_3', 'bin_4', 'nom_0', 'nom_1', 'nom_2', 'nom_3', 'nom_4', 'nom_5', 'nom_6', 'nom_7', 'nom_8', 'nom_9', 'ord_1', 'ord_2', 'ord_3', 'ord_4', 'ord_5', 'target'] +model = CTGAN( + embedding_dim=8, + generator_dim=(16, 16), + discriminator_dim=(16, 16), + batch_size=10, + pac=1, + epochs=300, + verbose=True, +) +model.fit(data, discrete_columns) +model.save("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/models_300epochs/ctgan_300epochs.pt") +print("[CTGAN] Saved model ->", "/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/models_300epochs/ctgan_300epochs.pt") \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/ctgan_metadata.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..43d1d6d3e611ce6b232979c04622470688342e90 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/ctgan_metadata.json @@ -0,0 +1,104 @@ +{ + "columns": [ + { + "name": "id", + "type": "continuous" + }, + { + "name": "bin_0", + "type": "categorical" + }, + { + "name": "bin_1", + "type": "categorical" + }, + { + "name": "bin_2", + "type": "categorical" + }, + { + "name": "bin_3", + "type": "categorical" + }, + { + "name": "bin_4", + "type": "categorical" + }, + { + "name": "nom_0", + "type": "categorical" + }, + { + "name": "nom_1", + "type": "categorical" + }, + { + "name": "nom_2", + "type": "categorical" + }, + { + "name": "nom_3", + "type": "categorical" + }, + { + "name": "nom_4", + "type": "categorical" + }, + { + "name": "nom_5", + "type": "categorical" + }, + { + "name": "nom_6", + "type": "categorical" + }, + { + "name": "nom_7", + "type": "categorical" + }, + { + "name": "nom_8", + "type": "categorical" + }, + { + "name": "nom_9", + "type": "categorical" + }, + { + "name": "ord_0", + "type": "continuous" + }, + { + "name": "ord_1", + "type": "categorical" + }, + { + "name": "ord_2", + "type": "categorical" + }, + { + "name": "ord_3", + "type": "categorical" + }, + { + "name": "ord_4", + "type": "categorical" + }, + { + "name": "ord_5", + "type": "categorical" + }, + { + "name": "day", + "type": "continuous" + }, + { + "name": "month", + "type": "continuous" + }, + { + "name": "target", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/input_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..bbac6b99393b3a4ad5ef6f4168ce74f83e798899 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/models_300epochs/train_20260502_155144.log b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/models_300epochs/train_20260502_155144.log new file mode 100644 index 0000000000000000000000000000000000000000..784a12e2d406c375f981a8f2387187016837ec1a --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/models_300epochs/train_20260502_155144.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36670447f26ca6d132883c43f15ec81aebb3a55af583a90220df24045f72be9d +size 5643 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/public_gate_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/staged_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..36dd8648e949031de844d1344d7517454ad23839 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/runtime_result.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9a3808cb874d99e2230999450939bb34c2d586c8 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "run_id": "ctgan-c14-20260502_155140", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_ctgan_vfu_oenj/container.cid', '--gpus', 'device=1', '-e', 'OPENBLAS_NUM_THREADS=64', '-e', 'MKL_NUM_THREADS=64', '-e', 'HOME=/tmp', '-e', 'PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', 'benchmark:ctgan-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/_ctgan_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-02T15:51:43", + "ended_at": "2026-05-02T20:48:46", + "duration_sec": 17822.818 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/adapter_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9e143ceafe8face278b474b2556ba7e953919b37 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/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-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/adapter_transforms_applied.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/model_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a002fb4673d53b37dfe570840d08b136fb2057b2 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/ctgan/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260502_155140/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/staged_features.json b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/test.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/val.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260502_155140/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/_ctgan_train.py b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/_ctgan_train.py new file mode 100644 index 0000000000000000000000000000000000000000..004572413758a892f98821dd831a224eac0ae34e --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/_ctgan_train.py @@ -0,0 +1,17 @@ +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN + +data = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv") +discrete_columns = ['bin_0', 'bin_1', 'bin_2', 'bin_3', 'bin_4', 'nom_0', 'nom_1', 'nom_2', 'nom_3', 'nom_4', 'nom_5', 'nom_6', 'nom_7', 'nom_8', 'nom_9', 'ord_1', 'ord_2', 'ord_3', 'ord_4', 'ord_5', 'target'] +model = CTGAN( + embedding_dim=4, + generator_dim=(8, 8), + discriminator_dim=(8, 8), + batch_size=2, + pac=1, + epochs=50, + verbose=True, +) +model.fit(data, discrete_columns) +model.save("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/models_50epochs/ctgan_50epochs.pt") +print("[CTGAN] Saved model ->", "/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/models_50epochs/ctgan_50epochs.pt") \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/ctgan_metadata.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..43d1d6d3e611ce6b232979c04622470688342e90 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/ctgan_metadata.json @@ -0,0 +1,104 @@ +{ + "columns": [ + { + "name": "id", + "type": "continuous" + }, + { + "name": "bin_0", + "type": "categorical" + }, + { + "name": "bin_1", + "type": "categorical" + }, + { + "name": "bin_2", + "type": "categorical" + }, + { + "name": "bin_3", + "type": "categorical" + }, + { + "name": "bin_4", + "type": "categorical" + }, + { + "name": "nom_0", + "type": "categorical" + }, + { + "name": "nom_1", + "type": "categorical" + }, + { + "name": "nom_2", + "type": "categorical" + }, + { + "name": "nom_3", + "type": "categorical" + }, + { + "name": "nom_4", + "type": "categorical" + }, + { + "name": "nom_5", + "type": "categorical" + }, + { + "name": "nom_6", + "type": "categorical" + }, + { + "name": "nom_7", + "type": "categorical" + }, + { + "name": "nom_8", + "type": "categorical" + }, + { + "name": "nom_9", + "type": "categorical" + }, + { + "name": "ord_0", + "type": "continuous" + }, + { + "name": "ord_1", + "type": "categorical" + }, + { + "name": "ord_2", + "type": "categorical" + }, + { + "name": "ord_3", + "type": "categorical" + }, + { + "name": "ord_4", + "type": "categorical" + }, + { + "name": "ord_5", + "type": "categorical" + }, + { + "name": "day", + "type": "continuous" + }, + { + "name": "month", + "type": "continuous" + }, + { + "name": "target", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/input_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..bbac6b99393b3a4ad5ef6f4168ce74f83e798899 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/models_50epochs/train_20260504_073255.log b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/models_50epochs/train_20260504_073255.log new file mode 100644 index 0000000000000000000000000000000000000000..410cb092540edab1cd613392c1333f239c21ed54 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/models_50epochs/train_20260504_073255.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91952437537cac3576b176c44aff9500c3430606025493a3242f91bba6b51a4 +size 5690 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/public_gate_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/staged_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..92f8115d8763e91a485f65c5416fc67cdb457ac3 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/runtime_result.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..66dc5d1462989068f266a47f1e6c920a4e6b08fb --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "run_id": "ctgan-c14-20260504_073250", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_ctgan_w1i1kw11/container.cid', '--gpus', 'device=0', '-e', 'OPENBLAS_NUM_THREADS=4', '-e', 'MKL_NUM_THREADS=4', '-e', 'HOME=/tmp', '-e', 'PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', 'benchmark:ctgan-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/_ctgan_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T07:32:54", + "ended_at": "2026-05-04T23:45:25", + "duration_sec": 58351.374 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/adapter_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..43bf2d0f62e52cc5c2598837e1d8d40df3be4e85 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/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-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/adapter_transforms_applied.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/model_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d945c913f0eb4f29fc1d9f7d2ddad06b6644dfda --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/ctgan/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073250/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/staged_features.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/test.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/val.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073250/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/_ctgan_train.py b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/_ctgan_train.py new file mode 100644 index 0000000000000000000000000000000000000000..7a649ec33eb8ec8471387161c7640893d118a01d --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/_ctgan_train.py @@ -0,0 +1,17 @@ +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN + +data = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv") +discrete_columns = ['bin_0', 'bin_1', 'bin_2', 'bin_3', 'bin_4', 'nom_0', 'nom_1', 'nom_2', 'nom_3', 'nom_4', 'nom_5', 'nom_6', 'nom_7', 'nom_8', 'nom_9', 'ord_1', 'ord_2', 'ord_3', 'ord_4', 'ord_5', 'target'] +model = CTGAN( + embedding_dim=4, + generator_dim=(8, 8), + discriminator_dim=(8, 8), + batch_size=2, + pac=1, + epochs=50, + verbose=True, +) +model.fit(data, discrete_columns) +model.save("/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/models_50epochs/ctgan_50epochs.pt") +print("[CTGAN] Saved model ->", "/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/models_50epochs/ctgan_50epochs.pt") \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/ctgan_metadata.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..43d1d6d3e611ce6b232979c04622470688342e90 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/ctgan_metadata.json @@ -0,0 +1,104 @@ +{ + "columns": [ + { + "name": "id", + "type": "continuous" + }, + { + "name": "bin_0", + "type": "categorical" + }, + { + "name": "bin_1", + "type": "categorical" + }, + { + "name": "bin_2", + "type": "categorical" + }, + { + "name": "bin_3", + "type": "categorical" + }, + { + "name": "bin_4", + "type": "categorical" + }, + { + "name": "nom_0", + "type": "categorical" + }, + { + "name": "nom_1", + "type": "categorical" + }, + { + "name": "nom_2", + "type": "categorical" + }, + { + "name": "nom_3", + "type": "categorical" + }, + { + "name": "nom_4", + "type": "categorical" + }, + { + "name": "nom_5", + "type": "categorical" + }, + { + "name": "nom_6", + "type": "categorical" + }, + { + "name": "nom_7", + "type": "categorical" + }, + { + "name": "nom_8", + "type": "categorical" + }, + { + "name": "nom_9", + "type": "categorical" + }, + { + "name": "ord_0", + "type": "continuous" + }, + { + "name": "ord_1", + "type": "categorical" + }, + { + "name": "ord_2", + "type": "categorical" + }, + { + "name": "ord_3", + "type": "categorical" + }, + { + "name": "ord_4", + "type": "categorical" + }, + { + "name": "ord_5", + "type": "categorical" + }, + { + "name": "day", + "type": "continuous" + }, + { + "name": "month", + "type": "continuous" + }, + { + "name": "target", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/input_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..bbac6b99393b3a4ad5ef6f4168ce74f83e798899 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/models_50epochs/train_20260504_073658.log b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/models_50epochs/train_20260504_073658.log new file mode 100644 index 0000000000000000000000000000000000000000..fcf8a31a8288f7b6ad3c3df13f50d58a93815d45 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/models_50epochs/train_20260504_073658.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d866fadb03ccc904faeff01b51b2b2a83f4f74ef27860e8787a61ee1a57a9b9a +size 5324 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/public_gate_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/staged_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..da58f591b39ce7265cfbe34de96fbd7319f9e930 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/runtime_result.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..a62c629b1cb325d7871b3793c12ece868b6dad76 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "run_id": "ctgan-c14-20260504_073653", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_ctgan_03xivguf/container.cid', '--gpus', 'device=0', '-e', 'OPENBLAS_NUM_THREADS=4', '-e', 'MKL_NUM_THREADS=4', '-e', 'HOME=/tmp', '-e', 'PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', 'benchmark:ctgan-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/_ctgan_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T07:36:56", + "ended_at": "2026-05-04T19:58:05", + "duration_sec": 44469.194 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/adapter_report.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ec6f6aea39148cb49f9c0579f4b17c6d999dbe --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/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-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/adapter_transforms_applied.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/model_input_manifest.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ca87e4bacc2a07cbf1b281b648ab715d5bceb9ef --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/ctgan/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "ctgan", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/ctgan/ctgan-c14-20260504_073653/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/staged_features.json b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/test.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/val.csv b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/ctgan/ctgan-c14-20260504_073653/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..093f28a4e89d60b1fe08b8f27ae6f92f193ecc67 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8057accd254b8d0be84558694c0b0d0b77c825dc413c8e480fac37331f262e76 +size 24000128 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..201b71202ca811f88a737aeb9199aa5e9e7c18cb --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/_fd_train.py @@ -0,0 +1,28 @@ + +import shutil, json +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=20 " + f"n_estimators=100 duplicate_K=20 n_jobs=2 " + f"xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, + model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..89b29ccf8752234b429faaff6b5fc20e7171dde1 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9b6333b29d89488cff4bd541a07cf781ebbd3ddc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260502_031135", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_m_bvqobs/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/_fd_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-02T03:11:38", + "ended_at": "2026-05-02T05:22:14", + "duration_sec": 7836.501 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..068f263a85515b9c9911664959f8721062d9f163 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b6574b6fd5a0db511be43499928ea3fa2d38b99b --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260502_031135/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/train_20260502_031139.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/train_20260502_031139.log new file mode 100644 index 0000000000000000000000000000000000000000..50b8ce8320c2e304f46c7c4401f3a341934c93c7 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260502_031135/train_20260502_031139.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4f54adff4123e019d5be30065788e872791fe33d7e182de28efa977bc3ff27 +size 5513 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..093f28a4e89d60b1fe08b8f27ae6f92f193ecc67 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8057accd254b8d0be84558694c0b0d0b77c825dc413c8e480fac37331f262e76 +size 24000128 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..5ef5eea2c5a69e3a2de767fc6083b4bf3c882c54 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/_fd_train.py @@ -0,0 +1,28 @@ + +import shutil, json +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=10 " + f"n_estimators=20 duplicate_K=5 n_jobs=1 " + f"max_depth=4 xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=10, n_estimators=20, duplicate_K=5, n_jobs=1, + model="xgboost", max_depth=4, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4cdeebd945f1bf3a70e0a2c0ba158858b7d64388 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..c5be018c3cd1ec2e3b3c63fee4df39ba5289a43c --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260503_215604", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_6fll5zsy/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/_fd_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-03T21:56:07", + "ended_at": "2026-05-04T07:23:46", + "duration_sec": 34058.933 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7f3dcc0f61107dcc88e56cb460b064d8284a9b86 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..18438d5b2ea0b63f219821c53c756f96bbed755b --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260503_215604/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/train_20260503_215609.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/train_20260503_215609.log new file mode 100644 index 0000000000000000000000000000000000000000..160892dc448a3dd6d4d1c47b0d0bf0694a825d7a --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260503_215604/train_20260503_215609.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c002376e79a300d62a32882ecbc4a6be9d90408635b90a8a09bd1c1e5bd03503 +size 413 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3fac9fb7f725d3d6644c5a044d93fa241ccb748 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32085141c7198d33fce6a1e8392ac6fe85f12280364929b3bc4e9b77632b1e +size 204928 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..4b789fde83f977dba46c23ee611fa2c795540159 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/_fd_train.py @@ -0,0 +1,37 @@ + +import os, shutil, json +with open('/tmp/pgrep', 'w') as _f: + _f.write('#!/usr/bin/env python3 +import subprocess, sys +ppid = sys.argv[-1] +out = subprocess.check_output(["ps", "-o", "pid=", "--ppid", str(ppid)], text=True) +print(out, end="") +') +os.chmod('/tmp/pgrep', 0o755) +os.environ['PATH'] = '/tmp:' + os.environ.get('PATH', '') +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=4 " + f"n_estimators=5 duplicate_K=2 n_jobs=1 " + f"max_depth=3 xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=4, n_estimators=5, duplicate_K=2, n_jobs=1, + model="xgboost", max_depth=3, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7db143e40dbdcd126751ec4183c0630f6aad2995 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..065874d3faed598878ef6add638861d2bc1a1551 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260504_064540", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_cwrv0cx2/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/_fd_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:45:43", + "ended_at": "2026-05-04T06:45:46", + "duration_sec": 2.955 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7cd921867d2764592db9b4544b7eb99b37e22e8d --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa039bce07a84f0b1e2e4f815665a155feb0934 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064540/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/train_20260504_064546.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/train_20260504_064546.log new file mode 100644 index 0000000000000000000000000000000000000000..ce1d525bd0c23194f09d453299517f6f67f85142 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064540/train_20260504_064546.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7785ccf5b4535228d0bfb31a4303369a6af2a3ae2ebf059c1a290026c3088fd4 +size 510 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3fac9fb7f725d3d6644c5a044d93fa241ccb748 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32085141c7198d33fce6a1e8392ac6fe85f12280364929b3bc4e9b77632b1e +size 204928 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..93ce6aa4e419fa696e1cb22fd61d10a6c67889ef --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/_fd_train.py @@ -0,0 +1,41 @@ + +import os, shutil, json +with open('/tmp/pgrep', 'w') as _f: + _f.write("#!/usr/bin/env python3 +") + _f.write("import subprocess, sys +") + _f.write("ppid = sys.argv[-1] +") + _f.write("out = subprocess.check_output(['ps', '-o', 'pid=', '--ppid', str(ppid)], text=True) +") + _f.write("print(out, end='') +") +os.chmod('/tmp/pgrep', 0o755) +os.environ['PATH'] = '/tmp:' + os.environ.get('PATH', '') +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=4 " + f"n_estimators=5 duplicate_K=2 n_jobs=1 " + f"max_depth=3 xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=4, n_estimators=5, duplicate_K=2, n_jobs=1, + model="xgboost", max_depth=3, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..841faf7f70c190d3e304a53733573408bbf83b20 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..bab70fc7ea76aebbb68bbf6a2c0f0b86befc7a51 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260504_064737", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_jxlh_w_v/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/_fd_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:47:40", + "ended_at": "2026-05-04T06:47:44", + "duration_sec": 4.019 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..c8d00fb83d9f0e7af43fd3e6e8a957b2aecc5c51 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..022066e0efbf7bc356cc52e8520344f50917d976 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064737/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/train_20260504_064744.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/train_20260504_064744.log new file mode 100644 index 0000000000000000000000000000000000000000..9d88f4b5d78670746a04207e53e9ea7cb10af297 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064737/train_20260504_064744.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e731c62788c09f8a2ab83baff74207b88f114629e43f2a794c5737c1543875 +size 510 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3fac9fb7f725d3d6644c5a044d93fa241ccb748 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32085141c7198d33fce6a1e8392ac6fe85f12280364929b3bc4e9b77632b1e +size 204928 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..86a85e9a655225f188fc3367f959d62518b05788 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/_fd_train.py @@ -0,0 +1,41 @@ + +import os, shutil, json +with open('/tmp/pgrep', 'w') as _f: + _f.write("#!/usr/bin/env python3 +") + _f.write("import subprocess, sys +") + _f.write("ppid = sys.argv[-1] +") + _f.write("out = subprocess.check_output(['ps', '-o', 'pid=', '--ppid', str(ppid)], text=True) +") + _f.write("print(out, end='') +") +os.chmod('/tmp/pgrep', 0o755) +os.environ['PATH'] = '/tmp:' + os.environ.get('PATH', '') +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=4 " + f"n_estimators=5 duplicate_K=2 n_jobs=1 " + f"max_depth=3 xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=4, n_estimators=5, duplicate_K=2, n_jobs=1, + model="xgboost", max_depth=3, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6c0cc20cd3a1e75feb81cd39eea4c0ed84df84e7 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..1570e1bc045285aa82528ee2445a99ccda01f40d --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260504_064941", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_7gc18met/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/_fd_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:49:44", + "ended_at": "2026-05-04T06:49:47", + "duration_sec": 2.622 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2b0a2c8201374c11da2fe29908413b721829be59 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..502c9cfe9e92f23dd565bfd21b1ef4057a3c01c8 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_064941/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/train_20260504_064946.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/train_20260504_064946.log new file mode 100644 index 0000000000000000000000000000000000000000..2bd6d6a1c22726bd84f251c569b327b1a2c1ad82 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_064941/train_20260504_064946.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8e826c1069161161e70fe15eca0821fe1b107a3fa054d1342385fc2b51209d +size 510 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_X_host.npy b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3fac9fb7f725d3d6644c5a044d93fa241ccb748 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32085141c7198d33fce6a1e8392ac6fe85f12280364929b3bc4e9b77632b1e +size 204928 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_meta_host.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..4646e31cc069da465f39a4a0bf0f9ef92fc82aa4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_meta_host.json @@ -0,0 +1 @@ +{"column_names": ["id", "bin_0", "bin_1", "bin_2", "bin_3", "bin_4", "nom_0", "nom_1", "nom_2", "nom_3", "nom_4", "nom_5", "nom_6", "nom_7", "nom_8", "nom_9", "ord_0", "ord_1", "ord_2", "ord_3", "ord_4", "ord_5", "day", "month", "target"], "cat_indexes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21]} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_train.py b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..0944aa0a94c3a3c97a456bfcffdc4e103674a844 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/_fd_train.py @@ -0,0 +1,36 @@ + +import os, shutil, json +with open('/tmp/pgrep', 'w') as _f: + _f.write("#!/usr/bin/env python3\n") + _f.write("import subprocess, sys\n") + _f.write("ppid = sys.argv[-1]\n") + _f.write("out = subprocess.check_output(['ps', '-o', 'pid=', '--ppid', str(ppid)], text=True)\n") + _f.write("print(out, end='')\n") +os.chmod('/tmp/pgrep', 0o755) +os.environ['PATH'] = '/tmp:' + os.environ.get('PATH', '') +shutil.copy(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +print( + "[ForestDiffusion] train config: " + f"rows={X.shape[0]} cols={X.shape[1]} n_t=4 " + f"n_estimators=5 duplicate_K=2 n_jobs=1 " + f"max_depth=3 xgb_verbosity=1", + flush=True, +) +m = ForestDiffusionModel( + X, n_t=4, n_estimators=5, duplicate_K=2, n_jobs=1, + model="xgboost", max_depth=3, tree_method="hist", cat_indexes=cat_indexes, + verbosity=1, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/forestdiffusion_model.joblib') diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/input_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..da75ebd3de5610812999099d4179427f28c4b736 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/public_gate_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/staged_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c5c53a1a699e8ace7991db0a888e1b82c4704cb5 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/runtime_result.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..fa0a78d3a6b848320ad6c633ef19ff75328a1aeb --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "run_id": "forest-c14-20260504_065128", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_forestdiffusion_bavjg9e5/container.cid', '-e', 'PYTHONUNBUFFERED=1', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/_fd_train.py']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:51:32", + "ended_at": "2026-05-04T07:23:27", + "duration_sec": 1915.335 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/adapter_report.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..afdc295bf4cc811ea65d2ee79cc96b8e1d7309aa --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/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-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/model_input_manifest.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..81650ffab24e38802252059309fce404b2e08a54 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "forestdiffusion", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/forestdiffusion/forest-c14-20260504_065128/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/staged_features.json b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/test.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/train.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/val.csv b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/train_20260504_065136.log b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/train_20260504_065136.log new file mode 100644 index 0000000000000000000000000000000000000000..0ff1a0600e435683015953909509c0bcbfc30c4c --- /dev/null +++ b/syntheticFail/c14/forestdiffusion/forest-c14-20260504_065128/train_20260504_065136.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07794f87e491d95a1ec3de6bf0ce7329c00ad30d4d12620973042515b8829f8 +size 408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/input_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5415e3ec2857eddf372aad8f8d8046fc5fa41675 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/public_gate_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/staged_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7765d624500c151c07c07e50170049a672b8be1d --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/realtabformer_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/realtabformer_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/runtime_result.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..a12be8d537f7ed61b63d5703fe279e04fac162ba --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "run_id": "rtf-c14-20260430_214300", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_realtabformer_af87flrp/container.cid', '--gpus', 'device=0', '-e', 'CUDA_VISIBLE_DEVICES=0', '-e', 'NCCL_P2P_DISABLE=1', '-e', 'HOME=/tmp', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300', 'benchmark:realtabformer-zjl', 'python', '-m', 'realtabformer.benchmark_cli', '--csv', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv', '--model-dir', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/models_100epochs', '--train-only', '--epochs', '100', '--features-json', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/realtabformer_features.json']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-04-30T21:43:04", + "ended_at": "2026-04-30T21:44:03", + "duration_sec": 59.35 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/staged_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/test.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/val.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/adapter_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..101d7f2dadc07fdb68ed31b0104d189f00777c74 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/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-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/adapter_transforms_applied.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/model_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aa9c3d6001fb7ec6caf92a2f6e5c36e98d6f3289 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214300/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/train_20260430_214305.log b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/train_20260430_214305.log new file mode 100644 index 0000000000000000000000000000000000000000..7784c0ca9295ac6c54b6f16b72c41f55645ad141 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214300/train_20260430_214305.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31726d83b5c076984871530cf1c487e4b21d4bd034e0ad8ee0ea7aaae4e8d755 +size 19104 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/input_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5415e3ec2857eddf372aad8f8d8046fc5fa41675 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/public_gate_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/staged_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a40a88fe89ce0337588fe541bb5ba66de44b9561 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/realtabformer_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/realtabformer_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/runtime_result.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..814745d7912291802176113990ce4e4fbec450ce --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "run_id": "rtf-c14-20260430_214320", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_realtabformer_wy_e2xre/container.cid', '--gpus', 'device=0', '-e', 'CUDA_VISIBLE_DEVICES=0', '-e', 'NCCL_P2P_DISABLE=1', '-e', 'HOME=/tmp', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320', 'benchmark:realtabformer-zjl', 'python', '-m', 'realtabformer.benchmark_cli', '--csv', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv', '--model-dir', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/models_100epochs', '--train-only', '--epochs', '100', '--features-json', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/realtabformer_features.json']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-04-30T21:43:23", + "ended_at": "2026-04-30T21:44:03", + "duration_sec": 39.885 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/staged_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/test.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/val.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/adapter_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..3f44f4365104822aa90c2e670194d8698ee9c475 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/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-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/adapter_transforms_applied.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/model_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ab927128d8f8e4a6b1ddc808868b3d490eb1a748 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214320/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/train_20260430_214324.log b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/train_20260430_214324.log new file mode 100644 index 0000000000000000000000000000000000000000..1901ecdcd0e525e4763db4362a918a9ba05c944b --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214320/train_20260430_214324.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72758ca77161bb9424472293b3b66b646a799f8908f783170003998cd301af3b +size 7265 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/input_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5415e3ec2857eddf372aad8f8d8046fc5fa41675 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/public_gate_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/staged_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7c52fc54d9ebb309599fdbc465538ba5647e8fa0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/realtabformer_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/realtabformer_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/runtime_result.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..b59034819fc31b9c09d99e3cbef824dc5b102a65 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "run_id": "rtf-c14-20260430_214341", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_realtabformer_epnhjzb5/container.cid', '--gpus', 'device=0', '-e', 'CUDA_VISIBLE_DEVICES=0', '-e', 'NCCL_P2P_DISABLE=1', '-e', 'HOME=/tmp', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341', 'benchmark:realtabformer-zjl', 'python', '-m', 'realtabformer.benchmark_cli', '--csv', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv', '--model-dir', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/models_100epochs', '--train-only', '--epochs', '100', '--features-json', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/realtabformer_features.json']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-04-30T21:43:45", + "ended_at": "2026-04-30T21:44:03", + "duration_sec": 18.699 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/staged_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/test.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/val.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/adapter_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..e9236f76983c584b2ed71d69e8edda5f9e088355 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/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-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/adapter_transforms_applied.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/model_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c68598e7982cd7c54590af18093e573bf41b370c --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214341/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/train_20260430_214345.log b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/train_20260430_214345.log new file mode 100644 index 0000000000000000000000000000000000000000..5040044d0d2d290c95e21e37f31206955f9845bf --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214341/train_20260430_214345.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa1a073b600d0015c789ea3048b59ff6bf920a3cc92dda0b3363b3c96f76ae2 +size 280 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/input_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5415e3ec2857eddf372aad8f8d8046fc5fa41675 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/public_gate_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/staged_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c0fb21710e5bd535ad97821d1b0aee90c79cbad4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/realtabformer_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/realtabformer_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/runtime_result.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..425b6781ad7de245fd9ed38e93a4f267be1acbfe --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "run_id": "rtf-c14-20260430_214413", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_realtabformer_59jythqt/container.cid', '--gpus', 'device=0', '-e', 'CUDA_VISIBLE_DEVICES=0', '-e', 'NCCL_P2P_DISABLE=1', '-e', 'HOME=/tmp', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413', 'benchmark:realtabformer-zjl', 'python', '-m', 'realtabformer.benchmark_cli', '--csv', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv', '--model-dir', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/models_100epochs', '--train-only', '--epochs', '100', '--features-json', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/realtabformer_features.json']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-04-30T21:44:16", + "ended_at": "2026-04-30T21:44:45", + "duration_sec": 28.996 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/staged_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/test.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/val.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/adapter_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..c458c6d4e7c1ebffc536974105200f9ed0d237ab --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/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-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/adapter_transforms_applied.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/model_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..18f8cf553627cc5b7b3a993542049b5627596833 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214413/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/train_20260430_214417.log b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/train_20260430_214417.log new file mode 100644 index 0000000000000000000000000000000000000000..7352d451c82fe64d14bddbcf2cfc4c10b338b1bb --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214413/train_20260430_214417.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b90a2652c5ade8ad8eeee7ddc8f7204ac8d2baecb101604925737871ddbf0af +size 2003 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/input_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5415e3ec2857eddf372aad8f8d8046fc5fa41675 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/public_gate_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/staged_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..831aa4ba70e660d67d52e8fe0c1036751031b582 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/realtabformer_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/realtabformer_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7adb5b3a1869cbffd076a9fd90a23c67275cbd80 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cb20aca3da07944b087c4bf41429138c5b654f7fa653019260ac3f97c845c0 +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..f8a5cc11fd3348c29a917e4fab7d17b07f4b8fbf --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8d5cf15d4299869338bd3bab96bfe33ba4565137b2ff1e0ea8ca8dc5c26cbe +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..a6ee5812187ae1e1a7eb3fd6245e49fc8dccd9fb --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31af9e74a39e11eb690345df356d64cecb1812fc45f7df970c62be42f9161f9c +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..03b568555a8d68ed9920106618433149a6e49cc3 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec90b9694c31a62c2676d00f12626c46f520bef6c8fe3d6353d51a7f7ea47ae +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a7db40fa96ab731e78996d2c473f979003758a1a --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebeaa8ea0a27ee70ad0dcec64203caa1dce0ab6ea2714878b0d73282c5e8dcc +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..bc5ef48bd638ada210e6ce6c4c36a660449675bb --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/trainer_state.json @@ -0,0 +1,11864 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.533333333333335, + "eval_steps": 100, + "global_step": 169000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.5539124314112e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5b1698aba05340855fa327431888c9a4b532ac3e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47232e1ca9532e1c546af8629398193fbcc97d54fbf12e9fc0044aa1ce0118a9 +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..be35a0ccdc099d67145040ed7f6827e609827ba9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e4f2560d99065fdbaf0846972659f535828f7733b03cc4a3192ba3cd4785d8 +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..a58e5e4089407f778423575214f29e15e2f7a9ab --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2700c0b6fe0b862180678b400a222bfe72f82cd146d66525c6a502ec2c1141d +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e5b2442ecf79e483cb110d45ab43d24407afaf04 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d98d59b27db80600674c1d43b133e8221b361fdb4f2a18026a108438689ee36 +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..51df3ee6d7e7ecbaca7712ef74eb97809aee9e25 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50d2fda85fbd4d441cfc238e2c84aa0c3d60d57004752c662f1bf7a0e47ac60 +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..34d466b6bae34442e851fc27fb838f90194d4f9d --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/trainer_state.json @@ -0,0 +1,11871 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.546666666666667, + "eval_steps": 100, + "global_step": 169100, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + }, + { + "epoch": 22.546666666666667, + "grad_norm": 0.49023526906967163, + "learning_rate": 3.873166666666667e-05, + "loss": 2.084552001953125, + "step": 169100 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.55660705415168e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169100/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0aee571d9514bea4ac37d02239be265412bfa61d --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457fdcc8310ae946f432562e640200d7f7cccb9989ac90ca1b9bf6d0d05639fd +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..450b5b3fd198e4b2c33d7b4164154aae365dbecb --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80f3bd20fb5524b8b60871011650a851d0be4a0c8ef1b973e9aeae19896b1cd +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..27fe6d580ba3f75faf4c2c00a310c6078011a942 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28759fa9d1728bf58e86456236ab3a625006367acc34d60a1e49b3dfa155a15f +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5e94c5422c6fde226c201f555cf1ef38445cacde --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d9e7c4dbc1e864a7168a50a9bfb4fd9217381aeb6a1006961216dc0b71f874 +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3257326c5e9a129c450d1eb57d166b97cd7ccb16 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48849965800bc343c80a02c848c8149e7d04aa290cdc54d5c4092241308db11b +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..41d56de3f6cdb6612cfa6db4d3d5eda6e36cebc2 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/trainer_state.json @@ -0,0 +1,11878 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.56, + "eval_steps": 100, + "global_step": 169200, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + }, + { + "epoch": 22.546666666666667, + "grad_norm": 0.49023526906967163, + "learning_rate": 3.873166666666667e-05, + "loss": 2.084552001953125, + "step": 169100 + }, + { + "epoch": 22.56, + "grad_norm": 0.48341864347457886, + "learning_rate": 3.8725e-05, + "loss": 2.083937530517578, + "step": 169200 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.55930167689216e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169200/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bef0e4905579723d806491a4ddbc7b8d1d5a5086 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d30299eb22bc90907e4450e9d1f93f6830e501fa0b59ab0098e7bb68a4efe6 +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..3ec23adcae18700b801396b2a9305fae63e77cde --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8799828286dd4f31cae35bb8e5f4113cb43f41109fbfb50e6a8b1ca27ef7901 +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..5b42b30d28c4b8f66707a40c1b93f78b0e82c1c3 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67f65ae2511ad1e30a5e672d954af5be61640e8eb5039a0b806b38ac004162b +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..98c7df43b0be3801fe59f984fd31c754babac97b --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c3a1b8091370f8043f68f464072add67432bea7b897021ecf9c40600ff2d4 +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..78b9453bdcbecebf2a73b48b7c58ec83533c62f6 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b700865c10dbd85c0312df82708ae6c94c368714fd7baae7df661d24b452ebba +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..9c40fb4102c95a512906f3520327dc722b81c7b6 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/trainer_state.json @@ -0,0 +1,11885 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.573333333333334, + "eval_steps": 100, + "global_step": 169300, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + }, + { + "epoch": 22.546666666666667, + "grad_norm": 0.49023526906967163, + "learning_rate": 3.873166666666667e-05, + "loss": 2.084552001953125, + "step": 169100 + }, + { + "epoch": 22.56, + "grad_norm": 0.48341864347457886, + "learning_rate": 3.8725e-05, + "loss": 2.083937530517578, + "step": 169200 + }, + { + "epoch": 22.573333333333334, + "grad_norm": 0.4568435251712799, + "learning_rate": 3.87184e-05, + "loss": 2.0851905822753904, + "step": 169300 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.56199629963264e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169300/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2f06af704043e07e08e19959d280262217732dde --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7122edc390a7f65d2caa0cb0ef9f5a6b50f941682639cbc52e18a3e8a6ab1a46 +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..6a22239840b2d51bf578697a3aa001de830f2f5d --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6e29f7c906e1363759ef55d2769e9001483f6881a919ff8f03c3667fff9b24 +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..462d7046bce8662518a97efa30813734b09388de --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524ce88a485f021eebdbd7e82c2efdc5d67a3757709a509d76131334c8b95c66 +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4ce1d199651169792016fd8f1a159184c5d26b5f --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd97664e778a558b1df27c0eb19ea01ce696317b0464fee79fe7ddf680cea586 +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6e1c2b90d7eff854404542c48ae9e0323e5ff3a4 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a73c4cdce3dffbbbb7bfb9fc65893be21c61e2d65eff40a7eefc36ac8aeddd +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..5a9a15705c1699b8485031929f0998aef10fdc32 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/trainer_state.json @@ -0,0 +1,11892 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.586666666666666, + "eval_steps": 100, + "global_step": 169400, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + }, + { + "epoch": 22.546666666666667, + "grad_norm": 0.49023526906967163, + "learning_rate": 3.873166666666667e-05, + "loss": 2.084552001953125, + "step": 169100 + }, + { + "epoch": 22.56, + "grad_norm": 0.48341864347457886, + "learning_rate": 3.8725e-05, + "loss": 2.083937530517578, + "step": 169200 + }, + { + "epoch": 22.573333333333334, + "grad_norm": 0.4568435251712799, + "learning_rate": 3.87184e-05, + "loss": 2.0851905822753904, + "step": 169300 + }, + { + "epoch": 22.586666666666666, + "grad_norm": 0.46612024307250977, + "learning_rate": 3.871173333333333e-05, + "loss": 2.084072265625, + "step": 169400 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.56469092237312e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169400/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/config.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0184a09b7bca7a3c208529833166f08ca48c0 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/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.5.3", + "use_cache": false, + "vocab_size": 16472 +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/generation_config.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe89567780e75b5c22eade9be971483b9618f39 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/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.5.3", + "use_cache": true +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/model.safetensors b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9df0418ac0c0bf73c434b83b2ceed519d9c4f6ed --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581be51858624f0d00a4d9eeb1580baab0a7f16ead6301ef7907b803fcda3c2 +size 223870408 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/optimizer.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..b933b0596185a8895519f1cd13c2c973c45cc70d --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f2bda729f009122068aeab793aa3a7365160ec646324b74f08401612864db9 +size 447789899 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/rng_state.pth b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..536b49a6b583cfd169be641a789ffc3e2d9c374a --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09caf2b1d61be6b355f59181d540f0ec472ba1134546201894a099b6713ec7b +size 14645 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scaler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7967aed9c46e97ce8edcad7d769a3303bc73d382 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d3dd2abfe298baa4d89d2d8a74e8ef9f4405b79c01d08c084c7f42b9f43644 +size 1383 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scheduler.pt b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8f28ed37001cd02664ff349f05516764349fa6b2 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8b4f5b657acb20a1e4da10d364ed941b873ec22e3f5a8dbe8be1f74e3fa2ec +size 1465 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/trainer_state.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..faf1cab05dc7e2cef900011c4a82f6bbd1a952e2 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/trainer_state.json @@ -0,0 +1,11899 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 22.6, + "eval_steps": 100, + "global_step": 169500, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.013333333333333334, + "grad_norm": 0.3097156882286072, + "learning_rate": 4.99934e-05, + "loss": 4.729451904296875, + "step": 100 + }, + { + "epoch": 0.02666666666666667, + "grad_norm": 0.2790767550468445, + "learning_rate": 4.9986733333333334e-05, + "loss": 2.9246112060546876, + "step": 200 + }, + { + "epoch": 0.04, + "grad_norm": 0.2287004292011261, + "learning_rate": 4.998006666666667e-05, + "loss": 2.681365966796875, + "step": 300 + }, + { + "epoch": 0.05333333333333334, + "grad_norm": 0.2410515397787094, + "learning_rate": 4.9973400000000005e-05, + "loss": 2.57897216796875, + "step": 400 + }, + { + "epoch": 0.06666666666666667, + "grad_norm": 0.23536495864391327, + "learning_rate": 4.996673333333334e-05, + "loss": 2.5199215698242186, + "step": 500 + }, + { + "epoch": 0.08, + "grad_norm": 0.2238040715456009, + "learning_rate": 4.996006666666667e-05, + "loss": 2.4802560424804687, + "step": 600 + }, + { + "epoch": 0.09333333333333334, + "grad_norm": 0.2373904138803482, + "learning_rate": 4.99534e-05, + "loss": 2.4584336853027344, + "step": 700 + }, + { + "epoch": 0.10666666666666667, + "grad_norm": 0.2210150510072708, + "learning_rate": 4.9946733333333334e-05, + "loss": 2.4438829040527343, + "step": 800 + }, + { + "epoch": 0.12, + "grad_norm": 0.23910416662693024, + "learning_rate": 4.9940066666666666e-05, + "loss": 2.430836181640625, + "step": 900 + }, + { + "epoch": 0.13333333333333333, + "grad_norm": 0.21543893218040466, + "learning_rate": 4.9933400000000005e-05, + "loss": 2.416129150390625, + "step": 1000 + }, + { + "epoch": 0.14666666666666667, + "grad_norm": 0.21585851907730103, + "learning_rate": 4.992673333333334e-05, + "loss": 2.4107843017578126, + "step": 1100 + }, + { + "epoch": 0.16, + "grad_norm": 0.24163727462291718, + "learning_rate": 4.992006666666667e-05, + "loss": 2.406159210205078, + "step": 1200 + }, + { + "epoch": 0.17333333333333334, + "grad_norm": 0.1956426501274109, + "learning_rate": 4.99134e-05, + "loss": 2.403145751953125, + "step": 1300 + }, + { + "epoch": 0.18666666666666668, + "grad_norm": 0.22274842858314514, + "learning_rate": 4.9906733333333335e-05, + "loss": 2.4001878356933593, + "step": 1400 + }, + { + "epoch": 0.2, + "grad_norm": 0.21048018336296082, + "learning_rate": 4.990006666666667e-05, + "loss": 2.396698455810547, + "step": 1500 + }, + { + "epoch": 0.21333333333333335, + "grad_norm": 0.20668183267116547, + "learning_rate": 4.98934e-05, + "loss": 2.3899136352539063, + "step": 1600 + }, + { + "epoch": 0.22666666666666666, + "grad_norm": 0.21129441261291504, + "learning_rate": 4.988673333333334e-05, + "loss": 2.3887448120117187, + "step": 1700 + }, + { + "epoch": 0.24, + "grad_norm": 0.19339148700237274, + "learning_rate": 4.988006666666667e-05, + "loss": 2.386446228027344, + "step": 1800 + }, + { + "epoch": 0.25333333333333335, + "grad_norm": 0.24494831264019012, + "learning_rate": 4.98734e-05, + "loss": 2.3824462890625, + "step": 1900 + }, + { + "epoch": 0.26666666666666666, + "grad_norm": 0.22533085942268372, + "learning_rate": 4.9866733333333335e-05, + "loss": 2.382945709228516, + "step": 2000 + }, + { + "epoch": 0.28, + "grad_norm": 0.19327044486999512, + "learning_rate": 4.9860066666666674e-05, + "loss": 2.380709533691406, + "step": 2100 + }, + { + "epoch": 0.29333333333333333, + "grad_norm": 0.21988032758235931, + "learning_rate": 4.98534e-05, + "loss": 2.3797772216796873, + "step": 2200 + }, + { + "epoch": 0.30666666666666664, + "grad_norm": 0.21458032727241516, + "learning_rate": 4.984673333333333e-05, + "loss": 2.3806968688964845, + "step": 2300 + }, + { + "epoch": 0.32, + "grad_norm": 0.1938823163509369, + "learning_rate": 4.984006666666667e-05, + "loss": 2.377256317138672, + "step": 2400 + }, + { + "epoch": 0.3333333333333333, + "grad_norm": 0.2332620471715927, + "learning_rate": 4.98334e-05, + "loss": 2.3771754455566407, + "step": 2500 + }, + { + "epoch": 0.3466666666666667, + "grad_norm": 0.2167084515094757, + "learning_rate": 4.9826733333333335e-05, + "loss": 2.379599151611328, + "step": 2600 + }, + { + "epoch": 0.36, + "grad_norm": 0.21894526481628418, + "learning_rate": 4.982006666666667e-05, + "loss": 2.376912078857422, + "step": 2700 + }, + { + "epoch": 0.37333333333333335, + "grad_norm": 0.21106357872486115, + "learning_rate": 4.9813400000000007e-05, + "loss": 2.374015045166016, + "step": 2800 + }, + { + "epoch": 0.38666666666666666, + "grad_norm": 0.19057656824588776, + "learning_rate": 4.980673333333333e-05, + "loss": 2.3733976745605467, + "step": 2900 + }, + { + "epoch": 0.4, + "grad_norm": 0.21368202567100525, + "learning_rate": 4.9800066666666664e-05, + "loss": 2.3731019592285154, + "step": 3000 + }, + { + "epoch": 0.41333333333333333, + "grad_norm": 0.20361854135990143, + "learning_rate": 4.9793400000000003e-05, + "loss": 2.372502746582031, + "step": 3100 + }, + { + "epoch": 0.4266666666666667, + "grad_norm": 0.21937857568264008, + "learning_rate": 4.9786733333333336e-05, + "loss": 2.3699537658691407, + "step": 3200 + }, + { + "epoch": 0.44, + "grad_norm": 0.20447471737861633, + "learning_rate": 4.978006666666667e-05, + "loss": 2.3710557556152345, + "step": 3300 + }, + { + "epoch": 0.4533333333333333, + "grad_norm": 0.21187078952789307, + "learning_rate": 4.97734e-05, + "loss": 2.3726930236816406, + "step": 3400 + }, + { + "epoch": 0.4666666666666667, + "grad_norm": 0.2117481529712677, + "learning_rate": 4.976673333333334e-05, + "loss": 2.3712057495117187, + "step": 3500 + }, + { + "epoch": 0.48, + "grad_norm": 0.21514153480529785, + "learning_rate": 4.976006666666667e-05, + "loss": 2.3699081420898436, + "step": 3600 + }, + { + "epoch": 0.49333333333333335, + "grad_norm": 0.21301567554473877, + "learning_rate": 4.97534e-05, + "loss": 2.3686956787109374, + "step": 3700 + }, + { + "epoch": 0.5066666666666667, + "grad_norm": 0.21573932468891144, + "learning_rate": 4.9746733333333336e-05, + "loss": 2.3669277954101564, + "step": 3800 + }, + { + "epoch": 0.52, + "grad_norm": 0.21901340782642365, + "learning_rate": 4.974006666666667e-05, + "loss": 2.3691697692871094, + "step": 3900 + }, + { + "epoch": 0.5333333333333333, + "grad_norm": 0.17888770997524261, + "learning_rate": 4.97334e-05, + "loss": 2.3694166564941406, + "step": 4000 + }, + { + "epoch": 0.5466666666666666, + "grad_norm": 0.20132586359977722, + "learning_rate": 4.972673333333334e-05, + "loss": 2.3693058776855467, + "step": 4100 + }, + { + "epoch": 0.56, + "grad_norm": 0.20158927142620087, + "learning_rate": 4.972006666666667e-05, + "loss": 2.3696084594726563, + "step": 4200 + }, + { + "epoch": 0.5733333333333334, + "grad_norm": 0.19169336557388306, + "learning_rate": 4.9713400000000004e-05, + "loss": 2.3690890502929687, + "step": 4300 + }, + { + "epoch": 0.5866666666666667, + "grad_norm": 0.1851499378681183, + "learning_rate": 4.9706733333333336e-05, + "loss": 2.365598602294922, + "step": 4400 + }, + { + "epoch": 0.6, + "grad_norm": 0.17640796303749084, + "learning_rate": 4.970006666666667e-05, + "loss": 2.3662982177734375, + "step": 4500 + }, + { + "epoch": 0.6133333333333333, + "grad_norm": 0.19363251328468323, + "learning_rate": 4.96934e-05, + "loss": 2.366368408203125, + "step": 4600 + }, + { + "epoch": 0.6266666666666667, + "grad_norm": 0.18789421021938324, + "learning_rate": 4.968673333333333e-05, + "loss": 2.3673724365234374, + "step": 4700 + }, + { + "epoch": 0.64, + "grad_norm": 0.2276417762041092, + "learning_rate": 4.968006666666667e-05, + "loss": 2.3687364196777345, + "step": 4800 + }, + { + "epoch": 0.6533333333333333, + "grad_norm": 0.24959126114845276, + "learning_rate": 4.9673400000000005e-05, + "loss": 2.3668873596191404, + "step": 4900 + }, + { + "epoch": 0.6666666666666666, + "grad_norm": 0.1974227875471115, + "learning_rate": 4.966673333333334e-05, + "loss": 2.367490539550781, + "step": 5000 + }, + { + "epoch": 0.68, + "grad_norm": 0.21331575512886047, + "learning_rate": 4.966006666666667e-05, + "loss": 2.3667413330078126, + "step": 5100 + }, + { + "epoch": 0.6933333333333334, + "grad_norm": 0.19911886751651764, + "learning_rate": 4.96534e-05, + "loss": 2.3675457763671877, + "step": 5200 + }, + { + "epoch": 0.7066666666666667, + "grad_norm": 0.18808232247829437, + "learning_rate": 4.9646733333333334e-05, + "loss": 2.365087432861328, + "step": 5300 + }, + { + "epoch": 0.72, + "grad_norm": 0.20785415172576904, + "learning_rate": 4.9640066666666666e-05, + "loss": 2.364909362792969, + "step": 5400 + }, + { + "epoch": 0.7333333333333333, + "grad_norm": 0.20224037766456604, + "learning_rate": 4.9633400000000005e-05, + "loss": 2.3632057189941404, + "step": 5500 + }, + { + "epoch": 0.7466666666666667, + "grad_norm": 0.2229875922203064, + "learning_rate": 4.962673333333334e-05, + "loss": 2.3641395568847656, + "step": 5600 + }, + { + "epoch": 0.76, + "grad_norm": 0.1919153928756714, + "learning_rate": 4.962006666666667e-05, + "loss": 2.3659425354003907, + "step": 5700 + }, + { + "epoch": 0.7733333333333333, + "grad_norm": 0.20427671074867249, + "learning_rate": 4.96134e-05, + "loss": 2.363852081298828, + "step": 5800 + }, + { + "epoch": 0.7866666666666666, + "grad_norm": 0.21656429767608643, + "learning_rate": 4.960673333333334e-05, + "loss": 2.362543182373047, + "step": 5900 + }, + { + "epoch": 0.8, + "grad_norm": 0.2063402533531189, + "learning_rate": 4.9600066666666666e-05, + "loss": 2.366965026855469, + "step": 6000 + }, + { + "epoch": 0.8133333333333334, + "grad_norm": 0.1898108273744583, + "learning_rate": 4.95934e-05, + "loss": 2.3621893310546875, + "step": 6100 + }, + { + "epoch": 0.8266666666666667, + "grad_norm": 0.20282649993896484, + "learning_rate": 4.958673333333334e-05, + "loss": 2.3625088500976563, + "step": 6200 + }, + { + "epoch": 0.84, + "grad_norm": 0.20909225940704346, + "learning_rate": 4.958006666666667e-05, + "loss": 2.3645458984375, + "step": 6300 + }, + { + "epoch": 0.8533333333333334, + "grad_norm": 0.1983426809310913, + "learning_rate": 4.95734e-05, + "loss": 2.3627133178710937, + "step": 6400 + }, + { + "epoch": 0.8666666666666667, + "grad_norm": 0.19243596494197845, + "learning_rate": 4.9566733333333334e-05, + "loss": 2.3633660888671875, + "step": 6500 + }, + { + "epoch": 0.88, + "grad_norm": 0.2079390585422516, + "learning_rate": 4.9560066666666673e-05, + "loss": 2.3625689697265626, + "step": 6600 + }, + { + "epoch": 0.8933333333333333, + "grad_norm": 0.21222324669361115, + "learning_rate": 4.95534e-05, + "loss": 2.3634515380859376, + "step": 6700 + }, + { + "epoch": 0.9066666666666666, + "grad_norm": 0.20715859532356262, + "learning_rate": 4.954673333333333e-05, + "loss": 2.361647186279297, + "step": 6800 + }, + { + "epoch": 0.92, + "grad_norm": 0.20895737409591675, + "learning_rate": 4.954006666666667e-05, + "loss": 2.3614102172851563, + "step": 6900 + }, + { + "epoch": 0.9333333333333333, + "grad_norm": 0.2002798467874527, + "learning_rate": 4.95334e-05, + "loss": 2.36139892578125, + "step": 7000 + }, + { + "epoch": 0.9466666666666667, + "grad_norm": 0.19291919469833374, + "learning_rate": 4.9526733333333335e-05, + "loss": 2.3608961486816407, + "step": 7100 + }, + { + "epoch": 0.96, + "grad_norm": 0.21889089047908783, + "learning_rate": 4.952006666666667e-05, + "loss": 2.3637326049804686, + "step": 7200 + }, + { + "epoch": 0.9733333333333334, + "grad_norm": 0.2078685611486435, + "learning_rate": 4.9513400000000006e-05, + "loss": 2.3617208862304686, + "step": 7300 + }, + { + "epoch": 0.9866666666666667, + "grad_norm": 0.2064240425825119, + "learning_rate": 4.950673333333334e-05, + "loss": 2.363861083984375, + "step": 7400 + }, + { + "epoch": 1.0, + "grad_norm": 0.20584005117416382, + "learning_rate": 4.9500066666666664e-05, + "loss": 2.361913146972656, + "step": 7500 + }, + { + "epoch": 1.0133333333333334, + "grad_norm": 0.1801510751247406, + "learning_rate": 4.94934e-05, + "loss": 2.360869903564453, + "step": 7600 + }, + { + "epoch": 1.0266666666666666, + "grad_norm": 0.1993046998977661, + "learning_rate": 4.9486733333333335e-05, + "loss": 2.361507568359375, + "step": 7700 + }, + { + "epoch": 1.04, + "grad_norm": 0.19615833461284637, + "learning_rate": 4.948006666666667e-05, + "loss": 2.3610348510742187, + "step": 7800 + }, + { + "epoch": 1.0533333333333332, + "grad_norm": 0.21650268137454987, + "learning_rate": 4.9473400000000006e-05, + "loss": 2.3594178771972656, + "step": 7900 + }, + { + "epoch": 1.0666666666666667, + "grad_norm": 0.21163895726203918, + "learning_rate": 4.946673333333334e-05, + "loss": 2.360281982421875, + "step": 8000 + }, + { + "epoch": 1.08, + "grad_norm": 0.204850971698761, + "learning_rate": 4.946006666666667e-05, + "loss": 2.3587506103515623, + "step": 8100 + }, + { + "epoch": 1.0933333333333333, + "grad_norm": 0.19019952416419983, + "learning_rate": 4.9453399999999996e-05, + "loss": 2.359633331298828, + "step": 8200 + }, + { + "epoch": 1.1066666666666667, + "grad_norm": 0.19061067700386047, + "learning_rate": 4.9446733333333336e-05, + "loss": 2.3588740539550783, + "step": 8300 + }, + { + "epoch": 1.12, + "grad_norm": 0.17677488923072815, + "learning_rate": 4.944006666666667e-05, + "loss": 2.3598394775390625, + "step": 8400 + }, + { + "epoch": 1.1333333333333333, + "grad_norm": 0.1912253499031067, + "learning_rate": 4.94334e-05, + "loss": 2.360320739746094, + "step": 8500 + }, + { + "epoch": 1.1466666666666667, + "grad_norm": 0.2024315893650055, + "learning_rate": 4.942673333333334e-05, + "loss": 2.3580809020996094, + "step": 8600 + }, + { + "epoch": 1.16, + "grad_norm": 0.18786175549030304, + "learning_rate": 4.942006666666667e-05, + "loss": 2.3593084716796877, + "step": 8700 + }, + { + "epoch": 1.1733333333333333, + "grad_norm": 0.21662430465221405, + "learning_rate": 4.9413400000000004e-05, + "loss": 2.3598200988769533, + "step": 8800 + }, + { + "epoch": 1.1866666666666668, + "grad_norm": 0.1833869218826294, + "learning_rate": 4.9406733333333336e-05, + "loss": 2.3603662109375, + "step": 8900 + }, + { + "epoch": 1.2, + "grad_norm": 0.17883288860321045, + "learning_rate": 4.940006666666667e-05, + "loss": 2.3576153564453124, + "step": 9000 + }, + { + "epoch": 1.2133333333333334, + "grad_norm": 0.20075617730617523, + "learning_rate": 4.93934e-05, + "loss": 2.359826965332031, + "step": 9100 + }, + { + "epoch": 1.2266666666666666, + "grad_norm": 0.2007887363433838, + "learning_rate": 4.938673333333333e-05, + "loss": 2.358603210449219, + "step": 9200 + }, + { + "epoch": 1.24, + "grad_norm": 0.1917891800403595, + "learning_rate": 4.938006666666667e-05, + "loss": 2.3588916015625, + "step": 9300 + }, + { + "epoch": 1.2533333333333334, + "grad_norm": 0.21604856848716736, + "learning_rate": 4.9373400000000004e-05, + "loss": 2.3602168273925783, + "step": 9400 + }, + { + "epoch": 1.2666666666666666, + "grad_norm": 0.17735335230827332, + "learning_rate": 4.9366733333333336e-05, + "loss": 2.3565715026855467, + "step": 9500 + }, + { + "epoch": 1.28, + "grad_norm": 0.19378457963466644, + "learning_rate": 4.936006666666667e-05, + "loss": 2.3594598388671875, + "step": 9600 + }, + { + "epoch": 1.2933333333333334, + "grad_norm": 0.17695476114749908, + "learning_rate": 4.93534e-05, + "loss": 2.3589300537109374, + "step": 9700 + }, + { + "epoch": 1.3066666666666666, + "grad_norm": 0.21539485454559326, + "learning_rate": 4.934673333333333e-05, + "loss": 2.3615129089355467, + "step": 9800 + }, + { + "epoch": 1.32, + "grad_norm": 0.19134896993637085, + "learning_rate": 4.9340066666666665e-05, + "loss": 2.362266082763672, + "step": 9900 + }, + { + "epoch": 1.3333333333333333, + "grad_norm": 0.21886669099330902, + "learning_rate": 4.9333400000000004e-05, + "loss": 2.358092956542969, + "step": 10000 + }, + { + "epoch": 1.3466666666666667, + "grad_norm": 0.2164846807718277, + "learning_rate": 4.932673333333334e-05, + "loss": 2.3595159912109374, + "step": 10100 + }, + { + "epoch": 1.3599999999999999, + "grad_norm": 0.2044377326965332, + "learning_rate": 4.932006666666667e-05, + "loss": 2.3593812561035157, + "step": 10200 + }, + { + "epoch": 1.3733333333333333, + "grad_norm": 0.19607120752334595, + "learning_rate": 4.93134e-05, + "loss": 2.3597682189941405, + "step": 10300 + }, + { + "epoch": 1.3866666666666667, + "grad_norm": 0.20865550637245178, + "learning_rate": 4.930673333333334e-05, + "loss": 2.3585769653320314, + "step": 10400 + }, + { + "epoch": 1.4, + "grad_norm": 0.19647538661956787, + "learning_rate": 4.9300066666666666e-05, + "loss": 2.357613525390625, + "step": 10500 + }, + { + "epoch": 1.4133333333333333, + "grad_norm": 0.20263008773326874, + "learning_rate": 4.92934e-05, + "loss": 2.3594039916992187, + "step": 10600 + }, + { + "epoch": 1.4266666666666667, + "grad_norm": 0.20336301624774933, + "learning_rate": 4.928673333333334e-05, + "loss": 2.358168487548828, + "step": 10700 + }, + { + "epoch": 1.44, + "grad_norm": 0.19379153847694397, + "learning_rate": 4.928006666666667e-05, + "loss": 2.357987060546875, + "step": 10800 + }, + { + "epoch": 1.4533333333333334, + "grad_norm": 0.19382280111312866, + "learning_rate": 4.92734e-05, + "loss": 2.358719482421875, + "step": 10900 + }, + { + "epoch": 1.4666666666666668, + "grad_norm": 0.22233974933624268, + "learning_rate": 4.9266733333333334e-05, + "loss": 2.359342498779297, + "step": 11000 + }, + { + "epoch": 1.48, + "grad_norm": 0.2031731903553009, + "learning_rate": 4.926006666666667e-05, + "loss": 2.3575526428222657, + "step": 11100 + }, + { + "epoch": 1.4933333333333334, + "grad_norm": 0.2249104380607605, + "learning_rate": 4.9253400000000005e-05, + "loss": 2.359127197265625, + "step": 11200 + }, + { + "epoch": 1.5066666666666668, + "grad_norm": 0.19960635900497437, + "learning_rate": 4.924673333333333e-05, + "loss": 2.35850830078125, + "step": 11300 + }, + { + "epoch": 1.52, + "grad_norm": 0.17657485604286194, + "learning_rate": 4.924006666666667e-05, + "loss": 2.3599581909179688, + "step": 11400 + }, + { + "epoch": 1.5333333333333332, + "grad_norm": 0.2015186995267868, + "learning_rate": 4.92334e-05, + "loss": 2.3588160705566406, + "step": 11500 + }, + { + "epoch": 1.5466666666666666, + "grad_norm": 0.20554782450199127, + "learning_rate": 4.9226733333333334e-05, + "loss": 2.3559320068359373, + "step": 11600 + }, + { + "epoch": 1.56, + "grad_norm": 0.1838974952697754, + "learning_rate": 4.9220066666666667e-05, + "loss": 2.3575198364257814, + "step": 11700 + }, + { + "epoch": 1.5733333333333333, + "grad_norm": 0.19607774913311005, + "learning_rate": 4.9213400000000006e-05, + "loss": 2.3575714111328123, + "step": 11800 + }, + { + "epoch": 1.5866666666666667, + "grad_norm": 0.178280308842659, + "learning_rate": 4.920673333333334e-05, + "loss": 2.3576229858398436, + "step": 11900 + }, + { + "epoch": 1.6, + "grad_norm": 0.18399088084697723, + "learning_rate": 4.920006666666666e-05, + "loss": 2.3562477111816404, + "step": 12000 + }, + { + "epoch": 1.6133333333333333, + "grad_norm": 0.20826038718223572, + "learning_rate": 4.91934e-05, + "loss": 2.355485382080078, + "step": 12100 + }, + { + "epoch": 1.6266666666666667, + "grad_norm": 0.20758900046348572, + "learning_rate": 4.9186733333333335e-05, + "loss": 2.3574794006347655, + "step": 12200 + }, + { + "epoch": 1.6400000000000001, + "grad_norm": 0.19196072220802307, + "learning_rate": 4.918006666666667e-05, + "loss": 2.3581634521484376, + "step": 12300 + }, + { + "epoch": 1.6533333333333333, + "grad_norm": 0.1848619282245636, + "learning_rate": 4.9173400000000006e-05, + "loss": 2.3570237731933594, + "step": 12400 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.2013252079486847, + "learning_rate": 4.916673333333334e-05, + "loss": 2.3577528381347657, + "step": 12500 + }, + { + "epoch": 1.6800000000000002, + "grad_norm": 0.1901196390390396, + "learning_rate": 4.916006666666667e-05, + "loss": 2.356570129394531, + "step": 12600 + }, + { + "epoch": 1.6933333333333334, + "grad_norm": 0.21528318524360657, + "learning_rate": 4.91534e-05, + "loss": 2.3587225341796874, + "step": 12700 + }, + { + "epoch": 1.7066666666666666, + "grad_norm": 0.21024923026561737, + "learning_rate": 4.9146733333333335e-05, + "loss": 2.356683349609375, + "step": 12800 + }, + { + "epoch": 1.72, + "grad_norm": 0.21185488998889923, + "learning_rate": 4.914006666666667e-05, + "loss": 2.3565196228027343, + "step": 12900 + }, + { + "epoch": 1.7333333333333334, + "grad_norm": 0.1909532994031906, + "learning_rate": 4.91334e-05, + "loss": 2.3565260314941407, + "step": 13000 + }, + { + "epoch": 1.7466666666666666, + "grad_norm": 0.17285031080245972, + "learning_rate": 4.912673333333334e-05, + "loss": 2.3597225952148437, + "step": 13100 + }, + { + "epoch": 1.76, + "grad_norm": 0.20661011338233948, + "learning_rate": 4.912006666666667e-05, + "loss": 2.355798797607422, + "step": 13200 + }, + { + "epoch": 1.7733333333333334, + "grad_norm": 0.17752040922641754, + "learning_rate": 4.91134e-05, + "loss": 2.358916931152344, + "step": 13300 + }, + { + "epoch": 1.7866666666666666, + "grad_norm": 0.1924242228269577, + "learning_rate": 4.9106733333333335e-05, + "loss": 2.3583119201660154, + "step": 13400 + }, + { + "epoch": 1.8, + "grad_norm": 0.1849152147769928, + "learning_rate": 4.910006666666667e-05, + "loss": 2.3570172119140627, + "step": 13500 + }, + { + "epoch": 1.8133333333333335, + "grad_norm": 0.185477152466774, + "learning_rate": 4.90934e-05, + "loss": 2.3571125793457033, + "step": 13600 + }, + { + "epoch": 1.8266666666666667, + "grad_norm": 0.20487146079540253, + "learning_rate": 4.908673333333333e-05, + "loss": 2.3563079833984375, + "step": 13700 + }, + { + "epoch": 1.8399999999999999, + "grad_norm": 0.1872117966413498, + "learning_rate": 4.908006666666667e-05, + "loss": 2.3568649291992188, + "step": 13800 + }, + { + "epoch": 1.8533333333333335, + "grad_norm": 0.20117762684822083, + "learning_rate": 4.9073400000000004e-05, + "loss": 2.3565196228027343, + "step": 13900 + }, + { + "epoch": 1.8666666666666667, + "grad_norm": 0.19476266205310822, + "learning_rate": 4.9066733333333336e-05, + "loss": 2.358032989501953, + "step": 14000 + }, + { + "epoch": 1.88, + "grad_norm": 0.22407779097557068, + "learning_rate": 4.906006666666667e-05, + "loss": 2.3561721801757813, + "step": 14100 + }, + { + "epoch": 1.8933333333333333, + "grad_norm": 0.17407096922397614, + "learning_rate": 4.905340000000001e-05, + "loss": 2.3565065002441408, + "step": 14200 + }, + { + "epoch": 1.9066666666666667, + "grad_norm": 0.20838646590709686, + "learning_rate": 4.904673333333333e-05, + "loss": 2.3535838317871094, + "step": 14300 + }, + { + "epoch": 1.92, + "grad_norm": 0.1853237748146057, + "learning_rate": 4.9040066666666665e-05, + "loss": 2.354512481689453, + "step": 14400 + }, + { + "epoch": 1.9333333333333333, + "grad_norm": 0.19149570167064667, + "learning_rate": 4.9033400000000004e-05, + "loss": 2.3577252197265626, + "step": 14500 + }, + { + "epoch": 1.9466666666666668, + "grad_norm": 0.17799700796604156, + "learning_rate": 4.9026733333333336e-05, + "loss": 2.35733154296875, + "step": 14600 + }, + { + "epoch": 1.96, + "grad_norm": 0.19204910099506378, + "learning_rate": 4.902006666666667e-05, + "loss": 2.354717559814453, + "step": 14700 + }, + { + "epoch": 1.9733333333333334, + "grad_norm": 0.2267007678747177, + "learning_rate": 4.90134e-05, + "loss": 2.356217041015625, + "step": 14800 + }, + { + "epoch": 1.9866666666666668, + "grad_norm": 0.19406317174434662, + "learning_rate": 4.900673333333334e-05, + "loss": 2.3556443786621095, + "step": 14900 + }, + { + "epoch": 2.0, + "grad_norm": 0.204499751329422, + "learning_rate": 4.9000066666666665e-05, + "loss": 2.356020965576172, + "step": 15000 + }, + { + "epoch": 2.013333333333333, + "grad_norm": 0.1888091266155243, + "learning_rate": 4.89934e-05, + "loss": 2.352834930419922, + "step": 15100 + }, + { + "epoch": 2.026666666666667, + "grad_norm": 0.19324932992458344, + "learning_rate": 4.8986733333333337e-05, + "loss": 2.354947357177734, + "step": 15200 + }, + { + "epoch": 2.04, + "grad_norm": 0.18967552483081818, + "learning_rate": 4.898006666666667e-05, + "loss": 2.3552085876464846, + "step": 15300 + }, + { + "epoch": 2.0533333333333332, + "grad_norm": 0.1882469207048416, + "learning_rate": 4.89734e-05, + "loss": 2.354617462158203, + "step": 15400 + }, + { + "epoch": 2.066666666666667, + "grad_norm": 0.2014245092868805, + "learning_rate": 4.896673333333333e-05, + "loss": 2.3554867553710936, + "step": 15500 + }, + { + "epoch": 2.08, + "grad_norm": 0.20610852539539337, + "learning_rate": 4.896006666666667e-05, + "loss": 2.3536581420898437, + "step": 15600 + }, + { + "epoch": 2.0933333333333333, + "grad_norm": 0.21335220336914062, + "learning_rate": 4.8953400000000005e-05, + "loss": 2.354955291748047, + "step": 15700 + }, + { + "epoch": 2.1066666666666665, + "grad_norm": 0.19335633516311646, + "learning_rate": 4.894673333333333e-05, + "loss": 2.3532504272460937, + "step": 15800 + }, + { + "epoch": 2.12, + "grad_norm": 0.1970617026090622, + "learning_rate": 4.894006666666667e-05, + "loss": 2.3523245239257813, + "step": 15900 + }, + { + "epoch": 2.1333333333333333, + "grad_norm": 0.195561483502388, + "learning_rate": 4.89334e-05, + "loss": 2.354027099609375, + "step": 16000 + }, + { + "epoch": 2.1466666666666665, + "grad_norm": 0.18854361772537231, + "learning_rate": 4.89268e-05, + "loss": 2.35153564453125, + "step": 16100 + }, + { + "epoch": 2.16, + "grad_norm": 0.20224016904830933, + "learning_rate": 4.892013333333333e-05, + "loss": 2.356122589111328, + "step": 16200 + }, + { + "epoch": 2.1733333333333333, + "grad_norm": 0.18668098747730255, + "learning_rate": 4.891346666666667e-05, + "loss": 2.354725189208984, + "step": 16300 + }, + { + "epoch": 2.1866666666666665, + "grad_norm": 0.1866915374994278, + "learning_rate": 4.8906800000000004e-05, + "loss": 2.354028625488281, + "step": 16400 + }, + { + "epoch": 2.2, + "grad_norm": 0.21461573243141174, + "learning_rate": 4.8900133333333336e-05, + "loss": 2.3526856994628904, + "step": 16500 + }, + { + "epoch": 2.2133333333333334, + "grad_norm": 0.18227700889110565, + "learning_rate": 4.889346666666667e-05, + "loss": 2.3545989990234375, + "step": 16600 + }, + { + "epoch": 2.2266666666666666, + "grad_norm": 0.19773833453655243, + "learning_rate": 4.888680000000001e-05, + "loss": 2.351981201171875, + "step": 16700 + }, + { + "epoch": 2.24, + "grad_norm": 0.20956110954284668, + "learning_rate": 4.888013333333333e-05, + "loss": 2.355366516113281, + "step": 16800 + }, + { + "epoch": 2.2533333333333334, + "grad_norm": 0.1993572860956192, + "learning_rate": 4.8873466666666665e-05, + "loss": 2.3551705932617186, + "step": 16900 + }, + { + "epoch": 2.2666666666666666, + "grad_norm": 0.2015913426876068, + "learning_rate": 4.8866800000000005e-05, + "loss": 2.3545513916015626, + "step": 17000 + }, + { + "epoch": 2.2800000000000002, + "grad_norm": 0.19929593801498413, + "learning_rate": 4.886013333333334e-05, + "loss": 2.352397766113281, + "step": 17100 + }, + { + "epoch": 2.2933333333333334, + "grad_norm": 0.20449623465538025, + "learning_rate": 4.885346666666667e-05, + "loss": 2.354527893066406, + "step": 17200 + }, + { + "epoch": 2.3066666666666666, + "grad_norm": 0.20281392335891724, + "learning_rate": 4.88468e-05, + "loss": 2.351980438232422, + "step": 17300 + }, + { + "epoch": 2.32, + "grad_norm": 0.21583755314350128, + "learning_rate": 4.884013333333334e-05, + "loss": 2.3545767211914064, + "step": 17400 + }, + { + "epoch": 2.3333333333333335, + "grad_norm": 0.20362140238285065, + "learning_rate": 4.8833466666666666e-05, + "loss": 2.3561666870117186, + "step": 17500 + }, + { + "epoch": 2.3466666666666667, + "grad_norm": 0.1887034773826599, + "learning_rate": 4.88268e-05, + "loss": 2.353743438720703, + "step": 17600 + }, + { + "epoch": 2.36, + "grad_norm": 0.1752418577671051, + "learning_rate": 4.882013333333334e-05, + "loss": 2.35181884765625, + "step": 17700 + }, + { + "epoch": 2.3733333333333335, + "grad_norm": 0.19891609251499176, + "learning_rate": 4.881346666666667e-05, + "loss": 2.3536032104492186, + "step": 17800 + }, + { + "epoch": 2.3866666666666667, + "grad_norm": 0.1945076882839203, + "learning_rate": 4.88068e-05, + "loss": 2.35367919921875, + "step": 17900 + }, + { + "epoch": 2.4, + "grad_norm": 0.17770184576511383, + "learning_rate": 4.8800133333333334e-05, + "loss": 2.3528033447265626, + "step": 18000 + }, + { + "epoch": 2.413333333333333, + "grad_norm": 0.223379448056221, + "learning_rate": 4.879353333333333e-05, + "loss": 2.35432861328125, + "step": 18100 + }, + { + "epoch": 2.4266666666666667, + "grad_norm": 0.18828672170639038, + "learning_rate": 4.878686666666667e-05, + "loss": 2.355252380371094, + "step": 18200 + }, + { + "epoch": 2.44, + "grad_norm": 0.18844439089298248, + "learning_rate": 4.8780200000000004e-05, + "loss": 2.3561915588378906, + "step": 18300 + }, + { + "epoch": 2.453333333333333, + "grad_norm": 0.21294449269771576, + "learning_rate": 4.877353333333334e-05, + "loss": 2.3547706604003906, + "step": 18400 + }, + { + "epoch": 2.466666666666667, + "grad_norm": 0.17931200563907623, + "learning_rate": 4.876686666666667e-05, + "loss": 2.355154724121094, + "step": 18500 + }, + { + "epoch": 2.48, + "grad_norm": 0.21106231212615967, + "learning_rate": 4.87602e-05, + "loss": 2.352605895996094, + "step": 18600 + }, + { + "epoch": 2.493333333333333, + "grad_norm": 0.1965954452753067, + "learning_rate": 4.8753533333333333e-05, + "loss": 2.354511260986328, + "step": 18700 + }, + { + "epoch": 2.506666666666667, + "grad_norm": 0.2056257575750351, + "learning_rate": 4.8746866666666666e-05, + "loss": 2.3556398010253905, + "step": 18800 + }, + { + "epoch": 2.52, + "grad_norm": 0.21052542328834534, + "learning_rate": 4.8740200000000005e-05, + "loss": 2.3537603759765626, + "step": 18900 + }, + { + "epoch": 2.533333333333333, + "grad_norm": 0.19049997627735138, + "learning_rate": 4.873353333333334e-05, + "loss": 2.353008270263672, + "step": 19000 + }, + { + "epoch": 2.546666666666667, + "grad_norm": 0.17134717106819153, + "learning_rate": 4.872686666666667e-05, + "loss": 2.3548989868164063, + "step": 19100 + }, + { + "epoch": 2.56, + "grad_norm": 0.19276337325572968, + "learning_rate": 4.87202e-05, + "loss": 2.3533308410644533, + "step": 19200 + }, + { + "epoch": 2.5733333333333333, + "grad_norm": 0.20519237220287323, + "learning_rate": 4.8713533333333334e-05, + "loss": 2.353628692626953, + "step": 19300 + }, + { + "epoch": 2.586666666666667, + "grad_norm": 0.19865448772907257, + "learning_rate": 4.8706866666666666e-05, + "loss": 2.3552372741699217, + "step": 19400 + }, + { + "epoch": 2.6, + "grad_norm": 0.21072329580783844, + "learning_rate": 4.87002e-05, + "loss": 2.354803009033203, + "step": 19500 + }, + { + "epoch": 2.6133333333333333, + "grad_norm": 0.20858490467071533, + "learning_rate": 4.869353333333334e-05, + "loss": 2.352855224609375, + "step": 19600 + }, + { + "epoch": 2.626666666666667, + "grad_norm": 0.19127769768238068, + "learning_rate": 4.868686666666667e-05, + "loss": 2.3559735107421873, + "step": 19700 + }, + { + "epoch": 2.64, + "grad_norm": 0.1971408575773239, + "learning_rate": 4.86802e-05, + "loss": 2.3524879455566405, + "step": 19800 + }, + { + "epoch": 2.6533333333333333, + "grad_norm": 0.19466613233089447, + "learning_rate": 4.867353333333334e-05, + "loss": 2.35252685546875, + "step": 19900 + }, + { + "epoch": 2.6666666666666665, + "grad_norm": 0.17773135006427765, + "learning_rate": 4.866686666666667e-05, + "loss": 2.3533396911621094, + "step": 20000 + }, + { + "epoch": 2.68, + "grad_norm": 0.2046392261981964, + "learning_rate": 4.866026666666667e-05, + "loss": 2.3539585876464844, + "step": 20100 + }, + { + "epoch": 2.6933333333333334, + "grad_norm": 0.1670500934123993, + "learning_rate": 4.8653600000000005e-05, + "loss": 2.353471527099609, + "step": 20200 + }, + { + "epoch": 2.7066666666666666, + "grad_norm": 0.1887359917163849, + "learning_rate": 4.864693333333333e-05, + "loss": 2.3529425048828125, + "step": 20300 + }, + { + "epoch": 2.7199999999999998, + "grad_norm": 0.19046323001384735, + "learning_rate": 4.864026666666667e-05, + "loss": 2.353743133544922, + "step": 20400 + }, + { + "epoch": 2.7333333333333334, + "grad_norm": 0.20893333852291107, + "learning_rate": 4.86336e-05, + "loss": 2.354876708984375, + "step": 20500 + }, + { + "epoch": 2.7466666666666666, + "grad_norm": 0.20090077817440033, + "learning_rate": 4.8626933333333334e-05, + "loss": 2.354145050048828, + "step": 20600 + }, + { + "epoch": 2.76, + "grad_norm": 0.1944134384393692, + "learning_rate": 4.862026666666667e-05, + "loss": 2.3537525939941406, + "step": 20700 + }, + { + "epoch": 2.7733333333333334, + "grad_norm": 0.19937659800052643, + "learning_rate": 4.8613600000000005e-05, + "loss": 2.3532589721679686, + "step": 20800 + }, + { + "epoch": 2.7866666666666666, + "grad_norm": 0.19922621548175812, + "learning_rate": 4.860693333333334e-05, + "loss": 2.3535202026367186, + "step": 20900 + }, + { + "epoch": 2.8, + "grad_norm": 0.17885304987430573, + "learning_rate": 4.860026666666667e-05, + "loss": 2.3526271057128905, + "step": 21000 + }, + { + "epoch": 2.8133333333333335, + "grad_norm": 0.19968298077583313, + "learning_rate": 4.85936e-05, + "loss": 2.351287078857422, + "step": 21100 + }, + { + "epoch": 2.8266666666666667, + "grad_norm": 0.20618899166584015, + "learning_rate": 4.8586933333333334e-05, + "loss": 2.35383544921875, + "step": 21200 + }, + { + "epoch": 2.84, + "grad_norm": 0.18697108328342438, + "learning_rate": 4.8580266666666666e-05, + "loss": 2.3557089233398436, + "step": 21300 + }, + { + "epoch": 2.8533333333333335, + "grad_norm": 0.1982707530260086, + "learning_rate": 4.8573600000000005e-05, + "loss": 2.3569706726074218, + "step": 21400 + }, + { + "epoch": 2.8666666666666667, + "grad_norm": 0.1921544075012207, + "learning_rate": 4.856693333333334e-05, + "loss": 2.354062042236328, + "step": 21500 + }, + { + "epoch": 2.88, + "grad_norm": 0.18305157124996185, + "learning_rate": 4.856026666666667e-05, + "loss": 2.3534732055664063, + "step": 21600 + }, + { + "epoch": 2.8933333333333335, + "grad_norm": 0.1875217705965042, + "learning_rate": 4.85536e-05, + "loss": 2.354545135498047, + "step": 21700 + }, + { + "epoch": 2.9066666666666667, + "grad_norm": 0.20880307257175446, + "learning_rate": 4.8546933333333334e-05, + "loss": 2.353887939453125, + "step": 21800 + }, + { + "epoch": 2.92, + "grad_norm": 0.21262428164482117, + "learning_rate": 4.854026666666667e-05, + "loss": 2.352968292236328, + "step": 21900 + }, + { + "epoch": 2.9333333333333336, + "grad_norm": 0.19341909885406494, + "learning_rate": 4.85336e-05, + "loss": 2.3549241638183593, + "step": 22000 + }, + { + "epoch": 2.9466666666666668, + "grad_norm": 0.2057921290397644, + "learning_rate": 4.8527e-05, + "loss": 2.3518043518066407, + "step": 22100 + }, + { + "epoch": 2.96, + "grad_norm": 0.1986525058746338, + "learning_rate": 4.852033333333334e-05, + "loss": 2.3545606994628905, + "step": 22200 + }, + { + "epoch": 2.9733333333333336, + "grad_norm": 0.19995741546154022, + "learning_rate": 4.851366666666667e-05, + "loss": 2.35246826171875, + "step": 22300 + }, + { + "epoch": 2.986666666666667, + "grad_norm": 0.18662478029727936, + "learning_rate": 4.8507e-05, + "loss": 2.3534344482421874, + "step": 22400 + }, + { + "epoch": 3.0, + "grad_norm": 0.19860990345478058, + "learning_rate": 4.8500333333333334e-05, + "loss": 2.3527035522460937, + "step": 22500 + }, + { + "epoch": 3.013333333333333, + "grad_norm": 0.20039217174053192, + "learning_rate": 4.849366666666667e-05, + "loss": 2.348377532958984, + "step": 22600 + }, + { + "epoch": 3.026666666666667, + "grad_norm": 0.2021869421005249, + "learning_rate": 4.8487000000000005e-05, + "loss": 2.351779022216797, + "step": 22700 + }, + { + "epoch": 3.04, + "grad_norm": 0.1985320746898651, + "learning_rate": 4.848033333333333e-05, + "loss": 2.3483657836914062, + "step": 22800 + }, + { + "epoch": 3.0533333333333332, + "grad_norm": 0.1824573427438736, + "learning_rate": 4.847366666666667e-05, + "loss": 2.347190704345703, + "step": 22900 + }, + { + "epoch": 3.066666666666667, + "grad_norm": 0.19089816510677338, + "learning_rate": 4.8467e-05, + "loss": 2.3492135620117187, + "step": 23000 + }, + { + "epoch": 3.08, + "grad_norm": 0.23082399368286133, + "learning_rate": 4.8460333333333334e-05, + "loss": 2.348924560546875, + "step": 23100 + }, + { + "epoch": 3.0933333333333333, + "grad_norm": 0.18981102108955383, + "learning_rate": 4.8453666666666667e-05, + "loss": 2.350345001220703, + "step": 23200 + }, + { + "epoch": 3.1066666666666665, + "grad_norm": 0.19843408465385437, + "learning_rate": 4.8447000000000006e-05, + "loss": 2.3490699768066405, + "step": 23300 + }, + { + "epoch": 3.12, + "grad_norm": 0.19274167716503143, + "learning_rate": 4.844033333333334e-05, + "loss": 2.350037078857422, + "step": 23400 + }, + { + "epoch": 3.1333333333333333, + "grad_norm": 0.1848369985818863, + "learning_rate": 4.843366666666667e-05, + "loss": 2.3491517639160158, + "step": 23500 + }, + { + "epoch": 3.1466666666666665, + "grad_norm": 0.18349026143550873, + "learning_rate": 4.8427e-05, + "loss": 2.3494111633300783, + "step": 23600 + }, + { + "epoch": 3.16, + "grad_norm": 0.20055054128170013, + "learning_rate": 4.8420333333333335e-05, + "loss": 2.3514225769042967, + "step": 23700 + }, + { + "epoch": 3.1733333333333333, + "grad_norm": 0.17645560204982758, + "learning_rate": 4.841366666666667e-05, + "loss": 2.3496327209472656, + "step": 23800 + }, + { + "epoch": 3.1866666666666665, + "grad_norm": 0.20394593477249146, + "learning_rate": 4.8407e-05, + "loss": 2.34930908203125, + "step": 23900 + }, + { + "epoch": 3.2, + "grad_norm": 0.19807790219783783, + "learning_rate": 4.840033333333334e-05, + "loss": 2.350684814453125, + "step": 24000 + }, + { + "epoch": 3.2133333333333334, + "grad_norm": 0.19074247777462006, + "learning_rate": 4.839373333333334e-05, + "loss": 2.3482009887695314, + "step": 24100 + }, + { + "epoch": 3.2266666666666666, + "grad_norm": 0.184867724776268, + "learning_rate": 4.838706666666667e-05, + "loss": 2.3509567260742186, + "step": 24200 + }, + { + "epoch": 3.24, + "grad_norm": 0.20876654982566833, + "learning_rate": 4.83804e-05, + "loss": 2.351715393066406, + "step": 24300 + }, + { + "epoch": 3.2533333333333334, + "grad_norm": 0.20710976421833038, + "learning_rate": 4.837373333333334e-05, + "loss": 2.352671813964844, + "step": 24400 + }, + { + "epoch": 3.2666666666666666, + "grad_norm": 0.2047370821237564, + "learning_rate": 4.836706666666667e-05, + "loss": 2.347806701660156, + "step": 24500 + }, + { + "epoch": 3.2800000000000002, + "grad_norm": 0.19557665288448334, + "learning_rate": 4.83604e-05, + "loss": 2.3503456115722656, + "step": 24600 + }, + { + "epoch": 3.2933333333333334, + "grad_norm": 0.19264017045497894, + "learning_rate": 4.835373333333333e-05, + "loss": 2.350893859863281, + "step": 24700 + }, + { + "epoch": 3.3066666666666666, + "grad_norm": 0.1815241277217865, + "learning_rate": 4.834706666666667e-05, + "loss": 2.3506166076660158, + "step": 24800 + }, + { + "epoch": 3.32, + "grad_norm": 0.19273795187473297, + "learning_rate": 4.83404e-05, + "loss": 2.3491062927246094, + "step": 24900 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.1982475221157074, + "learning_rate": 4.8333733333333334e-05, + "loss": 2.350149383544922, + "step": 25000 + }, + { + "epoch": 3.3466666666666667, + "grad_norm": 0.19936062395572662, + "learning_rate": 4.8327066666666674e-05, + "loss": 2.349862518310547, + "step": 25100 + }, + { + "epoch": 3.36, + "grad_norm": 0.1829392910003662, + "learning_rate": 4.8320400000000006e-05, + "loss": 2.351768035888672, + "step": 25200 + }, + { + "epoch": 3.3733333333333335, + "grad_norm": 0.1831563413143158, + "learning_rate": 4.831373333333333e-05, + "loss": 2.351492919921875, + "step": 25300 + }, + { + "epoch": 3.3866666666666667, + "grad_norm": 0.20415860414505005, + "learning_rate": 4.830706666666667e-05, + "loss": 2.3486749267578126, + "step": 25400 + }, + { + "epoch": 3.4, + "grad_norm": 0.17977586388587952, + "learning_rate": 4.83004e-05, + "loss": 2.351340026855469, + "step": 25500 + }, + { + "epoch": 3.413333333333333, + "grad_norm": 0.1846362203359604, + "learning_rate": 4.8293733333333335e-05, + "loss": 2.351724090576172, + "step": 25600 + }, + { + "epoch": 3.4266666666666667, + "grad_norm": 0.18675661087036133, + "learning_rate": 4.828706666666667e-05, + "loss": 2.351480712890625, + "step": 25700 + }, + { + "epoch": 3.44, + "grad_norm": 0.18456125259399414, + "learning_rate": 4.8280400000000006e-05, + "loss": 2.3500599670410156, + "step": 25800 + }, + { + "epoch": 3.453333333333333, + "grad_norm": 0.19029958546161652, + "learning_rate": 4.827373333333334e-05, + "loss": 2.350344543457031, + "step": 25900 + }, + { + "epoch": 3.466666666666667, + "grad_norm": 0.17213845252990723, + "learning_rate": 4.826706666666667e-05, + "loss": 2.3511953735351563, + "step": 26000 + }, + { + "epoch": 3.48, + "grad_norm": 0.19007565081119537, + "learning_rate": 4.826046666666667e-05, + "loss": 2.3536442565917968, + "step": 26100 + }, + { + "epoch": 3.493333333333333, + "grad_norm": 0.2030433863401413, + "learning_rate": 4.82538e-05, + "loss": 2.3524905395507814, + "step": 26200 + }, + { + "epoch": 3.506666666666667, + "grad_norm": 0.1910092532634735, + "learning_rate": 4.8247133333333334e-05, + "loss": 2.349417419433594, + "step": 26300 + }, + { + "epoch": 3.52, + "grad_norm": 0.1992577612400055, + "learning_rate": 4.8240466666666667e-05, + "loss": 2.350249938964844, + "step": 26400 + }, + { + "epoch": 3.533333333333333, + "grad_norm": 0.2043229341506958, + "learning_rate": 4.82338e-05, + "loss": 2.3508177185058594, + "step": 26500 + }, + { + "epoch": 3.546666666666667, + "grad_norm": 0.19904406368732452, + "learning_rate": 4.822713333333334e-05, + "loss": 2.3501368713378907, + "step": 26600 + }, + { + "epoch": 3.56, + "grad_norm": 0.2048622965812683, + "learning_rate": 4.822046666666667e-05, + "loss": 2.3512261962890624, + "step": 26700 + }, + { + "epoch": 3.5733333333333333, + "grad_norm": 0.18168894946575165, + "learning_rate": 4.82138e-05, + "loss": 2.3506343078613283, + "step": 26800 + }, + { + "epoch": 3.586666666666667, + "grad_norm": 0.2186703383922577, + "learning_rate": 4.8207133333333335e-05, + "loss": 2.3507453918457033, + "step": 26900 + }, + { + "epoch": 3.6, + "grad_norm": 0.17658771574497223, + "learning_rate": 4.8200466666666674e-05, + "loss": 2.350555114746094, + "step": 27000 + }, + { + "epoch": 3.6133333333333333, + "grad_norm": 0.18329951167106628, + "learning_rate": 4.81938e-05, + "loss": 2.3507563781738283, + "step": 27100 + }, + { + "epoch": 3.626666666666667, + "grad_norm": 0.17677000164985657, + "learning_rate": 4.818713333333333e-05, + "loss": 2.3508815002441406, + "step": 27200 + }, + { + "epoch": 3.64, + "grad_norm": 0.18543322384357452, + "learning_rate": 4.818046666666667e-05, + "loss": 2.353324737548828, + "step": 27300 + }, + { + "epoch": 3.6533333333333333, + "grad_norm": 0.17043279111385345, + "learning_rate": 4.81738e-05, + "loss": 2.351223907470703, + "step": 27400 + }, + { + "epoch": 3.6666666666666665, + "grad_norm": 0.196268692612648, + "learning_rate": 4.8167133333333335e-05, + "loss": 2.348458557128906, + "step": 27500 + }, + { + "epoch": 3.68, + "grad_norm": 0.21252736449241638, + "learning_rate": 4.816046666666667e-05, + "loss": 2.351412811279297, + "step": 27600 + }, + { + "epoch": 3.6933333333333334, + "grad_norm": 0.1941421627998352, + "learning_rate": 4.8153800000000006e-05, + "loss": 2.3509474182128907, + "step": 27700 + }, + { + "epoch": 3.7066666666666666, + "grad_norm": 0.18156079947948456, + "learning_rate": 4.814713333333333e-05, + "loss": 2.3500953674316407, + "step": 27800 + }, + { + "epoch": 3.7199999999999998, + "grad_norm": 0.18474163115024567, + "learning_rate": 4.8140466666666664e-05, + "loss": 2.3500129699707033, + "step": 27900 + }, + { + "epoch": 3.7333333333333334, + "grad_norm": 0.1893375813961029, + "learning_rate": 4.81338e-05, + "loss": 2.3503759765625, + "step": 28000 + }, + { + "epoch": 3.7466666666666666, + "grad_norm": 0.18845497071743011, + "learning_rate": 4.81272e-05, + "loss": 2.3525970458984373, + "step": 28100 + }, + { + "epoch": 3.76, + "grad_norm": 0.21595294773578644, + "learning_rate": 4.8120533333333335e-05, + "loss": 2.3500466918945313, + "step": 28200 + }, + { + "epoch": 3.7733333333333334, + "grad_norm": 0.19505618512630463, + "learning_rate": 4.811386666666667e-05, + "loss": 2.349498748779297, + "step": 28300 + }, + { + "epoch": 3.7866666666666666, + "grad_norm": 0.17862743139266968, + "learning_rate": 4.81072e-05, + "loss": 2.348866424560547, + "step": 28400 + }, + { + "epoch": 3.8, + "grad_norm": 0.194855734705925, + "learning_rate": 4.810053333333334e-05, + "loss": 2.3509757995605467, + "step": 28500 + }, + { + "epoch": 3.8133333333333335, + "grad_norm": 0.19078636169433594, + "learning_rate": 4.809386666666667e-05, + "loss": 2.3488845825195312, + "step": 28600 + }, + { + "epoch": 3.8266666666666667, + "grad_norm": 0.18988379836082458, + "learning_rate": 4.80872e-05, + "loss": 2.35125244140625, + "step": 28700 + }, + { + "epoch": 3.84, + "grad_norm": 0.1913130134344101, + "learning_rate": 4.8080533333333335e-05, + "loss": 2.3494662475585937, + "step": 28800 + }, + { + "epoch": 3.8533333333333335, + "grad_norm": 0.2060711681842804, + "learning_rate": 4.807386666666667e-05, + "loss": 2.3524136352539062, + "step": 28900 + }, + { + "epoch": 3.8666666666666667, + "grad_norm": 0.18792103230953217, + "learning_rate": 4.80672e-05, + "loss": 2.351210479736328, + "step": 29000 + }, + { + "epoch": 3.88, + "grad_norm": 0.2034904658794403, + "learning_rate": 4.806053333333334e-05, + "loss": 2.3502317810058595, + "step": 29100 + }, + { + "epoch": 3.8933333333333335, + "grad_norm": 0.20705494284629822, + "learning_rate": 4.805386666666667e-05, + "loss": 2.3528851318359374, + "step": 29200 + }, + { + "epoch": 3.9066666666666667, + "grad_norm": 0.17130215466022491, + "learning_rate": 4.80472e-05, + "loss": 2.3496728515625, + "step": 29300 + }, + { + "epoch": 3.92, + "grad_norm": 0.22938485443592072, + "learning_rate": 4.8040533333333335e-05, + "loss": 2.3508564758300783, + "step": 29400 + }, + { + "epoch": 3.9333333333333336, + "grad_norm": 0.20697031915187836, + "learning_rate": 4.8033866666666674e-05, + "loss": 2.350555419921875, + "step": 29500 + }, + { + "epoch": 3.9466666666666668, + "grad_norm": 0.21105030179023743, + "learning_rate": 4.80272e-05, + "loss": 2.3500137329101562, + "step": 29600 + }, + { + "epoch": 3.96, + "grad_norm": 0.1795365959405899, + "learning_rate": 4.802053333333333e-05, + "loss": 2.351229705810547, + "step": 29700 + }, + { + "epoch": 3.9733333333333336, + "grad_norm": 0.20336268842220306, + "learning_rate": 4.801386666666667e-05, + "loss": 2.3524740600585936, + "step": 29800 + }, + { + "epoch": 3.986666666666667, + "grad_norm": 0.18867026269435883, + "learning_rate": 4.8007200000000003e-05, + "loss": 2.35136474609375, + "step": 29900 + }, + { + "epoch": 4.0, + "grad_norm": 0.1865285336971283, + "learning_rate": 4.8000533333333336e-05, + "loss": 2.3508816528320313, + "step": 30000 + }, + { + "epoch": 4.013333333333334, + "grad_norm": 0.19620107114315033, + "learning_rate": 4.7993933333333335e-05, + "loss": 2.344427185058594, + "step": 30100 + }, + { + "epoch": 4.026666666666666, + "grad_norm": 0.19542329013347626, + "learning_rate": 4.798726666666667e-05, + "loss": 2.3426863098144532, + "step": 30200 + }, + { + "epoch": 4.04, + "grad_norm": 0.19271595776081085, + "learning_rate": 4.7980600000000006e-05, + "loss": 2.340071258544922, + "step": 30300 + }, + { + "epoch": 4.053333333333334, + "grad_norm": 0.1889171600341797, + "learning_rate": 4.797393333333334e-05, + "loss": 2.338631896972656, + "step": 30400 + }, + { + "epoch": 4.066666666666666, + "grad_norm": 0.19066178798675537, + "learning_rate": 4.796726666666667e-05, + "loss": 2.342739715576172, + "step": 30500 + }, + { + "epoch": 4.08, + "grad_norm": 0.1947835087776184, + "learning_rate": 4.79606e-05, + "loss": 2.3432049560546875, + "step": 30600 + }, + { + "epoch": 4.093333333333334, + "grad_norm": 0.21322356164455414, + "learning_rate": 4.7953933333333335e-05, + "loss": 2.342285614013672, + "step": 30700 + }, + { + "epoch": 4.1066666666666665, + "grad_norm": 0.20188263058662415, + "learning_rate": 4.794726666666667e-05, + "loss": 2.3427188110351564, + "step": 30800 + }, + { + "epoch": 4.12, + "grad_norm": 0.19048044085502625, + "learning_rate": 4.79406e-05, + "loss": 2.3455911254882813, + "step": 30900 + }, + { + "epoch": 4.133333333333334, + "grad_norm": 0.20373786985874176, + "learning_rate": 4.793393333333334e-05, + "loss": 2.34266845703125, + "step": 31000 + }, + { + "epoch": 4.1466666666666665, + "grad_norm": 0.19136583805084229, + "learning_rate": 4.792726666666667e-05, + "loss": 2.345565185546875, + "step": 31100 + }, + { + "epoch": 4.16, + "grad_norm": 0.20485562086105347, + "learning_rate": 4.79206e-05, + "loss": 2.3444659423828127, + "step": 31200 + }, + { + "epoch": 4.173333333333334, + "grad_norm": 0.19716604053974152, + "learning_rate": 4.7913933333333336e-05, + "loss": 2.3462744140625, + "step": 31300 + }, + { + "epoch": 4.1866666666666665, + "grad_norm": 0.1901930719614029, + "learning_rate": 4.790726666666667e-05, + "loss": 2.3410409545898436, + "step": 31400 + }, + { + "epoch": 4.2, + "grad_norm": 0.19195866584777832, + "learning_rate": 4.79006e-05, + "loss": 2.3443292236328124, + "step": 31500 + }, + { + "epoch": 4.213333333333333, + "grad_norm": 0.19171933829784393, + "learning_rate": 4.789393333333333e-05, + "loss": 2.3432662963867186, + "step": 31600 + }, + { + "epoch": 4.226666666666667, + "grad_norm": 0.20632386207580566, + "learning_rate": 4.788726666666667e-05, + "loss": 2.3424139404296875, + "step": 31700 + }, + { + "epoch": 4.24, + "grad_norm": 0.20935772359371185, + "learning_rate": 4.7880600000000004e-05, + "loss": 2.3445693969726564, + "step": 31800 + }, + { + "epoch": 4.253333333333333, + "grad_norm": 0.2092011719942093, + "learning_rate": 4.7873933333333336e-05, + "loss": 2.3450819396972657, + "step": 31900 + }, + { + "epoch": 4.266666666666667, + "grad_norm": 0.18511556088924408, + "learning_rate": 4.786726666666667e-05, + "loss": 2.3434269714355467, + "step": 32000 + }, + { + "epoch": 4.28, + "grad_norm": 0.19721107184886932, + "learning_rate": 4.786066666666667e-05, + "loss": 2.3466552734375, + "step": 32100 + }, + { + "epoch": 4.293333333333333, + "grad_norm": 0.20387394726276398, + "learning_rate": 4.7854000000000006e-05, + "loss": 2.344354705810547, + "step": 32200 + }, + { + "epoch": 4.306666666666667, + "grad_norm": 0.1933874487876892, + "learning_rate": 4.784733333333333e-05, + "loss": 2.3450242614746095, + "step": 32300 + }, + { + "epoch": 4.32, + "grad_norm": 0.18852448463439941, + "learning_rate": 4.7840666666666664e-05, + "loss": 2.345384368896484, + "step": 32400 + }, + { + "epoch": 4.333333333333333, + "grad_norm": 0.1856076568365097, + "learning_rate": 4.7834e-05, + "loss": 2.3448046875, + "step": 32500 + }, + { + "epoch": 4.346666666666667, + "grad_norm": 0.1768845170736313, + "learning_rate": 4.7827333333333335e-05, + "loss": 2.3447705078125, + "step": 32600 + }, + { + "epoch": 4.36, + "grad_norm": 0.2036508321762085, + "learning_rate": 4.782066666666667e-05, + "loss": 2.3455548095703125, + "step": 32700 + }, + { + "epoch": 4.373333333333333, + "grad_norm": 0.2223418802022934, + "learning_rate": 4.7814e-05, + "loss": 2.345106353759766, + "step": 32800 + }, + { + "epoch": 4.386666666666667, + "grad_norm": 0.19732633233070374, + "learning_rate": 4.780733333333334e-05, + "loss": 2.34563720703125, + "step": 32900 + }, + { + "epoch": 4.4, + "grad_norm": 0.19825312495231628, + "learning_rate": 4.780066666666667e-05, + "loss": 2.3472279357910155, + "step": 33000 + }, + { + "epoch": 4.413333333333333, + "grad_norm": 0.20383819937705994, + "learning_rate": 4.7794e-05, + "loss": 2.3474839782714843, + "step": 33100 + }, + { + "epoch": 4.426666666666667, + "grad_norm": 0.18383854627609253, + "learning_rate": 4.7787333333333336e-05, + "loss": 2.347451171875, + "step": 33200 + }, + { + "epoch": 4.44, + "grad_norm": 0.2009461224079132, + "learning_rate": 4.778066666666667e-05, + "loss": 2.3456491088867186, + "step": 33300 + }, + { + "epoch": 4.453333333333333, + "grad_norm": 0.1955096274614334, + "learning_rate": 4.7774e-05, + "loss": 2.347562255859375, + "step": 33400 + }, + { + "epoch": 4.466666666666667, + "grad_norm": 0.1971255987882614, + "learning_rate": 4.776733333333334e-05, + "loss": 2.3455210876464845, + "step": 33500 + }, + { + "epoch": 4.48, + "grad_norm": 0.2104266732931137, + "learning_rate": 4.776066666666667e-05, + "loss": 2.3482284545898438, + "step": 33600 + }, + { + "epoch": 4.493333333333333, + "grad_norm": 0.19855403900146484, + "learning_rate": 4.7754000000000004e-05, + "loss": 2.345506439208984, + "step": 33700 + }, + { + "epoch": 4.506666666666667, + "grad_norm": 0.1903480589389801, + "learning_rate": 4.7747333333333336e-05, + "loss": 2.345941925048828, + "step": 33800 + }, + { + "epoch": 4.52, + "grad_norm": 0.18413390219211578, + "learning_rate": 4.774066666666667e-05, + "loss": 2.345931091308594, + "step": 33900 + }, + { + "epoch": 4.533333333333333, + "grad_norm": 0.2099205106496811, + "learning_rate": 4.7734e-05, + "loss": 2.34525146484375, + "step": 34000 + }, + { + "epoch": 4.546666666666667, + "grad_norm": 0.19890472292900085, + "learning_rate": 4.77274e-05, + "loss": 2.3454127502441406, + "step": 34100 + }, + { + "epoch": 4.5600000000000005, + "grad_norm": 0.1928263008594513, + "learning_rate": 4.772073333333333e-05, + "loss": 2.3484063720703126, + "step": 34200 + }, + { + "epoch": 4.573333333333333, + "grad_norm": 0.19899751245975494, + "learning_rate": 4.771406666666667e-05, + "loss": 2.344409637451172, + "step": 34300 + }, + { + "epoch": 4.586666666666667, + "grad_norm": 0.19718094170093536, + "learning_rate": 4.77074e-05, + "loss": 2.346121520996094, + "step": 34400 + }, + { + "epoch": 4.6, + "grad_norm": 0.20367039740085602, + "learning_rate": 4.7700733333333336e-05, + "loss": 2.3464027404785157, + "step": 34500 + }, + { + "epoch": 4.613333333333333, + "grad_norm": 0.2027977555990219, + "learning_rate": 4.769406666666667e-05, + "loss": 2.346643371582031, + "step": 34600 + }, + { + "epoch": 4.626666666666667, + "grad_norm": 0.19116739928722382, + "learning_rate": 4.768740000000001e-05, + "loss": 2.3448785400390624, + "step": 34700 + }, + { + "epoch": 4.64, + "grad_norm": 0.1741366684436798, + "learning_rate": 4.768073333333334e-05, + "loss": 2.3467585754394533, + "step": 34800 + }, + { + "epoch": 4.653333333333333, + "grad_norm": 0.19366861879825592, + "learning_rate": 4.7674066666666665e-05, + "loss": 2.346854248046875, + "step": 34900 + }, + { + "epoch": 4.666666666666667, + "grad_norm": 0.1961996853351593, + "learning_rate": 4.7667400000000004e-05, + "loss": 2.346597442626953, + "step": 35000 + }, + { + "epoch": 4.68, + "grad_norm": 0.20493026077747345, + "learning_rate": 4.7660733333333336e-05, + "loss": 2.3467396545410155, + "step": 35100 + }, + { + "epoch": 4.693333333333333, + "grad_norm": 0.19343268871307373, + "learning_rate": 4.765406666666667e-05, + "loss": 2.345442352294922, + "step": 35200 + }, + { + "epoch": 4.706666666666667, + "grad_norm": 0.19839325547218323, + "learning_rate": 4.76474e-05, + "loss": 2.348248291015625, + "step": 35300 + }, + { + "epoch": 4.72, + "grad_norm": 0.19443462789058685, + "learning_rate": 4.764073333333334e-05, + "loss": 2.3478456115722657, + "step": 35400 + }, + { + "epoch": 4.733333333333333, + "grad_norm": 0.18703633546829224, + "learning_rate": 4.763406666666667e-05, + "loss": 2.3447303771972656, + "step": 35500 + }, + { + "epoch": 4.746666666666667, + "grad_norm": 0.19159509241580963, + "learning_rate": 4.76274e-05, + "loss": 2.3463864135742187, + "step": 35600 + }, + { + "epoch": 4.76, + "grad_norm": 0.19903169572353363, + "learning_rate": 4.7620733333333336e-05, + "loss": 2.347983093261719, + "step": 35700 + }, + { + "epoch": 4.773333333333333, + "grad_norm": 0.19707246124744415, + "learning_rate": 4.761406666666667e-05, + "loss": 2.3435577392578124, + "step": 35800 + }, + { + "epoch": 4.786666666666667, + "grad_norm": 0.183243989944458, + "learning_rate": 4.76074e-05, + "loss": 2.346152038574219, + "step": 35900 + }, + { + "epoch": 4.8, + "grad_norm": 0.1864614188671112, + "learning_rate": 4.760073333333333e-05, + "loss": 2.3478399658203126, + "step": 36000 + }, + { + "epoch": 4.8133333333333335, + "grad_norm": 0.19538547098636627, + "learning_rate": 4.759413333333333e-05, + "loss": 2.34772705078125, + "step": 36100 + }, + { + "epoch": 4.826666666666666, + "grad_norm": 0.19601057469844818, + "learning_rate": 4.758746666666667e-05, + "loss": 2.3468177795410154, + "step": 36200 + }, + { + "epoch": 4.84, + "grad_norm": 0.19639572501182556, + "learning_rate": 4.7580800000000004e-05, + "loss": 2.3478041076660157, + "step": 36300 + }, + { + "epoch": 4.8533333333333335, + "grad_norm": 0.19426213204860687, + "learning_rate": 4.7574133333333336e-05, + "loss": 2.345642547607422, + "step": 36400 + }, + { + "epoch": 4.866666666666667, + "grad_norm": 0.17866654694080353, + "learning_rate": 4.756746666666667e-05, + "loss": 2.3476348876953126, + "step": 36500 + }, + { + "epoch": 4.88, + "grad_norm": 0.20611488819122314, + "learning_rate": 4.75608e-05, + "loss": 2.3455621337890626, + "step": 36600 + }, + { + "epoch": 4.8933333333333335, + "grad_norm": 0.19792433083057404, + "learning_rate": 4.755413333333333e-05, + "loss": 2.3475059509277343, + "step": 36700 + }, + { + "epoch": 4.906666666666666, + "grad_norm": 0.20012043416500092, + "learning_rate": 4.7547466666666665e-05, + "loss": 2.3476327514648436, + "step": 36800 + }, + { + "epoch": 4.92, + "grad_norm": 0.21811543405056, + "learning_rate": 4.7540800000000004e-05, + "loss": 2.3479005432128908, + "step": 36900 + }, + { + "epoch": 4.933333333333334, + "grad_norm": 0.18837958574295044, + "learning_rate": 4.7534133333333336e-05, + "loss": 2.3472393798828124, + "step": 37000 + }, + { + "epoch": 4.946666666666666, + "grad_norm": 0.20428119599819183, + "learning_rate": 4.752746666666667e-05, + "loss": 2.3473336791992185, + "step": 37100 + }, + { + "epoch": 4.96, + "grad_norm": 0.2100653052330017, + "learning_rate": 4.752080000000001e-05, + "loss": 2.3485343933105467, + "step": 37200 + }, + { + "epoch": 4.973333333333334, + "grad_norm": 0.19952954351902008, + "learning_rate": 4.751413333333334e-05, + "loss": 2.347123718261719, + "step": 37300 + }, + { + "epoch": 4.986666666666666, + "grad_norm": 0.19739681482315063, + "learning_rate": 4.7507466666666665e-05, + "loss": 2.347565155029297, + "step": 37400 + }, + { + "epoch": 5.0, + "grad_norm": 0.20094037055969238, + "learning_rate": 4.75008e-05, + "loss": 2.3468731689453124, + "step": 37500 + }, + { + "epoch": 5.013333333333334, + "grad_norm": 0.21585266292095184, + "learning_rate": 4.749413333333334e-05, + "loss": 2.333679962158203, + "step": 37600 + }, + { + "epoch": 5.026666666666666, + "grad_norm": 0.20911413431167603, + "learning_rate": 4.748746666666667e-05, + "loss": 2.3350621032714844, + "step": 37700 + }, + { + "epoch": 5.04, + "grad_norm": 0.19561605155467987, + "learning_rate": 4.74808e-05, + "loss": 2.334278564453125, + "step": 37800 + }, + { + "epoch": 5.053333333333334, + "grad_norm": 0.2007005661725998, + "learning_rate": 4.747413333333334e-05, + "loss": 2.3355723571777345, + "step": 37900 + }, + { + "epoch": 5.066666666666666, + "grad_norm": 0.21478916704654694, + "learning_rate": 4.746746666666667e-05, + "loss": 2.335912628173828, + "step": 38000 + }, + { + "epoch": 5.08, + "grad_norm": 0.20300929248332977, + "learning_rate": 4.74608e-05, + "loss": 2.3348677062988283, + "step": 38100 + }, + { + "epoch": 5.093333333333334, + "grad_norm": 0.1893633008003235, + "learning_rate": 4.7454200000000004e-05, + "loss": 2.3340078735351564, + "step": 38200 + }, + { + "epoch": 5.1066666666666665, + "grad_norm": 0.20675773918628693, + "learning_rate": 4.7447533333333336e-05, + "loss": 2.3374041748046874, + "step": 38300 + }, + { + "epoch": 5.12, + "grad_norm": 0.21601155400276184, + "learning_rate": 4.744086666666667e-05, + "loss": 2.3355015563964843, + "step": 38400 + }, + { + "epoch": 5.133333333333334, + "grad_norm": 0.20173364877700806, + "learning_rate": 4.74342e-05, + "loss": 2.336921844482422, + "step": 38500 + }, + { + "epoch": 5.1466666666666665, + "grad_norm": 0.19146205484867096, + "learning_rate": 4.742753333333333e-05, + "loss": 2.338092956542969, + "step": 38600 + }, + { + "epoch": 5.16, + "grad_norm": 0.19151638448238373, + "learning_rate": 4.742086666666667e-05, + "loss": 2.337191162109375, + "step": 38700 + }, + { + "epoch": 5.173333333333334, + "grad_norm": 0.19342660903930664, + "learning_rate": 4.7414200000000004e-05, + "loss": 2.338902893066406, + "step": 38800 + }, + { + "epoch": 5.1866666666666665, + "grad_norm": 0.18506617844104767, + "learning_rate": 4.7407533333333336e-05, + "loss": 2.3370294189453125, + "step": 38900 + }, + { + "epoch": 5.2, + "grad_norm": 0.1852942407131195, + "learning_rate": 4.740086666666667e-05, + "loss": 2.3374237060546874, + "step": 39000 + }, + { + "epoch": 5.213333333333333, + "grad_norm": 0.22944355010986328, + "learning_rate": 4.73942e-05, + "loss": 2.336438751220703, + "step": 39100 + }, + { + "epoch": 5.226666666666667, + "grad_norm": 0.19692735373973846, + "learning_rate": 4.738753333333333e-05, + "loss": 2.3369683837890625, + "step": 39200 + }, + { + "epoch": 5.24, + "grad_norm": 0.21631871163845062, + "learning_rate": 4.7380866666666666e-05, + "loss": 2.3371484375, + "step": 39300 + }, + { + "epoch": 5.253333333333333, + "grad_norm": 0.20942172408103943, + "learning_rate": 4.7374200000000005e-05, + "loss": 2.3369624328613283, + "step": 39400 + }, + { + "epoch": 5.266666666666667, + "grad_norm": 0.1939464509487152, + "learning_rate": 4.736753333333334e-05, + "loss": 2.337432556152344, + "step": 39500 + }, + { + "epoch": 5.28, + "grad_norm": 0.17876707017421722, + "learning_rate": 4.736086666666667e-05, + "loss": 2.3396649169921875, + "step": 39600 + }, + { + "epoch": 5.293333333333333, + "grad_norm": 0.21455919742584229, + "learning_rate": 4.73542e-05, + "loss": 2.3403550720214845, + "step": 39700 + }, + { + "epoch": 5.306666666666667, + "grad_norm": 0.19953106343746185, + "learning_rate": 4.734753333333334e-05, + "loss": 2.3371241760253905, + "step": 39800 + }, + { + "epoch": 5.32, + "grad_norm": 0.19843876361846924, + "learning_rate": 4.7340866666666666e-05, + "loss": 2.3368731689453126, + "step": 39900 + }, + { + "epoch": 5.333333333333333, + "grad_norm": 0.20457053184509277, + "learning_rate": 4.73342e-05, + "loss": 2.3382992553710937, + "step": 40000 + }, + { + "epoch": 5.346666666666667, + "grad_norm": 0.195728600025177, + "learning_rate": 4.732753333333334e-05, + "loss": 2.337715911865234, + "step": 40100 + }, + { + "epoch": 5.36, + "grad_norm": 0.19587790966033936, + "learning_rate": 4.7320933333333336e-05, + "loss": 2.3404110717773436, + "step": 40200 + }, + { + "epoch": 5.373333333333333, + "grad_norm": 0.20648671686649323, + "learning_rate": 4.731426666666667e-05, + "loss": 2.3392234802246095, + "step": 40300 + }, + { + "epoch": 5.386666666666667, + "grad_norm": 0.1902915984392166, + "learning_rate": 4.73076e-05, + "loss": 2.3366790771484376, + "step": 40400 + }, + { + "epoch": 5.4, + "grad_norm": 0.19474172592163086, + "learning_rate": 4.730093333333333e-05, + "loss": 2.337915344238281, + "step": 40500 + }, + { + "epoch": 5.413333333333333, + "grad_norm": 0.19446231424808502, + "learning_rate": 4.729426666666667e-05, + "loss": 2.3386886596679686, + "step": 40600 + }, + { + "epoch": 5.426666666666667, + "grad_norm": 0.18280309438705444, + "learning_rate": 4.7287600000000004e-05, + "loss": 2.3403004455566405, + "step": 40700 + }, + { + "epoch": 5.44, + "grad_norm": 0.1899874061346054, + "learning_rate": 4.728093333333334e-05, + "loss": 2.3395709228515624, + "step": 40800 + }, + { + "epoch": 5.453333333333333, + "grad_norm": 0.21245285868644714, + "learning_rate": 4.727426666666667e-05, + "loss": 2.341641693115234, + "step": 40900 + }, + { + "epoch": 5.466666666666667, + "grad_norm": 0.18492910265922546, + "learning_rate": 4.72676e-05, + "loss": 2.338828277587891, + "step": 41000 + }, + { + "epoch": 5.48, + "grad_norm": 0.19576863944530487, + "learning_rate": 4.7260933333333334e-05, + "loss": 2.340592498779297, + "step": 41100 + }, + { + "epoch": 5.493333333333333, + "grad_norm": 0.21991156041622162, + "learning_rate": 4.7254266666666666e-05, + "loss": 2.3374070739746093, + "step": 41200 + }, + { + "epoch": 5.506666666666667, + "grad_norm": 0.2011844664812088, + "learning_rate": 4.7247600000000005e-05, + "loss": 2.340482025146484, + "step": 41300 + }, + { + "epoch": 5.52, + "grad_norm": 0.1887616068124771, + "learning_rate": 4.724093333333334e-05, + "loss": 2.3403477478027344, + "step": 41400 + }, + { + "epoch": 5.533333333333333, + "grad_norm": 0.2083723396062851, + "learning_rate": 4.723426666666667e-05, + "loss": 2.338939361572266, + "step": 41500 + }, + { + "epoch": 5.546666666666667, + "grad_norm": 0.20391573011875153, + "learning_rate": 4.72276e-05, + "loss": 2.341011962890625, + "step": 41600 + }, + { + "epoch": 5.5600000000000005, + "grad_norm": 0.2055550515651703, + "learning_rate": 4.7220933333333334e-05, + "loss": 2.3417536926269533, + "step": 41700 + }, + { + "epoch": 5.573333333333333, + "grad_norm": 0.20119526982307434, + "learning_rate": 4.7214266666666666e-05, + "loss": 2.341081390380859, + "step": 41800 + }, + { + "epoch": 5.586666666666667, + "grad_norm": 0.19019430875778198, + "learning_rate": 4.7207600000000005e-05, + "loss": 2.3428114318847655, + "step": 41900 + }, + { + "epoch": 5.6, + "grad_norm": 0.21287046372890472, + "learning_rate": 4.720093333333334e-05, + "loss": 2.3393617248535157, + "step": 42000 + }, + { + "epoch": 5.613333333333333, + "grad_norm": 0.19636501371860504, + "learning_rate": 4.719426666666667e-05, + "loss": 2.341305694580078, + "step": 42100 + }, + { + "epoch": 5.626666666666667, + "grad_norm": 0.19112545251846313, + "learning_rate": 4.718766666666667e-05, + "loss": 2.338633728027344, + "step": 42200 + }, + { + "epoch": 5.64, + "grad_norm": 0.2038842886686325, + "learning_rate": 4.7181e-05, + "loss": 2.341297302246094, + "step": 42300 + }, + { + "epoch": 5.653333333333333, + "grad_norm": 0.20965079963207245, + "learning_rate": 4.717433333333334e-05, + "loss": 2.341322784423828, + "step": 42400 + }, + { + "epoch": 5.666666666666667, + "grad_norm": 0.2007293701171875, + "learning_rate": 4.716766666666667e-05, + "loss": 2.3385604858398437, + "step": 42500 + }, + { + "epoch": 5.68, + "grad_norm": 0.2063182145357132, + "learning_rate": 4.7161e-05, + "loss": 2.33922119140625, + "step": 42600 + }, + { + "epoch": 5.693333333333333, + "grad_norm": 0.2027292102575302, + "learning_rate": 4.715433333333334e-05, + "loss": 2.3407470703125, + "step": 42700 + }, + { + "epoch": 5.706666666666667, + "grad_norm": 0.1970498412847519, + "learning_rate": 4.714766666666667e-05, + "loss": 2.34189697265625, + "step": 42800 + }, + { + "epoch": 5.72, + "grad_norm": 0.21546319127082825, + "learning_rate": 4.7141e-05, + "loss": 2.3410997009277343, + "step": 42900 + }, + { + "epoch": 5.733333333333333, + "grad_norm": 0.20953406393527985, + "learning_rate": 4.7134333333333334e-05, + "loss": 2.341014404296875, + "step": 43000 + }, + { + "epoch": 5.746666666666667, + "grad_norm": 0.18453386425971985, + "learning_rate": 4.712766666666667e-05, + "loss": 2.3420458984375, + "step": 43100 + }, + { + "epoch": 5.76, + "grad_norm": 0.18693557381629944, + "learning_rate": 4.7121000000000005e-05, + "loss": 2.3417478942871095, + "step": 43200 + }, + { + "epoch": 5.773333333333333, + "grad_norm": 0.20244468748569489, + "learning_rate": 4.711433333333334e-05, + "loss": 2.341094970703125, + "step": 43300 + }, + { + "epoch": 5.786666666666667, + "grad_norm": 0.2122134268283844, + "learning_rate": 4.710766666666667e-05, + "loss": 2.339507598876953, + "step": 43400 + }, + { + "epoch": 5.8, + "grad_norm": 0.19113102555274963, + "learning_rate": 4.7101e-05, + "loss": 2.3414321899414063, + "step": 43500 + }, + { + "epoch": 5.8133333333333335, + "grad_norm": 0.2206200510263443, + "learning_rate": 4.7094333333333334e-05, + "loss": 2.341671600341797, + "step": 43600 + }, + { + "epoch": 5.826666666666666, + "grad_norm": 0.20389395952224731, + "learning_rate": 4.7087666666666666e-05, + "loss": 2.340543060302734, + "step": 43700 + }, + { + "epoch": 5.84, + "grad_norm": 0.20174798369407654, + "learning_rate": 4.7081000000000005e-05, + "loss": 2.339455261230469, + "step": 43800 + }, + { + "epoch": 5.8533333333333335, + "grad_norm": 0.20874814689159393, + "learning_rate": 4.707433333333334e-05, + "loss": 2.340840301513672, + "step": 43900 + }, + { + "epoch": 5.866666666666667, + "grad_norm": 0.19134193658828735, + "learning_rate": 4.706766666666667e-05, + "loss": 2.341136016845703, + "step": 44000 + }, + { + "epoch": 5.88, + "grad_norm": 0.21130426228046417, + "learning_rate": 4.7061e-05, + "loss": 2.341613311767578, + "step": 44100 + }, + { + "epoch": 5.8933333333333335, + "grad_norm": 0.23179572820663452, + "learning_rate": 4.70544e-05, + "loss": 2.3433583068847654, + "step": 44200 + }, + { + "epoch": 5.906666666666666, + "grad_norm": 0.1910688281059265, + "learning_rate": 4.704773333333334e-05, + "loss": 2.3415071105957033, + "step": 44300 + }, + { + "epoch": 5.92, + "grad_norm": 0.20032565295696259, + "learning_rate": 4.7041066666666666e-05, + "loss": 2.3411441040039063, + "step": 44400 + }, + { + "epoch": 5.933333333333334, + "grad_norm": 0.19156421720981598, + "learning_rate": 4.70344e-05, + "loss": 2.3405520629882814, + "step": 44500 + }, + { + "epoch": 5.946666666666666, + "grad_norm": 0.1907392293214798, + "learning_rate": 4.702773333333334e-05, + "loss": 2.3425755310058594, + "step": 44600 + }, + { + "epoch": 5.96, + "grad_norm": 0.200932115316391, + "learning_rate": 4.702106666666667e-05, + "loss": 2.3439457702636717, + "step": 44700 + }, + { + "epoch": 5.973333333333334, + "grad_norm": 0.2054533064365387, + "learning_rate": 4.70144e-05, + "loss": 2.3415347290039064, + "step": 44800 + }, + { + "epoch": 5.986666666666666, + "grad_norm": 0.20519991219043732, + "learning_rate": 4.7007733333333334e-05, + "loss": 2.3422901916503904, + "step": 44900 + }, + { + "epoch": 6.0, + "grad_norm": 0.19351975619792938, + "learning_rate": 4.700106666666667e-05, + "loss": 2.343433380126953, + "step": 45000 + }, + { + "epoch": 6.013333333333334, + "grad_norm": 0.20407870411872864, + "learning_rate": 4.69944e-05, + "loss": 2.3262948608398437, + "step": 45100 + }, + { + "epoch": 6.026666666666666, + "grad_norm": 0.19466857612133026, + "learning_rate": 4.698773333333333e-05, + "loss": 2.326324462890625, + "step": 45200 + }, + { + "epoch": 6.04, + "grad_norm": 0.20036247372627258, + "learning_rate": 4.698106666666667e-05, + "loss": 2.3274658203125, + "step": 45300 + }, + { + "epoch": 6.053333333333334, + "grad_norm": 0.20382268726825714, + "learning_rate": 4.69744e-05, + "loss": 2.325162353515625, + "step": 45400 + }, + { + "epoch": 6.066666666666666, + "grad_norm": 0.21262048184871674, + "learning_rate": 4.6967733333333334e-05, + "loss": 2.3246685791015627, + "step": 45500 + }, + { + "epoch": 6.08, + "grad_norm": 0.19266580045223236, + "learning_rate": 4.696106666666667e-05, + "loss": 2.3265760803222655, + "step": 45600 + }, + { + "epoch": 6.093333333333334, + "grad_norm": 0.1924133151769638, + "learning_rate": 4.6954400000000006e-05, + "loss": 2.3272021484375, + "step": 45700 + }, + { + "epoch": 6.1066666666666665, + "grad_norm": 0.1988048404455185, + "learning_rate": 4.694773333333334e-05, + "loss": 2.327220916748047, + "step": 45800 + }, + { + "epoch": 6.12, + "grad_norm": 0.1879425197839737, + "learning_rate": 4.6941066666666663e-05, + "loss": 2.328949737548828, + "step": 45900 + }, + { + "epoch": 6.133333333333334, + "grad_norm": 0.23073047399520874, + "learning_rate": 4.69344e-05, + "loss": 2.328899230957031, + "step": 46000 + }, + { + "epoch": 6.1466666666666665, + "grad_norm": 0.20694105327129364, + "learning_rate": 4.6927733333333335e-05, + "loss": 2.329393005371094, + "step": 46100 + }, + { + "epoch": 6.16, + "grad_norm": 0.2188512235879898, + "learning_rate": 4.6921133333333334e-05, + "loss": 2.3258409118652343, + "step": 46200 + }, + { + "epoch": 6.173333333333334, + "grad_norm": 0.18700923025608063, + "learning_rate": 4.6914466666666666e-05, + "loss": 2.331009979248047, + "step": 46300 + }, + { + "epoch": 6.1866666666666665, + "grad_norm": 0.20359359681606293, + "learning_rate": 4.69078e-05, + "loss": 2.3292669677734374, + "step": 46400 + }, + { + "epoch": 6.2, + "grad_norm": 0.22610503435134888, + "learning_rate": 4.690113333333334e-05, + "loss": 2.330577850341797, + "step": 46500 + }, + { + "epoch": 6.213333333333333, + "grad_norm": 0.18864652514457703, + "learning_rate": 4.689446666666667e-05, + "loss": 2.330567626953125, + "step": 46600 + }, + { + "epoch": 6.226666666666667, + "grad_norm": 0.20041510462760925, + "learning_rate": 4.68878e-05, + "loss": 2.327003173828125, + "step": 46700 + }, + { + "epoch": 6.24, + "grad_norm": 0.21242272853851318, + "learning_rate": 4.688113333333334e-05, + "loss": 2.3281683349609374, + "step": 46800 + }, + { + "epoch": 6.253333333333333, + "grad_norm": 0.19361090660095215, + "learning_rate": 4.6874466666666666e-05, + "loss": 2.331831512451172, + "step": 46900 + }, + { + "epoch": 6.266666666666667, + "grad_norm": 0.20165066421031952, + "learning_rate": 4.68678e-05, + "loss": 2.3307310485839845, + "step": 47000 + }, + { + "epoch": 6.28, + "grad_norm": 0.18842047452926636, + "learning_rate": 4.686113333333334e-05, + "loss": 2.3280589294433596, + "step": 47100 + }, + { + "epoch": 6.293333333333333, + "grad_norm": 0.2256300151348114, + "learning_rate": 4.685446666666667e-05, + "loss": 2.3284527587890627, + "step": 47200 + }, + { + "epoch": 6.306666666666667, + "grad_norm": 0.18087539076805115, + "learning_rate": 4.68478e-05, + "loss": 2.3301324462890625, + "step": 47300 + }, + { + "epoch": 6.32, + "grad_norm": 0.207829549908638, + "learning_rate": 4.6841133333333335e-05, + "loss": 2.330213623046875, + "step": 47400 + }, + { + "epoch": 6.333333333333333, + "grad_norm": 0.19543009996414185, + "learning_rate": 4.6834466666666674e-05, + "loss": 2.3290335083007814, + "step": 47500 + }, + { + "epoch": 6.346666666666667, + "grad_norm": 0.2060248702764511, + "learning_rate": 4.6827800000000006e-05, + "loss": 2.331068572998047, + "step": 47600 + }, + { + "epoch": 6.36, + "grad_norm": 0.2179960161447525, + "learning_rate": 4.682113333333333e-05, + "loss": 2.330615997314453, + "step": 47700 + }, + { + "epoch": 6.373333333333333, + "grad_norm": 0.22476692497730255, + "learning_rate": 4.681446666666667e-05, + "loss": 2.3329974365234376, + "step": 47800 + }, + { + "epoch": 6.386666666666667, + "grad_norm": 0.1948496699333191, + "learning_rate": 4.68078e-05, + "loss": 2.3322357177734374, + "step": 47900 + }, + { + "epoch": 6.4, + "grad_norm": 0.19658160209655762, + "learning_rate": 4.6801133333333335e-05, + "loss": 2.329741668701172, + "step": 48000 + }, + { + "epoch": 6.413333333333333, + "grad_norm": 0.21576018631458282, + "learning_rate": 4.679446666666667e-05, + "loss": 2.331051788330078, + "step": 48100 + }, + { + "epoch": 6.426666666666667, + "grad_norm": 0.20465338230133057, + "learning_rate": 4.6787866666666666e-05, + "loss": 2.3314564514160154, + "step": 48200 + }, + { + "epoch": 6.44, + "grad_norm": 0.2254284769296646, + "learning_rate": 4.6781200000000005e-05, + "loss": 2.3306893920898437, + "step": 48300 + }, + { + "epoch": 6.453333333333333, + "grad_norm": 0.21523387730121613, + "learning_rate": 4.677453333333334e-05, + "loss": 2.3328369140625, + "step": 48400 + }, + { + "epoch": 6.466666666666667, + "grad_norm": 0.20994578301906586, + "learning_rate": 4.676786666666667e-05, + "loss": 2.3308122253417967, + "step": 48500 + }, + { + "epoch": 6.48, + "grad_norm": 0.21397413313388824, + "learning_rate": 4.67612e-05, + "loss": 2.3299708557128906, + "step": 48600 + }, + { + "epoch": 6.493333333333333, + "grad_norm": 0.20089605450630188, + "learning_rate": 4.6754533333333334e-05, + "loss": 2.3305317687988283, + "step": 48700 + }, + { + "epoch": 6.506666666666667, + "grad_norm": 0.21305248141288757, + "learning_rate": 4.674786666666667e-05, + "loss": 2.3314739990234377, + "step": 48800 + }, + { + "epoch": 6.52, + "grad_norm": 0.20678336918354034, + "learning_rate": 4.67412e-05, + "loss": 2.3338267517089846, + "step": 48900 + }, + { + "epoch": 6.533333333333333, + "grad_norm": 0.20186908543109894, + "learning_rate": 4.673453333333334e-05, + "loss": 2.3309475708007814, + "step": 49000 + }, + { + "epoch": 6.546666666666667, + "grad_norm": 0.1907065063714981, + "learning_rate": 4.672786666666667e-05, + "loss": 2.3316998291015625, + "step": 49100 + }, + { + "epoch": 6.5600000000000005, + "grad_norm": 0.21854570508003235, + "learning_rate": 4.67212e-05, + "loss": 2.3346012878417968, + "step": 49200 + }, + { + "epoch": 6.573333333333333, + "grad_norm": 0.1847628653049469, + "learning_rate": 4.6714533333333335e-05, + "loss": 2.3357057189941406, + "step": 49300 + }, + { + "epoch": 6.586666666666667, + "grad_norm": 0.19201835989952087, + "learning_rate": 4.670786666666667e-05, + "loss": 2.3363993835449217, + "step": 49400 + }, + { + "epoch": 6.6, + "grad_norm": 0.19336426258087158, + "learning_rate": 4.67012e-05, + "loss": 2.3319854736328125, + "step": 49500 + }, + { + "epoch": 6.613333333333333, + "grad_norm": 0.20099902153015137, + "learning_rate": 4.669453333333333e-05, + "loss": 2.3336613464355467, + "step": 49600 + }, + { + "epoch": 6.626666666666667, + "grad_norm": 0.1986514925956726, + "learning_rate": 4.668786666666667e-05, + "loss": 2.3317831420898436, + "step": 49700 + }, + { + "epoch": 6.64, + "grad_norm": 0.20249810814857483, + "learning_rate": 4.66812e-05, + "loss": 2.3329707336425782, + "step": 49800 + }, + { + "epoch": 6.653333333333333, + "grad_norm": 0.21656836569309235, + "learning_rate": 4.6674533333333335e-05, + "loss": 2.3322386169433593, + "step": 49900 + }, + { + "epoch": 6.666666666666667, + "grad_norm": 0.19392716884613037, + "learning_rate": 4.666786666666667e-05, + "loss": 2.334392852783203, + "step": 50000 + }, + { + "epoch": 6.68, + "grad_norm": 0.19600430130958557, + "learning_rate": 4.6661200000000007e-05, + "loss": 2.3346022033691405, + "step": 50100 + }, + { + "epoch": 6.693333333333333, + "grad_norm": 0.21334628760814667, + "learning_rate": 4.6654600000000006e-05, + "loss": 2.3344834899902343, + "step": 50200 + }, + { + "epoch": 6.706666666666667, + "grad_norm": 0.19854342937469482, + "learning_rate": 4.664793333333334e-05, + "loss": 2.3333599853515623, + "step": 50300 + }, + { + "epoch": 6.72, + "grad_norm": 0.2086271196603775, + "learning_rate": 4.664126666666666e-05, + "loss": 2.335559997558594, + "step": 50400 + }, + { + "epoch": 6.733333333333333, + "grad_norm": 0.20393237471580505, + "learning_rate": 4.66346e-05, + "loss": 2.3350341796875, + "step": 50500 + }, + { + "epoch": 6.746666666666667, + "grad_norm": 0.2037380337715149, + "learning_rate": 4.6627933333333335e-05, + "loss": 2.3359445190429686, + "step": 50600 + }, + { + "epoch": 6.76, + "grad_norm": 0.2010214924812317, + "learning_rate": 4.662126666666667e-05, + "loss": 2.333213348388672, + "step": 50700 + }, + { + "epoch": 6.773333333333333, + "grad_norm": 0.211711123585701, + "learning_rate": 4.6614600000000006e-05, + "loss": 2.333146209716797, + "step": 50800 + }, + { + "epoch": 6.786666666666667, + "grad_norm": 0.20048975944519043, + "learning_rate": 4.660793333333334e-05, + "loss": 2.332876892089844, + "step": 50900 + }, + { + "epoch": 6.8, + "grad_norm": 0.20532432198524475, + "learning_rate": 4.660126666666667e-05, + "loss": 2.335528564453125, + "step": 51000 + }, + { + "epoch": 6.8133333333333335, + "grad_norm": 0.19597899913787842, + "learning_rate": 4.65946e-05, + "loss": 2.3326602172851563, + "step": 51100 + }, + { + "epoch": 6.826666666666666, + "grad_norm": 0.20233699679374695, + "learning_rate": 4.6587933333333335e-05, + "loss": 2.3346743774414063, + "step": 51200 + }, + { + "epoch": 6.84, + "grad_norm": 0.1949591040611267, + "learning_rate": 4.658126666666667e-05, + "loss": 2.335735168457031, + "step": 51300 + }, + { + "epoch": 6.8533333333333335, + "grad_norm": 0.1934141367673874, + "learning_rate": 4.65746e-05, + "loss": 2.335612487792969, + "step": 51400 + }, + { + "epoch": 6.866666666666667, + "grad_norm": 0.2191038280725479, + "learning_rate": 4.656793333333334e-05, + "loss": 2.3345936584472655, + "step": 51500 + }, + { + "epoch": 6.88, + "grad_norm": 0.20383000373840332, + "learning_rate": 4.656126666666667e-05, + "loss": 2.3339216613769533, + "step": 51600 + }, + { + "epoch": 6.8933333333333335, + "grad_norm": 0.19669340550899506, + "learning_rate": 4.65546e-05, + "loss": 2.3346900939941406, + "step": 51700 + }, + { + "epoch": 6.906666666666666, + "grad_norm": 0.20373137295246124, + "learning_rate": 4.6547933333333335e-05, + "loss": 2.3349125671386717, + "step": 51800 + }, + { + "epoch": 6.92, + "grad_norm": 0.2109116166830063, + "learning_rate": 4.654126666666667e-05, + "loss": 2.3348736572265625, + "step": 51900 + }, + { + "epoch": 6.933333333333334, + "grad_norm": 0.21398979425430298, + "learning_rate": 4.65346e-05, + "loss": 2.336753692626953, + "step": 52000 + }, + { + "epoch": 6.946666666666666, + "grad_norm": 0.1936953067779541, + "learning_rate": 4.652793333333333e-05, + "loss": 2.3369993591308593, + "step": 52100 + }, + { + "epoch": 6.96, + "grad_norm": 0.22233432531356812, + "learning_rate": 4.652133333333333e-05, + "loss": 2.3361253356933593, + "step": 52200 + }, + { + "epoch": 6.973333333333334, + "grad_norm": 0.20416876673698425, + "learning_rate": 4.651466666666667e-05, + "loss": 2.3360031127929686, + "step": 52300 + }, + { + "epoch": 6.986666666666666, + "grad_norm": 0.2030036300420761, + "learning_rate": 4.6508e-05, + "loss": 2.337208099365234, + "step": 52400 + }, + { + "epoch": 7.0, + "grad_norm": 0.19202755391597748, + "learning_rate": 4.6501333333333335e-05, + "loss": 2.336151123046875, + "step": 52500 + }, + { + "epoch": 7.013333333333334, + "grad_norm": 0.206998810172081, + "learning_rate": 4.649466666666667e-05, + "loss": 2.315085906982422, + "step": 52600 + }, + { + "epoch": 7.026666666666666, + "grad_norm": 0.2254278063774109, + "learning_rate": 4.6488000000000006e-05, + "loss": 2.316161651611328, + "step": 52700 + }, + { + "epoch": 7.04, + "grad_norm": 0.2177981585264206, + "learning_rate": 4.648133333333334e-05, + "loss": 2.3162889099121093, + "step": 52800 + }, + { + "epoch": 7.053333333333334, + "grad_norm": 0.22323600947856903, + "learning_rate": 4.6474666666666664e-05, + "loss": 2.3178530883789064, + "step": 52900 + }, + { + "epoch": 7.066666666666666, + "grad_norm": 0.20918424427509308, + "learning_rate": 4.6468e-05, + "loss": 2.315562438964844, + "step": 53000 + }, + { + "epoch": 7.08, + "grad_norm": 0.22114083170890808, + "learning_rate": 4.6461333333333335e-05, + "loss": 2.315318145751953, + "step": 53100 + }, + { + "epoch": 7.093333333333334, + "grad_norm": 0.19929060339927673, + "learning_rate": 4.645466666666667e-05, + "loss": 2.319254913330078, + "step": 53200 + }, + { + "epoch": 7.1066666666666665, + "grad_norm": 0.22897835075855255, + "learning_rate": 4.6448e-05, + "loss": 2.3185064697265627, + "step": 53300 + }, + { + "epoch": 7.12, + "grad_norm": 0.20979653298854828, + "learning_rate": 4.644133333333334e-05, + "loss": 2.3153074645996092, + "step": 53400 + }, + { + "epoch": 7.133333333333334, + "grad_norm": 0.208432137966156, + "learning_rate": 4.643466666666667e-05, + "loss": 2.3188551330566405, + "step": 53500 + }, + { + "epoch": 7.1466666666666665, + "grad_norm": 0.2060391902923584, + "learning_rate": 4.6428000000000003e-05, + "loss": 2.319374694824219, + "step": 53600 + }, + { + "epoch": 7.16, + "grad_norm": 0.2240801900625229, + "learning_rate": 4.6421333333333336e-05, + "loss": 2.315366668701172, + "step": 53700 + }, + { + "epoch": 7.173333333333334, + "grad_norm": 0.21705488860607147, + "learning_rate": 4.641466666666667e-05, + "loss": 2.320493469238281, + "step": 53800 + }, + { + "epoch": 7.1866666666666665, + "grad_norm": 0.22233860194683075, + "learning_rate": 4.6408e-05, + "loss": 2.318059844970703, + "step": 53900 + }, + { + "epoch": 7.2, + "grad_norm": 0.2171303927898407, + "learning_rate": 4.640133333333333e-05, + "loss": 2.320230712890625, + "step": 54000 + }, + { + "epoch": 7.213333333333333, + "grad_norm": 0.21981152892112732, + "learning_rate": 4.639466666666667e-05, + "loss": 2.3186485290527346, + "step": 54100 + }, + { + "epoch": 7.226666666666667, + "grad_norm": 0.2230496108531952, + "learning_rate": 4.638806666666667e-05, + "loss": 2.3200640869140625, + "step": 54200 + }, + { + "epoch": 7.24, + "grad_norm": 0.2142811268568039, + "learning_rate": 4.63814e-05, + "loss": 2.3188714599609375, + "step": 54300 + }, + { + "epoch": 7.253333333333333, + "grad_norm": 0.20586246252059937, + "learning_rate": 4.6374733333333335e-05, + "loss": 2.3214300537109374, + "step": 54400 + }, + { + "epoch": 7.266666666666667, + "grad_norm": 0.206768199801445, + "learning_rate": 4.636806666666667e-05, + "loss": 2.317760467529297, + "step": 54500 + }, + { + "epoch": 7.28, + "grad_norm": 0.22308428585529327, + "learning_rate": 4.6361400000000006e-05, + "loss": 2.32193359375, + "step": 54600 + }, + { + "epoch": 7.293333333333333, + "grad_norm": 0.21023783087730408, + "learning_rate": 4.635473333333333e-05, + "loss": 2.321294860839844, + "step": 54700 + }, + { + "epoch": 7.306666666666667, + "grad_norm": 0.20875036716461182, + "learning_rate": 4.6348066666666664e-05, + "loss": 2.3194563293457033, + "step": 54800 + }, + { + "epoch": 7.32, + "grad_norm": 0.22223174571990967, + "learning_rate": 4.63414e-05, + "loss": 2.3206028747558594, + "step": 54900 + }, + { + "epoch": 7.333333333333333, + "grad_norm": 0.19239133596420288, + "learning_rate": 4.6334733333333336e-05, + "loss": 2.321158599853516, + "step": 55000 + }, + { + "epoch": 7.346666666666667, + "grad_norm": 0.22706732153892517, + "learning_rate": 4.632806666666667e-05, + "loss": 2.3212765502929686, + "step": 55100 + }, + { + "epoch": 7.36, + "grad_norm": 0.23205487430095673, + "learning_rate": 4.632140000000001e-05, + "loss": 2.322073974609375, + "step": 55200 + }, + { + "epoch": 7.373333333333333, + "grad_norm": 0.2067403942346573, + "learning_rate": 4.631473333333334e-05, + "loss": 2.3220693969726565, + "step": 55300 + }, + { + "epoch": 7.386666666666667, + "grad_norm": 0.20351338386535645, + "learning_rate": 4.6308066666666665e-05, + "loss": 2.32278076171875, + "step": 55400 + }, + { + "epoch": 7.4, + "grad_norm": 0.21386387944221497, + "learning_rate": 4.6301400000000004e-05, + "loss": 2.3235244750976562, + "step": 55500 + }, + { + "epoch": 7.413333333333333, + "grad_norm": 0.2237972617149353, + "learning_rate": 4.6294733333333336e-05, + "loss": 2.3205836486816405, + "step": 55600 + }, + { + "epoch": 7.426666666666667, + "grad_norm": 0.196205735206604, + "learning_rate": 4.628806666666667e-05, + "loss": 2.324235687255859, + "step": 55700 + }, + { + "epoch": 7.44, + "grad_norm": 0.20559580624103546, + "learning_rate": 4.62814e-05, + "loss": 2.3239215087890623, + "step": 55800 + }, + { + "epoch": 7.453333333333333, + "grad_norm": 0.22416776418685913, + "learning_rate": 4.627473333333334e-05, + "loss": 2.3214433288574217, + "step": 55900 + }, + { + "epoch": 7.466666666666667, + "grad_norm": 0.20037733018398285, + "learning_rate": 4.626806666666667e-05, + "loss": 2.322022247314453, + "step": 56000 + }, + { + "epoch": 7.48, + "grad_norm": 0.21654389798641205, + "learning_rate": 4.6261400000000004e-05, + "loss": 2.3236199951171876, + "step": 56100 + }, + { + "epoch": 7.493333333333333, + "grad_norm": 0.21859359741210938, + "learning_rate": 4.62548e-05, + "loss": 2.3238677978515625, + "step": 56200 + }, + { + "epoch": 7.506666666666667, + "grad_norm": 0.22405706346035004, + "learning_rate": 4.6248133333333335e-05, + "loss": 2.326851654052734, + "step": 56300 + }, + { + "epoch": 7.52, + "grad_norm": 0.1978028565645218, + "learning_rate": 4.624146666666667e-05, + "loss": 2.3240150451660155, + "step": 56400 + }, + { + "epoch": 7.533333333333333, + "grad_norm": 0.21222999691963196, + "learning_rate": 4.62348e-05, + "loss": 2.3225338745117186, + "step": 56500 + }, + { + "epoch": 7.546666666666667, + "grad_norm": 0.22027376294136047, + "learning_rate": 4.622813333333333e-05, + "loss": 2.324446563720703, + "step": 56600 + }, + { + "epoch": 7.5600000000000005, + "grad_norm": 0.21182918548583984, + "learning_rate": 4.622146666666667e-05, + "loss": 2.3254127502441406, + "step": 56700 + }, + { + "epoch": 7.573333333333333, + "grad_norm": 0.19568821787834167, + "learning_rate": 4.6214800000000003e-05, + "loss": 2.325800323486328, + "step": 56800 + }, + { + "epoch": 7.586666666666667, + "grad_norm": 0.20319704711437225, + "learning_rate": 4.6208133333333336e-05, + "loss": 2.325161590576172, + "step": 56900 + }, + { + "epoch": 7.6, + "grad_norm": 0.22199761867523193, + "learning_rate": 4.620146666666667e-05, + "loss": 2.3248526000976564, + "step": 57000 + }, + { + "epoch": 7.613333333333333, + "grad_norm": 0.19542196393013, + "learning_rate": 4.619480000000001e-05, + "loss": 2.3250607299804686, + "step": 57100 + }, + { + "epoch": 7.626666666666667, + "grad_norm": 0.19808714091777802, + "learning_rate": 4.618813333333333e-05, + "loss": 2.3261805725097657, + "step": 57200 + }, + { + "epoch": 7.64, + "grad_norm": 0.22000600397586823, + "learning_rate": 4.6181466666666665e-05, + "loss": 2.3237953186035156, + "step": 57300 + }, + { + "epoch": 7.653333333333333, + "grad_norm": 0.2083161324262619, + "learning_rate": 4.6174800000000004e-05, + "loss": 2.3280027770996092, + "step": 57400 + }, + { + "epoch": 7.666666666666667, + "grad_norm": 0.2168016880750656, + "learning_rate": 4.6168133333333336e-05, + "loss": 2.324162902832031, + "step": 57500 + }, + { + "epoch": 7.68, + "grad_norm": 0.21734952926635742, + "learning_rate": 4.616146666666667e-05, + "loss": 2.3249171447753905, + "step": 57600 + }, + { + "epoch": 7.693333333333333, + "grad_norm": 0.20479203760623932, + "learning_rate": 4.61548e-05, + "loss": 2.327186737060547, + "step": 57700 + }, + { + "epoch": 7.706666666666667, + "grad_norm": 0.2028800994157791, + "learning_rate": 4.614813333333334e-05, + "loss": 2.327611999511719, + "step": 57800 + }, + { + "epoch": 7.72, + "grad_norm": 0.21738632023334503, + "learning_rate": 4.6141466666666665e-05, + "loss": 2.324887390136719, + "step": 57900 + }, + { + "epoch": 7.733333333333333, + "grad_norm": 0.227495938539505, + "learning_rate": 4.61348e-05, + "loss": 2.3263511657714844, + "step": 58000 + }, + { + "epoch": 7.746666666666667, + "grad_norm": 0.22351373732089996, + "learning_rate": 4.6128133333333337e-05, + "loss": 2.324449005126953, + "step": 58100 + }, + { + "epoch": 7.76, + "grad_norm": 0.19855080544948578, + "learning_rate": 4.6121533333333336e-05, + "loss": 2.3279388427734373, + "step": 58200 + }, + { + "epoch": 7.773333333333333, + "grad_norm": 0.21258243918418884, + "learning_rate": 4.611486666666667e-05, + "loss": 2.3258876037597656, + "step": 58300 + }, + { + "epoch": 7.786666666666667, + "grad_norm": 0.23399053514003754, + "learning_rate": 4.61082e-05, + "loss": 2.328024597167969, + "step": 58400 + }, + { + "epoch": 7.8, + "grad_norm": 0.20555289089679718, + "learning_rate": 4.610153333333333e-05, + "loss": 2.324607391357422, + "step": 58500 + }, + { + "epoch": 7.8133333333333335, + "grad_norm": 0.22223757207393646, + "learning_rate": 4.609486666666667e-05, + "loss": 2.328887634277344, + "step": 58600 + }, + { + "epoch": 7.826666666666666, + "grad_norm": 0.20944397151470184, + "learning_rate": 4.6088200000000004e-05, + "loss": 2.326324005126953, + "step": 58700 + }, + { + "epoch": 7.84, + "grad_norm": 0.21754513680934906, + "learning_rate": 4.6081533333333336e-05, + "loss": 2.3285617065429687, + "step": 58800 + }, + { + "epoch": 7.8533333333333335, + "grad_norm": 0.2218855917453766, + "learning_rate": 4.607486666666667e-05, + "loss": 2.3279769897460936, + "step": 58900 + }, + { + "epoch": 7.866666666666667, + "grad_norm": 0.2152242809534073, + "learning_rate": 4.60682e-05, + "loss": 2.327835998535156, + "step": 59000 + }, + { + "epoch": 7.88, + "grad_norm": 0.19836048781871796, + "learning_rate": 4.606153333333333e-05, + "loss": 2.330382843017578, + "step": 59100 + }, + { + "epoch": 7.8933333333333335, + "grad_norm": 0.2070547193288803, + "learning_rate": 4.6054866666666665e-05, + "loss": 2.328244171142578, + "step": 59200 + }, + { + "epoch": 7.906666666666666, + "grad_norm": 0.2064908742904663, + "learning_rate": 4.6048200000000004e-05, + "loss": 2.327570037841797, + "step": 59300 + }, + { + "epoch": 7.92, + "grad_norm": 0.19223378598690033, + "learning_rate": 4.6041533333333336e-05, + "loss": 2.327322540283203, + "step": 59400 + }, + { + "epoch": 7.933333333333334, + "grad_norm": 0.2263549417257309, + "learning_rate": 4.603486666666667e-05, + "loss": 2.329267120361328, + "step": 59500 + }, + { + "epoch": 7.946666666666666, + "grad_norm": 0.21715712547302246, + "learning_rate": 4.602820000000001e-05, + "loss": 2.3234599304199217, + "step": 59600 + }, + { + "epoch": 7.96, + "grad_norm": 0.2264692485332489, + "learning_rate": 4.602153333333333e-05, + "loss": 2.326782531738281, + "step": 59700 + }, + { + "epoch": 7.973333333333334, + "grad_norm": 0.20843270421028137, + "learning_rate": 4.6014866666666665e-05, + "loss": 2.3266970825195314, + "step": 59800 + }, + { + "epoch": 7.986666666666666, + "grad_norm": 0.20484039187431335, + "learning_rate": 4.6008200000000004e-05, + "loss": 2.3275350952148437, + "step": 59900 + }, + { + "epoch": 8.0, + "grad_norm": 0.21979759633541107, + "learning_rate": 4.600153333333334e-05, + "loss": 2.327262115478516, + "step": 60000 + }, + { + "epoch": 8.013333333333334, + "grad_norm": 0.2148316353559494, + "learning_rate": 4.599486666666667e-05, + "loss": 2.3032371520996096, + "step": 60100 + }, + { + "epoch": 8.026666666666667, + "grad_norm": 0.2427894026041031, + "learning_rate": 4.598826666666667e-05, + "loss": 2.306138000488281, + "step": 60200 + }, + { + "epoch": 8.04, + "grad_norm": 0.23417937755584717, + "learning_rate": 4.59816e-05, + "loss": 2.3055377197265625, + "step": 60300 + }, + { + "epoch": 8.053333333333333, + "grad_norm": 0.22597885131835938, + "learning_rate": 4.597493333333334e-05, + "loss": 2.308175354003906, + "step": 60400 + }, + { + "epoch": 8.066666666666666, + "grad_norm": 0.22343474626541138, + "learning_rate": 4.596826666666667e-05, + "loss": 2.3064723205566406, + "step": 60500 + }, + { + "epoch": 8.08, + "grad_norm": 0.22558583319187164, + "learning_rate": 4.5961600000000004e-05, + "loss": 2.305071258544922, + "step": 60600 + }, + { + "epoch": 8.093333333333334, + "grad_norm": 0.20653437077999115, + "learning_rate": 4.5954933333333336e-05, + "loss": 2.307345428466797, + "step": 60700 + }, + { + "epoch": 8.106666666666667, + "grad_norm": 0.2216809093952179, + "learning_rate": 4.594826666666667e-05, + "loss": 2.3047059631347655, + "step": 60800 + }, + { + "epoch": 8.12, + "grad_norm": 0.22799284756183624, + "learning_rate": 4.59416e-05, + "loss": 2.307566833496094, + "step": 60900 + }, + { + "epoch": 8.133333333333333, + "grad_norm": 0.22076313197612762, + "learning_rate": 4.593493333333333e-05, + "loss": 2.3049078369140625, + "step": 61000 + }, + { + "epoch": 8.146666666666667, + "grad_norm": 0.2266998142004013, + "learning_rate": 4.592826666666667e-05, + "loss": 2.3053494262695313, + "step": 61100 + }, + { + "epoch": 8.16, + "grad_norm": 0.23705247044563293, + "learning_rate": 4.5921600000000004e-05, + "loss": 2.3077027893066404, + "step": 61200 + }, + { + "epoch": 8.173333333333334, + "grad_norm": 0.21669632196426392, + "learning_rate": 4.5914933333333337e-05, + "loss": 2.3076458740234376, + "step": 61300 + }, + { + "epoch": 8.186666666666667, + "grad_norm": 0.2006712257862091, + "learning_rate": 4.590826666666667e-05, + "loss": 2.3063531494140626, + "step": 61400 + }, + { + "epoch": 8.2, + "grad_norm": 0.21064023673534393, + "learning_rate": 4.59016e-05, + "loss": 2.3089945983886717, + "step": 61500 + }, + { + "epoch": 8.213333333333333, + "grad_norm": 0.21858380734920502, + "learning_rate": 4.589493333333333e-05, + "loss": 2.307320098876953, + "step": 61600 + }, + { + "epoch": 8.226666666666667, + "grad_norm": 0.21644806861877441, + "learning_rate": 4.5888266666666666e-05, + "loss": 2.3085394287109375, + "step": 61700 + }, + { + "epoch": 8.24, + "grad_norm": 0.22975999116897583, + "learning_rate": 4.5881600000000005e-05, + "loss": 2.3101947021484377, + "step": 61800 + }, + { + "epoch": 8.253333333333334, + "grad_norm": 0.21924324333667755, + "learning_rate": 4.587493333333334e-05, + "loss": 2.3123768615722655, + "step": 61900 + }, + { + "epoch": 8.266666666666667, + "grad_norm": 0.22921468317508698, + "learning_rate": 4.586826666666667e-05, + "loss": 2.3115985107421877, + "step": 62000 + }, + { + "epoch": 8.28, + "grad_norm": 0.21891409158706665, + "learning_rate": 4.58616e-05, + "loss": 2.309479217529297, + "step": 62100 + }, + { + "epoch": 8.293333333333333, + "grad_norm": 0.22286993265151978, + "learning_rate": 4.5855e-05, + "loss": 2.3122218322753905, + "step": 62200 + }, + { + "epoch": 8.306666666666667, + "grad_norm": 0.24152639508247375, + "learning_rate": 4.584833333333334e-05, + "loss": 2.308910217285156, + "step": 62300 + }, + { + "epoch": 8.32, + "grad_norm": 0.21503682434558868, + "learning_rate": 4.5841666666666665e-05, + "loss": 2.307999572753906, + "step": 62400 + }, + { + "epoch": 8.333333333333334, + "grad_norm": 0.20558761060237885, + "learning_rate": 4.5835e-05, + "loss": 2.3080621337890626, + "step": 62500 + }, + { + "epoch": 8.346666666666668, + "grad_norm": 0.21116876602172852, + "learning_rate": 4.5828333333333336e-05, + "loss": 2.3105264282226563, + "step": 62600 + }, + { + "epoch": 8.36, + "grad_norm": 0.2325267195701599, + "learning_rate": 4.582166666666667e-05, + "loss": 2.309617919921875, + "step": 62700 + }, + { + "epoch": 8.373333333333333, + "grad_norm": 0.2288995385169983, + "learning_rate": 4.5815e-05, + "loss": 2.3135015869140627, + "step": 62800 + }, + { + "epoch": 8.386666666666667, + "grad_norm": 0.23661412298679352, + "learning_rate": 4.580833333333333e-05, + "loss": 2.311595153808594, + "step": 62900 + }, + { + "epoch": 8.4, + "grad_norm": 0.22704863548278809, + "learning_rate": 4.580166666666667e-05, + "loss": 2.311846160888672, + "step": 63000 + }, + { + "epoch": 8.413333333333334, + "grad_norm": 0.21123670041561127, + "learning_rate": 4.5795000000000005e-05, + "loss": 2.3099000549316404, + "step": 63100 + }, + { + "epoch": 8.426666666666666, + "grad_norm": 0.22051377594470978, + "learning_rate": 4.578833333333333e-05, + "loss": 2.314755401611328, + "step": 63200 + }, + { + "epoch": 8.44, + "grad_norm": 0.21824777126312256, + "learning_rate": 4.578166666666667e-05, + "loss": 2.3122979736328126, + "step": 63300 + }, + { + "epoch": 8.453333333333333, + "grad_norm": 0.2141052782535553, + "learning_rate": 4.5775e-05, + "loss": 2.314187316894531, + "step": 63400 + }, + { + "epoch": 8.466666666666667, + "grad_norm": 0.22229032218456268, + "learning_rate": 4.5768333333333334e-05, + "loss": 2.3118528747558593, + "step": 63500 + }, + { + "epoch": 8.48, + "grad_norm": 0.21177971363067627, + "learning_rate": 4.576166666666667e-05, + "loss": 2.314485626220703, + "step": 63600 + }, + { + "epoch": 8.493333333333334, + "grad_norm": 0.2159062772989273, + "learning_rate": 4.5755000000000005e-05, + "loss": 2.3116845703125, + "step": 63700 + }, + { + "epoch": 8.506666666666666, + "grad_norm": 0.21478477120399475, + "learning_rate": 4.574833333333334e-05, + "loss": 2.3143507385253907, + "step": 63800 + }, + { + "epoch": 8.52, + "grad_norm": 0.22522731125354767, + "learning_rate": 4.574166666666667e-05, + "loss": 2.315663604736328, + "step": 63900 + }, + { + "epoch": 8.533333333333333, + "grad_norm": 0.22168120741844177, + "learning_rate": 4.5735e-05, + "loss": 2.3135195922851564, + "step": 64000 + }, + { + "epoch": 8.546666666666667, + "grad_norm": 0.2298642098903656, + "learning_rate": 4.5728333333333334e-05, + "loss": 2.315981140136719, + "step": 64100 + }, + { + "epoch": 8.56, + "grad_norm": 0.2253265529870987, + "learning_rate": 4.572173333333333e-05, + "loss": 2.315703887939453, + "step": 64200 + }, + { + "epoch": 8.573333333333334, + "grad_norm": 0.22435899078845978, + "learning_rate": 4.5715066666666665e-05, + "loss": 2.314583282470703, + "step": 64300 + }, + { + "epoch": 8.586666666666666, + "grad_norm": 0.21293385326862335, + "learning_rate": 4.5708400000000004e-05, + "loss": 2.3148568725585936, + "step": 64400 + }, + { + "epoch": 8.6, + "grad_norm": 0.2217615693807602, + "learning_rate": 4.570173333333334e-05, + "loss": 2.3133966064453126, + "step": 64500 + }, + { + "epoch": 8.613333333333333, + "grad_norm": 0.21577724814414978, + "learning_rate": 4.569506666666667e-05, + "loss": 2.3160128784179688, + "step": 64600 + }, + { + "epoch": 8.626666666666667, + "grad_norm": 0.20894163846969604, + "learning_rate": 4.56884e-05, + "loss": 2.316580505371094, + "step": 64700 + }, + { + "epoch": 8.64, + "grad_norm": 0.22660347819328308, + "learning_rate": 4.568173333333334e-05, + "loss": 2.3132757568359374, + "step": 64800 + }, + { + "epoch": 8.653333333333332, + "grad_norm": 0.20169147849082947, + "learning_rate": 4.567506666666667e-05, + "loss": 2.3164935302734375, + "step": 64900 + }, + { + "epoch": 8.666666666666666, + "grad_norm": 0.22867351770401, + "learning_rate": 4.56684e-05, + "loss": 2.3162477111816404, + "step": 65000 + }, + { + "epoch": 8.68, + "grad_norm": 0.23090234398841858, + "learning_rate": 4.566173333333334e-05, + "loss": 2.3189874267578126, + "step": 65100 + }, + { + "epoch": 8.693333333333333, + "grad_norm": 0.22201119363307953, + "learning_rate": 4.565506666666667e-05, + "loss": 2.31669921875, + "step": 65200 + }, + { + "epoch": 8.706666666666667, + "grad_norm": 0.2174353450536728, + "learning_rate": 4.56484e-05, + "loss": 2.3188742065429686, + "step": 65300 + }, + { + "epoch": 8.72, + "grad_norm": 0.21239978075027466, + "learning_rate": 4.5641733333333334e-05, + "loss": 2.3161309814453124, + "step": 65400 + }, + { + "epoch": 8.733333333333333, + "grad_norm": 0.19849137961864471, + "learning_rate": 4.563506666666667e-05, + "loss": 2.3190155029296875, + "step": 65500 + }, + { + "epoch": 8.746666666666666, + "grad_norm": 0.2238064557313919, + "learning_rate": 4.5628400000000005e-05, + "loss": 2.3172088623046876, + "step": 65600 + }, + { + "epoch": 8.76, + "grad_norm": 0.22363531589508057, + "learning_rate": 4.562173333333333e-05, + "loss": 2.3175604248046877, + "step": 65700 + }, + { + "epoch": 8.773333333333333, + "grad_norm": 0.22062158584594727, + "learning_rate": 4.561506666666667e-05, + "loss": 2.3156175231933593, + "step": 65800 + }, + { + "epoch": 8.786666666666667, + "grad_norm": 0.2074691206216812, + "learning_rate": 4.56084e-05, + "loss": 2.317613372802734, + "step": 65900 + }, + { + "epoch": 8.8, + "grad_norm": 0.21585817635059357, + "learning_rate": 4.5601733333333334e-05, + "loss": 2.317025909423828, + "step": 66000 + }, + { + "epoch": 8.813333333333333, + "grad_norm": 0.24289225041866302, + "learning_rate": 4.5595066666666666e-05, + "loss": 2.3176622009277343, + "step": 66100 + }, + { + "epoch": 8.826666666666666, + "grad_norm": 0.22260883450508118, + "learning_rate": 4.5588466666666666e-05, + "loss": 2.3193907165527343, + "step": 66200 + }, + { + "epoch": 8.84, + "grad_norm": 0.20685255527496338, + "learning_rate": 4.5581800000000005e-05, + "loss": 2.3187965393066405, + "step": 66300 + }, + { + "epoch": 8.853333333333333, + "grad_norm": 0.2502782940864563, + "learning_rate": 4.557513333333334e-05, + "loss": 2.3181417846679686, + "step": 66400 + }, + { + "epoch": 8.866666666666667, + "grad_norm": 0.20513685047626495, + "learning_rate": 4.556846666666667e-05, + "loss": 2.318340606689453, + "step": 66500 + }, + { + "epoch": 8.88, + "grad_norm": 0.2085087150335312, + "learning_rate": 4.55618e-05, + "loss": 2.320625762939453, + "step": 66600 + }, + { + "epoch": 8.893333333333333, + "grad_norm": 0.2202482372522354, + "learning_rate": 4.5555133333333334e-05, + "loss": 2.317662811279297, + "step": 66700 + }, + { + "epoch": 8.906666666666666, + "grad_norm": 0.20364412665367126, + "learning_rate": 4.5548466666666666e-05, + "loss": 2.320509796142578, + "step": 66800 + }, + { + "epoch": 8.92, + "grad_norm": 0.2078937292098999, + "learning_rate": 4.55418e-05, + "loss": 2.3180162048339845, + "step": 66900 + }, + { + "epoch": 8.933333333333334, + "grad_norm": 0.21178776025772095, + "learning_rate": 4.553513333333334e-05, + "loss": 2.318477783203125, + "step": 67000 + }, + { + "epoch": 8.946666666666667, + "grad_norm": 0.2264500856399536, + "learning_rate": 4.552846666666667e-05, + "loss": 2.321943511962891, + "step": 67100 + }, + { + "epoch": 8.96, + "grad_norm": 0.2113855928182602, + "learning_rate": 4.55218e-05, + "loss": 2.318071746826172, + "step": 67200 + }, + { + "epoch": 8.973333333333333, + "grad_norm": 0.19603019952774048, + "learning_rate": 4.5515133333333334e-05, + "loss": 2.3197503662109376, + "step": 67300 + }, + { + "epoch": 8.986666666666666, + "grad_norm": 0.2236277014017105, + "learning_rate": 4.550846666666667e-05, + "loss": 2.320359344482422, + "step": 67400 + }, + { + "epoch": 9.0, + "grad_norm": 0.21920901536941528, + "learning_rate": 4.55018e-05, + "loss": 2.318968963623047, + "step": 67500 + }, + { + "epoch": 9.013333333333334, + "grad_norm": 0.23331010341644287, + "learning_rate": 4.549513333333333e-05, + "loss": 2.2941917419433593, + "step": 67600 + }, + { + "epoch": 9.026666666666667, + "grad_norm": 0.21596217155456543, + "learning_rate": 4.548846666666667e-05, + "loss": 2.290107421875, + "step": 67700 + }, + { + "epoch": 9.04, + "grad_norm": 0.22891509532928467, + "learning_rate": 4.54818e-05, + "loss": 2.2925718688964842, + "step": 67800 + }, + { + "epoch": 9.053333333333333, + "grad_norm": 0.21967433393001556, + "learning_rate": 4.5475133333333334e-05, + "loss": 2.2921377563476564, + "step": 67900 + }, + { + "epoch": 9.066666666666666, + "grad_norm": 0.25205832719802856, + "learning_rate": 4.5468466666666673e-05, + "loss": 2.293820037841797, + "step": 68000 + }, + { + "epoch": 9.08, + "grad_norm": 0.2291940152645111, + "learning_rate": 4.5461800000000006e-05, + "loss": 2.293941650390625, + "step": 68100 + }, + { + "epoch": 9.093333333333334, + "grad_norm": 0.23932799696922302, + "learning_rate": 4.5455200000000005e-05, + "loss": 2.2932688903808596, + "step": 68200 + }, + { + "epoch": 9.106666666666667, + "grad_norm": 0.22407028079032898, + "learning_rate": 4.544853333333334e-05, + "loss": 2.296217193603516, + "step": 68300 + }, + { + "epoch": 9.12, + "grad_norm": 0.2332010418176651, + "learning_rate": 4.544186666666667e-05, + "loss": 2.296667022705078, + "step": 68400 + }, + { + "epoch": 9.133333333333333, + "grad_norm": 0.22865130007266998, + "learning_rate": 4.54352e-05, + "loss": 2.2938783264160154, + "step": 68500 + }, + { + "epoch": 9.146666666666667, + "grad_norm": 0.23731687664985657, + "learning_rate": 4.5428533333333334e-05, + "loss": 2.296278381347656, + "step": 68600 + }, + { + "epoch": 9.16, + "grad_norm": 0.21626006066799164, + "learning_rate": 4.5421866666666666e-05, + "loss": 2.2968585205078127, + "step": 68700 + }, + { + "epoch": 9.173333333333334, + "grad_norm": 0.23821845650672913, + "learning_rate": 4.5415200000000005e-05, + "loss": 2.2977059936523436, + "step": 68800 + }, + { + "epoch": 9.186666666666667, + "grad_norm": 0.2369178831577301, + "learning_rate": 4.540853333333334e-05, + "loss": 2.296495208740234, + "step": 68900 + }, + { + "epoch": 9.2, + "grad_norm": 0.22190576791763306, + "learning_rate": 4.540186666666667e-05, + "loss": 2.297707366943359, + "step": 69000 + }, + { + "epoch": 9.213333333333333, + "grad_norm": 0.22970540821552277, + "learning_rate": 4.53952e-05, + "loss": 2.2968077087402343, + "step": 69100 + }, + { + "epoch": 9.226666666666667, + "grad_norm": 0.23141416907310486, + "learning_rate": 4.5388533333333334e-05, + "loss": 2.297506103515625, + "step": 69200 + }, + { + "epoch": 9.24, + "grad_norm": 0.22547562420368195, + "learning_rate": 4.5381866666666667e-05, + "loss": 2.2980027770996094, + "step": 69300 + }, + { + "epoch": 9.253333333333334, + "grad_norm": 0.24733230471611023, + "learning_rate": 4.53752e-05, + "loss": 2.29823486328125, + "step": 69400 + }, + { + "epoch": 9.266666666666667, + "grad_norm": 0.23954610526561737, + "learning_rate": 4.536853333333334e-05, + "loss": 2.300198974609375, + "step": 69500 + }, + { + "epoch": 9.28, + "grad_norm": 0.253302663564682, + "learning_rate": 4.536186666666667e-05, + "loss": 2.2968313598632815, + "step": 69600 + }, + { + "epoch": 9.293333333333333, + "grad_norm": 0.2572624385356903, + "learning_rate": 4.53552e-05, + "loss": 2.3007162475585936, + "step": 69700 + }, + { + "epoch": 9.306666666666667, + "grad_norm": 0.2580345869064331, + "learning_rate": 4.5348533333333335e-05, + "loss": 2.2998121643066405, + "step": 69800 + }, + { + "epoch": 9.32, + "grad_norm": 0.23370671272277832, + "learning_rate": 4.5341866666666674e-05, + "loss": 2.302071075439453, + "step": 69900 + }, + { + "epoch": 9.333333333333334, + "grad_norm": 0.2354464828968048, + "learning_rate": 4.53352e-05, + "loss": 2.3010763549804687, + "step": 70000 + }, + { + "epoch": 9.346666666666668, + "grad_norm": 0.22726485133171082, + "learning_rate": 4.532853333333333e-05, + "loss": 2.302950897216797, + "step": 70100 + }, + { + "epoch": 9.36, + "grad_norm": 0.24437928199768066, + "learning_rate": 4.532193333333333e-05, + "loss": 2.301619110107422, + "step": 70200 + }, + { + "epoch": 9.373333333333333, + "grad_norm": 0.22362923622131348, + "learning_rate": 4.531526666666667e-05, + "loss": 2.301064147949219, + "step": 70300 + }, + { + "epoch": 9.386666666666667, + "grad_norm": 0.22675906121730804, + "learning_rate": 4.53086e-05, + "loss": 2.300765380859375, + "step": 70400 + }, + { + "epoch": 9.4, + "grad_norm": 0.23232199251651764, + "learning_rate": 4.5301933333333334e-05, + "loss": 2.2998236083984374, + "step": 70500 + }, + { + "epoch": 9.413333333333334, + "grad_norm": 0.2357228696346283, + "learning_rate": 4.5295266666666666e-05, + "loss": 2.300859375, + "step": 70600 + }, + { + "epoch": 9.426666666666666, + "grad_norm": 0.22707265615463257, + "learning_rate": 4.5288600000000005e-05, + "loss": 2.30189697265625, + "step": 70700 + }, + { + "epoch": 9.44, + "grad_norm": 0.22745104134082794, + "learning_rate": 4.528193333333334e-05, + "loss": 2.3032139587402343, + "step": 70800 + }, + { + "epoch": 9.453333333333333, + "grad_norm": 0.2270699143409729, + "learning_rate": 4.527526666666667e-05, + "loss": 2.3027561950683593, + "step": 70900 + }, + { + "epoch": 9.466666666666667, + "grad_norm": 0.22705000638961792, + "learning_rate": 4.52686e-05, + "loss": 2.30169677734375, + "step": 71000 + }, + { + "epoch": 9.48, + "grad_norm": 0.24112239480018616, + "learning_rate": 4.5261933333333335e-05, + "loss": 2.3032855224609374, + "step": 71100 + }, + { + "epoch": 9.493333333333334, + "grad_norm": 0.22396592795848846, + "learning_rate": 4.525526666666667e-05, + "loss": 2.3002029418945313, + "step": 71200 + }, + { + "epoch": 9.506666666666666, + "grad_norm": 0.21745307743549347, + "learning_rate": 4.52486e-05, + "loss": 2.3029249572753905, + "step": 71300 + }, + { + "epoch": 9.52, + "grad_norm": 0.23369887471199036, + "learning_rate": 4.524193333333334e-05, + "loss": 2.304996337890625, + "step": 71400 + }, + { + "epoch": 9.533333333333333, + "grad_norm": 0.23318316042423248, + "learning_rate": 4.523526666666667e-05, + "loss": 2.3056065368652345, + "step": 71500 + }, + { + "epoch": 9.546666666666667, + "grad_norm": 0.2250574827194214, + "learning_rate": 4.52286e-05, + "loss": 2.3032150268554688, + "step": 71600 + }, + { + "epoch": 9.56, + "grad_norm": 0.2183639109134674, + "learning_rate": 4.5221933333333335e-05, + "loss": 2.305579833984375, + "step": 71700 + }, + { + "epoch": 9.573333333333334, + "grad_norm": 0.2082279771566391, + "learning_rate": 4.521526666666667e-05, + "loss": 2.3057624816894533, + "step": 71800 + }, + { + "epoch": 9.586666666666666, + "grad_norm": 0.23728124797344208, + "learning_rate": 4.52086e-05, + "loss": 2.3048939514160156, + "step": 71900 + }, + { + "epoch": 9.6, + "grad_norm": 0.23262864351272583, + "learning_rate": 4.520193333333333e-05, + "loss": 2.303785400390625, + "step": 72000 + }, + { + "epoch": 9.613333333333333, + "grad_norm": 0.22944900393486023, + "learning_rate": 4.519526666666667e-05, + "loss": 2.3056602478027344, + "step": 72100 + }, + { + "epoch": 9.626666666666667, + "grad_norm": 0.2632165551185608, + "learning_rate": 4.518866666666667e-05, + "loss": 2.3039901733398436, + "step": 72200 + }, + { + "epoch": 9.64, + "grad_norm": 0.23915515840053558, + "learning_rate": 4.5182e-05, + "loss": 2.3091696166992186, + "step": 72300 + }, + { + "epoch": 9.653333333333332, + "grad_norm": 0.24298280477523804, + "learning_rate": 4.5175333333333334e-05, + "loss": 2.3061654663085935, + "step": 72400 + }, + { + "epoch": 9.666666666666666, + "grad_norm": 0.23660294711589813, + "learning_rate": 4.5168666666666673e-05, + "loss": 2.3104348754882813, + "step": 72500 + }, + { + "epoch": 9.68, + "grad_norm": 0.2370450496673584, + "learning_rate": 4.5162000000000006e-05, + "loss": 2.3079653930664064, + "step": 72600 + }, + { + "epoch": 9.693333333333333, + "grad_norm": 0.2323356717824936, + "learning_rate": 4.515533333333333e-05, + "loss": 2.3062504577636718, + "step": 72700 + }, + { + "epoch": 9.706666666666667, + "grad_norm": 0.2260921448469162, + "learning_rate": 4.514866666666667e-05, + "loss": 2.3086776733398438, + "step": 72800 + }, + { + "epoch": 9.72, + "grad_norm": 0.23469285666942596, + "learning_rate": 4.5142e-05, + "loss": 2.306175079345703, + "step": 72900 + }, + { + "epoch": 9.733333333333333, + "grad_norm": 0.2398371398448944, + "learning_rate": 4.5135333333333335e-05, + "loss": 2.3068536376953124, + "step": 73000 + }, + { + "epoch": 9.746666666666666, + "grad_norm": 0.2239067405462265, + "learning_rate": 4.512866666666667e-05, + "loss": 2.30914306640625, + "step": 73100 + }, + { + "epoch": 9.76, + "grad_norm": 0.22555306553840637, + "learning_rate": 4.5122000000000006e-05, + "loss": 2.3087586975097656, + "step": 73200 + }, + { + "epoch": 9.773333333333333, + "grad_norm": 0.22917480766773224, + "learning_rate": 4.511533333333334e-05, + "loss": 2.310619201660156, + "step": 73300 + }, + { + "epoch": 9.786666666666667, + "grad_norm": 0.23775242269039154, + "learning_rate": 4.510866666666667e-05, + "loss": 2.3091854858398437, + "step": 73400 + }, + { + "epoch": 9.8, + "grad_norm": 0.24801835417747498, + "learning_rate": 4.5102e-05, + "loss": 2.3082546997070312, + "step": 73500 + }, + { + "epoch": 9.813333333333333, + "grad_norm": 0.23106469213962555, + "learning_rate": 4.5095333333333335e-05, + "loss": 2.3087344360351563, + "step": 73600 + }, + { + "epoch": 9.826666666666666, + "grad_norm": 0.22504796087741852, + "learning_rate": 4.508866666666667e-05, + "loss": 2.308363494873047, + "step": 73700 + }, + { + "epoch": 9.84, + "grad_norm": 0.23639419674873352, + "learning_rate": 4.5082e-05, + "loss": 2.30758544921875, + "step": 73800 + }, + { + "epoch": 9.853333333333333, + "grad_norm": 0.24086354672908783, + "learning_rate": 4.507533333333334e-05, + "loss": 2.3087428283691405, + "step": 73900 + }, + { + "epoch": 9.866666666666667, + "grad_norm": 0.2180139571428299, + "learning_rate": 4.506866666666667e-05, + "loss": 2.308798828125, + "step": 74000 + }, + { + "epoch": 9.88, + "grad_norm": 0.22501300275325775, + "learning_rate": 4.5062e-05, + "loss": 2.3099415588378904, + "step": 74100 + }, + { + "epoch": 9.893333333333333, + "grad_norm": 0.23066537082195282, + "learning_rate": 4.50554e-05, + "loss": 2.307503662109375, + "step": 74200 + }, + { + "epoch": 9.906666666666666, + "grad_norm": 0.22434760630130768, + "learning_rate": 4.5048733333333335e-05, + "loss": 2.3106227111816406, + "step": 74300 + }, + { + "epoch": 9.92, + "grad_norm": 0.25195831060409546, + "learning_rate": 4.5042066666666674e-05, + "loss": 2.3048329162597656, + "step": 74400 + }, + { + "epoch": 9.933333333333334, + "grad_norm": 0.2128189355134964, + "learning_rate": 4.50354e-05, + "loss": 2.3085731506347655, + "step": 74500 + }, + { + "epoch": 9.946666666666667, + "grad_norm": 0.2209046483039856, + "learning_rate": 4.502873333333333e-05, + "loss": 2.3103427124023437, + "step": 74600 + }, + { + "epoch": 9.96, + "grad_norm": 0.4690224528312683, + "learning_rate": 4.502206666666667e-05, + "loss": 2.312327423095703, + "step": 74700 + }, + { + "epoch": 9.973333333333333, + "grad_norm": 0.21926158666610718, + "learning_rate": 4.50154e-05, + "loss": 2.310508575439453, + "step": 74800 + }, + { + "epoch": 9.986666666666666, + "grad_norm": 0.2374141365289688, + "learning_rate": 4.5008733333333335e-05, + "loss": 2.31052978515625, + "step": 74900 + }, + { + "epoch": 10.0, + "grad_norm": 0.22070780396461487, + "learning_rate": 4.500206666666667e-05, + "loss": 2.3100782775878907, + "step": 75000 + }, + { + "epoch": 10.013333333333334, + "grad_norm": 0.23315180838108063, + "learning_rate": 4.4995400000000006e-05, + "loss": 2.2820582580566406, + "step": 75100 + }, + { + "epoch": 10.026666666666667, + "grad_norm": 0.2489648312330246, + "learning_rate": 4.498873333333333e-05, + "loss": 2.2800167846679686, + "step": 75200 + }, + { + "epoch": 10.04, + "grad_norm": 0.2430664449930191, + "learning_rate": 4.4982066666666664e-05, + "loss": 2.2820753479003906, + "step": 75300 + }, + { + "epoch": 10.053333333333333, + "grad_norm": 0.24344773590564728, + "learning_rate": 4.49754e-05, + "loss": 2.2796278381347657, + "step": 75400 + }, + { + "epoch": 10.066666666666666, + "grad_norm": 0.24810276925563812, + "learning_rate": 4.4968733333333335e-05, + "loss": 2.279807586669922, + "step": 75500 + }, + { + "epoch": 10.08, + "grad_norm": 0.24132785201072693, + "learning_rate": 4.496206666666667e-05, + "loss": 2.2805412292480467, + "step": 75600 + }, + { + "epoch": 10.093333333333334, + "grad_norm": 0.24037568271160126, + "learning_rate": 4.49554e-05, + "loss": 2.2824276733398436, + "step": 75700 + }, + { + "epoch": 10.106666666666667, + "grad_norm": 0.23821789026260376, + "learning_rate": 4.494873333333334e-05, + "loss": 2.284660186767578, + "step": 75800 + }, + { + "epoch": 10.12, + "grad_norm": 0.2437891960144043, + "learning_rate": 4.494206666666667e-05, + "loss": 2.2823611450195314, + "step": 75900 + }, + { + "epoch": 10.133333333333333, + "grad_norm": 0.23768781125545502, + "learning_rate": 4.49354e-05, + "loss": 2.2855105590820313, + "step": 76000 + }, + { + "epoch": 10.146666666666667, + "grad_norm": 0.24591408669948578, + "learning_rate": 4.4928733333333336e-05, + "loss": 2.2840614318847656, + "step": 76100 + }, + { + "epoch": 10.16, + "grad_norm": 0.2379213571548462, + "learning_rate": 4.4922133333333335e-05, + "loss": 2.2879397583007814, + "step": 76200 + }, + { + "epoch": 10.173333333333334, + "grad_norm": 0.2505422532558441, + "learning_rate": 4.491546666666667e-05, + "loss": 2.2845729064941405, + "step": 76300 + }, + { + "epoch": 10.186666666666667, + "grad_norm": 0.24018126726150513, + "learning_rate": 4.49088e-05, + "loss": 2.287251281738281, + "step": 76400 + }, + { + "epoch": 10.2, + "grad_norm": 0.26669764518737793, + "learning_rate": 4.490213333333333e-05, + "loss": 2.284190826416016, + "step": 76500 + }, + { + "epoch": 10.213333333333333, + "grad_norm": 0.24248762428760529, + "learning_rate": 4.489546666666667e-05, + "loss": 2.287902374267578, + "step": 76600 + }, + { + "epoch": 10.226666666666667, + "grad_norm": 0.23663915693759918, + "learning_rate": 4.48888e-05, + "loss": 2.286513214111328, + "step": 76700 + }, + { + "epoch": 10.24, + "grad_norm": 0.25117191672325134, + "learning_rate": 4.4882133333333335e-05, + "loss": 2.289020538330078, + "step": 76800 + }, + { + "epoch": 10.253333333333334, + "grad_norm": 0.23214347660541534, + "learning_rate": 4.4875466666666674e-05, + "loss": 2.2866584777832033, + "step": 76900 + }, + { + "epoch": 10.266666666666667, + "grad_norm": 0.2386721670627594, + "learning_rate": 4.48688e-05, + "loss": 2.289106597900391, + "step": 77000 + }, + { + "epoch": 10.28, + "grad_norm": 0.24421949684619904, + "learning_rate": 4.486213333333333e-05, + "loss": 2.28677490234375, + "step": 77100 + }, + { + "epoch": 10.293333333333333, + "grad_norm": 0.2612295150756836, + "learning_rate": 4.485546666666667e-05, + "loss": 2.289345703125, + "step": 77200 + }, + { + "epoch": 10.306666666666667, + "grad_norm": 0.22263416647911072, + "learning_rate": 4.48488e-05, + "loss": 2.2870338439941404, + "step": 77300 + }, + { + "epoch": 10.32, + "grad_norm": 0.2574688494205475, + "learning_rate": 4.4842133333333336e-05, + "loss": 2.2890251159667967, + "step": 77400 + }, + { + "epoch": 10.333333333333334, + "grad_norm": 0.25357821583747864, + "learning_rate": 4.483546666666667e-05, + "loss": 2.2873045349121095, + "step": 77500 + }, + { + "epoch": 10.346666666666668, + "grad_norm": 0.2804579734802246, + "learning_rate": 4.482880000000001e-05, + "loss": 2.2914703369140623, + "step": 77600 + }, + { + "epoch": 10.36, + "grad_norm": 0.24506065249443054, + "learning_rate": 4.482213333333334e-05, + "loss": 2.2905569458007813, + "step": 77700 + }, + { + "epoch": 10.373333333333333, + "grad_norm": 0.25503185391426086, + "learning_rate": 4.4815466666666665e-05, + "loss": 2.290155334472656, + "step": 77800 + }, + { + "epoch": 10.386666666666667, + "grad_norm": 0.2579893171787262, + "learning_rate": 4.4808800000000004e-05, + "loss": 2.291581115722656, + "step": 77900 + }, + { + "epoch": 10.4, + "grad_norm": 0.22538907825946808, + "learning_rate": 4.4802133333333336e-05, + "loss": 2.291281280517578, + "step": 78000 + }, + { + "epoch": 10.413333333333334, + "grad_norm": 0.24924156069755554, + "learning_rate": 4.479546666666667e-05, + "loss": 2.289500885009766, + "step": 78100 + }, + { + "epoch": 10.426666666666666, + "grad_norm": 0.2366298884153366, + "learning_rate": 4.478886666666667e-05, + "loss": 2.290386047363281, + "step": 78200 + }, + { + "epoch": 10.44, + "grad_norm": 0.22278301417827606, + "learning_rate": 4.47822e-05, + "loss": 2.2905796813964843, + "step": 78300 + }, + { + "epoch": 10.453333333333333, + "grad_norm": 0.25287824869155884, + "learning_rate": 4.477553333333334e-05, + "loss": 2.290713653564453, + "step": 78400 + }, + { + "epoch": 10.466666666666667, + "grad_norm": 0.24435845017433167, + "learning_rate": 4.476886666666667e-05, + "loss": 2.2916438293457033, + "step": 78500 + }, + { + "epoch": 10.48, + "grad_norm": 0.24885345995426178, + "learning_rate": 4.47622e-05, + "loss": 2.2903347778320313, + "step": 78600 + }, + { + "epoch": 10.493333333333334, + "grad_norm": 0.2466493546962738, + "learning_rate": 4.4755533333333335e-05, + "loss": 2.292062225341797, + "step": 78700 + }, + { + "epoch": 10.506666666666666, + "grad_norm": 0.25343602895736694, + "learning_rate": 4.474886666666667e-05, + "loss": 2.293315124511719, + "step": 78800 + }, + { + "epoch": 10.52, + "grad_norm": 0.26084843277931213, + "learning_rate": 4.47422e-05, + "loss": 2.290987854003906, + "step": 78900 + }, + { + "epoch": 10.533333333333333, + "grad_norm": 0.22565628588199615, + "learning_rate": 4.473553333333333e-05, + "loss": 2.291141357421875, + "step": 79000 + }, + { + "epoch": 10.546666666666667, + "grad_norm": 0.2424556016921997, + "learning_rate": 4.472886666666667e-05, + "loss": 2.2940351867675783, + "step": 79100 + }, + { + "epoch": 10.56, + "grad_norm": 0.23173433542251587, + "learning_rate": 4.4722200000000004e-05, + "loss": 2.2938632202148437, + "step": 79200 + }, + { + "epoch": 10.573333333333334, + "grad_norm": 0.24767623841762543, + "learning_rate": 4.4715533333333336e-05, + "loss": 2.294097595214844, + "step": 79300 + }, + { + "epoch": 10.586666666666666, + "grad_norm": 0.2494058907032013, + "learning_rate": 4.470886666666667e-05, + "loss": 2.292882843017578, + "step": 79400 + }, + { + "epoch": 10.6, + "grad_norm": 0.2309560924768448, + "learning_rate": 4.47022e-05, + "loss": 2.2917105102539064, + "step": 79500 + }, + { + "epoch": 10.613333333333333, + "grad_norm": 0.2502034306526184, + "learning_rate": 4.469553333333333e-05, + "loss": 2.2940020751953125, + "step": 79600 + }, + { + "epoch": 10.626666666666667, + "grad_norm": 0.2417595088481903, + "learning_rate": 4.4688866666666665e-05, + "loss": 2.2959962463378907, + "step": 79700 + }, + { + "epoch": 10.64, + "grad_norm": 0.2390497922897339, + "learning_rate": 4.4682200000000004e-05, + "loss": 2.2932833862304687, + "step": 79800 + }, + { + "epoch": 10.653333333333332, + "grad_norm": 0.25319451093673706, + "learning_rate": 4.4675533333333336e-05, + "loss": 2.2950804138183596, + "step": 79900 + }, + { + "epoch": 10.666666666666666, + "grad_norm": 0.23525965213775635, + "learning_rate": 4.466886666666667e-05, + "loss": 2.2939056396484374, + "step": 80000 + }, + { + "epoch": 10.68, + "grad_norm": 0.24645350873470306, + "learning_rate": 4.46622e-05, + "loss": 2.2950694274902346, + "step": 80100 + }, + { + "epoch": 10.693333333333333, + "grad_norm": 0.24350802600383759, + "learning_rate": 4.46556e-05, + "loss": 2.295481414794922, + "step": 80200 + }, + { + "epoch": 10.706666666666667, + "grad_norm": 0.24546648561954498, + "learning_rate": 4.464893333333334e-05, + "loss": 2.2965150451660157, + "step": 80300 + }, + { + "epoch": 10.72, + "grad_norm": 0.24012289941310883, + "learning_rate": 4.464226666666667e-05, + "loss": 2.29464111328125, + "step": 80400 + }, + { + "epoch": 10.733333333333333, + "grad_norm": 0.2439471334218979, + "learning_rate": 4.46356e-05, + "loss": 2.2982655334472657, + "step": 80500 + }, + { + "epoch": 10.746666666666666, + "grad_norm": 0.24235573410987854, + "learning_rate": 4.4628933333333336e-05, + "loss": 2.2973838806152345, + "step": 80600 + }, + { + "epoch": 10.76, + "grad_norm": 0.2552349865436554, + "learning_rate": 4.462226666666667e-05, + "loss": 2.2967495727539062, + "step": 80700 + }, + { + "epoch": 10.773333333333333, + "grad_norm": 0.2687914967536926, + "learning_rate": 4.46156e-05, + "loss": 2.2971734619140625, + "step": 80800 + }, + { + "epoch": 10.786666666666667, + "grad_norm": 0.22800393402576447, + "learning_rate": 4.460893333333334e-05, + "loss": 2.295909881591797, + "step": 80900 + }, + { + "epoch": 10.8, + "grad_norm": 0.25448915362358093, + "learning_rate": 4.460226666666667e-05, + "loss": 2.299366455078125, + "step": 81000 + }, + { + "epoch": 10.813333333333333, + "grad_norm": 0.24387459456920624, + "learning_rate": 4.4595600000000004e-05, + "loss": 2.297369384765625, + "step": 81100 + }, + { + "epoch": 10.826666666666666, + "grad_norm": 0.24151787161827087, + "learning_rate": 4.4588933333333336e-05, + "loss": 2.299127197265625, + "step": 81200 + }, + { + "epoch": 10.84, + "grad_norm": 0.2260817289352417, + "learning_rate": 4.458226666666667e-05, + "loss": 2.2975596618652343, + "step": 81300 + }, + { + "epoch": 10.853333333333333, + "grad_norm": 0.24239422380924225, + "learning_rate": 4.45756e-05, + "loss": 2.2985691833496094, + "step": 81400 + }, + { + "epoch": 10.866666666666667, + "grad_norm": 0.21752089262008667, + "learning_rate": 4.456893333333333e-05, + "loss": 2.300589294433594, + "step": 81500 + }, + { + "epoch": 10.88, + "grad_norm": 0.23936143517494202, + "learning_rate": 4.456226666666667e-05, + "loss": 2.2985806274414062, + "step": 81600 + }, + { + "epoch": 10.893333333333333, + "grad_norm": 0.25165167450904846, + "learning_rate": 4.4555600000000004e-05, + "loss": 2.3023681640625, + "step": 81700 + }, + { + "epoch": 10.906666666666666, + "grad_norm": 0.24560686945915222, + "learning_rate": 4.4548933333333336e-05, + "loss": 2.296816101074219, + "step": 81800 + }, + { + "epoch": 10.92, + "grad_norm": 0.235377699136734, + "learning_rate": 4.454226666666667e-05, + "loss": 2.3003538513183592, + "step": 81900 + }, + { + "epoch": 10.933333333333334, + "grad_norm": 0.21916425228118896, + "learning_rate": 4.45356e-05, + "loss": 2.302768096923828, + "step": 82000 + }, + { + "epoch": 10.946666666666667, + "grad_norm": 0.23057326674461365, + "learning_rate": 4.452893333333333e-05, + "loss": 2.299179992675781, + "step": 82100 + }, + { + "epoch": 10.96, + "grad_norm": 0.23899604380130768, + "learning_rate": 4.452233333333334e-05, + "loss": 2.3004336547851563, + "step": 82200 + }, + { + "epoch": 10.973333333333333, + "grad_norm": 0.23253585398197174, + "learning_rate": 4.4515666666666665e-05, + "loss": 2.3014898681640625, + "step": 82300 + }, + { + "epoch": 10.986666666666666, + "grad_norm": 0.24487797915935516, + "learning_rate": 4.4509000000000004e-05, + "loss": 2.3026199340820312, + "step": 82400 + }, + { + "epoch": 11.0, + "grad_norm": 0.2387479692697525, + "learning_rate": 4.4502333333333336e-05, + "loss": 2.2974674987792967, + "step": 82500 + }, + { + "epoch": 11.013333333333334, + "grad_norm": 0.2720658481121063, + "learning_rate": 4.4495733333333335e-05, + "loss": 2.2671746826171875, + "step": 82600 + }, + { + "epoch": 11.026666666666667, + "grad_norm": 0.263578861951828, + "learning_rate": 4.448906666666667e-05, + "loss": 2.2688304138183595, + "step": 82700 + }, + { + "epoch": 11.04, + "grad_norm": 0.2674785852432251, + "learning_rate": 4.44824e-05, + "loss": 2.270413055419922, + "step": 82800 + }, + { + "epoch": 11.053333333333333, + "grad_norm": 0.28208568692207336, + "learning_rate": 4.447573333333334e-05, + "loss": 2.267439422607422, + "step": 82900 + }, + { + "epoch": 11.066666666666666, + "grad_norm": 0.2503279447555542, + "learning_rate": 4.446906666666667e-05, + "loss": 2.27013427734375, + "step": 83000 + }, + { + "epoch": 11.08, + "grad_norm": 0.2667846083641052, + "learning_rate": 4.44624e-05, + "loss": 2.270685577392578, + "step": 83100 + }, + { + "epoch": 11.093333333333334, + "grad_norm": 0.2649480700492859, + "learning_rate": 4.4455733333333335e-05, + "loss": 2.2691964721679687, + "step": 83200 + }, + { + "epoch": 11.106666666666667, + "grad_norm": 0.27101367712020874, + "learning_rate": 4.444906666666667e-05, + "loss": 2.272455291748047, + "step": 83300 + }, + { + "epoch": 11.12, + "grad_norm": 0.24341875314712524, + "learning_rate": 4.44424e-05, + "loss": 2.2689295959472657, + "step": 83400 + }, + { + "epoch": 11.133333333333333, + "grad_norm": 0.25448212027549744, + "learning_rate": 4.443573333333333e-05, + "loss": 2.2724458312988283, + "step": 83500 + }, + { + "epoch": 11.146666666666667, + "grad_norm": 0.25443369150161743, + "learning_rate": 4.442906666666667e-05, + "loss": 2.271412811279297, + "step": 83600 + }, + { + "epoch": 11.16, + "grad_norm": 0.26732975244522095, + "learning_rate": 4.4422400000000003e-05, + "loss": 2.271360321044922, + "step": 83700 + }, + { + "epoch": 11.173333333333334, + "grad_norm": 0.26395460963249207, + "learning_rate": 4.4415733333333336e-05, + "loss": 2.26961669921875, + "step": 83800 + }, + { + "epoch": 11.186666666666667, + "grad_norm": 0.24745440483093262, + "learning_rate": 4.440906666666667e-05, + "loss": 2.2744174194335938, + "step": 83900 + }, + { + "epoch": 11.2, + "grad_norm": 0.26402172446250916, + "learning_rate": 4.44024e-05, + "loss": 2.2720037841796876, + "step": 84000 + }, + { + "epoch": 11.213333333333333, + "grad_norm": 0.23789356648921967, + "learning_rate": 4.439573333333333e-05, + "loss": 2.274175109863281, + "step": 84100 + }, + { + "epoch": 11.226666666666667, + "grad_norm": 0.24144236743450165, + "learning_rate": 4.4389066666666665e-05, + "loss": 2.2732891845703125, + "step": 84200 + }, + { + "epoch": 11.24, + "grad_norm": 0.2500831186771393, + "learning_rate": 4.4382400000000004e-05, + "loss": 2.2730227661132814, + "step": 84300 + }, + { + "epoch": 11.253333333333334, + "grad_norm": 0.25501829385757446, + "learning_rate": 4.4375733333333336e-05, + "loss": 2.274988708496094, + "step": 84400 + }, + { + "epoch": 11.266666666666667, + "grad_norm": 0.22763259708881378, + "learning_rate": 4.436906666666667e-05, + "loss": 2.272532196044922, + "step": 84500 + }, + { + "epoch": 11.28, + "grad_norm": 0.25562381744384766, + "learning_rate": 4.43624e-05, + "loss": 2.2755363464355467, + "step": 84600 + }, + { + "epoch": 11.293333333333333, + "grad_norm": 0.25353795289993286, + "learning_rate": 4.435573333333334e-05, + "loss": 2.2750617980957033, + "step": 84700 + }, + { + "epoch": 11.306666666666667, + "grad_norm": 0.26931309700012207, + "learning_rate": 4.4349066666666665e-05, + "loss": 2.2751278686523437, + "step": 84800 + }, + { + "epoch": 11.32, + "grad_norm": 0.2389533370733261, + "learning_rate": 4.43424e-05, + "loss": 2.278493194580078, + "step": 84900 + }, + { + "epoch": 11.333333333333334, + "grad_norm": 0.2465227097272873, + "learning_rate": 4.4335733333333337e-05, + "loss": 2.2789736938476564, + "step": 85000 + }, + { + "epoch": 11.346666666666668, + "grad_norm": 0.25453120470046997, + "learning_rate": 4.432906666666667e-05, + "loss": 2.2776898193359374, + "step": 85100 + }, + { + "epoch": 11.36, + "grad_norm": 0.2660987377166748, + "learning_rate": 4.43224e-05, + "loss": 2.2778756713867185, + "step": 85200 + }, + { + "epoch": 11.373333333333333, + "grad_norm": 0.25308796763420105, + "learning_rate": 4.431573333333334e-05, + "loss": 2.279368438720703, + "step": 85300 + }, + { + "epoch": 11.386666666666667, + "grad_norm": 0.25836026668548584, + "learning_rate": 4.430906666666667e-05, + "loss": 2.2798582458496095, + "step": 85400 + }, + { + "epoch": 11.4, + "grad_norm": 0.25316664576530457, + "learning_rate": 4.43024e-05, + "loss": 2.279602813720703, + "step": 85500 + }, + { + "epoch": 11.413333333333334, + "grad_norm": 0.2550676167011261, + "learning_rate": 4.429573333333334e-05, + "loss": 2.2755258178710935, + "step": 85600 + }, + { + "epoch": 11.426666666666666, + "grad_norm": 0.23546501994132996, + "learning_rate": 4.428906666666667e-05, + "loss": 2.2800631713867188, + "step": 85700 + }, + { + "epoch": 11.44, + "grad_norm": 0.264654278755188, + "learning_rate": 4.42824e-05, + "loss": 2.2767239379882813, + "step": 85800 + }, + { + "epoch": 11.453333333333333, + "grad_norm": 0.24899619817733765, + "learning_rate": 4.4275733333333334e-05, + "loss": 2.2798704528808593, + "step": 85900 + }, + { + "epoch": 11.466666666666667, + "grad_norm": 0.24456363916397095, + "learning_rate": 4.426906666666667e-05, + "loss": 2.2780026245117186, + "step": 86000 + }, + { + "epoch": 11.48, + "grad_norm": 0.25708940625190735, + "learning_rate": 4.4262400000000005e-05, + "loss": 2.2792425537109375, + "step": 86100 + }, + { + "epoch": 11.493333333333334, + "grad_norm": 0.2511962354183197, + "learning_rate": 4.425573333333334e-05, + "loss": 2.282320251464844, + "step": 86200 + }, + { + "epoch": 11.506666666666666, + "grad_norm": 0.24816451966762543, + "learning_rate": 4.424906666666667e-05, + "loss": 2.2792512512207033, + "step": 86300 + }, + { + "epoch": 11.52, + "grad_norm": 0.2514301836490631, + "learning_rate": 4.42424e-05, + "loss": 2.2795748901367188, + "step": 86400 + }, + { + "epoch": 11.533333333333333, + "grad_norm": 0.2495884746313095, + "learning_rate": 4.4235733333333334e-05, + "loss": 2.278619689941406, + "step": 86500 + }, + { + "epoch": 11.546666666666667, + "grad_norm": 0.24815420806407928, + "learning_rate": 4.422913333333333e-05, + "loss": 2.2829832458496093, + "step": 86600 + }, + { + "epoch": 11.56, + "grad_norm": 0.2668995261192322, + "learning_rate": 4.4222466666666665e-05, + "loss": 2.2842198181152344, + "step": 86700 + }, + { + "epoch": 11.573333333333334, + "grad_norm": 0.256393700838089, + "learning_rate": 4.4215800000000004e-05, + "loss": 2.2821044921875, + "step": 86800 + }, + { + "epoch": 11.586666666666666, + "grad_norm": 0.2424868494272232, + "learning_rate": 4.420913333333334e-05, + "loss": 2.2830775451660155, + "step": 86900 + }, + { + "epoch": 11.6, + "grad_norm": 0.27431467175483704, + "learning_rate": 4.420246666666667e-05, + "loss": 2.28398681640625, + "step": 87000 + }, + { + "epoch": 11.613333333333333, + "grad_norm": 0.267622709274292, + "learning_rate": 4.41958e-05, + "loss": 2.283782958984375, + "step": 87100 + }, + { + "epoch": 11.626666666666667, + "grad_norm": 0.2440316379070282, + "learning_rate": 4.418913333333334e-05, + "loss": 2.28414794921875, + "step": 87200 + }, + { + "epoch": 11.64, + "grad_norm": 0.259630411863327, + "learning_rate": 4.4182466666666666e-05, + "loss": 2.2857057189941408, + "step": 87300 + }, + { + "epoch": 11.653333333333332, + "grad_norm": 0.2571096122264862, + "learning_rate": 4.41758e-05, + "loss": 2.2847987365722657, + "step": 87400 + }, + { + "epoch": 11.666666666666666, + "grad_norm": 0.2570159137248993, + "learning_rate": 4.416913333333334e-05, + "loss": 2.2837939453125, + "step": 87500 + }, + { + "epoch": 11.68, + "grad_norm": 0.2649681270122528, + "learning_rate": 4.416246666666667e-05, + "loss": 2.2841265869140623, + "step": 87600 + }, + { + "epoch": 11.693333333333333, + "grad_norm": 0.26410555839538574, + "learning_rate": 4.41558e-05, + "loss": 2.2851953125, + "step": 87700 + }, + { + "epoch": 11.706666666666667, + "grad_norm": 0.2622752785682678, + "learning_rate": 4.4149133333333334e-05, + "loss": 2.2836956787109375, + "step": 87800 + }, + { + "epoch": 11.72, + "grad_norm": 0.2514193058013916, + "learning_rate": 4.414246666666667e-05, + "loss": 2.2842561340332033, + "step": 87900 + }, + { + "epoch": 11.733333333333333, + "grad_norm": 0.2531854212284088, + "learning_rate": 4.41358e-05, + "loss": 2.284789733886719, + "step": 88000 + }, + { + "epoch": 11.746666666666666, + "grad_norm": 0.2689782679080963, + "learning_rate": 4.412913333333333e-05, + "loss": 2.2857350158691405, + "step": 88100 + }, + { + "epoch": 11.76, + "grad_norm": 0.24945223331451416, + "learning_rate": 4.412246666666667e-05, + "loss": 2.2845068359375, + "step": 88200 + }, + { + "epoch": 11.773333333333333, + "grad_norm": 0.26712265610694885, + "learning_rate": 4.41158e-05, + "loss": 2.2854434204101564, + "step": 88300 + }, + { + "epoch": 11.786666666666667, + "grad_norm": 0.256874680519104, + "learning_rate": 4.4109133333333334e-05, + "loss": 2.287956085205078, + "step": 88400 + }, + { + "epoch": 11.8, + "grad_norm": 0.2476692944765091, + "learning_rate": 4.4102533333333333e-05, + "loss": 2.286315460205078, + "step": 88500 + }, + { + "epoch": 11.813333333333333, + "grad_norm": 0.2615588903427124, + "learning_rate": 4.4095866666666666e-05, + "loss": 2.284837188720703, + "step": 88600 + }, + { + "epoch": 11.826666666666666, + "grad_norm": 0.24872687458992004, + "learning_rate": 4.4089200000000005e-05, + "loss": 2.285694580078125, + "step": 88700 + }, + { + "epoch": 11.84, + "grad_norm": 0.2530681788921356, + "learning_rate": 4.408253333333334e-05, + "loss": 2.2873902893066407, + "step": 88800 + }, + { + "epoch": 11.853333333333333, + "grad_norm": 0.24849970638751984, + "learning_rate": 4.407586666666667e-05, + "loss": 2.2867955017089843, + "step": 88900 + }, + { + "epoch": 11.866666666666667, + "grad_norm": 0.24246734380722046, + "learning_rate": 4.40692e-05, + "loss": 2.289001770019531, + "step": 89000 + }, + { + "epoch": 11.88, + "grad_norm": 0.2607153654098511, + "learning_rate": 4.4062533333333334e-05, + "loss": 2.2897518920898436, + "step": 89100 + }, + { + "epoch": 11.893333333333333, + "grad_norm": 0.2614729106426239, + "learning_rate": 4.4055866666666666e-05, + "loss": 2.2860928344726563, + "step": 89200 + }, + { + "epoch": 11.906666666666666, + "grad_norm": 0.2584093511104584, + "learning_rate": 4.40492e-05, + "loss": 2.2889364624023436, + "step": 89300 + }, + { + "epoch": 11.92, + "grad_norm": 0.25701311230659485, + "learning_rate": 4.404253333333334e-05, + "loss": 2.2891424560546874, + "step": 89400 + }, + { + "epoch": 11.933333333333334, + "grad_norm": 0.2440747767686844, + "learning_rate": 4.403586666666667e-05, + "loss": 2.2895196533203124, + "step": 89500 + }, + { + "epoch": 11.946666666666667, + "grad_norm": 0.2381986528635025, + "learning_rate": 4.40292e-05, + "loss": 2.2897454833984376, + "step": 89600 + }, + { + "epoch": 11.96, + "grad_norm": 0.26296404004096985, + "learning_rate": 4.402253333333334e-05, + "loss": 2.2879896545410157, + "step": 89700 + }, + { + "epoch": 11.973333333333333, + "grad_norm": 0.25517991185188293, + "learning_rate": 4.4015866666666666e-05, + "loss": 2.2889413452148437, + "step": 89800 + }, + { + "epoch": 11.986666666666666, + "grad_norm": 0.2450113147497177, + "learning_rate": 4.40092e-05, + "loss": 2.2893191528320314, + "step": 89900 + }, + { + "epoch": 12.0, + "grad_norm": 0.250333309173584, + "learning_rate": 4.400253333333334e-05, + "loss": 2.289803161621094, + "step": 90000 + }, + { + "epoch": 12.013333333333334, + "grad_norm": 0.26415345072746277, + "learning_rate": 4.399586666666667e-05, + "loss": 2.2520457458496095, + "step": 90100 + }, + { + "epoch": 12.026666666666667, + "grad_norm": 0.270293265581131, + "learning_rate": 4.39892e-05, + "loss": 2.256067810058594, + "step": 90200 + }, + { + "epoch": 12.04, + "grad_norm": 0.26308006048202515, + "learning_rate": 4.3982533333333335e-05, + "loss": 2.254475402832031, + "step": 90300 + }, + { + "epoch": 12.053333333333333, + "grad_norm": 0.26801061630249023, + "learning_rate": 4.3975866666666674e-05, + "loss": 2.2552793884277342, + "step": 90400 + }, + { + "epoch": 12.066666666666666, + "grad_norm": 0.26214471459388733, + "learning_rate": 4.3969200000000006e-05, + "loss": 2.258145599365234, + "step": 90500 + }, + { + "epoch": 12.08, + "grad_norm": 0.28105658292770386, + "learning_rate": 4.396253333333333e-05, + "loss": 2.2529132080078127, + "step": 90600 + }, + { + "epoch": 12.093333333333334, + "grad_norm": 0.2663695216178894, + "learning_rate": 4.395586666666667e-05, + "loss": 2.255912322998047, + "step": 90700 + }, + { + "epoch": 12.106666666666667, + "grad_norm": 0.2649990916252136, + "learning_rate": 4.39492e-05, + "loss": 2.257332000732422, + "step": 90800 + }, + { + "epoch": 12.12, + "grad_norm": 0.2807125747203827, + "learning_rate": 4.39426e-05, + "loss": 2.254444274902344, + "step": 90900 + }, + { + "epoch": 12.133333333333333, + "grad_norm": 0.2781652510166168, + "learning_rate": 4.3935933333333334e-05, + "loss": 2.255809478759766, + "step": 91000 + }, + { + "epoch": 12.146666666666667, + "grad_norm": 0.2698095142841339, + "learning_rate": 4.3929266666666666e-05, + "loss": 2.2598388671875, + "step": 91100 + }, + { + "epoch": 12.16, + "grad_norm": 0.2597528100013733, + "learning_rate": 4.3922600000000005e-05, + "loss": 2.2584068298339846, + "step": 91200 + }, + { + "epoch": 12.173333333333334, + "grad_norm": 0.29636549949645996, + "learning_rate": 4.391593333333334e-05, + "loss": 2.2593704223632813, + "step": 91300 + }, + { + "epoch": 12.186666666666667, + "grad_norm": 0.26234522461891174, + "learning_rate": 4.390926666666667e-05, + "loss": 2.2581317138671877, + "step": 91400 + }, + { + "epoch": 12.2, + "grad_norm": 0.2541376054286957, + "learning_rate": 4.39026e-05, + "loss": 2.2626708984375, + "step": 91500 + }, + { + "epoch": 12.213333333333333, + "grad_norm": 0.26197925209999084, + "learning_rate": 4.3895933333333334e-05, + "loss": 2.260786285400391, + "step": 91600 + }, + { + "epoch": 12.226666666666667, + "grad_norm": 0.2817310690879822, + "learning_rate": 4.388926666666667e-05, + "loss": 2.2600221252441406, + "step": 91700 + }, + { + "epoch": 12.24, + "grad_norm": 0.2767874002456665, + "learning_rate": 4.38826e-05, + "loss": 2.259307556152344, + "step": 91800 + }, + { + "epoch": 12.253333333333334, + "grad_norm": 0.28231081366539, + "learning_rate": 4.387593333333334e-05, + "loss": 2.26181396484375, + "step": 91900 + }, + { + "epoch": 12.266666666666667, + "grad_norm": 0.29353827238082886, + "learning_rate": 4.386926666666667e-05, + "loss": 2.2626690673828125, + "step": 92000 + }, + { + "epoch": 12.28, + "grad_norm": 0.28261885046958923, + "learning_rate": 4.38626e-05, + "loss": 2.2611619567871095, + "step": 92100 + }, + { + "epoch": 12.293333333333333, + "grad_norm": 0.27281126379966736, + "learning_rate": 4.3855933333333335e-05, + "loss": 2.2623275756835937, + "step": 92200 + }, + { + "epoch": 12.306666666666667, + "grad_norm": 0.27092328667640686, + "learning_rate": 4.384926666666667e-05, + "loss": 2.2650576782226564, + "step": 92300 + }, + { + "epoch": 12.32, + "grad_norm": 0.27784717082977295, + "learning_rate": 4.38426e-05, + "loss": 2.265977478027344, + "step": 92400 + }, + { + "epoch": 12.333333333333334, + "grad_norm": 0.2821849286556244, + "learning_rate": 4.383593333333333e-05, + "loss": 2.2627384948730467, + "step": 92500 + }, + { + "epoch": 12.346666666666668, + "grad_norm": 0.2593942880630493, + "learning_rate": 4.382926666666667e-05, + "loss": 2.2643051147460938, + "step": 92600 + }, + { + "epoch": 12.36, + "grad_norm": 0.2664111852645874, + "learning_rate": 4.38226e-05, + "loss": 2.263711700439453, + "step": 92700 + }, + { + "epoch": 12.373333333333333, + "grad_norm": 0.27181532979011536, + "learning_rate": 4.3815933333333335e-05, + "loss": 2.2646673583984374, + "step": 92800 + }, + { + "epoch": 12.386666666666667, + "grad_norm": 0.27028733491897583, + "learning_rate": 4.380926666666667e-05, + "loss": 2.263740997314453, + "step": 92900 + }, + { + "epoch": 12.4, + "grad_norm": 0.27383387088775635, + "learning_rate": 4.3802600000000006e-05, + "loss": 2.2647544860839846, + "step": 93000 + }, + { + "epoch": 12.413333333333334, + "grad_norm": 0.2857363820075989, + "learning_rate": 4.379593333333333e-05, + "loss": 2.2678724670410157, + "step": 93100 + }, + { + "epoch": 12.426666666666666, + "grad_norm": 0.2589321434497833, + "learning_rate": 4.3789266666666664e-05, + "loss": 2.266948547363281, + "step": 93200 + }, + { + "epoch": 12.44, + "grad_norm": 0.2658815085887909, + "learning_rate": 4.37826e-05, + "loss": 2.266887969970703, + "step": 93300 + }, + { + "epoch": 12.453333333333333, + "grad_norm": 0.25604525208473206, + "learning_rate": 4.3775933333333336e-05, + "loss": 2.2663844299316405, + "step": 93400 + }, + { + "epoch": 12.466666666666667, + "grad_norm": 0.2693767249584198, + "learning_rate": 4.376926666666667e-05, + "loss": 2.268565368652344, + "step": 93500 + }, + { + "epoch": 12.48, + "grad_norm": 0.2705082297325134, + "learning_rate": 4.376260000000001e-05, + "loss": 2.2688444519042967, + "step": 93600 + }, + { + "epoch": 12.493333333333334, + "grad_norm": 0.26299747824668884, + "learning_rate": 4.375593333333334e-05, + "loss": 2.2663604736328127, + "step": 93700 + }, + { + "epoch": 12.506666666666666, + "grad_norm": 0.2636234760284424, + "learning_rate": 4.3749266666666665e-05, + "loss": 2.267936096191406, + "step": 93800 + }, + { + "epoch": 12.52, + "grad_norm": 0.27005478739738464, + "learning_rate": 4.37426e-05, + "loss": 2.2693917846679685, + "step": 93900 + }, + { + "epoch": 12.533333333333333, + "grad_norm": 0.26250335574150085, + "learning_rate": 4.3735933333333336e-05, + "loss": 2.2679597473144533, + "step": 94000 + }, + { + "epoch": 12.546666666666667, + "grad_norm": 0.2671932876110077, + "learning_rate": 4.3729333333333335e-05, + "loss": 2.2690809631347655, + "step": 94100 + }, + { + "epoch": 12.56, + "grad_norm": 0.2680586576461792, + "learning_rate": 4.372266666666667e-05, + "loss": 2.271476287841797, + "step": 94200 + }, + { + "epoch": 12.573333333333334, + "grad_norm": 0.2628432512283325, + "learning_rate": 4.3716e-05, + "loss": 2.2699676513671876, + "step": 94300 + }, + { + "epoch": 12.586666666666666, + "grad_norm": 0.2540188431739807, + "learning_rate": 4.370933333333334e-05, + "loss": 2.2718327331542967, + "step": 94400 + }, + { + "epoch": 12.6, + "grad_norm": 0.2647560238838196, + "learning_rate": 4.370266666666667e-05, + "loss": 2.2681085205078126, + "step": 94500 + }, + { + "epoch": 12.613333333333333, + "grad_norm": 0.2745302617549896, + "learning_rate": 4.3696e-05, + "loss": 2.2698655700683594, + "step": 94600 + }, + { + "epoch": 12.626666666666667, + "grad_norm": 0.26162075996398926, + "learning_rate": 4.3689333333333335e-05, + "loss": 2.2712269592285157, + "step": 94700 + }, + { + "epoch": 12.64, + "grad_norm": 0.2582067847251892, + "learning_rate": 4.368266666666667e-05, + "loss": 2.272103271484375, + "step": 94800 + }, + { + "epoch": 12.653333333333332, + "grad_norm": 0.27295711636543274, + "learning_rate": 4.3676e-05, + "loss": 2.272527618408203, + "step": 94900 + }, + { + "epoch": 12.666666666666666, + "grad_norm": 0.2765968441963196, + "learning_rate": 4.366933333333333e-05, + "loss": 2.271612243652344, + "step": 95000 + }, + { + "epoch": 12.68, + "grad_norm": 0.25656306743621826, + "learning_rate": 4.366266666666667e-05, + "loss": 2.271820068359375, + "step": 95100 + }, + { + "epoch": 12.693333333333333, + "grad_norm": 0.2678724527359009, + "learning_rate": 4.3656000000000004e-05, + "loss": 2.271623992919922, + "step": 95200 + }, + { + "epoch": 12.706666666666667, + "grad_norm": 0.26828429102897644, + "learning_rate": 4.3649333333333336e-05, + "loss": 2.272816467285156, + "step": 95300 + }, + { + "epoch": 12.72, + "grad_norm": 0.2544470429420471, + "learning_rate": 4.364266666666667e-05, + "loss": 2.2750363159179687, + "step": 95400 + }, + { + "epoch": 12.733333333333333, + "grad_norm": 0.2685322165489197, + "learning_rate": 4.363600000000001e-05, + "loss": 2.2729071044921874, + "step": 95500 + }, + { + "epoch": 12.746666666666666, + "grad_norm": 0.26069387793540955, + "learning_rate": 4.362933333333333e-05, + "loss": 2.2722439575195312, + "step": 95600 + }, + { + "epoch": 12.76, + "grad_norm": 0.2649424374103546, + "learning_rate": 4.3622666666666665e-05, + "loss": 2.272758026123047, + "step": 95700 + }, + { + "epoch": 12.773333333333333, + "grad_norm": 0.2521308660507202, + "learning_rate": 4.3616000000000004e-05, + "loss": 2.272996520996094, + "step": 95800 + }, + { + "epoch": 12.786666666666667, + "grad_norm": 0.25602442026138306, + "learning_rate": 4.3609333333333336e-05, + "loss": 2.2761857604980467, + "step": 95900 + }, + { + "epoch": 12.8, + "grad_norm": 0.267101913690567, + "learning_rate": 4.360266666666667e-05, + "loss": 2.2757493591308595, + "step": 96000 + }, + { + "epoch": 12.813333333333333, + "grad_norm": 0.26094216108322144, + "learning_rate": 4.3596e-05, + "loss": 2.2767680358886717, + "step": 96100 + }, + { + "epoch": 12.826666666666666, + "grad_norm": 0.3060274124145508, + "learning_rate": 4.358933333333334e-05, + "loss": 2.276941833496094, + "step": 96200 + }, + { + "epoch": 12.84, + "grad_norm": 0.26290687918663025, + "learning_rate": 4.3582666666666665e-05, + "loss": 2.275010528564453, + "step": 96300 + }, + { + "epoch": 12.853333333333333, + "grad_norm": 0.2535942792892456, + "learning_rate": 4.3576e-05, + "loss": 2.273764343261719, + "step": 96400 + }, + { + "epoch": 12.866666666666667, + "grad_norm": 0.27731791138648987, + "learning_rate": 4.3569333333333337e-05, + "loss": 2.2726361083984377, + "step": 96500 + }, + { + "epoch": 12.88, + "grad_norm": 0.2616978585720062, + "learning_rate": 4.356266666666667e-05, + "loss": 2.2775596618652343, + "step": 96600 + }, + { + "epoch": 12.893333333333333, + "grad_norm": 0.28346607089042664, + "learning_rate": 4.3556e-05, + "loss": 2.277263488769531, + "step": 96700 + }, + { + "epoch": 12.906666666666666, + "grad_norm": 0.26759618520736694, + "learning_rate": 4.354933333333333e-05, + "loss": 2.2788565063476565, + "step": 96800 + }, + { + "epoch": 12.92, + "grad_norm": 0.25372806191444397, + "learning_rate": 4.354266666666667e-05, + "loss": 2.278957977294922, + "step": 96900 + }, + { + "epoch": 12.933333333333334, + "grad_norm": 0.2680625319480896, + "learning_rate": 4.3536000000000005e-05, + "loss": 2.2768804931640627, + "step": 97000 + }, + { + "epoch": 12.946666666666667, + "grad_norm": 0.28444984555244446, + "learning_rate": 4.352933333333333e-05, + "loss": 2.2771568298339844, + "step": 97100 + }, + { + "epoch": 12.96, + "grad_norm": 0.26102322340011597, + "learning_rate": 4.352266666666667e-05, + "loss": 2.277088928222656, + "step": 97200 + }, + { + "epoch": 12.973333333333333, + "grad_norm": 0.25774040818214417, + "learning_rate": 4.3516e-05, + "loss": 2.2783038330078127, + "step": 97300 + }, + { + "epoch": 12.986666666666666, + "grad_norm": 0.27031639218330383, + "learning_rate": 4.3509333333333334e-05, + "loss": 2.276095275878906, + "step": 97400 + }, + { + "epoch": 13.0, + "grad_norm": 0.262939989566803, + "learning_rate": 4.3502666666666666e-05, + "loss": 2.2774124145507812, + "step": 97500 + }, + { + "epoch": 13.013333333333334, + "grad_norm": 0.29187247157096863, + "learning_rate": 4.3496066666666665e-05, + "loss": 2.2387960815429686, + "step": 97600 + }, + { + "epoch": 13.026666666666667, + "grad_norm": 0.2766711413860321, + "learning_rate": 4.3489400000000004e-05, + "loss": 2.2393284606933594, + "step": 97700 + }, + { + "epoch": 13.04, + "grad_norm": 0.26698678731918335, + "learning_rate": 4.3482733333333336e-05, + "loss": 2.2385823059082033, + "step": 97800 + }, + { + "epoch": 13.053333333333333, + "grad_norm": 0.28331395983695984, + "learning_rate": 4.347606666666667e-05, + "loss": 2.23583251953125, + "step": 97900 + }, + { + "epoch": 13.066666666666666, + "grad_norm": 0.27367907762527466, + "learning_rate": 4.346940000000001e-05, + "loss": 2.2407188415527344, + "step": 98000 + }, + { + "epoch": 13.08, + "grad_norm": 0.28484055399894714, + "learning_rate": 4.346273333333333e-05, + "loss": 2.244789886474609, + "step": 98100 + }, + { + "epoch": 13.093333333333334, + "grad_norm": 0.28485485911369324, + "learning_rate": 4.3456066666666665e-05, + "loss": 2.242432861328125, + "step": 98200 + }, + { + "epoch": 13.106666666666667, + "grad_norm": 0.2772075831890106, + "learning_rate": 4.3449400000000005e-05, + "loss": 2.242548370361328, + "step": 98300 + }, + { + "epoch": 13.12, + "grad_norm": 0.2794252336025238, + "learning_rate": 4.344273333333334e-05, + "loss": 2.241208953857422, + "step": 98400 + }, + { + "epoch": 13.133333333333333, + "grad_norm": 0.2768386900424957, + "learning_rate": 4.343606666666667e-05, + "loss": 2.2418304443359376, + "step": 98500 + }, + { + "epoch": 13.146666666666667, + "grad_norm": 0.29671546816825867, + "learning_rate": 4.34294e-05, + "loss": 2.24133544921875, + "step": 98600 + }, + { + "epoch": 13.16, + "grad_norm": 0.28922173380851746, + "learning_rate": 4.342273333333334e-05, + "loss": 2.2457321166992186, + "step": 98700 + }, + { + "epoch": 13.173333333333334, + "grad_norm": 0.2911158800125122, + "learning_rate": 4.3416066666666666e-05, + "loss": 2.243005676269531, + "step": 98800 + }, + { + "epoch": 13.186666666666667, + "grad_norm": 0.2844465374946594, + "learning_rate": 4.34094e-05, + "loss": 2.2428907775878906, + "step": 98900 + }, + { + "epoch": 13.2, + "grad_norm": 0.29359185695648193, + "learning_rate": 4.340273333333334e-05, + "loss": 2.2461944580078126, + "step": 99000 + }, + { + "epoch": 13.213333333333333, + "grad_norm": 0.2992889881134033, + "learning_rate": 4.339606666666667e-05, + "loss": 2.2442695617675783, + "step": 99100 + }, + { + "epoch": 13.226666666666667, + "grad_norm": 0.28376510739326477, + "learning_rate": 4.33894e-05, + "loss": 2.2490634155273437, + "step": 99200 + }, + { + "epoch": 13.24, + "grad_norm": 0.26906511187553406, + "learning_rate": 4.3382733333333334e-05, + "loss": 2.248119354248047, + "step": 99300 + }, + { + "epoch": 13.253333333333334, + "grad_norm": 0.2935919165611267, + "learning_rate": 4.337606666666667e-05, + "loss": 2.244882354736328, + "step": 99400 + }, + { + "epoch": 13.266666666666667, + "grad_norm": 0.27943170070648193, + "learning_rate": 4.3369400000000005e-05, + "loss": 2.247407989501953, + "step": 99500 + }, + { + "epoch": 13.28, + "grad_norm": 0.27867066860198975, + "learning_rate": 4.336273333333333e-05, + "loss": 2.247802429199219, + "step": 99600 + }, + { + "epoch": 13.293333333333333, + "grad_norm": 0.29325079917907715, + "learning_rate": 4.335606666666667e-05, + "loss": 2.248299865722656, + "step": 99700 + }, + { + "epoch": 13.306666666666667, + "grad_norm": 0.276795893907547, + "learning_rate": 4.33494e-05, + "loss": 2.2507450866699217, + "step": 99800 + }, + { + "epoch": 13.32, + "grad_norm": 0.2778800427913666, + "learning_rate": 4.3342733333333334e-05, + "loss": 2.249114990234375, + "step": 99900 + }, + { + "epoch": 13.333333333333334, + "grad_norm": 0.2965216636657715, + "learning_rate": 4.3336066666666667e-05, + "loss": 2.250552520751953, + "step": 100000 + }, + { + "epoch": 13.346666666666668, + "grad_norm": 0.2709920108318329, + "learning_rate": 4.3329400000000006e-05, + "loss": 2.2509161376953126, + "step": 100100 + }, + { + "epoch": 13.36, + "grad_norm": 0.2882387638092041, + "learning_rate": 4.332273333333334e-05, + "loss": 2.2525457763671874, + "step": 100200 + }, + { + "epoch": 13.373333333333333, + "grad_norm": 0.2988874316215515, + "learning_rate": 4.331606666666667e-05, + "loss": 2.2508233642578124, + "step": 100300 + }, + { + "epoch": 13.386666666666667, + "grad_norm": 0.274324506521225, + "learning_rate": 4.33094e-05, + "loss": 2.2498133850097655, + "step": 100400 + }, + { + "epoch": 13.4, + "grad_norm": 0.29012390971183777, + "learning_rate": 4.3302733333333335e-05, + "loss": 2.252369079589844, + "step": 100500 + }, + { + "epoch": 13.413333333333334, + "grad_norm": 0.2632313668727875, + "learning_rate": 4.329606666666667e-05, + "loss": 2.2533638000488283, + "step": 100600 + }, + { + "epoch": 13.426666666666666, + "grad_norm": 0.26571324467658997, + "learning_rate": 4.32894e-05, + "loss": 2.253193054199219, + "step": 100700 + }, + { + "epoch": 13.44, + "grad_norm": 0.289485901594162, + "learning_rate": 4.328273333333334e-05, + "loss": 2.251653747558594, + "step": 100800 + }, + { + "epoch": 13.453333333333333, + "grad_norm": 0.2886415421962738, + "learning_rate": 4.327606666666667e-05, + "loss": 2.251334228515625, + "step": 100900 + }, + { + "epoch": 13.466666666666667, + "grad_norm": 0.2879510819911957, + "learning_rate": 4.32694e-05, + "loss": 2.2535078430175783, + "step": 101000 + }, + { + "epoch": 13.48, + "grad_norm": 0.2864849269390106, + "learning_rate": 4.3262733333333335e-05, + "loss": 2.2524153137207032, + "step": 101100 + }, + { + "epoch": 13.493333333333334, + "grad_norm": 0.27846381068229675, + "learning_rate": 4.325606666666667e-05, + "loss": 2.255931549072266, + "step": 101200 + }, + { + "epoch": 13.506666666666666, + "grad_norm": 0.293816477060318, + "learning_rate": 4.32494e-05, + "loss": 2.256122894287109, + "step": 101300 + }, + { + "epoch": 13.52, + "grad_norm": 0.2949255704879761, + "learning_rate": 4.324273333333333e-05, + "loss": 2.2581175231933592, + "step": 101400 + }, + { + "epoch": 13.533333333333333, + "grad_norm": 0.2826773226261139, + "learning_rate": 4.323606666666667e-05, + "loss": 2.255837097167969, + "step": 101500 + }, + { + "epoch": 13.546666666666667, + "grad_norm": 0.2743004262447357, + "learning_rate": 4.322953333333333e-05, + "loss": 2.2541908264160155, + "step": 101600 + }, + { + "epoch": 13.56, + "grad_norm": 0.2713441550731659, + "learning_rate": 4.322286666666667e-05, + "loss": 2.258142547607422, + "step": 101700 + }, + { + "epoch": 13.573333333333334, + "grad_norm": 0.283563494682312, + "learning_rate": 4.32162e-05, + "loss": 2.2553956604003904, + "step": 101800 + }, + { + "epoch": 13.586666666666666, + "grad_norm": 0.28330928087234497, + "learning_rate": 4.3209533333333334e-05, + "loss": 2.257396697998047, + "step": 101900 + }, + { + "epoch": 13.6, + "grad_norm": 0.2793908715248108, + "learning_rate": 4.3202866666666666e-05, + "loss": 2.256497344970703, + "step": 102000 + }, + { + "epoch": 13.613333333333333, + "grad_norm": 0.2900395393371582, + "learning_rate": 4.3196200000000005e-05, + "loss": 2.255678405761719, + "step": 102100 + }, + { + "epoch": 13.626666666666667, + "grad_norm": 0.27794957160949707, + "learning_rate": 4.318953333333334e-05, + "loss": 2.2580166625976563, + "step": 102200 + }, + { + "epoch": 13.64, + "grad_norm": 0.2686266303062439, + "learning_rate": 4.318286666666667e-05, + "loss": 2.260865478515625, + "step": 102300 + }, + { + "epoch": 13.653333333333332, + "grad_norm": 0.2785786986351013, + "learning_rate": 4.31762e-05, + "loss": 2.260006561279297, + "step": 102400 + }, + { + "epoch": 13.666666666666666, + "grad_norm": 0.28079360723495483, + "learning_rate": 4.3169533333333334e-05, + "loss": 2.2595237731933593, + "step": 102500 + }, + { + "epoch": 13.68, + "grad_norm": 0.3011217415332794, + "learning_rate": 4.3162866666666666e-05, + "loss": 2.2576690673828126, + "step": 102600 + }, + { + "epoch": 13.693333333333333, + "grad_norm": 0.29701074957847595, + "learning_rate": 4.3156200000000005e-05, + "loss": 2.2590093994140625, + "step": 102700 + }, + { + "epoch": 13.706666666666667, + "grad_norm": 0.284489244222641, + "learning_rate": 4.314953333333334e-05, + "loss": 2.2569615173339845, + "step": 102800 + }, + { + "epoch": 13.72, + "grad_norm": 0.29608434438705444, + "learning_rate": 4.314286666666667e-05, + "loss": 2.26008544921875, + "step": 102900 + }, + { + "epoch": 13.733333333333333, + "grad_norm": 0.2743198275566101, + "learning_rate": 4.31362e-05, + "loss": 2.2595872497558593, + "step": 103000 + }, + { + "epoch": 13.746666666666666, + "grad_norm": 0.2759169340133667, + "learning_rate": 4.3129533333333334e-05, + "loss": 2.260936737060547, + "step": 103100 + }, + { + "epoch": 13.76, + "grad_norm": 0.2984674274921417, + "learning_rate": 4.312286666666667e-05, + "loss": 2.2615948486328126, + "step": 103200 + }, + { + "epoch": 13.773333333333333, + "grad_norm": 0.27188169956207275, + "learning_rate": 4.31162e-05, + "loss": 2.2584141540527343, + "step": 103300 + }, + { + "epoch": 13.786666666666667, + "grad_norm": 0.2684420943260193, + "learning_rate": 4.310953333333334e-05, + "loss": 2.26137451171875, + "step": 103400 + }, + { + "epoch": 13.8, + "grad_norm": 0.2790769040584564, + "learning_rate": 4.310286666666667e-05, + "loss": 2.260129089355469, + "step": 103500 + }, + { + "epoch": 13.813333333333333, + "grad_norm": 0.28276488184928894, + "learning_rate": 4.30962e-05, + "loss": 2.261208038330078, + "step": 103600 + }, + { + "epoch": 13.826666666666666, + "grad_norm": 0.27551108598709106, + "learning_rate": 4.30896e-05, + "loss": 2.2652987670898437, + "step": 103700 + }, + { + "epoch": 13.84, + "grad_norm": 0.27749794721603394, + "learning_rate": 4.3082933333333334e-05, + "loss": 2.2623104858398437, + "step": 103800 + }, + { + "epoch": 13.853333333333333, + "grad_norm": 0.29130128026008606, + "learning_rate": 4.307626666666667e-05, + "loss": 2.2647268676757815, + "step": 103900 + }, + { + "epoch": 13.866666666666667, + "grad_norm": 0.27854955196380615, + "learning_rate": 4.3069600000000005e-05, + "loss": 2.2648512268066407, + "step": 104000 + }, + { + "epoch": 13.88, + "grad_norm": 0.2763110399246216, + "learning_rate": 4.306293333333333e-05, + "loss": 2.262389678955078, + "step": 104100 + }, + { + "epoch": 13.893333333333333, + "grad_norm": 0.2861855626106262, + "learning_rate": 4.305626666666667e-05, + "loss": 2.260863952636719, + "step": 104200 + }, + { + "epoch": 13.906666666666666, + "grad_norm": 0.2763212323188782, + "learning_rate": 4.30496e-05, + "loss": 2.2617811584472656, + "step": 104300 + }, + { + "epoch": 13.92, + "grad_norm": 0.27700719237327576, + "learning_rate": 4.3042933333333334e-05, + "loss": 2.2629629516601564, + "step": 104400 + }, + { + "epoch": 13.933333333333334, + "grad_norm": 0.289580374956131, + "learning_rate": 4.3036266666666667e-05, + "loss": 2.2654957580566406, + "step": 104500 + }, + { + "epoch": 13.946666666666667, + "grad_norm": 0.288922518491745, + "learning_rate": 4.3029600000000006e-05, + "loss": 2.2641279602050783, + "step": 104600 + }, + { + "epoch": 13.96, + "grad_norm": 0.2980629503726959, + "learning_rate": 4.302293333333334e-05, + "loss": 2.2678652954101564, + "step": 104700 + }, + { + "epoch": 13.973333333333333, + "grad_norm": 0.279041051864624, + "learning_rate": 4.301626666666667e-05, + "loss": 2.264940185546875, + "step": 104800 + }, + { + "epoch": 13.986666666666666, + "grad_norm": 0.2885514497756958, + "learning_rate": 4.30096e-05, + "loss": 2.264721221923828, + "step": 104900 + }, + { + "epoch": 14.0, + "grad_norm": 0.2856515347957611, + "learning_rate": 4.3002933333333335e-05, + "loss": 2.2638644409179687, + "step": 105000 + }, + { + "epoch": 14.013333333333334, + "grad_norm": 0.2933811843395233, + "learning_rate": 4.299626666666667e-05, + "loss": 2.223587951660156, + "step": 105100 + }, + { + "epoch": 14.026666666666667, + "grad_norm": 0.3170996308326721, + "learning_rate": 4.29896e-05, + "loss": 2.2215760803222655, + "step": 105200 + }, + { + "epoch": 14.04, + "grad_norm": 0.32004064321517944, + "learning_rate": 4.298293333333334e-05, + "loss": 2.2238189697265627, + "step": 105300 + }, + { + "epoch": 14.053333333333333, + "grad_norm": 0.29204490780830383, + "learning_rate": 4.297626666666667e-05, + "loss": 2.2225723266601562, + "step": 105400 + }, + { + "epoch": 14.066666666666666, + "grad_norm": 0.3062141239643097, + "learning_rate": 4.29696e-05, + "loss": 2.223246765136719, + "step": 105500 + }, + { + "epoch": 14.08, + "grad_norm": 0.30984053015708923, + "learning_rate": 4.2962933333333335e-05, + "loss": 2.2242507934570312, + "step": 105600 + }, + { + "epoch": 14.093333333333334, + "grad_norm": 0.322451651096344, + "learning_rate": 4.295626666666667e-05, + "loss": 2.2280723571777346, + "step": 105700 + }, + { + "epoch": 14.106666666666667, + "grad_norm": 0.3022569417953491, + "learning_rate": 4.29496e-05, + "loss": 2.226327209472656, + "step": 105800 + }, + { + "epoch": 14.12, + "grad_norm": 0.30784836411476135, + "learning_rate": 4.294293333333333e-05, + "loss": 2.2258816528320313, + "step": 105900 + }, + { + "epoch": 14.133333333333333, + "grad_norm": 0.30157235264778137, + "learning_rate": 4.293626666666667e-05, + "loss": 2.2270236206054688, + "step": 106000 + }, + { + "epoch": 14.146666666666667, + "grad_norm": 0.30551230907440186, + "learning_rate": 4.29296e-05, + "loss": 2.231392822265625, + "step": 106100 + }, + { + "epoch": 14.16, + "grad_norm": 0.2978629171848297, + "learning_rate": 4.2922933333333335e-05, + "loss": 2.228222198486328, + "step": 106200 + }, + { + "epoch": 14.173333333333334, + "grad_norm": 0.3043777644634247, + "learning_rate": 4.2916333333333334e-05, + "loss": 2.2319209289550783, + "step": 106300 + }, + { + "epoch": 14.186666666666667, + "grad_norm": 0.29846736788749695, + "learning_rate": 4.2909666666666674e-05, + "loss": 2.228956451416016, + "step": 106400 + }, + { + "epoch": 14.2, + "grad_norm": 0.30101996660232544, + "learning_rate": 4.2903000000000006e-05, + "loss": 2.233109588623047, + "step": 106500 + }, + { + "epoch": 14.213333333333333, + "grad_norm": 0.2905249297618866, + "learning_rate": 4.289633333333333e-05, + "loss": 2.23214111328125, + "step": 106600 + }, + { + "epoch": 14.226666666666667, + "grad_norm": 0.31870153546333313, + "learning_rate": 4.2889666666666664e-05, + "loss": 2.23111572265625, + "step": 106700 + }, + { + "epoch": 14.24, + "grad_norm": 0.31344854831695557, + "learning_rate": 4.2883e-05, + "loss": 2.2312010192871092, + "step": 106800 + }, + { + "epoch": 14.253333333333334, + "grad_norm": 0.3159984350204468, + "learning_rate": 4.2876333333333335e-05, + "loss": 2.234411315917969, + "step": 106900 + }, + { + "epoch": 14.266666666666667, + "grad_norm": 0.3049383759498596, + "learning_rate": 4.286966666666667e-05, + "loss": 2.232013854980469, + "step": 107000 + }, + { + "epoch": 14.28, + "grad_norm": 0.2840105891227722, + "learning_rate": 4.2863000000000006e-05, + "loss": 2.2319927978515626, + "step": 107100 + }, + { + "epoch": 14.293333333333333, + "grad_norm": 0.3090221881866455, + "learning_rate": 4.285633333333334e-05, + "loss": 2.235484771728516, + "step": 107200 + }, + { + "epoch": 14.306666666666667, + "grad_norm": 0.2912992835044861, + "learning_rate": 4.284966666666667e-05, + "loss": 2.233905944824219, + "step": 107300 + }, + { + "epoch": 14.32, + "grad_norm": 0.2928401231765747, + "learning_rate": 4.2843e-05, + "loss": 2.2329034423828125, + "step": 107400 + }, + { + "epoch": 14.333333333333334, + "grad_norm": 0.2940289080142975, + "learning_rate": 4.2836333333333335e-05, + "loss": 2.23254150390625, + "step": 107500 + }, + { + "epoch": 14.346666666666668, + "grad_norm": 0.3051759898662567, + "learning_rate": 4.282966666666667e-05, + "loss": 2.235914764404297, + "step": 107600 + }, + { + "epoch": 14.36, + "grad_norm": 0.29925987124443054, + "learning_rate": 4.2823e-05, + "loss": 2.236822052001953, + "step": 107700 + }, + { + "epoch": 14.373333333333333, + "grad_norm": 0.30133113265037537, + "learning_rate": 4.281633333333334e-05, + "loss": 2.237333068847656, + "step": 107800 + }, + { + "epoch": 14.386666666666667, + "grad_norm": 0.2979786694049835, + "learning_rate": 4.280966666666667e-05, + "loss": 2.2337214660644533, + "step": 107900 + }, + { + "epoch": 14.4, + "grad_norm": 0.30509302020072937, + "learning_rate": 4.2803e-05, + "loss": 2.234857177734375, + "step": 108000 + }, + { + "epoch": 14.413333333333334, + "grad_norm": 0.31245774030685425, + "learning_rate": 4.2796333333333336e-05, + "loss": 2.2369602966308593, + "step": 108100 + }, + { + "epoch": 14.426666666666666, + "grad_norm": 0.28808292746543884, + "learning_rate": 4.278966666666667e-05, + "loss": 2.2391943359375, + "step": 108200 + }, + { + "epoch": 14.44, + "grad_norm": 0.3327585756778717, + "learning_rate": 4.2783066666666674e-05, + "loss": 2.2387188720703124, + "step": 108300 + }, + { + "epoch": 14.453333333333333, + "grad_norm": 0.3101474940776825, + "learning_rate": 4.27764e-05, + "loss": 2.2376824951171876, + "step": 108400 + }, + { + "epoch": 14.466666666666667, + "grad_norm": 0.2869791090488434, + "learning_rate": 4.276973333333333e-05, + "loss": 2.237794189453125, + "step": 108500 + }, + { + "epoch": 14.48, + "grad_norm": 0.3071404695510864, + "learning_rate": 4.276306666666667e-05, + "loss": 2.239633331298828, + "step": 108600 + }, + { + "epoch": 14.493333333333334, + "grad_norm": 0.2966044843196869, + "learning_rate": 4.27564e-05, + "loss": 2.2403135681152344, + "step": 108700 + }, + { + "epoch": 14.506666666666666, + "grad_norm": 0.2996501624584198, + "learning_rate": 4.2749733333333335e-05, + "loss": 2.240699920654297, + "step": 108800 + }, + { + "epoch": 14.52, + "grad_norm": 0.3051213026046753, + "learning_rate": 4.274306666666667e-05, + "loss": 2.241038360595703, + "step": 108900 + }, + { + "epoch": 14.533333333333333, + "grad_norm": 0.3177984952926636, + "learning_rate": 4.2736400000000006e-05, + "loss": 2.241685485839844, + "step": 109000 + }, + { + "epoch": 14.546666666666667, + "grad_norm": 0.31197378039360046, + "learning_rate": 4.272973333333333e-05, + "loss": 2.2384878540039064, + "step": 109100 + }, + { + "epoch": 14.56, + "grad_norm": 0.3031216263771057, + "learning_rate": 4.2723066666666664e-05, + "loss": 2.240026397705078, + "step": 109200 + }, + { + "epoch": 14.573333333333334, + "grad_norm": 0.2918401062488556, + "learning_rate": 4.27164e-05, + "loss": 2.2429275512695312, + "step": 109300 + }, + { + "epoch": 14.586666666666666, + "grad_norm": 0.30749937891960144, + "learning_rate": 4.2709733333333335e-05, + "loss": 2.2420500183105467, + "step": 109400 + }, + { + "epoch": 14.6, + "grad_norm": 0.30055928230285645, + "learning_rate": 4.270306666666667e-05, + "loss": 2.2444825744628907, + "step": 109500 + }, + { + "epoch": 14.613333333333333, + "grad_norm": 0.3009972870349884, + "learning_rate": 4.26964e-05, + "loss": 2.2414918518066407, + "step": 109600 + }, + { + "epoch": 14.626666666666667, + "grad_norm": 0.29409679770469666, + "learning_rate": 4.268973333333334e-05, + "loss": 2.243094940185547, + "step": 109700 + }, + { + "epoch": 14.64, + "grad_norm": 0.3000005781650543, + "learning_rate": 4.268306666666667e-05, + "loss": 2.243612060546875, + "step": 109800 + }, + { + "epoch": 14.653333333333332, + "grad_norm": 0.31389036774635315, + "learning_rate": 4.26764e-05, + "loss": 2.247608337402344, + "step": 109900 + }, + { + "epoch": 14.666666666666666, + "grad_norm": 0.30435290932655334, + "learning_rate": 4.2669733333333336e-05, + "loss": 2.2452850341796875, + "step": 110000 + }, + { + "epoch": 14.68, + "grad_norm": 0.31581467390060425, + "learning_rate": 4.266306666666667e-05, + "loss": 2.2423834228515624, + "step": 110100 + }, + { + "epoch": 14.693333333333333, + "grad_norm": 0.30677202343940735, + "learning_rate": 4.26564e-05, + "loss": 2.2448631286621095, + "step": 110200 + }, + { + "epoch": 14.706666666666667, + "grad_norm": 0.2914011776447296, + "learning_rate": 4.264973333333333e-05, + "loss": 2.2458355712890623, + "step": 110300 + }, + { + "epoch": 14.72, + "grad_norm": 0.30041709542274475, + "learning_rate": 4.264313333333333e-05, + "loss": 2.2454510498046876, + "step": 110400 + }, + { + "epoch": 14.733333333333333, + "grad_norm": 0.29341447353363037, + "learning_rate": 4.263646666666667e-05, + "loss": 2.2464495849609376, + "step": 110500 + }, + { + "epoch": 14.746666666666666, + "grad_norm": 0.2851749658584595, + "learning_rate": 4.26298e-05, + "loss": 2.2466586303710936, + "step": 110600 + }, + { + "epoch": 14.76, + "grad_norm": 0.297852486371994, + "learning_rate": 4.2623133333333335e-05, + "loss": 2.2463618469238282, + "step": 110700 + }, + { + "epoch": 14.773333333333333, + "grad_norm": 0.2981916666030884, + "learning_rate": 4.2616466666666674e-05, + "loss": 2.2474107360839843, + "step": 110800 + }, + { + "epoch": 14.786666666666667, + "grad_norm": 0.29726073145866394, + "learning_rate": 4.26098e-05, + "loss": 2.2470823669433595, + "step": 110900 + }, + { + "epoch": 14.8, + "grad_norm": 0.29146844148635864, + "learning_rate": 4.260313333333333e-05, + "loss": 2.248656005859375, + "step": 111000 + }, + { + "epoch": 14.813333333333333, + "grad_norm": 0.30146679282188416, + "learning_rate": 4.259646666666667e-05, + "loss": 2.2492645263671873, + "step": 111100 + }, + { + "epoch": 14.826666666666666, + "grad_norm": 0.30518659949302673, + "learning_rate": 4.2589800000000003e-05, + "loss": 2.2455149841308595, + "step": 111200 + }, + { + "epoch": 14.84, + "grad_norm": 0.2941482663154602, + "learning_rate": 4.2583133333333336e-05, + "loss": 2.247636413574219, + "step": 111300 + }, + { + "epoch": 14.853333333333333, + "grad_norm": 0.3071843981742859, + "learning_rate": 4.257646666666667e-05, + "loss": 2.249114227294922, + "step": 111400 + }, + { + "epoch": 14.866666666666667, + "grad_norm": 0.2867000102996826, + "learning_rate": 4.256980000000001e-05, + "loss": 2.244889831542969, + "step": 111500 + }, + { + "epoch": 14.88, + "grad_norm": 0.29321691393852234, + "learning_rate": 4.256313333333333e-05, + "loss": 2.2497218322753905, + "step": 111600 + }, + { + "epoch": 14.893333333333333, + "grad_norm": 0.28539395332336426, + "learning_rate": 4.2556466666666665e-05, + "loss": 2.2499490356445313, + "step": 111700 + }, + { + "epoch": 14.906666666666666, + "grad_norm": 0.2966148257255554, + "learning_rate": 4.2549800000000004e-05, + "loss": 2.251126708984375, + "step": 111800 + }, + { + "epoch": 14.92, + "grad_norm": 0.30318519473075867, + "learning_rate": 4.2543133333333336e-05, + "loss": 2.251923370361328, + "step": 111900 + }, + { + "epoch": 14.933333333333334, + "grad_norm": 0.30401572585105896, + "learning_rate": 4.253646666666667e-05, + "loss": 2.247659912109375, + "step": 112000 + }, + { + "epoch": 14.946666666666667, + "grad_norm": 0.42713233828544617, + "learning_rate": 4.25298e-05, + "loss": 2.2480320739746094, + "step": 112100 + }, + { + "epoch": 14.96, + "grad_norm": 0.3023832440376282, + "learning_rate": 4.252313333333334e-05, + "loss": 2.252263946533203, + "step": 112200 + }, + { + "epoch": 14.973333333333333, + "grad_norm": 0.31739455461502075, + "learning_rate": 4.251646666666667e-05, + "loss": 2.250135040283203, + "step": 112300 + }, + { + "epoch": 14.986666666666666, + "grad_norm": 0.2998296618461609, + "learning_rate": 4.25098e-05, + "loss": 2.250568542480469, + "step": 112400 + }, + { + "epoch": 15.0, + "grad_norm": 0.3116128146648407, + "learning_rate": 4.25032e-05, + "loss": 2.254090118408203, + "step": 112500 + }, + { + "epoch": 15.013333333333334, + "grad_norm": 0.324983686208725, + "learning_rate": 4.2496533333333336e-05, + "loss": 2.2063966369628907, + "step": 112600 + }, + { + "epoch": 15.026666666666667, + "grad_norm": 0.32630521059036255, + "learning_rate": 4.248986666666667e-05, + "loss": 2.204698486328125, + "step": 112700 + }, + { + "epoch": 15.04, + "grad_norm": 0.33141613006591797, + "learning_rate": 4.24832e-05, + "loss": 2.2065577697753906, + "step": 112800 + }, + { + "epoch": 15.053333333333333, + "grad_norm": 0.29963183403015137, + "learning_rate": 4.247653333333333e-05, + "loss": 2.208046569824219, + "step": 112900 + }, + { + "epoch": 15.066666666666666, + "grad_norm": 0.30262288451194763, + "learning_rate": 4.246986666666667e-05, + "loss": 2.208232574462891, + "step": 113000 + }, + { + "epoch": 15.08, + "grad_norm": 0.31407952308654785, + "learning_rate": 4.2463200000000004e-05, + "loss": 2.2060285949707032, + "step": 113100 + }, + { + "epoch": 15.093333333333334, + "grad_norm": 0.3279408812522888, + "learning_rate": 4.2456533333333336e-05, + "loss": 2.2077986145019532, + "step": 113200 + }, + { + "epoch": 15.106666666666667, + "grad_norm": 0.3157520592212677, + "learning_rate": 4.244986666666667e-05, + "loss": 2.2095164489746093, + "step": 113300 + }, + { + "epoch": 15.12, + "grad_norm": 0.31880176067352295, + "learning_rate": 4.24432e-05, + "loss": 2.210868377685547, + "step": 113400 + }, + { + "epoch": 15.133333333333333, + "grad_norm": 0.31537145376205444, + "learning_rate": 4.243653333333333e-05, + "loss": 2.208413391113281, + "step": 113500 + }, + { + "epoch": 15.146666666666667, + "grad_norm": 0.34451282024383545, + "learning_rate": 4.2429866666666665e-05, + "loss": 2.216689453125, + "step": 113600 + }, + { + "epoch": 15.16, + "grad_norm": 0.343150794506073, + "learning_rate": 4.2423200000000004e-05, + "loss": 2.2148944091796876, + "step": 113700 + }, + { + "epoch": 15.173333333333334, + "grad_norm": 0.33272266387939453, + "learning_rate": 4.2416533333333336e-05, + "loss": 2.2134307861328124, + "step": 113800 + }, + { + "epoch": 15.186666666666667, + "grad_norm": 0.3378112018108368, + "learning_rate": 4.240986666666667e-05, + "loss": 2.2136904907226564, + "step": 113900 + }, + { + "epoch": 15.2, + "grad_norm": 0.31077101826667786, + "learning_rate": 4.24032e-05, + "loss": 2.2134745788574217, + "step": 114000 + }, + { + "epoch": 15.213333333333333, + "grad_norm": 0.32572445273399353, + "learning_rate": 4.239653333333334e-05, + "loss": 2.217989654541016, + "step": 114100 + }, + { + "epoch": 15.226666666666667, + "grad_norm": 0.3158329725265503, + "learning_rate": 4.2389866666666665e-05, + "loss": 2.213584442138672, + "step": 114200 + }, + { + "epoch": 15.24, + "grad_norm": 0.3473946750164032, + "learning_rate": 4.23832e-05, + "loss": 2.212930450439453, + "step": 114300 + }, + { + "epoch": 15.253333333333334, + "grad_norm": 0.32019126415252686, + "learning_rate": 4.237653333333334e-05, + "loss": 2.2173892211914064, + "step": 114400 + }, + { + "epoch": 15.266666666666667, + "grad_norm": 0.31340309977531433, + "learning_rate": 4.236986666666667e-05, + "loss": 2.2174838256835936, + "step": 114500 + }, + { + "epoch": 15.28, + "grad_norm": 0.33847081661224365, + "learning_rate": 4.236326666666667e-05, + "loss": 2.21783203125, + "step": 114600 + }, + { + "epoch": 15.293333333333333, + "grad_norm": 0.32491597533226013, + "learning_rate": 4.23566e-05, + "loss": 2.2157107543945314, + "step": 114700 + }, + { + "epoch": 15.306666666666667, + "grad_norm": 0.3161472976207733, + "learning_rate": 4.234993333333333e-05, + "loss": 2.2165769958496093, + "step": 114800 + }, + { + "epoch": 15.32, + "grad_norm": 0.35170355439186096, + "learning_rate": 4.234326666666667e-05, + "loss": 2.217754211425781, + "step": 114900 + }, + { + "epoch": 15.333333333333334, + "grad_norm": 0.3464552164077759, + "learning_rate": 4.2336600000000004e-05, + "loss": 2.219124450683594, + "step": 115000 + }, + { + "epoch": 15.346666666666668, + "grad_norm": 0.2998979389667511, + "learning_rate": 4.2329933333333336e-05, + "loss": 2.218946075439453, + "step": 115100 + }, + { + "epoch": 15.36, + "grad_norm": 0.33624839782714844, + "learning_rate": 4.232326666666667e-05, + "loss": 2.2174595642089843, + "step": 115200 + }, + { + "epoch": 15.373333333333333, + "grad_norm": 0.322299987077713, + "learning_rate": 4.23166e-05, + "loss": 2.2204608154296874, + "step": 115300 + }, + { + "epoch": 15.386666666666667, + "grad_norm": 0.3346404731273651, + "learning_rate": 4.230993333333333e-05, + "loss": 2.220567169189453, + "step": 115400 + }, + { + "epoch": 15.4, + "grad_norm": 0.3098982870578766, + "learning_rate": 4.230326666666667e-05, + "loss": 2.2207266235351564, + "step": 115500 + }, + { + "epoch": 15.413333333333334, + "grad_norm": 0.31962502002716064, + "learning_rate": 4.2296600000000004e-05, + "loss": 2.2188589477539065, + "step": 115600 + }, + { + "epoch": 15.426666666666666, + "grad_norm": 0.3353968560695648, + "learning_rate": 4.2289933333333337e-05, + "loss": 2.2199302673339845, + "step": 115700 + }, + { + "epoch": 15.44, + "grad_norm": 0.30936282873153687, + "learning_rate": 4.228326666666667e-05, + "loss": 2.2257254028320315, + "step": 115800 + }, + { + "epoch": 15.453333333333333, + "grad_norm": 0.30855420231819153, + "learning_rate": 4.22766e-05, + "loss": 2.2245237731933596, + "step": 115900 + }, + { + "epoch": 15.466666666666667, + "grad_norm": 0.3352759778499603, + "learning_rate": 4.226993333333333e-05, + "loss": 2.2239312744140625, + "step": 116000 + }, + { + "epoch": 15.48, + "grad_norm": 0.34826841950416565, + "learning_rate": 4.2263266666666666e-05, + "loss": 2.222242889404297, + "step": 116100 + }, + { + "epoch": 15.493333333333334, + "grad_norm": 0.30927276611328125, + "learning_rate": 4.2256600000000005e-05, + "loss": 2.22566650390625, + "step": 116200 + }, + { + "epoch": 15.506666666666666, + "grad_norm": 0.3213530480861664, + "learning_rate": 4.224993333333334e-05, + "loss": 2.2234091186523437, + "step": 116300 + }, + { + "epoch": 15.52, + "grad_norm": 0.3208419382572174, + "learning_rate": 4.224326666666667e-05, + "loss": 2.221222686767578, + "step": 116400 + }, + { + "epoch": 15.533333333333333, + "grad_norm": 0.3189323842525482, + "learning_rate": 4.22366e-05, + "loss": 2.22309814453125, + "step": 116500 + }, + { + "epoch": 15.546666666666667, + "grad_norm": 0.32015132904052734, + "learning_rate": 4.222993333333334e-05, + "loss": 2.224478302001953, + "step": 116600 + }, + { + "epoch": 15.56, + "grad_norm": 0.3235848844051361, + "learning_rate": 4.222333333333334e-05, + "loss": 2.22633544921875, + "step": 116700 + }, + { + "epoch": 15.573333333333334, + "grad_norm": 0.31360262632369995, + "learning_rate": 4.221666666666667e-05, + "loss": 2.223683624267578, + "step": 116800 + }, + { + "epoch": 15.586666666666666, + "grad_norm": 0.3163805603981018, + "learning_rate": 4.221e-05, + "loss": 2.226057891845703, + "step": 116900 + }, + { + "epoch": 15.6, + "grad_norm": 0.3102477192878723, + "learning_rate": 4.2203333333333336e-05, + "loss": 2.228474578857422, + "step": 117000 + }, + { + "epoch": 15.613333333333333, + "grad_norm": 0.30548936128616333, + "learning_rate": 4.219666666666667e-05, + "loss": 2.2281097412109374, + "step": 117100 + }, + { + "epoch": 15.626666666666667, + "grad_norm": 0.33137276768684387, + "learning_rate": 4.219e-05, + "loss": 2.227537841796875, + "step": 117200 + }, + { + "epoch": 15.64, + "grad_norm": 0.32980573177337646, + "learning_rate": 4.218333333333333e-05, + "loss": 2.2250877380371095, + "step": 117300 + }, + { + "epoch": 15.653333333333332, + "grad_norm": 0.34230107069015503, + "learning_rate": 4.217666666666667e-05, + "loss": 2.2286297607421877, + "step": 117400 + }, + { + "epoch": 15.666666666666666, + "grad_norm": 0.31690576672554016, + "learning_rate": 4.2170000000000005e-05, + "loss": 2.228667907714844, + "step": 117500 + }, + { + "epoch": 15.68, + "grad_norm": 0.32873931527137756, + "learning_rate": 4.216333333333334e-05, + "loss": 2.229040222167969, + "step": 117600 + }, + { + "epoch": 15.693333333333333, + "grad_norm": 0.31361329555511475, + "learning_rate": 4.215666666666667e-05, + "loss": 2.229720153808594, + "step": 117700 + }, + { + "epoch": 15.706666666666667, + "grad_norm": 0.30917590856552124, + "learning_rate": 4.215e-05, + "loss": 2.2290550231933595, + "step": 117800 + }, + { + "epoch": 15.72, + "grad_norm": 0.31262990832328796, + "learning_rate": 4.2143333333333334e-05, + "loss": 2.229103698730469, + "step": 117900 + }, + { + "epoch": 15.733333333333333, + "grad_norm": 0.32043468952178955, + "learning_rate": 4.2136666666666666e-05, + "loss": 2.2294845581054688, + "step": 118000 + }, + { + "epoch": 15.746666666666666, + "grad_norm": 0.31594914197921753, + "learning_rate": 4.2130000000000005e-05, + "loss": 2.2269740295410156, + "step": 118100 + }, + { + "epoch": 15.76, + "grad_norm": 0.3129127025604248, + "learning_rate": 4.212333333333334e-05, + "loss": 2.232552947998047, + "step": 118200 + }, + { + "epoch": 15.773333333333333, + "grad_norm": 0.3038434088230133, + "learning_rate": 4.211666666666667e-05, + "loss": 2.232527770996094, + "step": 118300 + }, + { + "epoch": 15.786666666666667, + "grad_norm": 0.3090043067932129, + "learning_rate": 4.211e-05, + "loss": 2.229136505126953, + "step": 118400 + }, + { + "epoch": 15.8, + "grad_norm": 0.32611995935440063, + "learning_rate": 4.2103333333333334e-05, + "loss": 2.2315130615234375, + "step": 118500 + }, + { + "epoch": 15.813333333333333, + "grad_norm": 0.31808626651763916, + "learning_rate": 4.2096666666666666e-05, + "loss": 2.2304783630371094, + "step": 118600 + }, + { + "epoch": 15.826666666666666, + "grad_norm": 0.3187323808670044, + "learning_rate": 4.2090066666666665e-05, + "loss": 2.2350709533691404, + "step": 118700 + }, + { + "epoch": 15.84, + "grad_norm": 0.3571641445159912, + "learning_rate": 4.20834e-05, + "loss": 2.231884002685547, + "step": 118800 + }, + { + "epoch": 15.853333333333333, + "grad_norm": 0.3414985239505768, + "learning_rate": 4.207673333333334e-05, + "loss": 2.2351057434082033, + "step": 118900 + }, + { + "epoch": 15.866666666666667, + "grad_norm": 0.3118877112865448, + "learning_rate": 4.207006666666667e-05, + "loss": 2.231129150390625, + "step": 119000 + }, + { + "epoch": 15.88, + "grad_norm": 0.319547176361084, + "learning_rate": 4.20634e-05, + "loss": 2.234002685546875, + "step": 119100 + }, + { + "epoch": 15.893333333333333, + "grad_norm": 0.3334439992904663, + "learning_rate": 4.205673333333334e-05, + "loss": 2.236300201416016, + "step": 119200 + }, + { + "epoch": 15.906666666666666, + "grad_norm": 0.31229543685913086, + "learning_rate": 4.205006666666667e-05, + "loss": 2.2334967041015625, + "step": 119300 + }, + { + "epoch": 15.92, + "grad_norm": 0.3132321834564209, + "learning_rate": 4.20434e-05, + "loss": 2.2348391723632814, + "step": 119400 + }, + { + "epoch": 15.933333333333334, + "grad_norm": 0.3149288594722748, + "learning_rate": 4.203673333333333e-05, + "loss": 2.2346974182128907, + "step": 119500 + }, + { + "epoch": 15.946666666666667, + "grad_norm": 0.31693968176841736, + "learning_rate": 4.203006666666667e-05, + "loss": 2.233512268066406, + "step": 119600 + }, + { + "epoch": 15.96, + "grad_norm": 0.3221350312232971, + "learning_rate": 4.20234e-05, + "loss": 2.2346560668945314, + "step": 119700 + }, + { + "epoch": 15.973333333333333, + "grad_norm": 0.3314872682094574, + "learning_rate": 4.2016733333333334e-05, + "loss": 2.2337542724609376, + "step": 119800 + }, + { + "epoch": 15.986666666666666, + "grad_norm": 0.2964302599430084, + "learning_rate": 4.201006666666667e-05, + "loss": 2.235452423095703, + "step": 119900 + }, + { + "epoch": 16.0, + "grad_norm": 0.30500471591949463, + "learning_rate": 4.2003400000000005e-05, + "loss": 2.2356527709960936, + "step": 120000 + }, + { + "epoch": 16.013333333333332, + "grad_norm": 0.33137601613998413, + "learning_rate": 4.199673333333334e-05, + "loss": 2.191378479003906, + "step": 120100 + }, + { + "epoch": 16.026666666666667, + "grad_norm": 0.3438156843185425, + "learning_rate": 4.199006666666667e-05, + "loss": 2.1892555236816404, + "step": 120200 + }, + { + "epoch": 16.04, + "grad_norm": 0.3476172983646393, + "learning_rate": 4.19834e-05, + "loss": 2.185308380126953, + "step": 120300 + }, + { + "epoch": 16.053333333333335, + "grad_norm": 0.3344581723213196, + "learning_rate": 4.1976733333333334e-05, + "loss": 2.1885577392578126, + "step": 120400 + }, + { + "epoch": 16.066666666666666, + "grad_norm": 0.3536999225616455, + "learning_rate": 4.1970066666666666e-05, + "loss": 2.190690002441406, + "step": 120500 + }, + { + "epoch": 16.08, + "grad_norm": 0.327150821685791, + "learning_rate": 4.1963400000000006e-05, + "loss": 2.192127532958984, + "step": 120600 + }, + { + "epoch": 16.093333333333334, + "grad_norm": 0.34501543641090393, + "learning_rate": 4.195673333333334e-05, + "loss": 2.1904525756835938, + "step": 120700 + }, + { + "epoch": 16.106666666666666, + "grad_norm": 0.33292821049690247, + "learning_rate": 4.195006666666667e-05, + "loss": 2.1916839599609377, + "step": 120800 + }, + { + "epoch": 16.12, + "grad_norm": 0.33096081018447876, + "learning_rate": 4.194346666666667e-05, + "loss": 2.1918682861328125, + "step": 120900 + }, + { + "epoch": 16.133333333333333, + "grad_norm": 0.342189759016037, + "learning_rate": 4.19368e-05, + "loss": 2.194641418457031, + "step": 121000 + }, + { + "epoch": 16.14666666666667, + "grad_norm": 0.3368053436279297, + "learning_rate": 4.193013333333334e-05, + "loss": 2.1912602233886718, + "step": 121100 + }, + { + "epoch": 16.16, + "grad_norm": 0.32896357774734497, + "learning_rate": 4.1923466666666666e-05, + "loss": 2.191945343017578, + "step": 121200 + }, + { + "epoch": 16.173333333333332, + "grad_norm": 0.3394027352333069, + "learning_rate": 4.19168e-05, + "loss": 2.1953201293945312, + "step": 121300 + }, + { + "epoch": 16.186666666666667, + "grad_norm": 0.3458661735057831, + "learning_rate": 4.191013333333334e-05, + "loss": 2.191509246826172, + "step": 121400 + }, + { + "epoch": 16.2, + "grad_norm": 0.3341262936592102, + "learning_rate": 4.190346666666667e-05, + "loss": 2.196238708496094, + "step": 121500 + }, + { + "epoch": 16.213333333333335, + "grad_norm": 0.3546558916568756, + "learning_rate": 4.18968e-05, + "loss": 2.197465515136719, + "step": 121600 + }, + { + "epoch": 16.226666666666667, + "grad_norm": 0.322582483291626, + "learning_rate": 4.1890133333333334e-05, + "loss": 2.19465576171875, + "step": 121700 + }, + { + "epoch": 16.24, + "grad_norm": 0.33463671803474426, + "learning_rate": 4.188346666666667e-05, + "loss": 2.1976629638671876, + "step": 121800 + }, + { + "epoch": 16.253333333333334, + "grad_norm": 0.3399517834186554, + "learning_rate": 4.18768e-05, + "loss": 2.1987896728515626, + "step": 121900 + }, + { + "epoch": 16.266666666666666, + "grad_norm": 0.3466789722442627, + "learning_rate": 4.187013333333333e-05, + "loss": 2.197012939453125, + "step": 122000 + }, + { + "epoch": 16.28, + "grad_norm": 0.3435020446777344, + "learning_rate": 4.186346666666667e-05, + "loss": 2.1984803771972654, + "step": 122100 + }, + { + "epoch": 16.293333333333333, + "grad_norm": 0.33346107602119446, + "learning_rate": 4.18568e-05, + "loss": 2.2026689147949217, + "step": 122200 + }, + { + "epoch": 16.306666666666665, + "grad_norm": 0.3218962550163269, + "learning_rate": 4.1850133333333334e-05, + "loss": 2.199356689453125, + "step": 122300 + }, + { + "epoch": 16.32, + "grad_norm": 0.35545775294303894, + "learning_rate": 4.184346666666667e-05, + "loss": 2.2024908447265625, + "step": 122400 + }, + { + "epoch": 16.333333333333332, + "grad_norm": 0.33396291732788086, + "learning_rate": 4.1836800000000006e-05, + "loss": 2.198677215576172, + "step": 122500 + }, + { + "epoch": 16.346666666666668, + "grad_norm": 0.3423805236816406, + "learning_rate": 4.183013333333334e-05, + "loss": 2.203605041503906, + "step": 122600 + }, + { + "epoch": 16.36, + "grad_norm": 0.3493040204048157, + "learning_rate": 4.1823466666666664e-05, + "loss": 2.2042369079589843, + "step": 122700 + }, + { + "epoch": 16.373333333333335, + "grad_norm": 0.32711881399154663, + "learning_rate": 4.18168e-05, + "loss": 2.20152099609375, + "step": 122800 + }, + { + "epoch": 16.386666666666667, + "grad_norm": 0.3408143222332001, + "learning_rate": 4.18102e-05, + "loss": 2.20054931640625, + "step": 122900 + }, + { + "epoch": 16.4, + "grad_norm": 0.3470470607280731, + "learning_rate": 4.1803533333333334e-05, + "loss": 2.203308410644531, + "step": 123000 + }, + { + "epoch": 16.413333333333334, + "grad_norm": 0.3393367826938629, + "learning_rate": 4.1796866666666666e-05, + "loss": 2.203702392578125, + "step": 123100 + }, + { + "epoch": 16.426666666666666, + "grad_norm": 0.3487272560596466, + "learning_rate": 4.17902e-05, + "loss": 2.207674713134766, + "step": 123200 + }, + { + "epoch": 16.44, + "grad_norm": 0.31673720479011536, + "learning_rate": 4.178353333333334e-05, + "loss": 2.2054902648925783, + "step": 123300 + }, + { + "epoch": 16.453333333333333, + "grad_norm": 0.34609508514404297, + "learning_rate": 4.177686666666667e-05, + "loss": 2.2037092590332032, + "step": 123400 + }, + { + "epoch": 16.466666666666665, + "grad_norm": 0.3488747477531433, + "learning_rate": 4.17702e-05, + "loss": 2.2059857177734377, + "step": 123500 + }, + { + "epoch": 16.48, + "grad_norm": 0.34992608428001404, + "learning_rate": 4.176353333333334e-05, + "loss": 2.205555877685547, + "step": 123600 + }, + { + "epoch": 16.493333333333332, + "grad_norm": 0.3459303677082062, + "learning_rate": 4.1756866666666667e-05, + "loss": 2.2075044250488283, + "step": 123700 + }, + { + "epoch": 16.506666666666668, + "grad_norm": 0.34837567806243896, + "learning_rate": 4.17502e-05, + "loss": 2.2081297302246092, + "step": 123800 + }, + { + "epoch": 16.52, + "grad_norm": 0.3326612710952759, + "learning_rate": 4.174353333333334e-05, + "loss": 2.2074159240722655, + "step": 123900 + }, + { + "epoch": 16.533333333333335, + "grad_norm": 0.343517929315567, + "learning_rate": 4.173686666666667e-05, + "loss": 2.205991058349609, + "step": 124000 + }, + { + "epoch": 16.546666666666667, + "grad_norm": 0.36404263973236084, + "learning_rate": 4.17302e-05, + "loss": 2.2090086364746093, + "step": 124100 + }, + { + "epoch": 16.56, + "grad_norm": 0.3330126404762268, + "learning_rate": 4.1723533333333335e-05, + "loss": 2.207509002685547, + "step": 124200 + }, + { + "epoch": 16.573333333333334, + "grad_norm": 0.3251371681690216, + "learning_rate": 4.1716866666666674e-05, + "loss": 2.2095204162597657, + "step": 124300 + }, + { + "epoch": 16.586666666666666, + "grad_norm": 0.3344780206680298, + "learning_rate": 4.17102e-05, + "loss": 2.2100448608398438, + "step": 124400 + }, + { + "epoch": 16.6, + "grad_norm": 0.3297218978404999, + "learning_rate": 4.170353333333333e-05, + "loss": 2.211772613525391, + "step": 124500 + }, + { + "epoch": 16.613333333333333, + "grad_norm": 0.32694414258003235, + "learning_rate": 4.169686666666667e-05, + "loss": 2.2118515014648437, + "step": 124600 + }, + { + "epoch": 16.626666666666665, + "grad_norm": 0.3583586812019348, + "learning_rate": 4.16902e-05, + "loss": 2.208268737792969, + "step": 124700 + }, + { + "epoch": 16.64, + "grad_norm": 0.3415539562702179, + "learning_rate": 4.1683533333333335e-05, + "loss": 2.210078125, + "step": 124800 + }, + { + "epoch": 16.653333333333332, + "grad_norm": 0.3332410752773285, + "learning_rate": 4.167686666666667e-05, + "loss": 2.209375915527344, + "step": 124900 + }, + { + "epoch": 16.666666666666668, + "grad_norm": 0.3438263237476349, + "learning_rate": 4.1670200000000006e-05, + "loss": 2.213215789794922, + "step": 125000 + }, + { + "epoch": 16.68, + "grad_norm": 0.33631184697151184, + "learning_rate": 4.1663600000000005e-05, + "loss": 2.2115354919433594, + "step": 125100 + }, + { + "epoch": 16.693333333333335, + "grad_norm": 0.33590415120124817, + "learning_rate": 4.165693333333334e-05, + "loss": 2.2166558837890626, + "step": 125200 + }, + { + "epoch": 16.706666666666667, + "grad_norm": 0.33931294083595276, + "learning_rate": 4.165026666666667e-05, + "loss": 2.2135350036621095, + "step": 125300 + }, + { + "epoch": 16.72, + "grad_norm": 0.3370099365711212, + "learning_rate": 4.16436e-05, + "loss": 2.2108302307128906, + "step": 125400 + }, + { + "epoch": 16.733333333333334, + "grad_norm": 0.3390389680862427, + "learning_rate": 4.1636933333333335e-05, + "loss": 2.2139320373535156, + "step": 125500 + }, + { + "epoch": 16.746666666666666, + "grad_norm": 0.33029329776763916, + "learning_rate": 4.163026666666667e-05, + "loss": 2.2104266357421873, + "step": 125600 + }, + { + "epoch": 16.76, + "grad_norm": 0.3493773937225342, + "learning_rate": 4.16236e-05, + "loss": 2.2143878173828124, + "step": 125700 + }, + { + "epoch": 16.773333333333333, + "grad_norm": 0.3342851400375366, + "learning_rate": 4.161693333333334e-05, + "loss": 2.2172373962402343, + "step": 125800 + }, + { + "epoch": 16.786666666666665, + "grad_norm": 0.33905649185180664, + "learning_rate": 4.161026666666667e-05, + "loss": 2.2138526916503904, + "step": 125900 + }, + { + "epoch": 16.8, + "grad_norm": 0.33980846405029297, + "learning_rate": 4.16036e-05, + "loss": 2.2161383056640624, + "step": 126000 + }, + { + "epoch": 16.813333333333333, + "grad_norm": 0.3446345627307892, + "learning_rate": 4.1596933333333335e-05, + "loss": 2.214365234375, + "step": 126100 + }, + { + "epoch": 16.826666666666668, + "grad_norm": 0.32393285632133484, + "learning_rate": 4.159026666666667e-05, + "loss": 2.2161341857910157, + "step": 126200 + }, + { + "epoch": 16.84, + "grad_norm": 0.32899361848831177, + "learning_rate": 4.15836e-05, + "loss": 2.2143894958496095, + "step": 126300 + }, + { + "epoch": 16.85333333333333, + "grad_norm": 0.33458665013313293, + "learning_rate": 4.157693333333333e-05, + "loss": 2.2169989013671874, + "step": 126400 + }, + { + "epoch": 16.866666666666667, + "grad_norm": 0.34240177273750305, + "learning_rate": 4.157026666666667e-05, + "loss": 2.216192169189453, + "step": 126500 + }, + { + "epoch": 16.88, + "grad_norm": 0.33219918608665466, + "learning_rate": 4.15636e-05, + "loss": 2.216274871826172, + "step": 126600 + }, + { + "epoch": 16.893333333333334, + "grad_norm": 0.3476578891277313, + "learning_rate": 4.1556933333333335e-05, + "loss": 2.2149917602539064, + "step": 126700 + }, + { + "epoch": 16.906666666666666, + "grad_norm": 0.3385222852230072, + "learning_rate": 4.155026666666667e-05, + "loss": 2.21719482421875, + "step": 126800 + }, + { + "epoch": 16.92, + "grad_norm": 0.3350334167480469, + "learning_rate": 4.1543600000000007e-05, + "loss": 2.2180024719238283, + "step": 126900 + }, + { + "epoch": 16.933333333333334, + "grad_norm": 0.3438946604728699, + "learning_rate": 4.153693333333333e-05, + "loss": 2.217221221923828, + "step": 127000 + }, + { + "epoch": 16.946666666666665, + "grad_norm": 0.35046643018722534, + "learning_rate": 4.153033333333334e-05, + "loss": 2.220390625, + "step": 127100 + }, + { + "epoch": 16.96, + "grad_norm": 0.34361323714256287, + "learning_rate": 4.1523666666666663e-05, + "loss": 2.216808013916016, + "step": 127200 + }, + { + "epoch": 16.973333333333333, + "grad_norm": 0.32188111543655396, + "learning_rate": 4.1517e-05, + "loss": 2.2157418823242185, + "step": 127300 + }, + { + "epoch": 16.986666666666668, + "grad_norm": 0.32064762711524963, + "learning_rate": 4.1510333333333335e-05, + "loss": 2.2176025390625, + "step": 127400 + }, + { + "epoch": 17.0, + "grad_norm": 0.3368901014328003, + "learning_rate": 4.150366666666667e-05, + "loss": 2.219560241699219, + "step": 127500 + }, + { + "epoch": 17.013333333333332, + "grad_norm": 0.34540697932243347, + "learning_rate": 4.1497e-05, + "loss": 2.1651565551757814, + "step": 127600 + }, + { + "epoch": 17.026666666666667, + "grad_norm": 0.3554867208003998, + "learning_rate": 4.149033333333334e-05, + "loss": 2.168620910644531, + "step": 127700 + }, + { + "epoch": 17.04, + "grad_norm": 0.35656651854515076, + "learning_rate": 4.148366666666667e-05, + "loss": 2.1688262939453127, + "step": 127800 + }, + { + "epoch": 17.053333333333335, + "grad_norm": 0.434224396944046, + "learning_rate": 4.1477e-05, + "loss": 2.1681300354003907, + "step": 127900 + }, + { + "epoch": 17.066666666666666, + "grad_norm": 0.3526768386363983, + "learning_rate": 4.1470333333333335e-05, + "loss": 2.1689207458496096, + "step": 128000 + }, + { + "epoch": 17.08, + "grad_norm": 0.35668861865997314, + "learning_rate": 4.146366666666667e-05, + "loss": 2.168590240478516, + "step": 128100 + }, + { + "epoch": 17.093333333333334, + "grad_norm": 0.368394672870636, + "learning_rate": 4.1457e-05, + "loss": 2.173952941894531, + "step": 128200 + }, + { + "epoch": 17.106666666666666, + "grad_norm": 0.3651200532913208, + "learning_rate": 4.145033333333334e-05, + "loss": 2.172222137451172, + "step": 128300 + }, + { + "epoch": 17.12, + "grad_norm": 0.36325615644454956, + "learning_rate": 4.144366666666667e-05, + "loss": 2.16880859375, + "step": 128400 + }, + { + "epoch": 17.133333333333333, + "grad_norm": 0.3802001476287842, + "learning_rate": 4.1437e-05, + "loss": 2.1748728942871094, + "step": 128500 + }, + { + "epoch": 17.14666666666667, + "grad_norm": 0.3565540611743927, + "learning_rate": 4.1430333333333336e-05, + "loss": 2.1752804565429686, + "step": 128600 + }, + { + "epoch": 17.16, + "grad_norm": 0.3572203814983368, + "learning_rate": 4.142366666666667e-05, + "loss": 2.1743450927734376, + "step": 128700 + }, + { + "epoch": 17.173333333333332, + "grad_norm": 0.350844144821167, + "learning_rate": 4.1417e-05, + "loss": 2.172934722900391, + "step": 128800 + }, + { + "epoch": 17.186666666666667, + "grad_norm": 0.36539897322654724, + "learning_rate": 4.141033333333333e-05, + "loss": 2.176778564453125, + "step": 128900 + }, + { + "epoch": 17.2, + "grad_norm": 0.35811370611190796, + "learning_rate": 4.140366666666667e-05, + "loss": 2.174437713623047, + "step": 129000 + }, + { + "epoch": 17.213333333333335, + "grad_norm": 0.3664299547672272, + "learning_rate": 4.139706666666667e-05, + "loss": 2.1781724548339843, + "step": 129100 + }, + { + "epoch": 17.226666666666667, + "grad_norm": 0.3659532070159912, + "learning_rate": 4.13904e-05, + "loss": 2.176842041015625, + "step": 129200 + }, + { + "epoch": 17.24, + "grad_norm": 0.36825552582740784, + "learning_rate": 4.1383733333333335e-05, + "loss": 2.179559631347656, + "step": 129300 + }, + { + "epoch": 17.253333333333334, + "grad_norm": 0.36417168378829956, + "learning_rate": 4.137706666666667e-05, + "loss": 2.182062072753906, + "step": 129400 + }, + { + "epoch": 17.266666666666666, + "grad_norm": 0.3718934655189514, + "learning_rate": 4.1370400000000006e-05, + "loss": 2.180594177246094, + "step": 129500 + }, + { + "epoch": 17.28, + "grad_norm": 0.3516819477081299, + "learning_rate": 4.136373333333334e-05, + "loss": 2.180480499267578, + "step": 129600 + }, + { + "epoch": 17.293333333333333, + "grad_norm": 0.3652108609676361, + "learning_rate": 4.1357066666666664e-05, + "loss": 2.182070770263672, + "step": 129700 + }, + { + "epoch": 17.306666666666665, + "grad_norm": 0.3595081865787506, + "learning_rate": 4.13504e-05, + "loss": 2.1821852111816407, + "step": 129800 + }, + { + "epoch": 17.32, + "grad_norm": 0.3393441140651703, + "learning_rate": 4.1343733333333335e-05, + "loss": 2.178795166015625, + "step": 129900 + }, + { + "epoch": 17.333333333333332, + "grad_norm": 0.36966830492019653, + "learning_rate": 4.133706666666667e-05, + "loss": 2.1857032775878906, + "step": 130000 + }, + { + "epoch": 17.346666666666668, + "grad_norm": 0.3546712100505829, + "learning_rate": 4.13304e-05, + "loss": 2.180518798828125, + "step": 130100 + }, + { + "epoch": 17.36, + "grad_norm": 0.37151312828063965, + "learning_rate": 4.132373333333334e-05, + "loss": 2.1837088012695314, + "step": 130200 + }, + { + "epoch": 17.373333333333335, + "grad_norm": 0.34406447410583496, + "learning_rate": 4.131706666666667e-05, + "loss": 2.1844528198242186, + "step": 130300 + }, + { + "epoch": 17.386666666666667, + "grad_norm": 0.44284486770629883, + "learning_rate": 4.1310400000000003e-05, + "loss": 2.1846923828125, + "step": 130400 + }, + { + "epoch": 17.4, + "grad_norm": 0.38338637351989746, + "learning_rate": 4.1303733333333336e-05, + "loss": 2.1837538146972655, + "step": 130500 + }, + { + "epoch": 17.413333333333334, + "grad_norm": 0.3616061210632324, + "learning_rate": 4.129706666666667e-05, + "loss": 2.1846038818359377, + "step": 130600 + }, + { + "epoch": 17.426666666666666, + "grad_norm": 0.35662466287612915, + "learning_rate": 4.12904e-05, + "loss": 2.186310272216797, + "step": 130700 + }, + { + "epoch": 17.44, + "grad_norm": 0.34366509318351746, + "learning_rate": 4.128373333333333e-05, + "loss": 2.1828770446777344, + "step": 130800 + }, + { + "epoch": 17.453333333333333, + "grad_norm": 0.35822221636772156, + "learning_rate": 4.127706666666667e-05, + "loss": 2.1853370666503906, + "step": 130900 + }, + { + "epoch": 17.466666666666665, + "grad_norm": 0.382191002368927, + "learning_rate": 4.1270400000000004e-05, + "loss": 2.184327392578125, + "step": 131000 + }, + { + "epoch": 17.48, + "grad_norm": 0.3557610511779785, + "learning_rate": 4.12638e-05, + "loss": 2.188468170166016, + "step": 131100 + }, + { + "epoch": 17.493333333333332, + "grad_norm": 0.3445620536804199, + "learning_rate": 4.1257133333333335e-05, + "loss": 2.1877789306640625, + "step": 131200 + }, + { + "epoch": 17.506666666666668, + "grad_norm": 0.356189489364624, + "learning_rate": 4.125046666666667e-05, + "loss": 2.186894989013672, + "step": 131300 + }, + { + "epoch": 17.52, + "grad_norm": 0.37347978353500366, + "learning_rate": 4.1243800000000007e-05, + "loss": 2.1881455993652343, + "step": 131400 + }, + { + "epoch": 17.533333333333335, + "grad_norm": 0.4915677309036255, + "learning_rate": 4.123713333333333e-05, + "loss": 2.188135528564453, + "step": 131500 + }, + { + "epoch": 17.546666666666667, + "grad_norm": 0.33609944581985474, + "learning_rate": 4.1230466666666664e-05, + "loss": 2.1907609558105468, + "step": 131600 + }, + { + "epoch": 17.56, + "grad_norm": 0.36254754662513733, + "learning_rate": 4.12238e-05, + "loss": 2.1870379638671875, + "step": 131700 + }, + { + "epoch": 17.573333333333334, + "grad_norm": 0.3741578459739685, + "learning_rate": 4.1217133333333336e-05, + "loss": 2.1931048583984376, + "step": 131800 + }, + { + "epoch": 17.586666666666666, + "grad_norm": 0.3609215319156647, + "learning_rate": 4.121046666666667e-05, + "loss": 2.19150146484375, + "step": 131900 + }, + { + "epoch": 17.6, + "grad_norm": 0.35999777913093567, + "learning_rate": 4.120380000000001e-05, + "loss": 2.191175537109375, + "step": 132000 + }, + { + "epoch": 17.613333333333333, + "grad_norm": 0.3569694459438324, + "learning_rate": 4.119713333333334e-05, + "loss": 2.192285614013672, + "step": 132100 + }, + { + "epoch": 17.626666666666665, + "grad_norm": 0.3714178502559662, + "learning_rate": 4.1190466666666665e-05, + "loss": 2.192773895263672, + "step": 132200 + }, + { + "epoch": 17.64, + "grad_norm": 0.3539521396160126, + "learning_rate": 4.11838e-05, + "loss": 2.190313415527344, + "step": 132300 + }, + { + "epoch": 17.653333333333332, + "grad_norm": 0.358467698097229, + "learning_rate": 4.1177133333333336e-05, + "loss": 2.195655517578125, + "step": 132400 + }, + { + "epoch": 17.666666666666668, + "grad_norm": 0.3586037755012512, + "learning_rate": 4.117046666666667e-05, + "loss": 2.192008819580078, + "step": 132500 + }, + { + "epoch": 17.68, + "grad_norm": 0.3595978915691376, + "learning_rate": 4.11638e-05, + "loss": 2.1931185913085938, + "step": 132600 + }, + { + "epoch": 17.693333333333335, + "grad_norm": 0.35596606135368347, + "learning_rate": 4.115713333333334e-05, + "loss": 2.1931863403320313, + "step": 132700 + }, + { + "epoch": 17.706666666666667, + "grad_norm": 0.349572092294693, + "learning_rate": 4.115046666666667e-05, + "loss": 2.1953758239746093, + "step": 132800 + }, + { + "epoch": 17.72, + "grad_norm": 0.3638124167919159, + "learning_rate": 4.1143800000000004e-05, + "loss": 2.197004547119141, + "step": 132900 + }, + { + "epoch": 17.733333333333334, + "grad_norm": 0.3515288531780243, + "learning_rate": 4.1137133333333336e-05, + "loss": 2.1984828186035155, + "step": 133000 + }, + { + "epoch": 17.746666666666666, + "grad_norm": 0.37091967463493347, + "learning_rate": 4.1130533333333335e-05, + "loss": 2.1952162170410157, + "step": 133100 + }, + { + "epoch": 17.76, + "grad_norm": 0.3641296923160553, + "learning_rate": 4.112386666666667e-05, + "loss": 2.1980247497558594, + "step": 133200 + }, + { + "epoch": 17.773333333333333, + "grad_norm": 0.3431222438812256, + "learning_rate": 4.11172e-05, + "loss": 2.196508483886719, + "step": 133300 + }, + { + "epoch": 17.786666666666665, + "grad_norm": 0.35797178745269775, + "learning_rate": 4.111053333333333e-05, + "loss": 2.199690704345703, + "step": 133400 + }, + { + "epoch": 17.8, + "grad_norm": 0.3545133173465729, + "learning_rate": 4.110386666666667e-05, + "loss": 2.1973370361328124, + "step": 133500 + }, + { + "epoch": 17.813333333333333, + "grad_norm": 0.36000749468803406, + "learning_rate": 4.1097200000000004e-05, + "loss": 2.2000468444824217, + "step": 133600 + }, + { + "epoch": 17.826666666666668, + "grad_norm": 0.3570917546749115, + "learning_rate": 4.1090533333333336e-05, + "loss": 2.199578857421875, + "step": 133700 + }, + { + "epoch": 17.84, + "grad_norm": 0.36283078789711, + "learning_rate": 4.108386666666667e-05, + "loss": 2.199168853759766, + "step": 133800 + }, + { + "epoch": 17.85333333333333, + "grad_norm": 0.37170839309692383, + "learning_rate": 4.107720000000001e-05, + "loss": 2.199163818359375, + "step": 133900 + }, + { + "epoch": 17.866666666666667, + "grad_norm": 0.35398539900779724, + "learning_rate": 4.107053333333333e-05, + "loss": 2.2005375671386718, + "step": 134000 + }, + { + "epoch": 17.88, + "grad_norm": 0.3618471622467041, + "learning_rate": 4.1063866666666665e-05, + "loss": 2.193340606689453, + "step": 134100 + }, + { + "epoch": 17.893333333333334, + "grad_norm": 0.36715346574783325, + "learning_rate": 4.1057200000000004e-05, + "loss": 2.201223602294922, + "step": 134200 + }, + { + "epoch": 17.906666666666666, + "grad_norm": 0.35410168766975403, + "learning_rate": 4.1050533333333336e-05, + "loss": 2.1994700622558594, + "step": 134300 + }, + { + "epoch": 17.92, + "grad_norm": 0.34702470898628235, + "learning_rate": 4.104386666666667e-05, + "loss": 2.2010435485839843, + "step": 134400 + }, + { + "epoch": 17.933333333333334, + "grad_norm": 0.33663272857666016, + "learning_rate": 4.10372e-05, + "loss": 2.2017396545410155, + "step": 134500 + }, + { + "epoch": 17.946666666666665, + "grad_norm": 0.36605820059776306, + "learning_rate": 4.103053333333334e-05, + "loss": 2.2016064453125, + "step": 134600 + }, + { + "epoch": 17.96, + "grad_norm": 0.3492322564125061, + "learning_rate": 4.1023866666666665e-05, + "loss": 2.202108154296875, + "step": 134700 + }, + { + "epoch": 17.973333333333333, + "grad_norm": 0.36869311332702637, + "learning_rate": 4.10172e-05, + "loss": 2.2017369079589844, + "step": 134800 + }, + { + "epoch": 17.986666666666668, + "grad_norm": 0.36540335416793823, + "learning_rate": 4.1010533333333337e-05, + "loss": 2.200558624267578, + "step": 134900 + }, + { + "epoch": 18.0, + "grad_norm": 0.36333802342414856, + "learning_rate": 4.100386666666667e-05, + "loss": 2.203197174072266, + "step": 135000 + }, + { + "epoch": 18.013333333333332, + "grad_norm": 0.3684398829936981, + "learning_rate": 4.09972e-05, + "loss": 2.144236297607422, + "step": 135100 + }, + { + "epoch": 18.026666666666667, + "grad_norm": 0.3864319622516632, + "learning_rate": 4.09906e-05, + "loss": 2.147691650390625, + "step": 135200 + }, + { + "epoch": 18.04, + "grad_norm": 0.39713576436042786, + "learning_rate": 4.098393333333333e-05, + "loss": 2.1479608154296876, + "step": 135300 + }, + { + "epoch": 18.053333333333335, + "grad_norm": 0.38535943627357483, + "learning_rate": 4.097726666666667e-05, + "loss": 2.149579620361328, + "step": 135400 + }, + { + "epoch": 18.066666666666666, + "grad_norm": 0.37120920419692993, + "learning_rate": 4.0970600000000004e-05, + "loss": 2.1504815673828124, + "step": 135500 + }, + { + "epoch": 18.08, + "grad_norm": 0.3953970968723297, + "learning_rate": 4.0963933333333336e-05, + "loss": 2.1479664611816407, + "step": 135600 + }, + { + "epoch": 18.093333333333334, + "grad_norm": 0.3948633372783661, + "learning_rate": 4.095726666666667e-05, + "loss": 2.1526097106933593, + "step": 135700 + }, + { + "epoch": 18.106666666666666, + "grad_norm": 0.38562309741973877, + "learning_rate": 4.09506e-05, + "loss": 2.147718963623047, + "step": 135800 + }, + { + "epoch": 18.12, + "grad_norm": 0.38705727458000183, + "learning_rate": 4.094393333333333e-05, + "loss": 2.1560462951660155, + "step": 135900 + }, + { + "epoch": 18.133333333333333, + "grad_norm": 0.3904648721218109, + "learning_rate": 4.0937266666666665e-05, + "loss": 2.148473815917969, + "step": 136000 + }, + { + "epoch": 18.14666666666667, + "grad_norm": 0.3789866268634796, + "learning_rate": 4.0930600000000004e-05, + "loss": 2.1551133728027345, + "step": 136100 + }, + { + "epoch": 18.16, + "grad_norm": 0.3716281056404114, + "learning_rate": 4.0923933333333336e-05, + "loss": 2.1517713928222655, + "step": 136200 + }, + { + "epoch": 18.173333333333332, + "grad_norm": 0.4038568437099457, + "learning_rate": 4.091726666666667e-05, + "loss": 2.154055633544922, + "step": 136300 + }, + { + "epoch": 18.186666666666667, + "grad_norm": 0.3836662173271179, + "learning_rate": 4.091060000000001e-05, + "loss": 2.1555635070800783, + "step": 136400 + }, + { + "epoch": 18.2, + "grad_norm": 0.4338989853858948, + "learning_rate": 4.090393333333333e-05, + "loss": 2.1564508056640626, + "step": 136500 + }, + { + "epoch": 18.213333333333335, + "grad_norm": 0.3803965747356415, + "learning_rate": 4.0897266666666665e-05, + "loss": 2.15535888671875, + "step": 136600 + }, + { + "epoch": 18.226666666666667, + "grad_norm": 0.38790804147720337, + "learning_rate": 4.08906e-05, + "loss": 2.155977935791016, + "step": 136700 + }, + { + "epoch": 18.24, + "grad_norm": 0.4054514169692993, + "learning_rate": 4.088393333333334e-05, + "loss": 2.1601606750488282, + "step": 136800 + }, + { + "epoch": 18.253333333333334, + "grad_norm": 0.39995694160461426, + "learning_rate": 4.087726666666667e-05, + "loss": 2.1544822692871093, + "step": 136900 + }, + { + "epoch": 18.266666666666666, + "grad_norm": 0.399427592754364, + "learning_rate": 4.08706e-05, + "loss": 2.157484436035156, + "step": 137000 + }, + { + "epoch": 18.28, + "grad_norm": 0.380747526884079, + "learning_rate": 4.086393333333334e-05, + "loss": 2.1604388427734373, + "step": 137100 + }, + { + "epoch": 18.293333333333333, + "grad_norm": 0.3849477767944336, + "learning_rate": 4.085733333333334e-05, + "loss": 2.1585659790039062, + "step": 137200 + }, + { + "epoch": 18.306666666666665, + "grad_norm": 0.3770460784435272, + "learning_rate": 4.085066666666667e-05, + "loss": 2.1618302917480468, + "step": 137300 + }, + { + "epoch": 18.32, + "grad_norm": 0.4081668257713318, + "learning_rate": 4.0844000000000004e-05, + "loss": 2.1609623718261717, + "step": 137400 + }, + { + "epoch": 18.333333333333332, + "grad_norm": 0.37667742371559143, + "learning_rate": 4.0837333333333336e-05, + "loss": 2.162608642578125, + "step": 137500 + }, + { + "epoch": 18.346666666666668, + "grad_norm": 0.3946523070335388, + "learning_rate": 4.083066666666667e-05, + "loss": 2.1644091796875, + "step": 137600 + }, + { + "epoch": 18.36, + "grad_norm": 0.38843250274658203, + "learning_rate": 4.0824e-05, + "loss": 2.161121063232422, + "step": 137700 + }, + { + "epoch": 18.373333333333335, + "grad_norm": 0.4010300040245056, + "learning_rate": 4.081733333333333e-05, + "loss": 2.1667359924316405, + "step": 137800 + }, + { + "epoch": 18.386666666666667, + "grad_norm": 0.3785018026828766, + "learning_rate": 4.081066666666667e-05, + "loss": 2.167360992431641, + "step": 137900 + }, + { + "epoch": 18.4, + "grad_norm": 0.39816367626190186, + "learning_rate": 4.0804000000000004e-05, + "loss": 2.164031677246094, + "step": 138000 + }, + { + "epoch": 18.413333333333334, + "grad_norm": 0.38204148411750793, + "learning_rate": 4.079733333333334e-05, + "loss": 2.166887054443359, + "step": 138100 + }, + { + "epoch": 18.426666666666666, + "grad_norm": 0.36739620566368103, + "learning_rate": 4.079066666666667e-05, + "loss": 2.1648483276367188, + "step": 138200 + }, + { + "epoch": 18.44, + "grad_norm": 0.40818193554878235, + "learning_rate": 4.0784e-05, + "loss": 2.167153778076172, + "step": 138300 + }, + { + "epoch": 18.453333333333333, + "grad_norm": 0.3707272410392761, + "learning_rate": 4.0777333333333333e-05, + "loss": 2.1704667663574218, + "step": 138400 + }, + { + "epoch": 18.466666666666665, + "grad_norm": 0.3825608491897583, + "learning_rate": 4.0770666666666666e-05, + "loss": 2.1677491760253904, + "step": 138500 + }, + { + "epoch": 18.48, + "grad_norm": 0.3704966902732849, + "learning_rate": 4.0764000000000005e-05, + "loss": 2.168622589111328, + "step": 138600 + }, + { + "epoch": 18.493333333333332, + "grad_norm": 0.38297003507614136, + "learning_rate": 4.075733333333334e-05, + "loss": 2.1695802307128904, + "step": 138700 + }, + { + "epoch": 18.506666666666668, + "grad_norm": 0.369875431060791, + "learning_rate": 4.075066666666667e-05, + "loss": 2.1684419250488283, + "step": 138800 + }, + { + "epoch": 18.52, + "grad_norm": 0.38239753246307373, + "learning_rate": 4.0744e-05, + "loss": 2.1713496398925782, + "step": 138900 + }, + { + "epoch": 18.533333333333335, + "grad_norm": 0.37456804513931274, + "learning_rate": 4.0737333333333334e-05, + "loss": 2.171775360107422, + "step": 139000 + }, + { + "epoch": 18.546666666666667, + "grad_norm": 0.36324089765548706, + "learning_rate": 4.0730666666666666e-05, + "loss": 2.168131103515625, + "step": 139100 + }, + { + "epoch": 18.56, + "grad_norm": 0.3825380206108093, + "learning_rate": 4.0724066666666665e-05, + "loss": 2.1711878967285156, + "step": 139200 + }, + { + "epoch": 18.573333333333334, + "grad_norm": 0.38280192017555237, + "learning_rate": 4.07174e-05, + "loss": 2.1701324462890623, + "step": 139300 + }, + { + "epoch": 18.586666666666666, + "grad_norm": 0.3777543902397156, + "learning_rate": 4.0710733333333336e-05, + "loss": 2.1692018127441406, + "step": 139400 + }, + { + "epoch": 18.6, + "grad_norm": 0.387617290019989, + "learning_rate": 4.070406666666667e-05, + "loss": 2.1738621520996095, + "step": 139500 + }, + { + "epoch": 18.613333333333333, + "grad_norm": 0.38992756605148315, + "learning_rate": 4.06974e-05, + "loss": 2.173524932861328, + "step": 139600 + }, + { + "epoch": 18.626666666666665, + "grad_norm": 0.382716566324234, + "learning_rate": 4.069073333333333e-05, + "loss": 2.1713710021972656, + "step": 139700 + }, + { + "epoch": 18.64, + "grad_norm": 0.36141642928123474, + "learning_rate": 4.068406666666667e-05, + "loss": 2.1703253173828125, + "step": 139800 + }, + { + "epoch": 18.653333333333332, + "grad_norm": 0.37553125619888306, + "learning_rate": 4.0677400000000005e-05, + "loss": 2.1746434020996093, + "step": 139900 + }, + { + "epoch": 18.666666666666668, + "grad_norm": 0.40358760952949524, + "learning_rate": 4.067073333333333e-05, + "loss": 2.172953643798828, + "step": 140000 + }, + { + "epoch": 18.68, + "grad_norm": 0.35741183161735535, + "learning_rate": 4.066406666666667e-05, + "loss": 2.1734686279296875, + "step": 140100 + }, + { + "epoch": 18.693333333333335, + "grad_norm": 0.3769322633743286, + "learning_rate": 4.06574e-05, + "loss": 2.1750888061523437, + "step": 140200 + }, + { + "epoch": 18.706666666666667, + "grad_norm": 0.3802931606769562, + "learning_rate": 4.0650733333333334e-05, + "loss": 2.1736627197265626, + "step": 140300 + }, + { + "epoch": 18.72, + "grad_norm": 0.3812218904495239, + "learning_rate": 4.0644066666666666e-05, + "loss": 2.176966552734375, + "step": 140400 + }, + { + "epoch": 18.733333333333334, + "grad_norm": 0.38916149735450745, + "learning_rate": 4.0637400000000005e-05, + "loss": 2.172593231201172, + "step": 140500 + }, + { + "epoch": 18.746666666666666, + "grad_norm": 0.38093966245651245, + "learning_rate": 4.063073333333334e-05, + "loss": 2.1759133911132813, + "step": 140600 + }, + { + "epoch": 18.76, + "grad_norm": 0.4063868224620819, + "learning_rate": 4.062406666666667e-05, + "loss": 2.1767710876464843, + "step": 140700 + }, + { + "epoch": 18.773333333333333, + "grad_norm": 0.37494465708732605, + "learning_rate": 4.06174e-05, + "loss": 2.1748062133789063, + "step": 140800 + }, + { + "epoch": 18.786666666666665, + "grad_norm": 0.38622939586639404, + "learning_rate": 4.0610733333333334e-05, + "loss": 2.17905029296875, + "step": 140900 + }, + { + "epoch": 18.8, + "grad_norm": 0.41010287404060364, + "learning_rate": 4.0604066666666666e-05, + "loss": 2.1740985107421875, + "step": 141000 + }, + { + "epoch": 18.813333333333333, + "grad_norm": 0.38058510422706604, + "learning_rate": 4.0597400000000005e-05, + "loss": 2.1741783142089846, + "step": 141100 + }, + { + "epoch": 18.826666666666668, + "grad_norm": 0.36692535877227783, + "learning_rate": 4.05908e-05, + "loss": 2.1796223449707033, + "step": 141200 + }, + { + "epoch": 18.84, + "grad_norm": 0.3798985779285431, + "learning_rate": 4.058413333333334e-05, + "loss": 2.1784815979003906, + "step": 141300 + }, + { + "epoch": 18.85333333333333, + "grad_norm": 0.3722667098045349, + "learning_rate": 4.057746666666667e-05, + "loss": 2.1829788208007814, + "step": 141400 + }, + { + "epoch": 18.866666666666667, + "grad_norm": 0.39556455612182617, + "learning_rate": 4.05708e-05, + "loss": 2.179154815673828, + "step": 141500 + }, + { + "epoch": 18.88, + "grad_norm": 0.3847595453262329, + "learning_rate": 4.056413333333334e-05, + "loss": 2.1796925354003904, + "step": 141600 + }, + { + "epoch": 18.893333333333334, + "grad_norm": 0.37797436118125916, + "learning_rate": 4.055746666666667e-05, + "loss": 2.1813531494140626, + "step": 141700 + }, + { + "epoch": 18.906666666666666, + "grad_norm": 0.3832587003707886, + "learning_rate": 4.05508e-05, + "loss": 2.179685516357422, + "step": 141800 + }, + { + "epoch": 18.92, + "grad_norm": 0.3763803541660309, + "learning_rate": 4.054413333333334e-05, + "loss": 2.1807159423828124, + "step": 141900 + }, + { + "epoch": 18.933333333333334, + "grad_norm": 0.39702609181404114, + "learning_rate": 4.053746666666667e-05, + "loss": 2.18234619140625, + "step": 142000 + }, + { + "epoch": 18.946666666666665, + "grad_norm": 0.3635548949241638, + "learning_rate": 4.05308e-05, + "loss": 2.1816770935058596, + "step": 142100 + }, + { + "epoch": 18.96, + "grad_norm": 0.3698504567146301, + "learning_rate": 4.0524133333333334e-05, + "loss": 2.1805545043945314, + "step": 142200 + }, + { + "epoch": 18.973333333333333, + "grad_norm": 0.38847336173057556, + "learning_rate": 4.051746666666667e-05, + "loss": 2.18578125, + "step": 142300 + }, + { + "epoch": 18.986666666666668, + "grad_norm": 0.380186527967453, + "learning_rate": 4.0510800000000005e-05, + "loss": 2.1846510314941407, + "step": 142400 + }, + { + "epoch": 19.0, + "grad_norm": 0.37036606669425964, + "learning_rate": 4.050413333333333e-05, + "loss": 2.184918212890625, + "step": 142500 + }, + { + "epoch": 19.013333333333332, + "grad_norm": 0.4196798503398895, + "learning_rate": 4.049746666666667e-05, + "loss": 2.122628021240234, + "step": 142600 + }, + { + "epoch": 19.026666666666667, + "grad_norm": 0.4127017557621002, + "learning_rate": 4.04908e-05, + "loss": 2.1235401916503904, + "step": 142700 + }, + { + "epoch": 19.04, + "grad_norm": 0.4180348813533783, + "learning_rate": 4.0484133333333334e-05, + "loss": 2.123696746826172, + "step": 142800 + }, + { + "epoch": 19.053333333333335, + "grad_norm": 0.40591850876808167, + "learning_rate": 4.0477466666666667e-05, + "loss": 2.12607177734375, + "step": 142900 + }, + { + "epoch": 19.066666666666666, + "grad_norm": 0.4013535678386688, + "learning_rate": 4.0470800000000006e-05, + "loss": 2.1254452514648436, + "step": 143000 + }, + { + "epoch": 19.08, + "grad_norm": 0.3990405797958374, + "learning_rate": 4.046413333333334e-05, + "loss": 2.1275210571289063, + "step": 143100 + }, + { + "epoch": 19.093333333333334, + "grad_norm": 0.3961292803287506, + "learning_rate": 4.045753333333334e-05, + "loss": 2.1298793029785155, + "step": 143200 + }, + { + "epoch": 19.106666666666666, + "grad_norm": 0.38968828320503235, + "learning_rate": 4.045086666666667e-05, + "loss": 2.130485382080078, + "step": 143300 + }, + { + "epoch": 19.12, + "grad_norm": 0.38888853788375854, + "learning_rate": 4.04442e-05, + "loss": 2.1340348815917967, + "step": 143400 + }, + { + "epoch": 19.133333333333333, + "grad_norm": 0.4043475091457367, + "learning_rate": 4.0437533333333334e-05, + "loss": 2.132088317871094, + "step": 143500 + }, + { + "epoch": 19.14666666666667, + "grad_norm": 0.3911975920200348, + "learning_rate": 4.0430866666666666e-05, + "loss": 2.136121826171875, + "step": 143600 + }, + { + "epoch": 19.16, + "grad_norm": 0.43989744782447815, + "learning_rate": 4.04242e-05, + "loss": 2.129822998046875, + "step": 143700 + }, + { + "epoch": 19.173333333333332, + "grad_norm": 0.3966082036495209, + "learning_rate": 4.041753333333334e-05, + "loss": 2.132376403808594, + "step": 143800 + }, + { + "epoch": 19.186666666666667, + "grad_norm": 0.3992730975151062, + "learning_rate": 4.041086666666667e-05, + "loss": 2.139486999511719, + "step": 143900 + }, + { + "epoch": 19.2, + "grad_norm": 0.4032175838947296, + "learning_rate": 4.04042e-05, + "loss": 2.13601318359375, + "step": 144000 + }, + { + "epoch": 19.213333333333335, + "grad_norm": 0.396996408700943, + "learning_rate": 4.0397533333333334e-05, + "loss": 2.1378729248046877, + "step": 144100 + }, + { + "epoch": 19.226666666666667, + "grad_norm": 0.4150291085243225, + "learning_rate": 4.039086666666667e-05, + "loss": 2.1334957885742187, + "step": 144200 + }, + { + "epoch": 19.24, + "grad_norm": 0.3937293291091919, + "learning_rate": 4.03842e-05, + "loss": 2.136308135986328, + "step": 144300 + }, + { + "epoch": 19.253333333333334, + "grad_norm": 0.4123186469078064, + "learning_rate": 4.037753333333333e-05, + "loss": 2.1393890380859375, + "step": 144400 + }, + { + "epoch": 19.266666666666666, + "grad_norm": 0.39195558428764343, + "learning_rate": 4.037086666666667e-05, + "loss": 2.1392486572265623, + "step": 144500 + }, + { + "epoch": 19.28, + "grad_norm": 0.4173942506313324, + "learning_rate": 4.03642e-05, + "loss": 2.137723846435547, + "step": 144600 + }, + { + "epoch": 19.293333333333333, + "grad_norm": 0.4093802273273468, + "learning_rate": 4.0357533333333335e-05, + "loss": 2.136879577636719, + "step": 144700 + }, + { + "epoch": 19.306666666666665, + "grad_norm": 0.4126907289028168, + "learning_rate": 4.035086666666667e-05, + "loss": 2.1385182189941405, + "step": 144800 + }, + { + "epoch": 19.32, + "grad_norm": 0.4639165699481964, + "learning_rate": 4.0344200000000006e-05, + "loss": 2.1417454528808593, + "step": 144900 + }, + { + "epoch": 19.333333333333332, + "grad_norm": 0.405304491519928, + "learning_rate": 4.033753333333333e-05, + "loss": 2.1422581481933594, + "step": 145000 + }, + { + "epoch": 19.346666666666668, + "grad_norm": 0.3977564573287964, + "learning_rate": 4.0330866666666664e-05, + "loss": 2.142159118652344, + "step": 145100 + }, + { + "epoch": 19.36, + "grad_norm": 0.3873383104801178, + "learning_rate": 4.032426666666667e-05, + "loss": 2.141308135986328, + "step": 145200 + }, + { + "epoch": 19.373333333333335, + "grad_norm": 0.40484434366226196, + "learning_rate": 4.03176e-05, + "loss": 2.1436500549316406, + "step": 145300 + }, + { + "epoch": 19.386666666666667, + "grad_norm": 0.3954225480556488, + "learning_rate": 4.0310933333333334e-05, + "loss": 2.1450897216796876, + "step": 145400 + }, + { + "epoch": 19.4, + "grad_norm": 0.40232667326927185, + "learning_rate": 4.0304266666666666e-05, + "loss": 2.14369140625, + "step": 145500 + }, + { + "epoch": 19.413333333333334, + "grad_norm": 0.4098379909992218, + "learning_rate": 4.0297600000000005e-05, + "loss": 2.142886199951172, + "step": 145600 + }, + { + "epoch": 19.426666666666666, + "grad_norm": 0.5938084125518799, + "learning_rate": 4.029093333333334e-05, + "loss": 2.142805480957031, + "step": 145700 + }, + { + "epoch": 19.44, + "grad_norm": 0.4229917824268341, + "learning_rate": 4.028426666666667e-05, + "loss": 2.1455670166015626, + "step": 145800 + }, + { + "epoch": 19.453333333333333, + "grad_norm": 0.4009098410606384, + "learning_rate": 4.02776e-05, + "loss": 2.1452354431152343, + "step": 145900 + }, + { + "epoch": 19.466666666666665, + "grad_norm": 0.4073621928691864, + "learning_rate": 4.0270933333333334e-05, + "loss": 2.148215484619141, + "step": 146000 + }, + { + "epoch": 19.48, + "grad_norm": 0.4084467887878418, + "learning_rate": 4.026426666666667e-05, + "loss": 2.1478231811523436, + "step": 146100 + }, + { + "epoch": 19.493333333333332, + "grad_norm": 0.41249674558639526, + "learning_rate": 4.02576e-05, + "loss": 2.146228485107422, + "step": 146200 + }, + { + "epoch": 19.506666666666668, + "grad_norm": 0.4140562415122986, + "learning_rate": 4.025093333333334e-05, + "loss": 2.1468472290039062, + "step": 146300 + }, + { + "epoch": 19.52, + "grad_norm": 0.4109251797199249, + "learning_rate": 4.024426666666667e-05, + "loss": 2.1486239624023438, + "step": 146400 + }, + { + "epoch": 19.533333333333335, + "grad_norm": 0.4116007089614868, + "learning_rate": 4.02376e-05, + "loss": 2.1508238220214846, + "step": 146500 + }, + { + "epoch": 19.546666666666667, + "grad_norm": 0.4088853895664215, + "learning_rate": 4.0230933333333335e-05, + "loss": 2.1514797973632813, + "step": 146600 + }, + { + "epoch": 19.56, + "grad_norm": 0.41675347089767456, + "learning_rate": 4.0224266666666674e-05, + "loss": 2.1524058532714845, + "step": 146700 + }, + { + "epoch": 19.573333333333334, + "grad_norm": 0.3963926136493683, + "learning_rate": 4.02176e-05, + "loss": 2.148751525878906, + "step": 146800 + }, + { + "epoch": 19.586666666666666, + "grad_norm": 0.40617915987968445, + "learning_rate": 4.021093333333333e-05, + "loss": 2.149855194091797, + "step": 146900 + }, + { + "epoch": 19.6, + "grad_norm": 0.41876712441444397, + "learning_rate": 4.020426666666667e-05, + "loss": 2.150911560058594, + "step": 147000 + }, + { + "epoch": 19.613333333333333, + "grad_norm": 0.3804861605167389, + "learning_rate": 4.01976e-05, + "loss": 2.1560760498046876, + "step": 147100 + }, + { + "epoch": 19.626666666666665, + "grad_norm": 0.4384894073009491, + "learning_rate": 4.0191e-05, + "loss": 2.1526423645019532, + "step": 147200 + }, + { + "epoch": 19.64, + "grad_norm": 0.41497132182121277, + "learning_rate": 4.0184333333333334e-05, + "loss": 2.155290374755859, + "step": 147300 + }, + { + "epoch": 19.653333333333332, + "grad_norm": 0.41495493054389954, + "learning_rate": 4.0177666666666666e-05, + "loss": 2.151389465332031, + "step": 147400 + }, + { + "epoch": 19.666666666666668, + "grad_norm": 0.4099428355693817, + "learning_rate": 4.0171000000000006e-05, + "loss": 2.1499951171875, + "step": 147500 + }, + { + "epoch": 19.68, + "grad_norm": 0.3970455825328827, + "learning_rate": 4.016433333333334e-05, + "loss": 2.1519485473632813, + "step": 147600 + }, + { + "epoch": 19.693333333333335, + "grad_norm": 0.39993080496788025, + "learning_rate": 4.015766666666667e-05, + "loss": 2.1552606201171876, + "step": 147700 + }, + { + "epoch": 19.706666666666667, + "grad_norm": 0.3965042233467102, + "learning_rate": 4.0151e-05, + "loss": 2.15621826171875, + "step": 147800 + }, + { + "epoch": 19.72, + "grad_norm": 0.39892885088920593, + "learning_rate": 4.0144333333333335e-05, + "loss": 2.1579328918457032, + "step": 147900 + }, + { + "epoch": 19.733333333333334, + "grad_norm": 0.3992300033569336, + "learning_rate": 4.013766666666667e-05, + "loss": 2.1543257141113283, + "step": 148000 + }, + { + "epoch": 19.746666666666666, + "grad_norm": 0.4157925844192505, + "learning_rate": 4.0131e-05, + "loss": 2.1553553771972656, + "step": 148100 + }, + { + "epoch": 19.76, + "grad_norm": 0.4068884253501892, + "learning_rate": 4.012433333333334e-05, + "loss": 2.1588153076171874, + "step": 148200 + }, + { + "epoch": 19.773333333333333, + "grad_norm": 0.38905492424964905, + "learning_rate": 4.011766666666667e-05, + "loss": 2.15878662109375, + "step": 148300 + }, + { + "epoch": 19.786666666666665, + "grad_norm": 0.4091239869594574, + "learning_rate": 4.0111e-05, + "loss": 2.1591731262207032, + "step": 148400 + }, + { + "epoch": 19.8, + "grad_norm": 0.40158993005752563, + "learning_rate": 4.0104333333333335e-05, + "loss": 2.1584709167480467, + "step": 148500 + }, + { + "epoch": 19.813333333333333, + "grad_norm": 0.39406251907348633, + "learning_rate": 4.009766666666667e-05, + "loss": 2.1566011047363283, + "step": 148600 + }, + { + "epoch": 19.826666666666668, + "grad_norm": 0.407062292098999, + "learning_rate": 4.0091e-05, + "loss": 2.1586177062988283, + "step": 148700 + }, + { + "epoch": 19.84, + "grad_norm": 0.405785471200943, + "learning_rate": 4.008433333333333e-05, + "loss": 2.16111083984375, + "step": 148800 + }, + { + "epoch": 19.85333333333333, + "grad_norm": 0.41420650482177734, + "learning_rate": 4.007766666666667e-05, + "loss": 2.1617213439941407, + "step": 148900 + }, + { + "epoch": 19.866666666666667, + "grad_norm": 0.394771933555603, + "learning_rate": 4.0071e-05, + "loss": 2.1623408508300783, + "step": 149000 + }, + { + "epoch": 19.88, + "grad_norm": 0.40892547369003296, + "learning_rate": 4.0064333333333335e-05, + "loss": 2.157855987548828, + "step": 149100 + }, + { + "epoch": 19.893333333333334, + "grad_norm": 0.3987767994403839, + "learning_rate": 4.0057733333333334e-05, + "loss": 2.1613093566894532, + "step": 149200 + }, + { + "epoch": 19.906666666666666, + "grad_norm": 0.3993833661079407, + "learning_rate": 4.005106666666667e-05, + "loss": 2.1549281311035156, + "step": 149300 + }, + { + "epoch": 19.92, + "grad_norm": 0.38621968030929565, + "learning_rate": 4.0044400000000006e-05, + "loss": 2.160150146484375, + "step": 149400 + }, + { + "epoch": 19.933333333333334, + "grad_norm": 0.3897809386253357, + "learning_rate": 4.003773333333333e-05, + "loss": 2.1631517028808593, + "step": 149500 + }, + { + "epoch": 19.946666666666665, + "grad_norm": 0.398573637008667, + "learning_rate": 4.0031066666666664e-05, + "loss": 2.157795104980469, + "step": 149600 + }, + { + "epoch": 19.96, + "grad_norm": 0.40121105313301086, + "learning_rate": 4.00244e-05, + "loss": 2.1640524291992187, + "step": 149700 + }, + { + "epoch": 19.973333333333333, + "grad_norm": 0.4069249927997589, + "learning_rate": 4.0017733333333335e-05, + "loss": 2.166029052734375, + "step": 149800 + }, + { + "epoch": 19.986666666666668, + "grad_norm": 0.3973349928855896, + "learning_rate": 4.001106666666667e-05, + "loss": 2.1621893310546874, + "step": 149900 + }, + { + "epoch": 20.0, + "grad_norm": 0.41031596064567566, + "learning_rate": 4.0004400000000006e-05, + "loss": 2.164129180908203, + "step": 150000 + }, + { + "epoch": 20.013333333333332, + "grad_norm": 0.4144793748855591, + "learning_rate": 3.999773333333334e-05, + "loss": 2.1011627197265623, + "step": 150100 + }, + { + "epoch": 20.026666666666667, + "grad_norm": 0.4213844835758209, + "learning_rate": 3.999106666666667e-05, + "loss": 2.1013143920898436, + "step": 150200 + }, + { + "epoch": 20.04, + "grad_norm": 0.4233456254005432, + "learning_rate": 3.99844e-05, + "loss": 2.102215118408203, + "step": 150300 + }, + { + "epoch": 20.053333333333335, + "grad_norm": 0.4110080897808075, + "learning_rate": 3.9977733333333335e-05, + "loss": 2.1024229431152346, + "step": 150400 + }, + { + "epoch": 20.066666666666666, + "grad_norm": 0.43383386731147766, + "learning_rate": 3.997106666666667e-05, + "loss": 2.1043170166015623, + "step": 150500 + }, + { + "epoch": 20.08, + "grad_norm": 0.44916924834251404, + "learning_rate": 3.99644e-05, + "loss": 2.1046258544921876, + "step": 150600 + }, + { + "epoch": 20.093333333333334, + "grad_norm": 0.41945359110832214, + "learning_rate": 3.995773333333334e-05, + "loss": 2.1057843017578124, + "step": 150700 + }, + { + "epoch": 20.106666666666666, + "grad_norm": 0.4138963222503662, + "learning_rate": 3.995106666666667e-05, + "loss": 2.109571533203125, + "step": 150800 + }, + { + "epoch": 20.12, + "grad_norm": 0.4254426956176758, + "learning_rate": 3.99444e-05, + "loss": 2.110528869628906, + "step": 150900 + }, + { + "epoch": 20.133333333333333, + "grad_norm": 0.4162181615829468, + "learning_rate": 3.9937733333333336e-05, + "loss": 2.109608459472656, + "step": 151000 + }, + { + "epoch": 20.14666666666667, + "grad_norm": 0.4359742999076843, + "learning_rate": 3.993106666666667e-05, + "loss": 2.111918640136719, + "step": 151100 + }, + { + "epoch": 20.16, + "grad_norm": 0.43765124678611755, + "learning_rate": 3.9924466666666674e-05, + "loss": 2.1102365112304686, + "step": 151200 + }, + { + "epoch": 20.173333333333332, + "grad_norm": 0.4108990728855133, + "learning_rate": 3.99178e-05, + "loss": 2.1093389892578127, + "step": 151300 + }, + { + "epoch": 20.186666666666667, + "grad_norm": 0.44729962944984436, + "learning_rate": 3.991113333333333e-05, + "loss": 2.109452209472656, + "step": 151400 + }, + { + "epoch": 20.2, + "grad_norm": 0.44547468423843384, + "learning_rate": 3.990446666666667e-05, + "loss": 2.112231903076172, + "step": 151500 + }, + { + "epoch": 20.213333333333335, + "grad_norm": 0.41629984974861145, + "learning_rate": 3.98978e-05, + "loss": 2.113887939453125, + "step": 151600 + }, + { + "epoch": 20.226666666666667, + "grad_norm": 0.40394192934036255, + "learning_rate": 3.9891133333333335e-05, + "loss": 2.115534362792969, + "step": 151700 + }, + { + "epoch": 20.24, + "grad_norm": 0.44830042123794556, + "learning_rate": 3.988446666666667e-05, + "loss": 2.1146437072753907, + "step": 151800 + }, + { + "epoch": 20.253333333333334, + "grad_norm": 0.4912000596523285, + "learning_rate": 3.9877800000000006e-05, + "loss": 2.1153712463378906, + "step": 151900 + }, + { + "epoch": 20.266666666666666, + "grad_norm": 0.42249879240989685, + "learning_rate": 3.987113333333333e-05, + "loss": 2.115755615234375, + "step": 152000 + }, + { + "epoch": 20.28, + "grad_norm": 0.4368637204170227, + "learning_rate": 3.9864466666666664e-05, + "loss": 2.116807403564453, + "step": 152100 + }, + { + "epoch": 20.293333333333333, + "grad_norm": 0.4537985920906067, + "learning_rate": 3.98578e-05, + "loss": 2.1168971252441406, + "step": 152200 + }, + { + "epoch": 20.306666666666665, + "grad_norm": 0.4116325378417969, + "learning_rate": 3.9851133333333335e-05, + "loss": 2.1171247863769533, + "step": 152300 + }, + { + "epoch": 20.32, + "grad_norm": 0.4562799632549286, + "learning_rate": 3.984446666666667e-05, + "loss": 2.120128326416016, + "step": 152400 + }, + { + "epoch": 20.333333333333332, + "grad_norm": 0.48379048705101013, + "learning_rate": 3.98378e-05, + "loss": 2.1202543640136717, + "step": 152500 + }, + { + "epoch": 20.346666666666668, + "grad_norm": 0.4196086823940277, + "learning_rate": 3.983113333333334e-05, + "loss": 2.1200096130371096, + "step": 152600 + }, + { + "epoch": 20.36, + "grad_norm": 0.4291480481624603, + "learning_rate": 3.982446666666667e-05, + "loss": 2.1247039794921876, + "step": 152700 + }, + { + "epoch": 20.373333333333335, + "grad_norm": 0.435103178024292, + "learning_rate": 3.98178e-05, + "loss": 2.123348846435547, + "step": 152800 + }, + { + "epoch": 20.386666666666667, + "grad_norm": 0.4345220923423767, + "learning_rate": 3.9811133333333336e-05, + "loss": 2.1262147521972654, + "step": 152900 + }, + { + "epoch": 20.4, + "grad_norm": 0.4328380823135376, + "learning_rate": 3.980446666666667e-05, + "loss": 2.121066131591797, + "step": 153000 + }, + { + "epoch": 20.413333333333334, + "grad_norm": 0.4451119303703308, + "learning_rate": 3.97978e-05, + "loss": 2.1231698608398437, + "step": 153100 + }, + { + "epoch": 20.426666666666666, + "grad_norm": 0.4360395669937134, + "learning_rate": 3.979113333333333e-05, + "loss": 2.125181121826172, + "step": 153200 + }, + { + "epoch": 20.44, + "grad_norm": 0.4354141354560852, + "learning_rate": 3.978453333333333e-05, + "loss": 2.1249436950683593, + "step": 153300 + }, + { + "epoch": 20.453333333333333, + "grad_norm": 0.4377344250679016, + "learning_rate": 3.977786666666667e-05, + "loss": 2.1251399230957033, + "step": 153400 + }, + { + "epoch": 20.466666666666665, + "grad_norm": 0.4143160581588745, + "learning_rate": 3.97712e-05, + "loss": 2.128079681396484, + "step": 153500 + }, + { + "epoch": 20.48, + "grad_norm": 0.42408105731010437, + "learning_rate": 3.9764533333333335e-05, + "loss": 2.1228724670410157, + "step": 153600 + }, + { + "epoch": 20.493333333333332, + "grad_norm": 0.42520079016685486, + "learning_rate": 3.9757866666666674e-05, + "loss": 2.1246131896972655, + "step": 153700 + }, + { + "epoch": 20.506666666666668, + "grad_norm": 0.43026211857795715, + "learning_rate": 3.97512e-05, + "loss": 2.1264944458007813, + "step": 153800 + }, + { + "epoch": 20.52, + "grad_norm": 0.4304378628730774, + "learning_rate": 3.974453333333333e-05, + "loss": 2.128600616455078, + "step": 153900 + }, + { + "epoch": 20.533333333333335, + "grad_norm": 0.4374537765979767, + "learning_rate": 3.9737866666666664e-05, + "loss": 2.127030944824219, + "step": 154000 + }, + { + "epoch": 20.546666666666667, + "grad_norm": 0.42087990045547485, + "learning_rate": 3.9731200000000003e-05, + "loss": 2.127199859619141, + "step": 154100 + }, + { + "epoch": 20.56, + "grad_norm": 0.44808924198150635, + "learning_rate": 3.9724533333333336e-05, + "loss": 2.130141143798828, + "step": 154200 + }, + { + "epoch": 20.573333333333334, + "grad_norm": 0.4425102770328522, + "learning_rate": 3.971786666666667e-05, + "loss": 2.128837432861328, + "step": 154300 + }, + { + "epoch": 20.586666666666666, + "grad_norm": 0.4478192925453186, + "learning_rate": 3.971120000000001e-05, + "loss": 2.126686859130859, + "step": 154400 + }, + { + "epoch": 20.6, + "grad_norm": 0.40875598788261414, + "learning_rate": 3.970453333333333e-05, + "loss": 2.1303999328613283, + "step": 154500 + }, + { + "epoch": 20.613333333333333, + "grad_norm": 0.4193249046802521, + "learning_rate": 3.9697866666666665e-05, + "loss": 2.1299224853515626, + "step": 154600 + }, + { + "epoch": 20.626666666666665, + "grad_norm": 0.42445623874664307, + "learning_rate": 3.9691200000000004e-05, + "loss": 2.129607696533203, + "step": 154700 + }, + { + "epoch": 20.64, + "grad_norm": 0.42908674478530884, + "learning_rate": 3.9684533333333336e-05, + "loss": 2.13080322265625, + "step": 154800 + }, + { + "epoch": 20.653333333333332, + "grad_norm": 0.41622525453567505, + "learning_rate": 3.967786666666667e-05, + "loss": 2.1290174865722657, + "step": 154900 + }, + { + "epoch": 20.666666666666668, + "grad_norm": 0.4262298047542572, + "learning_rate": 3.96712e-05, + "loss": 2.1313914489746093, + "step": 155000 + }, + { + "epoch": 20.68, + "grad_norm": 0.4326687753200531, + "learning_rate": 3.966453333333334e-05, + "loss": 2.1320542907714843, + "step": 155100 + }, + { + "epoch": 20.693333333333335, + "grad_norm": 0.4377034902572632, + "learning_rate": 3.965786666666667e-05, + "loss": 2.1338987731933594, + "step": 155200 + }, + { + "epoch": 20.706666666666667, + "grad_norm": 0.41697245836257935, + "learning_rate": 3.965126666666667e-05, + "loss": 2.1323886108398438, + "step": 155300 + }, + { + "epoch": 20.72, + "grad_norm": 0.4141487777233124, + "learning_rate": 3.96446e-05, + "loss": 2.1330581665039063, + "step": 155400 + }, + { + "epoch": 20.733333333333334, + "grad_norm": 0.44619297981262207, + "learning_rate": 3.9637933333333336e-05, + "loss": 2.133800811767578, + "step": 155500 + }, + { + "epoch": 20.746666666666666, + "grad_norm": 0.4493109881877899, + "learning_rate": 3.963126666666667e-05, + "loss": 2.1314244079589844, + "step": 155600 + }, + { + "epoch": 20.76, + "grad_norm": 0.42815864086151123, + "learning_rate": 3.96246e-05, + "loss": 2.1383274841308593, + "step": 155700 + }, + { + "epoch": 20.773333333333333, + "grad_norm": 0.42495793104171753, + "learning_rate": 3.961793333333333e-05, + "loss": 2.134236602783203, + "step": 155800 + }, + { + "epoch": 20.786666666666665, + "grad_norm": 0.43157216906547546, + "learning_rate": 3.961126666666667e-05, + "loss": 2.1373394775390624, + "step": 155900 + }, + { + "epoch": 20.8, + "grad_norm": 0.4456236958503723, + "learning_rate": 3.9604600000000004e-05, + "loss": 2.13835693359375, + "step": 156000 + }, + { + "epoch": 20.813333333333333, + "grad_norm": 0.4253341853618622, + "learning_rate": 3.9597933333333336e-05, + "loss": 2.1404833984375, + "step": 156100 + }, + { + "epoch": 20.826666666666668, + "grad_norm": 0.4421469569206238, + "learning_rate": 3.959126666666667e-05, + "loss": 2.134762725830078, + "step": 156200 + }, + { + "epoch": 20.84, + "grad_norm": 0.4644703269004822, + "learning_rate": 3.95846e-05, + "loss": 2.1389283752441406, + "step": 156300 + }, + { + "epoch": 20.85333333333333, + "grad_norm": 0.4606155753135681, + "learning_rate": 3.957793333333333e-05, + "loss": 2.140909423828125, + "step": 156400 + }, + { + "epoch": 20.866666666666667, + "grad_norm": 0.4364932179450989, + "learning_rate": 3.9571266666666665e-05, + "loss": 2.1414125061035154, + "step": 156500 + }, + { + "epoch": 20.88, + "grad_norm": 0.41626495122909546, + "learning_rate": 3.9564600000000004e-05, + "loss": 2.139465789794922, + "step": 156600 + }, + { + "epoch": 20.893333333333334, + "grad_norm": 0.43859004974365234, + "learning_rate": 3.9557933333333336e-05, + "loss": 2.139771728515625, + "step": 156700 + }, + { + "epoch": 20.906666666666666, + "grad_norm": 0.41686686873435974, + "learning_rate": 3.955126666666667e-05, + "loss": 2.1382980346679688, + "step": 156800 + }, + { + "epoch": 20.92, + "grad_norm": 0.4283873438835144, + "learning_rate": 3.95446e-05, + "loss": 2.138336181640625, + "step": 156900 + }, + { + "epoch": 20.933333333333334, + "grad_norm": 0.433183878660202, + "learning_rate": 3.953793333333334e-05, + "loss": 2.1397128295898438, + "step": 157000 + }, + { + "epoch": 20.946666666666665, + "grad_norm": 0.4318670928478241, + "learning_rate": 3.9531266666666665e-05, + "loss": 2.1437940979003907, + "step": 157100 + }, + { + "epoch": 20.96, + "grad_norm": 0.40270859003067017, + "learning_rate": 3.95246e-05, + "loss": 2.14356689453125, + "step": 157200 + }, + { + "epoch": 20.973333333333333, + "grad_norm": 0.4244714379310608, + "learning_rate": 3.9518e-05, + "loss": 2.139528503417969, + "step": 157300 + }, + { + "epoch": 20.986666666666668, + "grad_norm": 0.45268091559410095, + "learning_rate": 3.9511333333333336e-05, + "loss": 2.145069427490234, + "step": 157400 + }, + { + "epoch": 21.0, + "grad_norm": 0.40507015585899353, + "learning_rate": 3.950466666666667e-05, + "loss": 2.143871154785156, + "step": 157500 + }, + { + "epoch": 21.013333333333332, + "grad_norm": 0.4375498592853546, + "learning_rate": 3.9498e-05, + "loss": 2.076609649658203, + "step": 157600 + }, + { + "epoch": 21.026666666666667, + "grad_norm": 0.4368535876274109, + "learning_rate": 3.949133333333333e-05, + "loss": 2.081154022216797, + "step": 157700 + }, + { + "epoch": 21.04, + "grad_norm": 0.4447578489780426, + "learning_rate": 3.948466666666667e-05, + "loss": 2.080892333984375, + "step": 157800 + }, + { + "epoch": 21.053333333333335, + "grad_norm": 0.46905946731567383, + "learning_rate": 3.9478000000000004e-05, + "loss": 2.082366485595703, + "step": 157900 + }, + { + "epoch": 21.066666666666666, + "grad_norm": 0.4563233554363251, + "learning_rate": 3.9471333333333336e-05, + "loss": 2.081029815673828, + "step": 158000 + }, + { + "epoch": 21.08, + "grad_norm": 0.442941278219223, + "learning_rate": 3.946466666666667e-05, + "loss": 2.079813690185547, + "step": 158100 + }, + { + "epoch": 21.093333333333334, + "grad_norm": 0.44517138600349426, + "learning_rate": 3.9458e-05, + "loss": 2.0806849670410155, + "step": 158200 + }, + { + "epoch": 21.106666666666666, + "grad_norm": 0.4202803075313568, + "learning_rate": 3.945133333333333e-05, + "loss": 2.0857112121582033, + "step": 158300 + }, + { + "epoch": 21.12, + "grad_norm": 0.443814218044281, + "learning_rate": 3.944466666666667e-05, + "loss": 2.0827932739257813, + "step": 158400 + }, + { + "epoch": 21.133333333333333, + "grad_norm": 0.4491780698299408, + "learning_rate": 3.9438000000000004e-05, + "loss": 2.0842088317871093, + "step": 158500 + }, + { + "epoch": 21.14666666666667, + "grad_norm": 0.45883890986442566, + "learning_rate": 3.9431333333333337e-05, + "loss": 2.086201019287109, + "step": 158600 + }, + { + "epoch": 21.16, + "grad_norm": 0.4523576498031616, + "learning_rate": 3.942466666666667e-05, + "loss": 2.088128967285156, + "step": 158700 + }, + { + "epoch": 21.173333333333332, + "grad_norm": 0.44423168897628784, + "learning_rate": 3.9418e-05, + "loss": 2.0868064880371096, + "step": 158800 + }, + { + "epoch": 21.186666666666667, + "grad_norm": 0.43601688742637634, + "learning_rate": 3.941133333333333e-05, + "loss": 2.089644470214844, + "step": 158900 + }, + { + "epoch": 21.2, + "grad_norm": 0.46989673376083374, + "learning_rate": 3.9404666666666666e-05, + "loss": 2.093050231933594, + "step": 159000 + }, + { + "epoch": 21.213333333333335, + "grad_norm": 0.43255218863487244, + "learning_rate": 3.9398000000000005e-05, + "loss": 2.0879270935058596, + "step": 159100 + }, + { + "epoch": 21.226666666666667, + "grad_norm": 0.49605920910835266, + "learning_rate": 3.939133333333334e-05, + "loss": 2.0937208557128906, + "step": 159200 + }, + { + "epoch": 21.24, + "grad_norm": 0.45772337913513184, + "learning_rate": 3.9384733333333336e-05, + "loss": 2.088824462890625, + "step": 159300 + }, + { + "epoch": 21.253333333333334, + "grad_norm": 0.47145646810531616, + "learning_rate": 3.937806666666667e-05, + "loss": 2.093097839355469, + "step": 159400 + }, + { + "epoch": 21.266666666666666, + "grad_norm": 0.4515535235404968, + "learning_rate": 3.93714e-05, + "loss": 2.0927359008789064, + "step": 159500 + }, + { + "epoch": 21.28, + "grad_norm": 0.4473794102668762, + "learning_rate": 3.936473333333334e-05, + "loss": 2.09676513671875, + "step": 159600 + }, + { + "epoch": 21.293333333333333, + "grad_norm": 0.4367310106754303, + "learning_rate": 3.935806666666667e-05, + "loss": 2.101490173339844, + "step": 159700 + }, + { + "epoch": 21.306666666666665, + "grad_norm": 0.4792206585407257, + "learning_rate": 3.93514e-05, + "loss": 2.0952803039550782, + "step": 159800 + }, + { + "epoch": 21.32, + "grad_norm": 0.47740694880485535, + "learning_rate": 3.9344733333333336e-05, + "loss": 2.095529022216797, + "step": 159900 + }, + { + "epoch": 21.333333333333332, + "grad_norm": 0.4495086371898651, + "learning_rate": 3.933806666666667e-05, + "loss": 2.0941035461425783, + "step": 160000 + }, + { + "epoch": 21.346666666666668, + "grad_norm": 0.45994919538497925, + "learning_rate": 3.93314e-05, + "loss": 2.097761993408203, + "step": 160100 + }, + { + "epoch": 21.36, + "grad_norm": 0.45980381965637207, + "learning_rate": 3.932473333333333e-05, + "loss": 2.103887634277344, + "step": 160200 + }, + { + "epoch": 21.373333333333335, + "grad_norm": 0.4462270438671112, + "learning_rate": 3.931806666666667e-05, + "loss": 2.1018940734863283, + "step": 160300 + }, + { + "epoch": 21.386666666666667, + "grad_norm": 0.44747424125671387, + "learning_rate": 3.9311400000000004e-05, + "loss": 2.100036163330078, + "step": 160400 + }, + { + "epoch": 21.4, + "grad_norm": 0.45789986848831177, + "learning_rate": 3.930473333333334e-05, + "loss": 2.097904052734375, + "step": 160500 + }, + { + "epoch": 21.413333333333334, + "grad_norm": 0.4360867440700531, + "learning_rate": 3.929806666666667e-05, + "loss": 2.100706787109375, + "step": 160600 + }, + { + "epoch": 21.426666666666666, + "grad_norm": 0.4504407048225403, + "learning_rate": 3.92914e-05, + "loss": 2.1013177490234374, + "step": 160700 + }, + { + "epoch": 21.44, + "grad_norm": 0.44968169927597046, + "learning_rate": 3.9284733333333334e-05, + "loss": 2.1003431701660156, + "step": 160800 + }, + { + "epoch": 21.453333333333333, + "grad_norm": 0.4681168794631958, + "learning_rate": 3.9278066666666666e-05, + "loss": 2.100907440185547, + "step": 160900 + }, + { + "epoch": 21.466666666666665, + "grad_norm": 0.4619245231151581, + "learning_rate": 3.9271400000000005e-05, + "loss": 2.103074035644531, + "step": 161000 + }, + { + "epoch": 21.48, + "grad_norm": 0.46537071466445923, + "learning_rate": 3.926473333333334e-05, + "loss": 2.1030101013183593, + "step": 161100 + }, + { + "epoch": 21.493333333333332, + "grad_norm": 0.44652751088142395, + "learning_rate": 3.925806666666667e-05, + "loss": 2.1046063232421877, + "step": 161200 + }, + { + "epoch": 21.506666666666668, + "grad_norm": 0.4665990173816681, + "learning_rate": 3.925146666666667e-05, + "loss": 2.103731842041016, + "step": 161300 + }, + { + "epoch": 21.52, + "grad_norm": 0.4317059814929962, + "learning_rate": 3.92448e-05, + "loss": 2.1036187744140626, + "step": 161400 + }, + { + "epoch": 21.533333333333335, + "grad_norm": 0.435001015663147, + "learning_rate": 3.923813333333334e-05, + "loss": 2.1071646118164065, + "step": 161500 + }, + { + "epoch": 21.546666666666667, + "grad_norm": 0.453155517578125, + "learning_rate": 3.9231466666666665e-05, + "loss": 2.104129638671875, + "step": 161600 + }, + { + "epoch": 21.56, + "grad_norm": 0.4656548798084259, + "learning_rate": 3.92248e-05, + "loss": 2.1059341430664062, + "step": 161700 + }, + { + "epoch": 21.573333333333334, + "grad_norm": 0.4497198164463043, + "learning_rate": 3.9218133333333337e-05, + "loss": 2.107401885986328, + "step": 161800 + }, + { + "epoch": 21.586666666666666, + "grad_norm": 0.45339301228523254, + "learning_rate": 3.921146666666667e-05, + "loss": 2.107149658203125, + "step": 161900 + }, + { + "epoch": 21.6, + "grad_norm": 0.46817344427108765, + "learning_rate": 3.92048e-05, + "loss": 2.1110685729980467, + "step": 162000 + }, + { + "epoch": 21.613333333333333, + "grad_norm": 0.4366016983985901, + "learning_rate": 3.9198133333333333e-05, + "loss": 2.1120893859863283, + "step": 162100 + }, + { + "epoch": 21.626666666666665, + "grad_norm": 0.4366924464702606, + "learning_rate": 3.919146666666667e-05, + "loss": 2.108365173339844, + "step": 162200 + }, + { + "epoch": 21.64, + "grad_norm": 0.4303394556045532, + "learning_rate": 3.91848e-05, + "loss": 2.1109800720214844, + "step": 162300 + }, + { + "epoch": 21.653333333333332, + "grad_norm": 0.4512556791305542, + "learning_rate": 3.917813333333333e-05, + "loss": 2.1110675048828127, + "step": 162400 + }, + { + "epoch": 21.666666666666668, + "grad_norm": 0.4542624056339264, + "learning_rate": 3.917146666666667e-05, + "loss": 2.1098895263671875, + "step": 162500 + }, + { + "epoch": 21.68, + "grad_norm": 0.4364491403102875, + "learning_rate": 3.91648e-05, + "loss": 2.1100592041015624, + "step": 162600 + }, + { + "epoch": 21.693333333333335, + "grad_norm": 0.4367804229259491, + "learning_rate": 3.9158133333333334e-05, + "loss": 2.111675109863281, + "step": 162700 + }, + { + "epoch": 21.706666666666667, + "grad_norm": 0.4421547055244446, + "learning_rate": 3.915146666666667e-05, + "loss": 2.113012390136719, + "step": 162800 + }, + { + "epoch": 21.72, + "grad_norm": 0.4768464267253876, + "learning_rate": 3.9144800000000005e-05, + "loss": 2.112431945800781, + "step": 162900 + }, + { + "epoch": 21.733333333333334, + "grad_norm": 0.470196008682251, + "learning_rate": 3.913813333333334e-05, + "loss": 2.115672760009766, + "step": 163000 + }, + { + "epoch": 21.746666666666666, + "grad_norm": 0.45648738741874695, + "learning_rate": 3.913146666666667e-05, + "loss": 2.113785858154297, + "step": 163100 + }, + { + "epoch": 21.76, + "grad_norm": 0.43980491161346436, + "learning_rate": 3.91248e-05, + "loss": 2.1120240783691404, + "step": 163200 + }, + { + "epoch": 21.773333333333333, + "grad_norm": 0.4451877772808075, + "learning_rate": 3.91182e-05, + "loss": 2.1176910400390625, + "step": 163300 + }, + { + "epoch": 21.786666666666665, + "grad_norm": 0.4444795250892639, + "learning_rate": 3.911153333333333e-05, + "loss": 2.1153562927246092, + "step": 163400 + }, + { + "epoch": 21.8, + "grad_norm": 0.45172980427742004, + "learning_rate": 3.9104866666666666e-05, + "loss": 2.1131268310546876, + "step": 163500 + }, + { + "epoch": 21.813333333333333, + "grad_norm": 0.44000083208084106, + "learning_rate": 3.9098200000000005e-05, + "loss": 2.1168165588378907, + "step": 163600 + }, + { + "epoch": 21.826666666666668, + "grad_norm": 0.43779900670051575, + "learning_rate": 3.909153333333334e-05, + "loss": 2.117685546875, + "step": 163700 + }, + { + "epoch": 21.84, + "grad_norm": 0.4511207640171051, + "learning_rate": 3.908486666666667e-05, + "loss": 2.1206480407714845, + "step": 163800 + }, + { + "epoch": 21.85333333333333, + "grad_norm": 0.44668668508529663, + "learning_rate": 3.90782e-05, + "loss": 2.1188619995117186, + "step": 163900 + }, + { + "epoch": 21.866666666666667, + "grad_norm": 0.4455656409263611, + "learning_rate": 3.907153333333334e-05, + "loss": 2.1155546569824217, + "step": 164000 + }, + { + "epoch": 21.88, + "grad_norm": 0.4516298770904541, + "learning_rate": 3.9064866666666666e-05, + "loss": 2.1179278564453123, + "step": 164100 + }, + { + "epoch": 21.893333333333334, + "grad_norm": 0.46956104040145874, + "learning_rate": 3.90582e-05, + "loss": 2.1160130310058594, + "step": 164200 + }, + { + "epoch": 21.906666666666666, + "grad_norm": 0.449705570936203, + "learning_rate": 3.905153333333334e-05, + "loss": 2.117757568359375, + "step": 164300 + }, + { + "epoch": 21.92, + "grad_norm": 0.4311459958553314, + "learning_rate": 3.904486666666667e-05, + "loss": 2.1182154846191406, + "step": 164400 + }, + { + "epoch": 21.933333333333334, + "grad_norm": 0.45638683438301086, + "learning_rate": 3.90382e-05, + "loss": 2.118441925048828, + "step": 164500 + }, + { + "epoch": 21.946666666666665, + "grad_norm": 0.4434240758419037, + "learning_rate": 3.9031533333333334e-05, + "loss": 2.1223045349121095, + "step": 164600 + }, + { + "epoch": 21.96, + "grad_norm": 0.46672335267066956, + "learning_rate": 3.902486666666667e-05, + "loss": 2.1176348876953126, + "step": 164700 + }, + { + "epoch": 21.973333333333333, + "grad_norm": 0.4445401430130005, + "learning_rate": 3.90182e-05, + "loss": 2.1194577026367187, + "step": 164800 + }, + { + "epoch": 21.986666666666668, + "grad_norm": 0.4556116461753845, + "learning_rate": 3.901153333333333e-05, + "loss": 2.124223175048828, + "step": 164900 + }, + { + "epoch": 22.0, + "grad_norm": 0.46571463346481323, + "learning_rate": 3.900486666666667e-05, + "loss": 2.123155517578125, + "step": 165000 + }, + { + "epoch": 22.013333333333332, + "grad_norm": 0.4723842740058899, + "learning_rate": 3.89982e-05, + "loss": 2.052652130126953, + "step": 165100 + }, + { + "epoch": 22.026666666666667, + "grad_norm": 0.4425469636917114, + "learning_rate": 3.8991533333333334e-05, + "loss": 2.052018890380859, + "step": 165200 + }, + { + "epoch": 22.04, + "grad_norm": 0.47095298767089844, + "learning_rate": 3.8984933333333333e-05, + "loss": 2.055422058105469, + "step": 165300 + }, + { + "epoch": 22.053333333333335, + "grad_norm": 0.46141520142555237, + "learning_rate": 3.8978266666666666e-05, + "loss": 2.0570689392089845, + "step": 165400 + }, + { + "epoch": 22.066666666666666, + "grad_norm": 0.471127450466156, + "learning_rate": 3.8971600000000005e-05, + "loss": 2.058157958984375, + "step": 165500 + }, + { + "epoch": 22.08, + "grad_norm": 0.48794686794281006, + "learning_rate": 3.896493333333334e-05, + "loss": 2.0558770751953124, + "step": 165600 + }, + { + "epoch": 22.093333333333334, + "grad_norm": 0.4672645926475525, + "learning_rate": 3.895826666666667e-05, + "loss": 2.061310272216797, + "step": 165700 + }, + { + "epoch": 22.106666666666666, + "grad_norm": 0.4862455427646637, + "learning_rate": 3.89516e-05, + "loss": 2.0606340026855468, + "step": 165800 + }, + { + "epoch": 22.12, + "grad_norm": 0.4853212833404541, + "learning_rate": 3.8944933333333334e-05, + "loss": 2.061323699951172, + "step": 165900 + }, + { + "epoch": 22.133333333333333, + "grad_norm": 0.4732306897640228, + "learning_rate": 3.8938266666666666e-05, + "loss": 2.0635455322265623, + "step": 166000 + }, + { + "epoch": 22.14666666666667, + "grad_norm": 0.4706946611404419, + "learning_rate": 3.89316e-05, + "loss": 2.063304595947266, + "step": 166100 + }, + { + "epoch": 22.16, + "grad_norm": 0.47907590866088867, + "learning_rate": 3.892493333333334e-05, + "loss": 2.063959503173828, + "step": 166200 + }, + { + "epoch": 22.173333333333332, + "grad_norm": 0.4727233946323395, + "learning_rate": 3.891826666666667e-05, + "loss": 2.0665432739257814, + "step": 166300 + }, + { + "epoch": 22.186666666666667, + "grad_norm": 0.450941264629364, + "learning_rate": 3.89116e-05, + "loss": 2.069130706787109, + "step": 166400 + }, + { + "epoch": 22.2, + "grad_norm": 0.4796398878097534, + "learning_rate": 3.890493333333334e-05, + "loss": 2.066522521972656, + "step": 166500 + }, + { + "epoch": 22.213333333333335, + "grad_norm": 0.44986021518707275, + "learning_rate": 3.8898266666666667e-05, + "loss": 2.068634033203125, + "step": 166600 + }, + { + "epoch": 22.226666666666667, + "grad_norm": 0.4744917154312134, + "learning_rate": 3.88916e-05, + "loss": 2.071067047119141, + "step": 166700 + }, + { + "epoch": 22.24, + "grad_norm": 0.4827626943588257, + "learning_rate": 3.888493333333333e-05, + "loss": 2.0700621032714843, + "step": 166800 + }, + { + "epoch": 22.253333333333334, + "grad_norm": 0.46759262681007385, + "learning_rate": 3.887826666666667e-05, + "loss": 2.0715043640136717, + "step": 166900 + }, + { + "epoch": 22.266666666666666, + "grad_norm": 0.4774859845638275, + "learning_rate": 3.88716e-05, + "loss": 2.071572113037109, + "step": 167000 + }, + { + "epoch": 22.28, + "grad_norm": 0.46241122484207153, + "learning_rate": 3.8864933333333335e-05, + "loss": 2.070568389892578, + "step": 167100 + }, + { + "epoch": 22.293333333333333, + "grad_norm": 0.46631354093551636, + "learning_rate": 3.8858266666666674e-05, + "loss": 2.067816162109375, + "step": 167200 + }, + { + "epoch": 22.306666666666665, + "grad_norm": 0.4631997346878052, + "learning_rate": 3.885166666666667e-05, + "loss": 2.06839599609375, + "step": 167300 + }, + { + "epoch": 22.32, + "grad_norm": 0.4765164852142334, + "learning_rate": 3.8845000000000005e-05, + "loss": 2.075525665283203, + "step": 167400 + }, + { + "epoch": 22.333333333333332, + "grad_norm": 0.4727115035057068, + "learning_rate": 3.883833333333334e-05, + "loss": 2.07642822265625, + "step": 167500 + }, + { + "epoch": 22.346666666666668, + "grad_norm": 0.455098956823349, + "learning_rate": 3.883166666666667e-05, + "loss": 2.078255157470703, + "step": 167600 + }, + { + "epoch": 22.36, + "grad_norm": 0.49284619092941284, + "learning_rate": 3.8825e-05, + "loss": 2.0744464111328127, + "step": 167700 + }, + { + "epoch": 22.373333333333335, + "grad_norm": 0.4699040651321411, + "learning_rate": 3.8818333333333334e-05, + "loss": 2.0767945861816406, + "step": 167800 + }, + { + "epoch": 22.386666666666667, + "grad_norm": 0.45493465662002563, + "learning_rate": 3.8811666666666666e-05, + "loss": 2.0780029296875, + "step": 167900 + }, + { + "epoch": 22.4, + "grad_norm": 0.4484899938106537, + "learning_rate": 3.8805000000000005e-05, + "loss": 2.080047302246094, + "step": 168000 + }, + { + "epoch": 22.413333333333334, + "grad_norm": 0.47381719946861267, + "learning_rate": 3.879833333333334e-05, + "loss": 2.077555694580078, + "step": 168100 + }, + { + "epoch": 22.426666666666666, + "grad_norm": 0.46231788396835327, + "learning_rate": 3.879166666666667e-05, + "loss": 2.079783172607422, + "step": 168200 + }, + { + "epoch": 22.44, + "grad_norm": 0.47428375482559204, + "learning_rate": 3.8785e-05, + "loss": 2.0778314208984376, + "step": 168300 + }, + { + "epoch": 22.453333333333333, + "grad_norm": 0.4597417116165161, + "learning_rate": 3.8778333333333334e-05, + "loss": 2.0790553283691406, + "step": 168400 + }, + { + "epoch": 22.466666666666665, + "grad_norm": 0.4623263478279114, + "learning_rate": 3.877166666666667e-05, + "loss": 2.0836700439453124, + "step": 168500 + }, + { + "epoch": 22.48, + "grad_norm": 0.4659540355205536, + "learning_rate": 3.8765e-05, + "loss": 2.0827793884277344, + "step": 168600 + }, + { + "epoch": 22.493333333333332, + "grad_norm": 0.47923794388771057, + "learning_rate": 3.875833333333334e-05, + "loss": 2.080955810546875, + "step": 168700 + }, + { + "epoch": 22.506666666666668, + "grad_norm": 0.4475663900375366, + "learning_rate": 3.875166666666667e-05, + "loss": 2.0815643310546874, + "step": 168800 + }, + { + "epoch": 22.52, + "grad_norm": 0.4618177115917206, + "learning_rate": 3.8745e-05, + "loss": 2.086231689453125, + "step": 168900 + }, + { + "epoch": 22.533333333333335, + "grad_norm": 0.4708126187324524, + "learning_rate": 3.8738333333333335e-05, + "loss": 2.080514373779297, + "step": 169000 + }, + { + "epoch": 22.546666666666667, + "grad_norm": 0.49023526906967163, + "learning_rate": 3.873166666666667e-05, + "loss": 2.084552001953125, + "step": 169100 + }, + { + "epoch": 22.56, + "grad_norm": 0.48341864347457886, + "learning_rate": 3.8725e-05, + "loss": 2.083937530517578, + "step": 169200 + }, + { + "epoch": 22.573333333333334, + "grad_norm": 0.4568435251712799, + "learning_rate": 3.87184e-05, + "loss": 2.0851905822753904, + "step": 169300 + }, + { + "epoch": 22.586666666666666, + "grad_norm": 0.46612024307250977, + "learning_rate": 3.871173333333333e-05, + "loss": 2.084072265625, + "step": 169400 + }, + { + "epoch": 22.6, + "grad_norm": 0.4634513258934021, + "learning_rate": 3.870506666666667e-05, + "loss": 2.0853956604003905, + "step": 169500 + } + ], + "logging_steps": 100, + "max_steps": 750000, + "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": 4.5673855451136e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/training_args.bin b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/rtf_checkpoints/checkpoint-169500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 +size 5201 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/runtime_result.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..743a0b705a9cdf6cf29da767c8b6f9b5dd337f82 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "run_id": "rtf-c14-20260430_214424", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_realtabformer_7y6r3bk1/container.cid', '--gpus', 'device=0', '-e', 'CUDA_VISIBLE_DEVICES=0', '-e', 'NCCL_P2P_DISABLE=1', '-e', 'HOME=/tmp', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424', 'benchmark:realtabformer-zjl', 'python', '-m', 'realtabformer.benchmark_cli', '--csv', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv', '--model-dir', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/models_100epochs', '--train-only', '--epochs', '100', '--features-json', '/work/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/realtabformer_features.json']' returned non-zero exit status 137.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-04-30T21:44:27", + "ended_at": "2026-05-01T01:00:36", + "duration_sec": 11769.273 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/staged_features.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/test.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/val.csv b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/adapter_report.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8ed8356fdada333ffe673b2cca7b75b37213c5f6 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/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-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/adapter_transforms_applied.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/model_input_manifest.json b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..96acf4d4aeb334ab8839b797266e24af8c890bb7 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "realtabformer", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/realtabformer/rtf-c14-20260430_214424/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/train_20260430_214428.log b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/train_20260430_214428.log new file mode 100644 index 0000000000000000000000000000000000000000..b5e0f174e319588be424d5846fca1d89b2dd4f81 --- /dev/null +++ b/syntheticFail/c14/realtabformer/rtf-c14-20260430_214424/train_20260430_214428.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc4a99e09769e60113154511ed7c16a4c8be68e39a95752c7b0975869617d01 +size 6124706 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_gen.py b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..3eb46bc24f1b48d71ab713375a6c8341b90019e9 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_gen.py @@ -0,0 +1,34 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_c14" +src = r"/work/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ.setdefault("EFVFM_SAMPLE_BATCH_SIZE", "128") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_efvfm", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_c14/adapter_efvfm/model_500.pt", + "--num_samples_to_generate", str(int(240000)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-240000-20260504_055926.csv") diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_train.py b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..e33594b8053b236b2dbac5c27c3d33c48ab7a5da --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_c14" +src = r"/work/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_efvfm", +]) diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_054619.log b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_054619.log new file mode 100644 index 0000000000000000000000000000000000000000..6f9cb5579f99719226e0957a61319e7bd44abaaf --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_054619.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44b25deb5dffdec4fe1f691548204a77e9d7138c5cba44be5ba4e05927eb41a +size 17539 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055737.log b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055737.log new file mode 100644 index 0000000000000000000000000000000000000000..16b114206cb348c7b322b33c3251cc68e2f330f0 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055737.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec3eb996620475de4025972a7625bcc0e74f0f80a533274610f788d62b52e67 +size 3805 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055926.log b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055926.log new file mode 100644 index 0000000000000000000000000000000000000000..dbf70145bdba0b84cd24a5b0d95b93b872b08906 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/gen_20260504_055926.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de328d6483a98f62885d02c1ce86c04a21a4da172468b4180e8db9e222b3472 +size 64330 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/input_snapshot.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..010939bf932687bd3773f53fa9c25c671101aac8 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabbyflow", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/public_gate_report.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6f44aceeb8814553cbf4a5655d088f7e8e0d9d21 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/runtime_result.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..4b9c5222faaf3d9b572964c86b763a353213db33 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabbyflow", + "run_id": "tabbyflow-c14-20260501_033959", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabbyflow__of9z8am/container.cid', '--gpus', 'device=2', '-e', 'WANDB_MODE=disabled', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ef-vfm:/workspace/ef-vfm', 'benchmark:tabdiff-tabbyflow-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/_tabbyflow_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-01T03:40:02", + "ended_at": "2026-05-01T04:31:56", + "duration_sec": 3113.598 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/staged_features.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/test.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/train.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/val.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/adapter_report.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..635cf223c6e6f73a86745f5f74ac94bd662bf20c --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/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-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/adapter_transforms_applied.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/model_input_manifest.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5f3a5f4ea3b0859507a6fae8c977ed2237e33ba8 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabbyflow", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabbyflow/tabbyflow-c14-20260501_033959/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabbyflow_train_meta.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..7d596d614426cba03a63ac7c558c8bf513b41688 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabbyflow_train_meta.json @@ -0,0 +1,5 @@ +{ + "exp_name": "adapter_efvfm", + "dataname": "pipeline_c14", + "restored_for_generate_only": true +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_test.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..98bd909f2c6e01569b889e7013b55bfd9382349a --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5fc039c0a3755f8187753d8ff1576d6ae627c7fdd403f3fa38914bed677b0 +size 38400128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_train.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..98bd909f2c6e01569b889e7013b55bfd9382349a --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5fc039c0a3755f8187753d8ff1576d6ae627c7fdd403f3fa38914bed677b0 +size 38400128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_val.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..98bd909f2c6e01569b889e7013b55bfd9382349a --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5fc039c0a3755f8187753d8ff1576d6ae627c7fdd403f3fa38914bed677b0 +size 38400128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_test.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_train.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_val.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/info.json b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/info.json new file mode 100644 index 0000000000000000000000000000000000000000..080d2acdfedaf40cd7371cde7cb09624153991e4 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/info.json @@ -0,0 +1,237 @@ +{ + "name": "pipeline_c14", + "task_type": "binclass", + "n_num_features": 4, + "n_cat_features": 20, + "train_size": 240000, + "test_num": 240000, + "val_num": 240000, + "train_num": 240000, + "bundle_note": "val/test matrices are train copies (train-only policy; no real held-out rows).", + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [ + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23 + ], + "target_col_idx": [ + 24 + ], + "column_names": [ + "id", + "ord_0", + "day", + "month", + "bin_0", + "bin_1", + "bin_2", + "bin_3", + "bin_4", + "nom_0", + "nom_1", + "nom_2", + "nom_3", + "nom_4", + "nom_5", + "nom_6", + "nom_7", + "nom_8", + "nom_9", + "ord_1", + "ord_2", + "ord_3", + "ord_4", + "ord_5", + "target" + ], + "int_col_idx": [], + "int_columns": [], + "int_col_idx_wrt_num": [], + "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": "categorical" + }, + "5": { + "sdtype": "categorical" + }, + "6": { + "sdtype": "categorical" + }, + "7": { + "sdtype": "categorical" + }, + "8": { + "sdtype": "categorical" + }, + "9": { + "sdtype": "categorical" + }, + "10": { + "sdtype": "categorical" + }, + "11": { + "sdtype": "categorical" + }, + "12": { + "sdtype": "categorical" + }, + "13": { + "sdtype": "categorical" + }, + "14": { + "sdtype": "categorical" + }, + "15": { + "sdtype": "categorical" + }, + "16": { + "sdtype": "categorical" + }, + "17": { + "sdtype": "categorical" + }, + "18": { + "sdtype": "categorical" + }, + "19": { + "sdtype": "categorical" + }, + "20": { + "sdtype": "categorical" + }, + "21": { + "sdtype": "categorical" + }, + "22": { + "sdtype": "categorical" + }, + "23": { + "sdtype": "categorical" + }, + "24": { + "sdtype": "categorical" + } + } + }, + "idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9, + "10": 10, + "11": 11, + "12": 12, + "13": 13, + "14": 14, + "15": 15, + "16": 16, + "17": 17, + "18": 18, + "19": 19, + "20": 20, + "21": 21, + "22": 22, + "23": 23, + "24": 24 + }, + "inverse_idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9, + "10": 10, + "11": 11, + "12": 12, + "13": 13, + "14": 14, + "15": 15, + "16": 16, + "17": 17, + "18": 18, + "19": 19, + "20": 20, + "21": 21, + "22": 22, + "23": 23, + "24": 24 + }, + "idx_name_mapping": { + "0": "id", + "1": "ord_0", + "2": "day", + "3": "month", + "4": "bin_0", + "5": "bin_1", + "6": "bin_2", + "7": "bin_3", + "8": "bin_4", + "9": "nom_0", + "10": "nom_1", + "11": "nom_2", + "12": "nom_3", + "13": "nom_4", + "14": "nom_5", + "15": "nom_6", + "16": "nom_7", + "17": "nom_8", + "18": "nom_9", + "19": "ord_1", + "20": "ord_2", + "21": "ord_3", + "22": "ord_4", + "23": "ord_5", + "24": "target" + }, + "n_classes": 2 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/real.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0727b62589883f82aac108f21c9b2ad3a885688 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7f2fe49e7531047723273dcbccd3c512c0fa436d0923e37642df167967bda +size 16349714 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/test.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0727b62589883f82aac108f21c9b2ad3a885688 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7f2fe49e7531047723273dcbccd3c512c0fa436d0923e37642df167967bda +size 16349714 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/val.csv b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0727b62589883f82aac108f21c9b2ad3a885688 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7f2fe49e7531047723273dcbccd3c512c0fa436d0923e37642df167967bda +size 16349714 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_test.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..b819b291ffd95c81962c168db9cfbe50216f7e27 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f723b0138e622255ce8db1d27cf9b51554364c371989801193edd4c87fc0921 +size 1920128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_train.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..b819b291ffd95c81962c168db9cfbe50216f7e27 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f723b0138e622255ce8db1d27cf9b51554364c371989801193edd4c87fc0921 +size 1920128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_val.npy b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..b819b291ffd95c81962c168db9cfbe50216f7e27 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/tabular_bundle/pipeline_c14/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f723b0138e622255ce8db1d27cf9b51554364c371989801193edd4c87fc0921 +size 1920128 diff --git a/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/train_20260501_034013.log b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/train_20260501_034013.log new file mode 100644 index 0000000000000000000000000000000000000000..81497a0d0e833de0b491825de9f08ef7d0718de2 --- /dev/null +++ b/syntheticFail/c14/tabbyflow/tabbyflow-c14-20260501_033959/train_20260501_034013.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73120e50d8da3b720c73db7289eb5df7d214dd40ad004473128ba1616e87eb64 +size 7211236 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r0.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r0.py new file mode 100644 index 0000000000000000000000000000000000000000..9a40ae243e859636525d4493ce8c8b90e0764487 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r0.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r0.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r1.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r1.py new file mode 100644 index 0000000000000000000000000000000000000000..e9c021581648677847af53379466fb32d3367c1a --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r1.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r1.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r2.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r2.py new file mode 100644 index 0000000000000000000000000000000000000000..3fe20cfa9ef8158c16bdbd1235946e4f2183f4c3 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r2.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r2.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r3.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r3.py new file mode 100644 index 0000000000000000000000000000000000000000..5e7db0e1bedd93a7a026615b50fcae72be78f8a0 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r3.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r3.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r4.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r4.py new file mode 100644 index 0000000000000000000000000000000000000000..ff994df3b200d3a5bc62a30eeaef0ae7517a8a35 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r4.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r4.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r5.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r5.py new file mode 100644 index 0000000000000000000000000000000000000000..e4abea7563c44563de188d615c10afccb67de3d9 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r5.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 240000 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r5.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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/tabddpm-c14-240000-20260501_043336.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_train.py b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..e69a791702836e71ea3615912c5980fbaa393844 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/_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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..ea55620eb608b36ff67c1722bb856b4f72f87986 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r0.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r0.toml new file mode 100644 index 0000000000000000000000000000000000000000..1654f150f7b70b59d0b688b5b1601d526ca508bf --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r0.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 1000 +seed = 0 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r1.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r1.toml new file mode 100644 index 0000000000000000000000000000000000000000..7c98e6044e4580d608205f73e767e3bdf21e55a2 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r1.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 512 +seed = 1 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r2.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r2.toml new file mode 100644 index 0000000000000000000000000000000000000000..d5f2cb47d101181b14cefc11382f79dc7958e932 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r2.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 256 +seed = 2 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r3.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r3.toml new file mode 100644 index 0000000000000000000000000000000000000000..f6331123ec89510dfb31eb3a4d1d34f75e39f209 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r3.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 128 +seed = 3 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r4.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r4.toml new file mode 100644 index 0000000000000000000000000000000000000000..6bfca62432acb36266464b07788c295063b7ba18 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r4.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 64 +seed = 4 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r5.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r5.toml new file mode 100644 index 0000000000000000000000000000000000000000..84fbfc3b3e8dc8265a487dc574165cbf61a4ccf2 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/config_sample_20260501_043336_r5.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 32 +seed = 5 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_cat_train.npy b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..98bd909f2c6e01569b889e7013b55bfd9382349a --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5fc039c0a3755f8187753d8ff1576d6ae627c7fdd403f3fa38914bed677b0 +size 38400128 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_num_train.npy b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8e11470b72a91d7b64abf61605d2950b47c043 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/info.json @@ -0,0 +1,66 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 4, + "n_cat_features": 20, + "train_size": 240000, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [ + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23 + ], + "target_col_idx": [ + 24 + ], + "column_names": [ + "id", + "ord_0", + "day", + "month", + "bin_0", + "bin_1", + "bin_2", + "bin_3", + "bin_4", + "nom_0", + "nom_1", + "nom_2", + "nom_3", + "nom_4", + "nom_5", + "nom_6", + "nom_7", + "nom_8", + "nom_9", + "ord_1", + "ord_2", + "ord_3", + "ord_4", + "ord_5", + "target" + ], + "num_classes": 2 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/y_train.npy b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..b819b291ffd95c81962c168db9cfbe50216f7e27 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f723b0138e622255ce8db1d27cf9b51554364c371989801193edd4c87fc0921 +size 1920128 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r0.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r0.log new file mode 100644 index 0000000000000000000000000000000000000000..798b72828f001989841f95590a9d531aae0b9c33 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r0.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf471dda3f1734979e4e505f5e6afb7c7a587812358ecf7a350ae9a59ade39e5 +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r1.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r1.log new file mode 100644 index 0000000000000000000000000000000000000000..40e63a1a2b9f58c59a71758e7bd694e3dbae002c --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r1.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96866f31cc4014484cdf6d90500ffce7a43e58689a6a2c4843879dd23529a089 +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r2.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r2.log new file mode 100644 index 0000000000000000000000000000000000000000..67144918561609fb0f11bbe3fb7bb0551cff9ef3 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r2.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66906324922fc82e9c58899e82197edc1d6bbfbc9e5a6797edc6ff3d724f53d +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r3.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r3.log new file mode 100644 index 0000000000000000000000000000000000000000..e5a1c32dff9ada84bad435858200c20efedf7af6 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r3.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27fecc0657f5fbd800fbf06204aa2be28f0034e9fb37d67e75efcf5894fab37 +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r4.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r4.log new file mode 100644 index 0000000000000000000000000000000000000000..74fcfeec8a83f362a9fc7996761c803eb4e0f9d7 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r4.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312659b832ef4afa61d061143a4eb6007e97ef9faf56937a559bebb64f5df1d3 +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r5.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r5.log new file mode 100644 index 0000000000000000000000000000000000000000..82677560637d7023e612e3fcc47fe4ea054b6c22 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/gen_20260501_043336_r5.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5121a5b7db2806764bf2f7f3149384abb92c40bb35d40356c0a4f69108d727b8 +size 22201 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/input_snapshot.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..ea0c43c127d28069f31b094ecbc9671fb82b3fa4 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/config.toml b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..8a9cb6484f7ab6c71b8883b9e1318a92bf48b0bc --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/output" +real_data_path = "/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/data" +model_type = "mlp" +num_numerical_features = 4 +device = "cuda:0" + +[model_params] +d_in = 24 +num_classes = 2 +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 = 240000 +batch_size = 1 +seed = 1016 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/info.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8e11470b72a91d7b64abf61605d2950b47c043 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/info.json @@ -0,0 +1,66 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 4, + "n_cat_features": 20, + "train_size": 240000, + "num_col_idx": [ + 0, + 1, + 2, + 3 + ], + "cat_col_idx": [ + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23 + ], + "target_col_idx": [ + 24 + ], + "column_names": [ + "id", + "ord_0", + "day", + "month", + "bin_0", + "bin_1", + "bin_2", + "bin_3", + "bin_4", + "nom_0", + "nom_1", + "nom_2", + "nom_3", + "nom_4", + "nom_5", + "nom_6", + "nom_7", + "nom_8", + "nom_9", + "ord_1", + "ord_2", + "ord_3", + "ord_4", + "ord_5", + "target" + ], + "num_classes": 2 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/loss.csv b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..45ef7150f9d0dadc6b07f406520a30211bf99815 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9746f2366ef940d697346c25d2de555882b93d7c0b2dd07287a679e4f2bf17c0 +size 513 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model.pt b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..ec7e9a81a310768c9f49431293ea7a67683a7fe8 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30cc348b93526f7b9c53037c28f0e0c67b8d2d35271349073693f0b2a76e2a1 +size 25771094 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model_ema.pt b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..df9003da3e5fdee9ab0653670b1056bc4cdac039 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5397682118576efdd9c929a67720febdad2f1f8b74469a8d56e9ddaca5cc36 +size 25771938 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/public_gate_report.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bee88f5d6af40a0fc1a861566ac63235ddf43744 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/runtime_result.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..218e6c19d820ca710499aa75da956422119f9d60 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabddpm", + "run_id": "tabddpm-c14-20260501_043200", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabddpm_sbduq40b/container.cid', '--gpus', 'device=2', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabddpm/code:/workspace/tabddpm/code', 'benchmark:tabddpm-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/_tabddpm_sample_r5.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-01T04:32:04", + "ended_at": "2026-05-01T04:33:36", + "duration_sec": 92.488 + }, + "generate": { + "started_at": "2026-05-01T04:33:36", + "ended_at": "2026-05-01T04:35:07", + "duration_sec": 91.088 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/staged_features.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/test.csv b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/train.csv b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/val.csv b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/adapter_report.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..c15cdb158d3525691648d1e13caf1296280c2938 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/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-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/adapter_transforms_applied.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/model_input_manifest.json b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f3319dc0acb7e06ec91ea65cb9a311a28f227517 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabddpm", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabddpm/tabddpm-c14-20260501_043200/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/train_20260501_043206.log b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/train_20260501_043206.log new file mode 100644 index 0000000000000000000000000000000000000000..0757368ec385d4c7bcf593485fae7ad8e4d22145 --- /dev/null +++ b/syntheticFail/c14/tabddpm/tabddpm-c14-20260501_043200/train_20260501_043206.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbaf0d1cfabc23c5bc56f92e754b398381cfd26d6efd2cb55f8b199e3e08e1f +size 1135 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/_tabpfgen_generate.py b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..92102568376c28da5bd62aaf48e9330fdf520cad --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/_tabpfgen_generate.py @@ -0,0 +1,100 @@ +import os +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv") +target_col = "target" + +target_missing = df[target_col].isna() +if target_missing.any(): + dropped = int(target_missing.sum()) + df = df.loc[~target_missing].copy() + print( + f"[TabPFGen] Dropped {dropped} rows with missing target '{target_col}'" + ) +if df.empty: + raise ValueError( + f"[TabPFGen] No rows remain after dropping missing target '{target_col}'" + ) + +feature_cols = [c for c in df.columns if c != target_col] + +cat_encodings = {} +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)") + +target_cats = None +if df[target_col].dtype == object or str(df[target_col].dtype) == 'category': + cats = sorted(df[target_col].dropna().unique().tolist(), key=str) + t_map = {v: i for i, v in enumerate(cats)} + df[target_col] = df[target_col].map(t_map).astype(float) + target_cats = cats + print(f"[TabPFGen] Label-encoded target '{target_col}' ({len(cats)} categories)") + +X = df[feature_cols].values.astype(np.float32) +y = df[target_col].values +target_n = int(240000) + +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 + +# TabPFGen v0.1.x API:仅支持 n_sgld_steps / sgld_* / device。 +# (旧版脚本中的 energy_*_chunk 与上游 TabPFGen 不一致,会导致 TypeError。) +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device="auto", +) + +print(f"[TabPFGen] Generating {target_n} rows via generate_classification") +X_syn, y_syn = gen.generate_classification(X, y, n_samples=target_n) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +for col, cats in cat_encodings.items(): + 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] + +if len(syn_df) > target_n: + print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}") + syn_df = syn_df.iloc[:target_n].copy() +elif len(syn_df) < target_n: + deficit = target_n - len(syn_df) + print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})") + if len(syn_df) > 0: + extra = syn_df.sample(n=deficit, replace=True, random_state=42) + syn_df = pd.concat( + [syn_df.reset_index(drop=True), extra.reset_index(drop=True)], + ignore_index=True, + ) + else: + syn_df = df[feature_cols + [target_col]].sample( + n=target_n, replace=True, random_state=42 + ).reset_index(drop=True) + +syn_df = syn_df[list(df.columns)] +if len(syn_df) != target_n: + raise RuntimeError( + f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}" + ) +syn_df.to_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/tabpfgen-c14-240000-20260503_194854.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/tabpfgen-c14-240000-20260503_194854.csv") diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/gen_20260503_194854.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/gen_20260503_194854.log new file mode 100644 index 0000000000000000000000000000000000000000..1543562c81185b25c9e00cb7dee8d280077eeb81 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/gen_20260503_194854.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4594407e24cf713ee0578742c0389ef9a2bad30839b116ec27625a9703a5a732 +size 3012 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/input_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3f769e8fd8154b95fc0600df1ab16bb5991aec --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/public_gate_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..102db3430073ab2dcc22dd757a084422a1051efb --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/runtime_result.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..8330935a86429f5ae8528a1fc0ff932950669113 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "run_id": "tabpfgen-c14-20260503_194849", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabpfgen_oxjgr98_/container.cid', '--gpus', 'device=0', '-e', 'PYTHONPATH=/workspace/tabpfgen_src', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabpfgen/src:/workspace/tabpfgen_src', 'benchmark:tabpfgen-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/_tabpfgen_generate.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-03T19:48:53", + "ended_at": "2026-05-03T19:48:54", + "duration_sec": 1.516 + }, + "generate": { + "started_at": "2026-05-03T19:48:54", + "ended_at": "2026-05-03T19:49:05", + "duration_sec": 10.819 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/test.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/val.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/adapter_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..58ff7723cf7c50082c19c8b6fc2aab2f66ec66ed --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/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/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/adapter_transforms_applied.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/model_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dba54d6b078f1e0e9aba7f62e27d2ee7a31294ed --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/tabpfgen_meta.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/tabpfgen_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..855f8be1575d424d0beb398a58cb1d5e9a95d01d --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/tabpfgen_meta.json @@ -0,0 +1,9 @@ +{ + "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/train.csv", + "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_194849/staged/public/staged_features.json", + "target_col": "target", + "is_classification": true, + "task_type": "classification", + "n_rows": 240000, + "n_cols": 25 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/train_20260503_194854.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/train_20260503_194854.log new file mode 100644 index 0000000000000000000000000000000000000000..3f649e5646cb58848ae080f21a1913dbd87b7e62 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_194849/train_20260503_194854.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf2aaa212c2006039a9ecebf291ad9c2917486844f9c61f6d865f12ddf05065 +size 599 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/_tabpfgen_generate.py b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..ee39e46422a09662e9af8067ddf04c3d1b025e52 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/_tabpfgen_generate.py @@ -0,0 +1,115 @@ +import os +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv") +target_col = "target" + +target_missing = df[target_col].isna() +if target_missing.any(): + dropped = int(target_missing.sum()) + df = df.loc[~target_missing].copy() + print( + f"[TabPFGen] Dropped {dropped} rows with missing target '{target_col}'" + ) +if df.empty: + raise ValueError( + f"[TabPFGen] No rows remain after dropping missing target '{target_col}'" + ) + +feature_cols = [c for c in df.columns if c != target_col] + +cat_encodings = {} +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)") + +target_cats = None +if df[target_col].dtype == object or str(df[target_col].dtype) == 'category': + cats = sorted(df[target_col].dropna().unique().tolist(), key=str) + t_map = {v: i for i, v in enumerate(cats)} + df[target_col] = df[target_col].map(t_map).astype(float) + target_cats = cats + print(f"[TabPFGen] Label-encoded target '{target_col}' ({len(cats)} categories)") + +X = df[feature_cols].values.astype(np.float32) +y = df[target_col].values +target_n = int(240000) + +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 + +chunk_rows = max(1, int(os.environ.get("TABPFGEN_GEN_CHUNK_ROWS", "256"))) +device = (os.environ.get("TABPFGEN_DEVICE") or "auto").strip() or "auto" + +# TabPFGen v0.1.x API:仅支持 n_sgld_steps / sgld_* / device。 +# (旧版脚本中的 energy_*_chunk 与上游 TabPFGen 不一致,会导致 TypeError。) +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device=device, +) + +print(f"[TabPFGen] Generating {target_n} rows via generate_classification (chunk_rows={chunk_rows}, device={device})") +x_parts = [] +y_parts = [] +remaining = target_n +while remaining > 0: + take = min(chunk_rows, remaining) + X_part, y_part = gen.generate_classification(X, y, n_samples=take) + x_parts.append(np.asarray(X_part)) + y_parts.append(np.asarray(y_part)) + remaining -= take + print(f"[TabPFGen] chunk done: take={take}, remaining={remaining}") + +X_syn = np.concatenate(x_parts, axis=0) +y_syn = np.concatenate(y_parts, axis=0) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +for col, cats in cat_encodings.items(): + 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] + +if len(syn_df) > target_n: + print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}") + syn_df = syn_df.iloc[:target_n].copy() +elif len(syn_df) < target_n: + deficit = target_n - len(syn_df) + print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})") + if len(syn_df) > 0: + extra = syn_df.sample(n=deficit, replace=True, random_state=42) + syn_df = pd.concat( + [syn_df.reset_index(drop=True), extra.reset_index(drop=True)], + ignore_index=True, + ) + else: + syn_df = df[feature_cols + [target_col]].sample( + n=target_n, replace=True, random_state=42 + ).reset_index(drop=True) + +syn_df = syn_df[list(df.columns)] +if len(syn_df) != target_n: + raise RuntimeError( + f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}" + ) +syn_df.to_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/tabpfgen-c14-240000-20260503_215540.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/tabpfgen-c14-240000-20260503_215540.csv") diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/gen_20260503_215540.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/gen_20260503_215540.log new file mode 100644 index 0000000000000000000000000000000000000000..87f09580cd8ed2163455c35661098d8fd0fd0750 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/gen_20260503_215540.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143a123f50f677d1cf0db0c0ff8a0a9d86bc3ea2e4ec857a3e3138d72371e645 +size 3655 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/input_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3f769e8fd8154b95fc0600df1ab16bb5991aec --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/public_gate_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e283fcbb3ab69c225017a12e42592ae762aca8b2 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/runtime_result.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..bc67f52c8ef0f4ee6db18d8fa837c20e72591142 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "run_id": "tabpfgen-c14-20260503_215535", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabpfgen_l9qc50tr/container.cid', '--gpus', 'device=0', '-e', 'PYTHONPATH=/workspace/tabpfgen_src', '-e', 'TABPFGEN_GEN_CHUNK_ROWS=64', '-e', 'TABPFGEN_DEVICE=auto', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabpfgen/src:/workspace/tabpfgen_src', 'benchmark:tabpfgen-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/_tabpfgen_generate.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-03T21:55:38", + "ended_at": "2026-05-03T21:55:40", + "duration_sec": 1.46 + }, + "generate": { + "started_at": "2026-05-03T21:55:40", + "ended_at": "2026-05-03T21:56:00", + "duration_sec": 20.057 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/test.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/val.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/adapter_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6cb7e9d55e4ac0c8519dd550861eb3432c7e6d44 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/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/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/adapter_transforms_applied.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/model_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..cb6789cdac339ea7fddead44acbf43061d89132d --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/tabpfgen_meta.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/tabpfgen_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..0933f98edebd695a140cacc1af6d02367a2d32a7 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/tabpfgen_meta.json @@ -0,0 +1,9 @@ +{ + "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/train.csv", + "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260503_215535/staged/public/staged_features.json", + "target_col": "target", + "is_classification": true, + "task_type": "classification", + "n_rows": 240000, + "n_cols": 25 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/train_20260503_215540.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/train_20260503_215540.log new file mode 100644 index 0000000000000000000000000000000000000000..754a46560ce0fa3495ba67ce3ad977bb4ae5ce0f --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260503_215535/train_20260503_215540.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507e51a68387b89c97fc1d1ce0b2b48e6198b1994ef3595751ff96d699cd540 +size 601 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/input_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3f769e8fd8154b95fc0600df1ab16bb5991aec --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/public_gate_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a95b419450cc23318cf0e274154b5cf90ab7b9b8 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/runtime_result.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..23bbf3bc9d963d682ab39859cfa6400733e7a8b2 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "run_id": "tabpfgen-c14-20260504_065221", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "name 'X' is not defined", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:52:24", + "ended_at": "2026-05-04T06:52:28", + "duration_sec": 3.677 + }, + "generate": { + "started_at": "2026-05-04T06:52:28", + "ended_at": "2026-05-04T06:52:28", + "duration_sec": 0.002 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/test.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/val.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/adapter_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ea9b920779a186d9fbdb14fb3a4a7b58864b793f --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/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/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/adapter_transforms_applied.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/model_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3b249f27566fc0f70f10379b29597470c948bd1a --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/tabpfgen_meta.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/tabpfgen_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..decdf88d2735e271e3c4c82f3fdcc912a8931c58 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/tabpfgen_meta.json @@ -0,0 +1,9 @@ +{ + "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/train.csv", + "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065221/staged/public/staged_features.json", + "target_col": "target", + "is_classification": true, + "task_type": "classification", + "n_rows": 240000, + "n_cols": 25 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/train_20260504_065228.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/train_20260504_065228.log new file mode 100644 index 0000000000000000000000000000000000000000..f83fda28276ddd2c885eaa920e596ea50a667dfe --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065221/train_20260504_065228.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8b90c1b343b7d24209235f904c7640bbfbe4f1bb286310b3341ae39770fe69 +size 601 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/_tabpfgen_generate.py b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..036cd69e3971434e7b457b39ffc5e28f0ec79dc9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/_tabpfgen_generate.py @@ -0,0 +1,122 @@ +import os +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv") +target_col = "target" + +target_missing = df[target_col].isna() +if target_missing.any(): + dropped = int(target_missing.sum()) + df = df.loc[~target_missing].copy() + print( + f"[TabPFGen] Dropped {dropped} rows with missing target '{target_col}'" + ) +if df.empty: + raise ValueError( + f"[TabPFGen] No rows remain after dropping missing target '{target_col}'" + ) + +feature_cols = [c for c in df.columns if c != target_col] + +cat_encodings = {} +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)") + +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 +fit_rows_cap = max(1, int(os.environ.get("TABPFGEN_FIT_MAX_ROWS", "50000"))) +if len(X) > fit_rows_cap: + rng = np.random.default_rng(42) + idx = np.sort(rng.choice(len(X), size=fit_rows_cap, replace=False)) + X = X[idx] + y = y[idx] + print(f"[TabPFGen] Downsampled fit rows -> {len(X)} (cap={fit_rows_cap})") +target_n = int(128) + +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 + +chunk_rows = max(1, int(os.environ.get("TABPFGEN_GEN_CHUNK_ROWS", "256"))) +device = (os.environ.get("TABPFGEN_DEVICE") or "auto").strip() or "auto" + +# TabPFGen v0.1.x API:仅支持 n_sgld_steps / sgld_* / device。 +# (旧版脚本中的 energy_*_chunk 与上游 TabPFGen 不一致,会导致 TypeError。) +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device=device, +) + +print(f"[TabPFGen] Generating {target_n} rows via generate_classification (chunk_rows={chunk_rows}, device={device})") +x_parts = [] +y_parts = [] +remaining = target_n +while remaining > 0: + take = min(chunk_rows, remaining) + X_part, y_part = gen.generate_classification(X, y, n_samples=take) + x_parts.append(np.asarray(X_part)) + y_parts.append(np.asarray(y_part)) + remaining -= take + print(f"[TabPFGen] chunk done: take={take}, remaining={remaining}") + +X_syn = np.concatenate(x_parts, axis=0) +y_syn = np.concatenate(y_parts, axis=0) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +for col, cats in cat_encodings.items(): + 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] + +if len(syn_df) > target_n: + print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}") + syn_df = syn_df.iloc[:target_n].copy() +elif len(syn_df) < target_n: + deficit = target_n - len(syn_df) + print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})") + if len(syn_df) > 0: + extra = syn_df.sample(n=deficit, replace=True, random_state=42) + syn_df = pd.concat( + [syn_df.reset_index(drop=True), extra.reset_index(drop=True)], + ignore_index=True, + ) + else: + syn_df = df[feature_cols + [target_col]].sample( + n=target_n, replace=True, random_state=42 + ).reset_index(drop=True) + +syn_df = syn_df[list(df.columns)] +if len(syn_df) != target_n: + raise RuntimeError( + f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}" + ) +syn_df.to_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/tabpfgen-c14-128-20260504_065345.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/tabpfgen-c14-128-20260504_065345.csv") diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/gen_20260504_065345.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/gen_20260504_065345.log new file mode 100644 index 0000000000000000000000000000000000000000..046f0dace77b0faffd96935130a55efe94c5506b --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/gen_20260504_065345.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276c5dc5590a08e49b496af053334a4a2de7c5233af0930b749188fa5a12669 +size 3934 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/input_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3f769e8fd8154b95fc0600df1ab16bb5991aec --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/public_gate_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d9c82b3c8b1dcfb3d1314d73f0aef4c7a29d7af2 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/runtime_result.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..5dde52ecb95fc442298167133cb30a962054d825 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "run_id": "tabpfgen-c14-20260504_065340", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabpfgen_7p_op160/container.cid', '--gpus', 'device=2', '-e', 'PYTHONPATH=/workspace/tabpfgen_src', '-e', 'TABPFGEN_GEN_CHUNK_ROWS=32', '-e', 'TABPFGEN_DEVICE=cpu', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabpfgen/src:/workspace/tabpfgen_src', 'benchmark:tabpfgen-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/_tabpfgen_generate.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T06:53:43", + "ended_at": "2026-05-04T06:53:45", + "duration_sec": 1.896 + }, + "generate": { + "started_at": "2026-05-04T06:53:45", + "ended_at": "2026-05-04T07:02:36", + "duration_sec": 531.609 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/test.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/val.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/adapter_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b4c526e9094198d772ff4d02520883a45b214c --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/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/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/adapter_transforms_applied.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/model_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..81ea78c7e42b707cb9b9228f3c664879d997b6c5 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/tabpfgen_meta.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/tabpfgen_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..83871207a2debf16d3e80efb3ceac02a80cd901a --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/tabpfgen_meta.json @@ -0,0 +1,9 @@ +{ + "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/train.csv", + "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_065340/staged/public/staged_features.json", + "target_col": "target", + "is_classification": true, + "task_type": "classification", + "n_rows": 240000, + "n_cols": 25 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/train_20260504_065345.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/train_20260504_065345.log new file mode 100644 index 0000000000000000000000000000000000000000..b6df45f0be8937d80bc9ea69b11052922f0bc673 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_065340/train_20260504_065345.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a72df6c2b2f5f1b7caaa88fdf1650a6f3cda6cf18f51c1af892bdf0f10e0b3 +size 601 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/_tabpfgen_generate.py b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..337b7c942ffbbaa7c51a0d9c08f2cd8901c71779 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/_tabpfgen_generate.py @@ -0,0 +1,122 @@ +import os +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv") +target_col = "target" + +target_missing = df[target_col].isna() +if target_missing.any(): + dropped = int(target_missing.sum()) + df = df.loc[~target_missing].copy() + print( + f"[TabPFGen] Dropped {dropped} rows with missing target '{target_col}'" + ) +if df.empty: + raise ValueError( + f"[TabPFGen] No rows remain after dropping missing target '{target_col}'" + ) + +feature_cols = [c for c in df.columns if c != target_col] + +cat_encodings = {} +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)") + +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 +fit_rows_cap = max(1, int(os.environ.get("TABPFGEN_FIT_MAX_ROWS", "50000"))) +if len(X) > fit_rows_cap: + rng = np.random.default_rng(42) + idx = np.sort(rng.choice(len(X), size=fit_rows_cap, replace=False)) + X = X[idx] + y = y[idx] + print(f"[TabPFGen] Downsampled fit rows -> {len(X)} (cap={fit_rows_cap})") +target_n = int(240000) + +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 + +chunk_rows = max(1, int(os.environ.get("TABPFGEN_GEN_CHUNK_ROWS", "256"))) +device = (os.environ.get("TABPFGEN_DEVICE") or "auto").strip() or "auto" + +# TabPFGen v0.1.x API:仅支持 n_sgld_steps / sgld_* / device。 +# (旧版脚本中的 energy_*_chunk 与上游 TabPFGen 不一致,会导致 TypeError。) +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device=device, +) + +print(f"[TabPFGen] Generating {target_n} rows via generate_classification (chunk_rows={chunk_rows}, device={device})") +x_parts = [] +y_parts = [] +remaining = target_n +while remaining > 0: + take = min(chunk_rows, remaining) + X_part, y_part = gen.generate_classification(X, y, n_samples=take) + x_parts.append(np.asarray(X_part)) + y_parts.append(np.asarray(y_part)) + remaining -= take + print(f"[TabPFGen] chunk done: take={take}, remaining={remaining}") + +X_syn = np.concatenate(x_parts, axis=0) +y_syn = np.concatenate(y_parts, axis=0) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +for col, cats in cat_encodings.items(): + 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] + +if len(syn_df) > target_n: + print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}") + syn_df = syn_df.iloc[:target_n].copy() +elif len(syn_df) < target_n: + deficit = target_n - len(syn_df) + print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})") + if len(syn_df) > 0: + extra = syn_df.sample(n=deficit, replace=True, random_state=42) + syn_df = pd.concat( + [syn_df.reset_index(drop=True), extra.reset_index(drop=True)], + ignore_index=True, + ) + else: + syn_df = df[feature_cols + [target_col]].sample( + n=target_n, replace=True, random_state=42 + ).reset_index(drop=True) + +syn_df = syn_df[list(df.columns)] +if len(syn_df) != target_n: + raise RuntimeError( + f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}" + ) +syn_df.to_csv("/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/tabpfgen-c14-240000-20260504_070323.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/tabpfgen-c14-240000-20260504_070323.csv") diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/gen_20260504_070323.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/gen_20260504_070323.log new file mode 100644 index 0000000000000000000000000000000000000000..7369cbf789a55a4103160c7358ba62c635f0e162 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/gen_20260504_070323.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a0d1510a8f3a95e5a4e2692605b56db01abf65164c7f714a79a17bd68f03e1 +size 3800 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/input_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3f769e8fd8154b95fc0600df1ab16bb5991aec --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/public_gate_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c93905adfbb5be8511cddeaba2433bac8a137d5e --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/runtime_result.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..c7d50ade76ae5f844462e18f4a97f61ed76a727f --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "run_id": "tabpfgen-c14-20260504_070317", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "fail", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabpfgen_hfzmsbqh/container.cid', '--gpus', 'device=0', '-e', 'PYTHONPATH=/workspace/tabpfgen_src', '-e', 'TABPFGEN_GEN_CHUNK_ROWS=256', '-e', 'TABPFGEN_DEVICE=cpu', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabpfgen/src:/workspace/tabpfgen_src', 'benchmark:tabpfgen-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/_tabpfgen_generate.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-04T07:03:21", + "ended_at": "2026-05-04T07:03:23", + "duration_sec": 2.074 + }, + "generate": { + "started_at": "2026-05-04T07:03:23", + "ended_at": "2026-05-04T07:17:43", + "duration_sec": 859.844 + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/test.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/val.csv b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/adapter_report.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..5765d0a47065258b657732ddc6168e7fa5dcfaef --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/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/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/adapter_transforms_applied.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/model_input_manifest.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6050573ce2a9f68bc1746073b0d4345099bb1f14 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabpfgen", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/tabpfgen_meta.json b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/tabpfgen_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..0e77f4fedc902188801cf33d2d91cd753f36eb8e --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/tabpfgen_meta.json @@ -0,0 +1,9 @@ +{ + "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/train.csv", + "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabpfgen/tabpfgen-c14-20260504_070317/staged/public/staged_features.json", + "target_col": "target", + "is_classification": true, + "task_type": "classification", + "n_rows": 240000, + "n_cols": 25 +} \ No newline at end of file diff --git a/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/train_20260504_070323.log b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/train_20260504_070323.log new file mode 100644 index 0000000000000000000000000000000000000000..1628104f177d42b0494b4b3ecb4fa84a8f5ad8f9 --- /dev/null +++ b/syntheticFail/c14/tabpfgen/tabpfgen-c14-20260504_070317/train_20260504_070323.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88494da9b72a1b3a30d838f7567b0280831c33ca12680af3fc636717fb464f2e +size 601 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/_tabsyn_train.py b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/_tabsyn_train.py new file mode 100644 index 0000000000000000000000000000000000000000..51725182770656b696415f547c5a68a14c3b7ebd --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/_tabsyn_train.py @@ -0,0 +1,65 @@ +import os, sys, subprocess + +work_dir = "/work/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512" +dataname = "tabsyn_c14" +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") +# Safer defaults for wide tables on Docker: reduce shared-memory pressure in diffusion DataLoader. +env.setdefault("TABSYN_DIFFUSION_NUM_WORKERS", "0") +_te = None +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/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_test.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..95cc03ccfebc7a71aafef14ec7f38f5844f747fb --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb5a86a8b5c99f151626dee541d9024bac427c393b9ed577c13dbcc6b6832d +size 38400128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_train.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..95cc03ccfebc7a71aafef14ec7f38f5844f747fb --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb5a86a8b5c99f151626dee541d9024bac427c393b9ed577c13dbcc6b6832d +size 38400128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_test.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_train.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3499d15139a46785b9614e79d47ee35f58034ea --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026532dc1e8f61b12f8f829ec618733e69f9da70d40e8234069ff10f3381878 +size 3840128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/info.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/info.json new file mode 100644 index 0000000000000000000000000000000000000000..806b5df78295c3beab12baf94740486fa421dd7e --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/info.json @@ -0,0 +1,236 @@ +{ + "name": "tabsyn_c14", + "task_type": "multiclass", + "n_num_features": 4, + "n_cat_features": 20, + "train_size": 240000, + "num_col_idx": [ + 0, + 16, + 22, + 23 + ], + "cat_col_idx": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 19, + 20, + 21 + ], + "target_col_idx": [ + 24 + ], + "column_names": [ + "id", + "bin_0", + "bin_1", + "bin_2", + "bin_3", + "bin_4", + "nom_0", + "nom_1", + "nom_2", + "nom_3", + "nom_4", + "nom_5", + "nom_6", + "nom_7", + "nom_8", + "nom_9", + "ord_0", + "ord_1", + "ord_2", + "ord_3", + "ord_4", + "ord_5", + "day", + "month", + "target" + ], + "train_num": 240000, + "test_num": 240000, + "header": 0, + "file_type": "csv", + "data_path": "data/tabsyn_c14/train.csv", + "test_path": null, + "idx_mapping": { + "0": 0, + "1": 4, + "2": 5, + "3": 6, + "4": 7, + "5": 8, + "6": 9, + "7": 10, + "8": 11, + "9": 12, + "10": 13, + "11": 14, + "12": 15, + "13": 16, + "14": 17, + "15": 18, + "16": 1, + "17": 19, + "18": 20, + "19": 21, + "20": 22, + "21": 23, + "22": 2, + "23": 3, + "24": 24 + }, + "inverse_idx_mapping": { + "0": 0, + "4": 1, + "5": 2, + "6": 3, + "7": 4, + "8": 5, + "9": 6, + "10": 7, + "11": 8, + "12": 9, + "13": 10, + "14": 11, + "15": 12, + "16": 13, + "17": 14, + "18": 15, + "1": 16, + "19": 17, + "20": 18, + "21": 19, + "22": 20, + "23": 21, + "2": 22, + "3": 23, + "24": 24 + }, + "idx_name_mapping": { + "0": "id", + "1": "bin_0", + "2": "bin_1", + "3": "bin_2", + "4": "bin_3", + "5": "bin_4", + "6": "nom_0", + "7": "nom_1", + "8": "nom_2", + "9": "nom_3", + "10": "nom_4", + "11": "nom_5", + "12": "nom_6", + "13": "nom_7", + "14": "nom_8", + "15": "nom_9", + "16": "ord_0", + "17": "ord_1", + "18": "ord_2", + "19": "ord_3", + "20": "ord_4", + "21": "ord_5", + "22": "day", + "23": "month", + "24": "target" + }, + "n_classes": 2, + "metadata": { + "columns": { + "0": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "16": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "22": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "23": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "1": { + "sdtype": "categorical" + }, + "2": { + "sdtype": "categorical" + }, + "3": { + "sdtype": "categorical" + }, + "4": { + "sdtype": "categorical" + }, + "5": { + "sdtype": "categorical" + }, + "6": { + "sdtype": "categorical" + }, + "7": { + "sdtype": "categorical" + }, + "8": { + "sdtype": "categorical" + }, + "9": { + "sdtype": "categorical" + }, + "10": { + "sdtype": "categorical" + }, + "11": { + "sdtype": "categorical" + }, + "12": { + "sdtype": "categorical" + }, + "13": { + "sdtype": "categorical" + }, + "14": { + "sdtype": "categorical" + }, + "15": { + "sdtype": "categorical" + }, + "17": { + "sdtype": "categorical" + }, + "18": { + "sdtype": "categorical" + }, + "19": { + "sdtype": "categorical" + }, + "20": { + "sdtype": "categorical" + }, + "21": { + "sdtype": "categorical" + }, + "24": { + "sdtype": "categorical" + } + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/test.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d8d9039c359043c08476b37a4617b1c2a2a1acc --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5921345765f8af3133fc50bf596097efd9e2f166a6a923b4951b080daf112c4 +size 16124837 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/train.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d8d9039c359043c08476b37a4617b1c2a2a1acc --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5921345765f8af3133fc50bf596097efd9e2f166a6a923b4951b080daf112c4 +size 16124837 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_test.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2d0ed6255ec373762de8f5dced79925f8486956 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9feaa3857a64a11ee3e12f755d82c94f0e23fcdd5f916c943a48340cb510db33 +size 1920128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_train.npy b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2d0ed6255ec373762de8f5dced79925f8486956 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/data/tabsyn_c14/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9feaa3857a64a11ee3e12f755d82c94f0e23fcdd5f916c943a48340cb510db33 +size 1920128 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/input_snapshot.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..deb8ee1319279144dedf77bfaf26a2a90be15317 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "c14", + "model": "tabsyn", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "exists": true, + "size": 31957080, + "sha256": "4a11abde6a7fae9f8bb1a1d7e31035b9dd61587d2721749a52d78d65441fba5e" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "exists": true, + "size": 3995920, + "sha256": "b04d723eeb59d339a356302660463c129141b4213fefbf472ef48f8a4daa50c9" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv", + "exists": true, + "size": 3995840, + "sha256": "4780b90e46f6b440983cc9315cad8bca0e86bd26d8877ffae7111258fba0a132" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_profile.json", + "exists": true, + "size": 9505, + "sha256": "577cc5830dcb336243555d3d41c06e2e7c0a63df2a9caccb7a0411b9332cde15" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c14/c14-dataset_contract_v1.json", + "exists": true, + "size": 11901, + "sha256": "955197dff3346d55aaa999adf98d64c375a7e4ca9bc4bcfe626499c9cfea9a41" + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/normalized_schema_snapshot.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c43047a97cac9542e79dfa127e651be7146aa2a4 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,509 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "columns": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/public_gate_report.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9374818599b8101d02e793ea785975d77363e3fd --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "c14", + "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": "target", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c14/c14-test.csv" + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/staged_input_manifest.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5b038d8ca95b8777a6d4269f9b31cc2705fd4054 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/staged_input_manifest.json @@ -0,0 +1,514 @@ +{ + "dataset_id": "c14", + "target_column": "target", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/runtime_result.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..99006259a34db769d3b2cba659e32d5b42f18a01 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/runtime_result.json @@ -0,0 +1,24 @@ +{ + "dataset_id": "c14", + "model": "tabsyn", + "run_id": "tabsyn-c14-20260501_124512", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "fail", + "generate_status": "skipped", + "reason_code": "adapter_runtime_error", + "reason_detail": "Command '['docker', 'run', '--rm', '--init', '--cidfile', '/tmp/bench_docker_tabsyn_lhyk5ewx/container.cid', '--gpus', 'device=2', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/tabsyn:/workspace/tabsyn', 'benchmark:tabsyn-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/_tabsyn_train.py']' returned non-zero exit status 1.", + "artifacts": {}, + "timings": { + "train": { + "started_at": "2026-05-01T12:45:15", + "ended_at": "2026-05-01T12:45:31", + "duration_sec": 16.021 + }, + "generate": { + "started_at": null, + "ended_at": null, + "duration_sec": null + } + } +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/staged_features.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..508fbe870849f119fe0f440e76f620b91489d965 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/staged_features.json @@ -0,0 +1,127 @@ +[ + { + "feature_name": "id", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "bin_0", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_1", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_2", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_3", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "bin_4", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "nom_0", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_6", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_7", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_8", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "nom_9", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ord_1", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_2", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_3", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_4", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "ord_5", + "data_type": "categorical", + "is_target": false + }, + { + "feature_name": "day", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "month", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "target", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/test.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..afbef1e22ba9597cf509fb91aa271ff6908ca0a9 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ecb620416375c67546e0fa5a8b9a3923d689bda904dc23824ea175d1f8597 +size 3965839 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/train.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..322e9de210d736baf266fa4930517b3827d3bf63 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12398ccb68a2499b9c126f61b25f03c36a65f026d755e1d5ff5653e614676167 +size 31717079 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/val.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..594db5d9c0a27ce284d599b8bf62685189510e61 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40dbd7bbd9e2783c24d0d12ec35a85581835d45238774eb0676de44a734feda +size 3965919 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/adapter_report.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..a19dacb1a4a0e244a05716e6b45f4017e93f0efa --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/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-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/adapter_transforms_applied.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/model_input_manifest.json b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c9704257557c59f8247e2dee0a09c5a0122e9bf3 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/staged/tabsyn/model_input_manifest.json @@ -0,0 +1,516 @@ +{ + "dataset_id": "c14", + "model": "tabsyn", + "target_column": "target", + "task_type": "classification", + "column_schema": [ + { + "name": "id", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.083333, + "example_values": [ + "182547", + "28342", + "172611", + "81876", + "110780" + ] + } + }, + { + "name": "bin_0", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_1", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_2", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "bin_3", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "F", + "T" + ] + } + }, + { + "name": "bin_4", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "Y", + "N" + ] + } + }, + { + "name": "nom_0", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "Blue", + "Green", + "Red" + ] + } + }, + { + "name": "nom_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Trapezoid", + "Polygon", + "Square", + "Star", + "Triangle" + ] + } + }, + { + "name": "nom_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Cat", + "Dog", + "Lion", + "Snake", + "Axolotl" + ] + } + }, + { + "name": "nom_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "China", + "Finland", + "Canada", + "India", + "Russia" + ] + } + }, + { + "name": "nom_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 1.7e-05, + "example_values": [ + "Oboe", + "Bassoon", + "Theremin", + "Piano" + ] + } + }, + { + "name": "nom_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 222, + "unique_ratio": 0.000925, + "example_values": [ + "c5725677e", + "92190168b", + "dbfb714a4", + "60a44c8f4", + "e70a6270d" + ] + } + }, + { + "name": "nom_6", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 522, + "unique_ratio": 0.002175, + "example_values": [ + "231233ca9", + "79a82b7c0", + "9a70de492", + "cad70d692", + "6d2cd10c5" + ] + } + }, + { + "name": "nom_7", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 1219, + "unique_ratio": 0.005079, + "example_values": [ + "673d3c1c0", + "7ad3e362c", + "fcd030cc2", + "27e8d4511", + "7df1399cb" + ] + } + }, + { + "name": "nom_8", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2215, + "unique_ratio": 0.009229, + "example_values": [ + "4fbb167ac", + "7d97eba78", + "b886d6c1c", + "a9d35cede", + "fd0041a98" + ] + } + }, + { + "name": "nom_9", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 11927, + "unique_ratio": 0.049696, + "example_values": [ + "1f31c5cc1", + "89539e0fa", + "8a34e794f", + "34760ea8a", + "46b472cdb" + ] + } + }, + { + "name": "ord_0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 1.3e-05, + "example_values": [ + "1", + "2", + "3" + ] + } + }, + { + "name": "ord_1", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 2.1e-05, + "example_values": [ + "Grandmaster", + "Contributor", + "Novice", + "Master", + "Expert" + ] + } + }, + { + "name": "ord_2", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 2.5e-05, + "example_values": [ + "Lava Hot", + "Boiling Hot", + "Freezing", + "Hot", + "Cold" + ] + } + }, + { + "name": "ord_3", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 15, + "unique_ratio": 6.3e-05, + "example_values": [ + "g", + "j", + "l", + "f", + "k" + ] + } + }, + { + "name": "ord_4", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 26, + "unique_ratio": 0.000108, + "example_values": [ + "L", + "S", + "K", + "I", + "A" + ] + } + }, + { + "name": "ord_5", + "role": "feature", + "semantic_type": "categorical", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 192, + "unique_ratio": 0.0008, + "example_values": [ + "qo", + "aM", + "AP", + "fO", + "hh" + ] + } + }, + { + "name": "day", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 2.9e-05, + "example_values": [ + "1", + "2", + "7", + "4", + "3" + ] + } + }, + { + "name": "month", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 12, + "unique_ratio": 5e-05, + "example_values": [ + "12", + "4", + "8", + "2", + "9" + ] + } + }, + { + "name": "target", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 8e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c14/tabsyn/tabsyn-c14-20260501_124512/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/real.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d8d9039c359043c08476b37a4617b1c2a2a1acc --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5921345765f8af3133fc50bf596097efd9e2f166a6a923b4951b080daf112c4 +size 16124837 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/test.csv b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d8d9039c359043c08476b37a4617b1c2a2a1acc --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/synthetic/tabsyn_c14/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5921345765f8af3133fc50bf596097efd9e2f166a6a923b4951b080daf112c4 +size 16124837 diff --git a/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/train_20260501_124523.log b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/train_20260501_124523.log new file mode 100644 index 0000000000000000000000000000000000000000..8886242086de94aedab2adabaa94a0c6c96950a8 --- /dev/null +++ b/syntheticFail/c14/tabsyn/tabsyn-c14-20260501_124512/train_20260501_124523.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748581aeee169b14e08ccfc0750a9d1d9fb61c492527b9266cf8a13b3bee2ad3 +size 12108