Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    DatasetGenerationError
Message:      An error occurred while generating the dataset
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<start_epoch: double, verify_torch_installation: struct<is_cuda_available: bool, cuda_device: string>, trainable_parameters_summary: struct<trainable_params: int64, all_params: int64, trainable_params_pct: double>, trainer_log: list<item: struct<loss: double, learning_rate: double, epoch: double, step: int64, train_runtime: double, train_samples_per_second: double, train_steps_per_second: double, total_flos: double, train_loss: double>>, model_memory_footprint: int64, cuda_memory_stats: struct<active.all.allocated: int64, active.all.current: int64, active.all.freed: int64, active.all.peak: int64, active.large_pool.allocated: int64, active.large_pool.current: int64, active.large_pool.freed: int64, active.large_pool.peak: int64, active.small_pool.allocated: int64, active.small_pool.current: int64, active.small_pool.freed: int64, active.small_pool.peak: int64, active_bytes.all.allocated: int64, active_bytes.all.current: int64, active_bytes.all.freed: int64, active_bytes.all.peak: int64, active_bytes.large_pool.allocated: int64, active_bytes.large_pool.current: int64, active_bytes.large_pool.freed: int64, active_bytes.large_pool.peak: int64, active_bytes.small_pool.allocated: int64, active_bytes.small_pool.current: int64, active_bytes.small_pool.freed: int64, active_bytes.small_pool.peak: int64, allocated_bytes.all.allocated: int64, allocated_bytes.all.current: int64, allocated_bytes.all.freed: int64, allocated_bytes.all.peak: int64, allocated_bytes.large_pool.allocated: in
              ...
              segments.allocated: int64, oversize_segments.current: int64, oversize_segments.freed: int64, oversize_segments.peak: int64, requested_bytes.all.allocated: int64, requested_bytes.all.current: int64, requested_bytes.all.freed: int64, requested_bytes.all.peak: int64, requested_bytes.large_pool.allocated: int64, requested_bytes.large_pool.current: int64, requested_bytes.large_pool.freed: int64, requested_bytes.large_pool.peak: int64, requested_bytes.small_pool.allocated: int64, requested_bytes.small_pool.current: int64, requested_bytes.small_pool.freed: int64, requested_bytes.small_pool.peak: int64, reserved_bytes.all.allocated: int64, reserved_bytes.all.current: int64, reserved_bytes.all.freed: int64, reserved_bytes.all.peak: int64, reserved_bytes.large_pool.allocated: int64, reserved_bytes.large_pool.current: int64, reserved_bytes.large_pool.freed: int64, reserved_bytes.large_pool.peak: int64, reserved_bytes.small_pool.allocated: int64, reserved_bytes.small_pool.current: int64, reserved_bytes.small_pool.freed: int64, reserved_bytes.small_pool.peak: int64, segment.all.allocated: int64, segment.all.current: int64, segment.all.freed: int64, segment.all.peak: int64, segment.large_pool.allocated: int64, segment.large_pool.current: int64, segment.large_pool.freed: int64, segment.large_pool.peak: int64, segment.small_pool.allocated: int64, segment.small_pool.current: int64, segment.small_pool.freed: int64, segment.small_pool.peak: int64>, train_batch_size: int64, elasped_time: double>
              to
              {'start_epoch': Value(dtype='float64', id=None), 'trainable_parameters_summary': {'trainable_params': Value(dtype='int64', id=None), 'all_params': Value(dtype='int64', id=None), 'trainable_params_pct': Value(dtype='float64', id=None)}, 'trainer_log': [{'loss': Value(dtype='float64', id=None), 'learning_rate': Value(dtype='float64', id=None), 'epoch': Value(dtype='float64', id=None), 'step': Value(dtype='int64', id=None), 'train_runtime': Value(dtype='float64', id=None), 'train_samples_per_second': Value(dtype='float64', id=None), 'train_steps_per_second': Value(dtype='float64', id=None), 'total_flos': Value(dtype='float64', id=None), 'train_loss': Value(dtype='float64', id=None)}], 'model_memory_footprint': Value(dtype='int64', id=None), 'cuda_memory_stats': {'active.all.allocated': Value(dtype='int64', id=None), 'active.all.current': Value(dtype='int64', id=None), 'active.all.freed': Value(dtype='int64', id=None), 'active.all.peak': Value(dtype='int64', id=None), 'active.large_pool.allocated': Value(dtype='int64', id=None), 'active.large_pool.current': Value(dtype='int64', id=None), 'active.large_pool.freed': Value(dtype='int64', id=None), 'active.large_pool.peak': Value(dtype='int64', id=None), 'active.small_pool.allocated': Value(dtype='int64', id=None), 'active.small_pool.current': Value(dtype='int64', id=None), 'active.small_pool.freed': Value(dtype='int64', id=None), 'active.small_pool.peak': Value(dtype='int64', id=None), 'active_bytes.all.allocated': Value(dtype='int6
              ...
              ocated': Value(dtype='int64', id=None), 'reserved_bytes.all.current': Value(dtype='int64', id=None), 'reserved_bytes.all.freed': Value(dtype='int64', id=None), 'reserved_bytes.all.peak': Value(dtype='int64', id=None), 'reserved_bytes.large_pool.allocated': Value(dtype='int64', id=None), 'reserved_bytes.large_pool.current': Value(dtype='int64', id=None), 'reserved_bytes.large_pool.freed': Value(dtype='int64', id=None), 'reserved_bytes.large_pool.peak': Value(dtype='int64', id=None), 'reserved_bytes.small_pool.allocated': Value(dtype='int64', id=None), 'reserved_bytes.small_pool.current': Value(dtype='int64', id=None), 'reserved_bytes.small_pool.freed': Value(dtype='int64', id=None), 'reserved_bytes.small_pool.peak': Value(dtype='int64', id=None), 'segment.all.allocated': Value(dtype='int64', id=None), 'segment.all.current': Value(dtype='int64', id=None), 'segment.all.freed': Value(dtype='int64', id=None), 'segment.all.peak': Value(dtype='int64', id=None), 'segment.large_pool.allocated': Value(dtype='int64', id=None), 'segment.large_pool.current': Value(dtype='int64', id=None), 'segment.large_pool.freed': Value(dtype='int64', id=None), 'segment.large_pool.peak': Value(dtype='int64', id=None), 'segment.small_pool.allocated': Value(dtype='int64', id=None), 'segment.small_pool.current': Value(dtype='int64', id=None), 'segment.small_pool.freed': Value(dtype='int64', id=None), 'segment.small_pool.peak': Value(dtype='int64', id=None)}, 'elasped_time': Value(dtype='float64', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Open a discussion for direct support.

streamlit_config
dict
elt
dict
train
dict
eval
dict
{ "n_epochs": 5, "optim_name": "Lion", "limit_samples": false, "model_size": "Small", "FormSubmitter:Configuration-Submit Run": true }
{ "start_epoch": 1685390675.1638606, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 10.796925067901611 }
{ "start_epoch": 1685390685.9612148, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 1.917, "learning_rate": 0.0001, "epoch": 1, "step": 1842, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8827, "learning_rate": 0.0001, "epoch": 2, "step": 3684, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8599, "learning_rate": 0.0001, "epoch": 3, "step": 5526, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.84, "learning_rate": 0.0001, "epoch": 4, "step": 7368, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8223, "learning_rate": 0.0001, "epoch": 5, "step": 9210, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 2908.9079, "train_samples_per_second": 25.322, "train_steps_per_second": 3.166, "total_flos": 6924203301273600, "train_loss": 1.8643896113260043 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 86935196, "active.all.current": 923, "active.all.freed": 86934273, "active.all.peak": 1086, "active.large_pool.allocated": 22674222, "active.large_pool.current": 20, "active.large_pool.freed": 22674202, "active.large_pool.peak": 55, "active.small_pool.allocated": 64260974, "active.small_pool.current": 903, "active.small_pool.freed": 64260071, "active.small_pool.peak": 1045, "active_bytes.all.allocated": 119341336440832, "active_bytes.all.current": 195914752, "active_bytes.all.freed": 119341140526080, "active_bytes.all.peak": 437989376, "active_bytes.large_pool.allocated": 99178618281984, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 99178500579328, "active_bytes.large_pool.peak": 345997312, "active_bytes.small_pool.allocated": 20162718158848, "active_bytes.small_pool.current": 78212096, "active_bytes.small_pool.freed": 20162639946752, "active_bytes.small_pool.peak": 116166144, "allocated_bytes.all.allocated": 119341336440832, "allocated_bytes.all.current": 195914752, "allocated_bytes.all.freed": 119341140526080, "allocated_bytes.all.peak": 437989376, "allocated_bytes.large_pool.allocated": 99178618281984, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 99178500579328, "allocated_bytes.large_pool.peak": 345997312, "allocated_bytes.small_pool.allocated": 20162718158848, "allocated_bytes.small_pool.current": 78212096, "allocated_bytes.small_pool.freed": 20162639946752, "allocated_bytes.small_pool.peak": 116166144, "allocation.all.allocated": 86935196, "allocation.all.current": 923, "allocation.all.freed": 86934273, "allocation.all.peak": 1086, "allocation.large_pool.allocated": 22674222, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 22674202, "allocation.large_pool.peak": 55, "allocation.small_pool.allocated": 64260974, "allocation.small_pool.current": 903, "allocation.small_pool.freed": 64260071, "allocation.small_pool.peak": 1045, "inactive_split.all.allocated": 54760871, "inactive_split.all.current": 160, "inactive_split.all.freed": 54760711, "inactive_split.all.peak": 231, "inactive_split.large_pool.allocated": 16353277, "inactive_split.large_pool.current": 2, "inactive_split.large_pool.freed": 16353275, "inactive_split.large_pool.peak": 12, "inactive_split.small_pool.allocated": 38407594, "inactive_split.small_pool.current": 158, "inactive_split.small_pool.freed": 38407436, "inactive_split.small_pool.peak": 225, "inactive_split_bytes.all.allocated": 130298193663488, "inactive_split_bytes.all.current": 62034944, "inactive_split_bytes.all.freed": 130298131628544, "inactive_split_bytes.all.peak": 209548288, "inactive_split_bytes.large_pool.allocated": 110037039898624, "inactive_split_bytes.large_pool.current": 16515072, "inactive_split_bytes.large_pool.freed": 110037023383552, "inactive_split_bytes.large_pool.peak": 182190080, "inactive_split_bytes.small_pool.allocated": 20261153764864, "inactive_split_bytes.small_pool.current": 45519872, "inactive_split_bytes.small_pool.freed": 20261108244992, "inactive_split_bytes.small_pool.peak": 63202304, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 116265027895056, "requested_bytes.all.current": 194543924, "requested_bytes.all.freed": 116264833351132, "requested_bytes.all.peak": 436224892, "requested_bytes.large_pool.allocated": 96108341755904, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 96108225363968, "requested_bytes.large_pool.peak": 344293376, "requested_bytes.small_pool.allocated": 20156686139152, "requested_bytes.small_pool.current": 78151988, "requested_bytes.small_pool.freed": 20156607987164, "requested_bytes.small_pool.peak": 116106628, "reserved_bytes.all.allocated": 568328192, "reserved_bytes.all.current": 568328192, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 568328192, "reserved_bytes.large_pool.allocated": 419430400, "reserved_bytes.large_pool.current": 419430400, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 419430400, "reserved_bytes.small_pool.allocated": 148897792, "reserved_bytes.small_pool.current": 148897792, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 148897792, "segment.all.allocated": 85, "segment.all.current": 85, "segment.all.freed": 0, "segment.all.peak": 85, "segment.large_pool.allocated": 14, "segment.large_pool.current": 14, "segment.large_pool.freed": 0, "segment.large_pool.peak": 14, "segment.small_pool.allocated": 71, "segment.small_pool.current": 71, "segment.small_pool.freed": 0, "segment.small_pool.peak": 71 }, "elasped_time": 2914.8779151439667 }
{ "start_epoch": 1685393600.8396957, "results": { "rouge1": 0.4203825767319269, "rouge2": 0.16367781268003684, "rougeL": 0.3317591720505857, "rougeLsum": 0.33125763901336547 }, "elasped_time": 4390.246840238571 }
{ "model_size": "Small", "FormSubmitter:Configuration-Submit Run": true, "limit_samples": false, "optim_name": "AdamW", "n_epochs": 5 }
{ "start_epoch": 1685398872.1328888, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 10.78488564491272 }
{ "start_epoch": 1685398882.9181912, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 1.92, "learning_rate": 0.001, "epoch": 1, "step": 1842, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8896, "learning_rate": 0.001, "epoch": 2, "step": 3684, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8674, "learning_rate": 0.001, "epoch": 3, "step": 5526, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8473, "learning_rate": 0.001, "epoch": 4, "step": 7368, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8311, "learning_rate": 0.001, "epoch": 5, "step": 9210, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 2885.5663, "train_samples_per_second": 25.527, "train_steps_per_second": 3.192, "total_flos": 6924203301273600, "train_loss": 1.8710875205703719 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 88794001, "active.all.current": 922, "active.all.freed": 88793079, "active.all.peak": 1212, "active.large_pool.allocated": 22674756, "active.large_pool.current": 20, "active.large_pool.freed": 22674736, "active.large_pool.peak": 55, "active.small_pool.allocated": 66119245, "active.small_pool.current": 902, "active.small_pool.freed": 66118343, "active.small_pool.peak": 1192, "active_bytes.all.allocated": 119404332506112, "active_bytes.all.current": 200732160, "active_bytes.all.freed": 119404131773952, "active_bytes.all.peak": 442836992, "active_bytes.large_pool.allocated": 99180850700288, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 99180732997632, "active_bytes.large_pool.peak": 345997312, "active_bytes.small_pool.allocated": 20223481805824, "active_bytes.small_pool.current": 83029504, "active_bytes.small_pool.freed": 20223398776320, "active_bytes.small_pool.peak": 120964096, "allocated_bytes.all.allocated": 119404332506112, "allocated_bytes.all.current": 200732160, "allocated_bytes.all.freed": 119404131773952, "allocated_bytes.all.peak": 442836992, "allocated_bytes.large_pool.allocated": 99180850700288, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 99180732997632, "allocated_bytes.large_pool.peak": 345997312, "allocated_bytes.small_pool.allocated": 20223481805824, "allocated_bytes.small_pool.current": 83029504, "allocated_bytes.small_pool.freed": 20223398776320, "allocated_bytes.small_pool.peak": 120964096, "allocation.all.allocated": 88794001, "allocation.all.current": 922, "allocation.all.freed": 88793079, "allocation.all.peak": 1212, "allocation.large_pool.allocated": 22674756, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 22674736, "allocation.large_pool.peak": 55, "allocation.small_pool.allocated": 66119245, "allocation.small_pool.current": 902, "allocation.small_pool.freed": 66118343, "allocation.small_pool.peak": 1192, "inactive_split.all.allocated": 56226292, "inactive_split.all.current": 187, "inactive_split.all.freed": 56226105, "inactive_split.all.peak": 247, "inactive_split.large_pool.allocated": 16353265, "inactive_split.large_pool.current": 2, "inactive_split.large_pool.freed": 16353263, "inactive_split.large_pool.peak": 12, "inactive_split.small_pool.allocated": 39873027, "inactive_split.small_pool.current": 185, "inactive_split.small_pool.freed": 39872842, "inactive_split.small_pool.peak": 244, "inactive_split_bytes.all.allocated": 130357248826368, "inactive_split_bytes.all.current": 59314688, "inactive_split_bytes.all.freed": 130357189511680, "inactive_split_bytes.all.peak": 209548288, "inactive_split_bytes.large_pool.allocated": 110039138099200, "inactive_split_bytes.large_pool.current": 16515072, "inactive_split_bytes.large_pool.freed": 110039121584128, "inactive_split_bytes.large_pool.peak": 182190080, "inactive_split_bytes.small_pool.allocated": 20318110727168, "inactive_split_bytes.small_pool.current": 42799616, "inactive_split_bytes.small_pool.freed": 20318067927552, "inactive_split_bytes.small_pool.peak": 62584832, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 116328004575478, "requested_bytes.all.current": 199409384, "requested_bytes.all.freed": 116327805166094, "requested_bytes.all.peak": 441119468, "requested_bytes.large_pool.allocated": 96110600290304, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 96110483898368, "requested_bytes.large_pool.peak": 344293376, "requested_bytes.small_pool.allocated": 20217404285174, "requested_bytes.small_pool.current": 83017448, "requested_bytes.small_pool.freed": 20217321267726, "requested_bytes.small_pool.peak": 120951480, "reserved_bytes.all.allocated": 572522496, "reserved_bytes.all.current": 572522496, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 572522496, "reserved_bytes.large_pool.allocated": 419430400, "reserved_bytes.large_pool.current": 419430400, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 419430400, "reserved_bytes.small_pool.allocated": 153092096, "reserved_bytes.small_pool.current": 153092096, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 153092096, "segment.all.allocated": 87, "segment.all.current": 87, "segment.all.freed": 0, "segment.all.peak": 87, "segment.large_pool.allocated": 14, "segment.large_pool.current": 14, "segment.large_pool.freed": 0, "segment.large_pool.peak": 14, "segment.small_pool.allocated": 73, "segment.small_pool.current": 73, "segment.small_pool.freed": 0, "segment.small_pool.peak": 73 }, "elasped_time": 2893.315817117691 }
{ "start_epoch": 1685401776.234568, "results": { "rouge1": 0.41739200377936836, "rouge2": 0.16806568665530175, "rougeL": 0.3317583163688007, "rougeLsum": 0.3315065604661238 }, "elasped_time": 1422.7693049907684 }
{ "model_size": "Small", "FormSubmitter:Configuration-Submit Run": true, "optim_name": "AdamW 32-bit", "n_epochs": 10, "limit_samples": false }
{ "start_epoch": 1685561430.336439, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 11.3593168258667 }
{ "start_epoch": 1685561441.696393, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0367, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9913, "learning_rate": 0.001, "epoch": 2, "step": 232, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9719, "learning_rate": 0.001, "epoch": 3, "step": 348, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9555, "learning_rate": 0.001, "epoch": 4, "step": 464, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9428, "learning_rate": 0.001, "epoch": 5, "step": 580, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9297, "learning_rate": 0.001, "epoch": 6, "step": 696, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9218, "learning_rate": 0.001, "epoch": 7, "step": 812, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9085, "learning_rate": 0.001, "epoch": 8, "step": 928, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8988, "learning_rate": 0.001, "epoch": 9, "step": 1044, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.8943, "learning_rate": 0.001, "epoch": 10, "step": 1160, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 10, "step": 1160, "train_runtime": 1586.9618, "train_samples_per_second": 92.831, "train_steps_per_second": 0.731, "total_flos": 13848406602547200, "train_loss": 1.9451594981653937 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 11333115, "active.all.current": 794, "active.all.freed": 11332321, "active.all.peak": 1084, "active.large_pool.allocated": 6383100, "active.large_pool.current": 20, "active.large_pool.freed": 6383080, "active.large_pool.peak": 102, "active.small_pool.allocated": 4950015, "active.small_pool.current": 774, "active.small_pool.freed": 4949241, "active.small_pool.peak": 1064, "active_bytes.all.allocated": 228825915378176, "active_bytes.all.current": 167329280, "active_bytes.all.freed": 228825748048896, "active_bytes.all.peak": 4014199296, "active_bytes.large_pool.allocated": 228345432726528, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 228345315023872, "active_bytes.large_pool.peak": 3959504896, "active_bytes.small_pool.allocated": 480482651648, "active_bytes.small_pool.current": 49626624, "active_bytes.small_pool.freed": 480433025024, "active_bytes.small_pool.peak": 68649984, "allocated_bytes.all.allocated": 228825915378176, "allocated_bytes.all.current": 167329280, "allocated_bytes.all.freed": 228825748048896, "allocated_bytes.all.peak": 4014199296, "allocated_bytes.large_pool.allocated": 228345432726528, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 228345315023872, "allocated_bytes.large_pool.peak": 3959504896, "allocated_bytes.small_pool.allocated": 480482651648, "allocated_bytes.small_pool.current": 49626624, "allocated_bytes.small_pool.freed": 480433025024, "allocated_bytes.small_pool.peak": 68649984, "allocation.all.allocated": 11333115, "allocation.all.current": 794, "allocation.all.freed": 11332321, "allocation.all.peak": 1084, "allocation.large_pool.allocated": 6383100, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 6383080, "allocation.large_pool.peak": 102, "allocation.small_pool.allocated": 4950015, "allocation.small_pool.current": 774, "allocation.small_pool.freed": 4949241, "allocation.small_pool.peak": 1064, "inactive_split.all.allocated": 5560404, "inactive_split.all.current": 138, "inactive_split.all.freed": 5560266, "inactive_split.all.peak": 155, "inactive_split.large_pool.allocated": 2901558, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 2901554, "inactive_split.large_pool.peak": 30, "inactive_split.small_pool.allocated": 2658846, "inactive_split.small_pool.current": 134, "inactive_split.small_pool.freed": 2658712, "inactive_split.small_pool.peak": 148, "inactive_split_bytes.all.allocated": 207763360170496, "inactive_split_bytes.all.current": 80134656, "inactive_split_bytes.all.freed": 207763280035840, "inactive_split_bytes.all.peak": 2159634432, "inactive_split_bytes.large_pool.allocated": 207277208964096, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 207277150505984, "inactive_split_bytes.large_pool.peak": 2149963264, "inactive_split_bytes.small_pool.allocated": 486151206400, "inactive_split_bytes.small_pool.current": 21676544, "inactive_split_bytes.small_pool.freed": 486129529856, "inactive_split_bytes.small_pool.peak": 23450112, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 228577179651410, "requested_bytes.all.current": 166007920, "requested_bytes.all.freed": 228577013643490, "requested_bytes.all.peak": 4012450452, "requested_bytes.large_pool.allocated": 228097255142154, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 228097138750218, "requested_bytes.large_pool.peak": 3957215672, "requested_bytes.small_pool.allocated": 479924509256, "requested_bytes.small_pool.current": 49615984, "requested_bytes.small_pool.freed": 479874893272, "requested_bytes.small_pool.peak": 68635904, "reserved_bytes.all.allocated": 5326766080, "reserved_bytes.all.current": 5326766080, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5326766080, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 75497472, "reserved_bytes.small_pool.current": 75497472, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 75497472, "segment.all.allocated": 64, "segment.all.current": 64, "segment.all.freed": 0, "segment.all.peak": 64, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 36, "segment.small_pool.current": 36, "segment.small_pool.freed": 0, "segment.small_pool.peak": 36 }, "train_batch_size": 128, "elasped_time": 1594.2612655162811 }
{ "start_epoch": 1685563035.9584875, "results": { "rouge1": 0.41531916115994516, "rouge2": 0.16192351962587326, "rougeL": 0.32742390260557797, "rougeLsum": 0.32707491244140957 }, "elasped_time": 1495.3234617710114 }
{ "model_size": "Small", "limit_samples": false, "optim_name": "AdamW 8-bit", "FormSubmitter:Configuration-Submit Run": true, "n_epochs": 10 }
{ "start_epoch": 1685564640.452059, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 11.005797147750854 }
{ "start_epoch": 1685564651.4583197, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0655, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.044, "learning_rate": 0.001, "epoch": 2, "step": 232, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0315, "learning_rate": 0.001, "epoch": 3, "step": 348, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0233, "learning_rate": 0.001, "epoch": 4, "step": 464, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0148, "learning_rate": 0.001, "epoch": 5, "step": 580, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0028, "learning_rate": 0.001, "epoch": 6, "step": 696, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0118, "learning_rate": 0.001, "epoch": 7, "step": 812, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9893, "learning_rate": 0.001, "epoch": 8, "step": 928, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9997, "learning_rate": 0.001, "epoch": 9, "step": 1044, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0049, "learning_rate": 0.001, "epoch": 10, "step": 1160, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 10, "step": 1160, "train_runtime": 1589.3809, "train_samples_per_second": 92.69, "train_steps_per_second": 0.73, "total_flos": 13848406602547200, "train_loss": 2.0187722900818135 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 11156187, "active.all.current": 990, "active.all.freed": 11155197, "active.all.peak": 1153, "active.large_pool.allocated": 6394628, "active.large_pool.current": 20, "active.large_pool.freed": 6394608, "active.large_pool.peak": 103, "active.small_pool.allocated": 4761559, "active.small_pool.current": 970, "active.small_pool.freed": 4760589, "active.small_pool.peak": 1089, "active_bytes.all.allocated": 228977725360128, "active_bytes.all.current": 163796992, "active_bytes.all.freed": 228977561563136, "active_bytes.all.peak": 4013331456, "active_bytes.large_pool.allocated": 228498254624768, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 228498136922112, "active_bytes.large_pool.peak": 3962372096, "active_bytes.small_pool.allocated": 479470735360, "active_bytes.small_pool.current": 46094336, "active_bytes.small_pool.freed": 479424641024, "active_bytes.small_pool.peak": 65110016, "allocated_bytes.all.allocated": 228977725360128, "allocated_bytes.all.current": 163796992, "allocated_bytes.all.freed": 228977561563136, "allocated_bytes.all.peak": 4013331456, "allocated_bytes.large_pool.allocated": 228498254624768, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 228498136922112, "allocated_bytes.large_pool.peak": 3962372096, "allocated_bytes.small_pool.allocated": 479470735360, "allocated_bytes.small_pool.current": 46094336, "allocated_bytes.small_pool.freed": 479424641024, "allocated_bytes.small_pool.peak": 65110016, "allocation.all.allocated": 11156187, "allocation.all.current": 990, "allocation.all.freed": 11155197, "allocation.all.peak": 1153, "allocation.large_pool.allocated": 6394628, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 6394608, "allocation.large_pool.peak": 103, "allocation.small_pool.allocated": 4761559, "allocation.small_pool.current": 970, "allocation.small_pool.freed": 4760589, "allocation.small_pool.peak": 1089, "inactive_split.all.allocated": 5546748, "inactive_split.all.current": 103, "inactive_split.all.freed": 5546645, "inactive_split.all.peak": 122, "inactive_split.large_pool.allocated": 2913190, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 2913186, "inactive_split.large_pool.peak": 31, "inactive_split.small_pool.allocated": 2633558, "inactive_split.small_pool.current": 99, "inactive_split.small_pool.freed": 2633459, "inactive_split.small_pool.peak": 114, "inactive_split_bytes.all.allocated": 208005729414144, "inactive_split_bytes.all.current": 73181184, "inactive_split_bytes.all.freed": 208005656232960, "inactive_split_bytes.all.peak": 2340711936, "inactive_split_bytes.large_pool.allocated": 207520459559424, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 207520401101312, "inactive_split_bytes.large_pool.peak": 2334170112, "inactive_split_bytes.small_pool.allocated": 485269854720, "inactive_split_bytes.small_pool.current": 14723072, "inactive_split_bytes.small_pool.freed": 485255131648, "inactive_split_bytes.small_pool.peak": 21954560, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 228720390192120, "requested_bytes.all.current": 162378492, "requested_bytes.all.freed": 228720227813628, "requested_bytes.all.peak": 4009422552, "requested_bytes.large_pool.allocated": 228241479620670, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 228241363228734, "requested_bytes.large_pool.peak": 3958691124, "requested_bytes.small_pool.allocated": 478910571450, "requested_bytes.small_pool.current": 45986556, "requested_bytes.small_pool.freed": 478864584894, "requested_bytes.small_pool.peak": 64998156, "reserved_bytes.all.allocated": 5324668928, "reserved_bytes.all.current": 5324668928, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5324668928, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 73400320, "reserved_bytes.small_pool.current": 73400320, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 73400320, "segment.all.allocated": 63, "segment.all.current": 63, "segment.all.freed": 0, "segment.all.peak": 63, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 35, "segment.small_pool.current": 35, "segment.small_pool.freed": 0, "segment.small_pool.peak": 35 }, "train_batch_size": 128, "elasped_time": 1597.098354101181 }
{ "start_epoch": 1685566248.557421, "results": { "rouge1": 0.3976970227954125, "rouge2": 0.15240325599158291, "rougeL": 0.3142343799776748, "rougeLsum": 0.31421092891324676 }, "elasped_time": 1482.8388330936432 }
{ "limit_samples": false, "model_size": "Small", "optim_name": "Lion 32-bit", "FormSubmitter:Configuration-Submit Run": true, "n_epochs": 10 }
{ "start_epoch": 1685568292.8175752, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 10.799864292144775 }
{ "start_epoch": 1685568303.6178327, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.0001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9802, "learning_rate": 0.0001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0097, "learning_rate": 0.0001, "epoch": 2, "step": 232, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0826, "learning_rate": 0.0001, "epoch": 3, "step": 348, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0221, "learning_rate": 0.0001, "epoch": 4, "step": 464, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9887, "learning_rate": 0.0001, "epoch": 5, "step": 580, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9665, "learning_rate": 0.0001, "epoch": 6, "step": 696, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9568, "learning_rate": 0.0001, "epoch": 7, "step": 812, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9443, "learning_rate": 0.0001, "epoch": 8, "step": 928, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9346, "learning_rate": 0.0001, "epoch": 9, "step": 1044, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9298, "learning_rate": 0.0001, "epoch": 10, "step": 1160, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 10, "step": 1160, "train_runtime": 1580.8859, "train_samples_per_second": 93.188, "train_steps_per_second": 0.734, "total_flos": 13848406602547200, "train_loss": 1.9816139027990143 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 11324543, "active.all.current": 698, "active.all.freed": 11323845, "active.all.peak": 861, "active.large_pool.allocated": 6360628, "active.large_pool.current": 20, "active.large_pool.freed": 6360608, "active.large_pool.peak": 102, "active.small_pool.allocated": 4963915, "active.small_pool.current": 678, "active.small_pool.freed": 4963237, "active.small_pool.peak": 797, "active_bytes.all.allocated": 228759909668864, "active_bytes.all.current": 164446208, "active_bytes.all.freed": 228759745222656, "active_bytes.all.peak": 4010961408, "active_bytes.large_pool.allocated": 228285598691840, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 228285480989184, "active_bytes.large_pool.peak": 3959226368, "active_bytes.small_pool.allocated": 474310977024, "active_bytes.small_pool.current": 46743552, "active_bytes.small_pool.freed": 474264233472, "active_bytes.small_pool.peak": 65762304, "allocated_bytes.all.allocated": 228759909668864, "allocated_bytes.all.current": 164446208, "allocated_bytes.all.freed": 228759745222656, "allocated_bytes.all.peak": 4010961408, "allocated_bytes.large_pool.allocated": 228285598691840, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 228285480989184, "allocated_bytes.large_pool.peak": 3959226368, "allocated_bytes.small_pool.allocated": 474310977024, "allocated_bytes.small_pool.current": 46743552, "allocated_bytes.small_pool.freed": 474264233472, "allocated_bytes.small_pool.peak": 65762304, "allocation.all.allocated": 11324543, "allocation.all.current": 698, "allocation.all.freed": 11323845, "allocation.all.peak": 861, "allocation.large_pool.allocated": 6360628, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 6360608, "allocation.large_pool.peak": 102, "allocation.small_pool.allocated": 4963915, "allocation.small_pool.current": 678, "allocation.small_pool.freed": 4963237, "allocation.small_pool.peak": 797, "inactive_split.all.allocated": 5593418, "inactive_split.all.current": 142, "inactive_split.all.freed": 5593276, "inactive_split.all.peak": 155, "inactive_split.large_pool.allocated": 2964988, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 2964984, "inactive_split.large_pool.peak": 28, "inactive_split.small_pool.allocated": 2628430, "inactive_split.small_pool.current": 138, "inactive_split.small_pool.freed": 2628292, "inactive_split.small_pool.peak": 151, "inactive_split_bytes.all.allocated": 209398246356480, "inactive_split_bytes.all.current": 76726272, "inactive_split_bytes.all.freed": 209398169630208, "inactive_split_bytes.all.peak": 2154894336, "inactive_split_bytes.large_pool.allocated": 208915049361920, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 208914990903808, "inactive_split_bytes.large_pool.peak": 2146172928, "inactive_split_bytes.small_pool.allocated": 483196994560, "inactive_split_bytes.small_pool.current": 18268160, "inactive_split_bytes.small_pool.freed": 483178726400, "inactive_split_bytes.small_pool.peak": 23320064, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 228513414254380, "requested_bytes.all.current": 163125288, "requested_bytes.all.freed": 228513251129092, "requested_bytes.all.peak": 4008246976, "requested_bytes.large_pool.allocated": 228039664039914, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 228039547647978, "requested_bytes.large_pool.peak": 3956561320, "requested_bytes.small_pool.allocated": 473750214466, "requested_bytes.small_pool.current": 46733352, "requested_bytes.small_pool.freed": 473703481114, "requested_bytes.small_pool.peak": 65747640, "reserved_bytes.all.allocated": 5324668928, "reserved_bytes.all.current": 5324668928, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5324668928, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 73400320, "reserved_bytes.small_pool.current": 73400320, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 73400320, "segment.all.allocated": 63, "segment.all.current": 63, "segment.all.freed": 0, "segment.all.peak": 63, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 35, "segment.small_pool.current": 35, "segment.small_pool.freed": 0, "segment.small_pool.peak": 35 }, "train_batch_size": 128, "elasped_time": 1587.8178174495697 }
{ "start_epoch": 1685569891.4363928, "results": { "rouge1": 0.40976329078150037, "rouge2": 0.1580715611472297, "rougeL": 0.32446756739931526, "rougeLsum": 0.32451437722965304 }, "elasped_time": 1390.5557925701141 }
{ "optim_name": "AdamW 32-bit", "model_size": "Small", "n_epochs": 1 }
{ "start_epoch": 1687875015.715664, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.184280633926392 }
{ "start_epoch": 1687875022.9000044, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.036, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 1, "step": 116, "train_runtime": 154.9621, "train_samples_per_second": 95.068, "train_steps_per_second": 0.749, "total_flos": 1384840660254720, "train_loss": 2.0362795509141067 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 1133664, "active.all.current": 794, "active.all.freed": 1132870, "active.all.peak": 1084, "active.large_pool.allocated": 635667, "active.large_pool.current": 20, "active.large_pool.freed": 635647, "active.large_pool.peak": 101, "active.small_pool.allocated": 497997, "active.small_pool.current": 774, "active.small_pool.freed": 497223, "active.small_pool.peak": 1064, "active_bytes.all.allocated": 22874174125568, "active_bytes.all.current": 166540800, "active_bytes.all.freed": 22874007584768, "active_bytes.all.peak": 4011419648, "active_bytes.large_pool.allocated": 22827111948288, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 22826994245632, "active_bytes.large_pool.peak": 3957063680, "active_bytes.small_pool.allocated": 47062177280, "active_bytes.small_pool.current": 48838144, "active_bytes.small_pool.freed": 47013339136, "active_bytes.small_pool.peak": 67853824, "allocated_bytes.all.allocated": 22874174125568, "allocated_bytes.all.current": 166540800, "allocated_bytes.all.freed": 22874007584768, "allocated_bytes.all.peak": 4011419648, "allocated_bytes.large_pool.allocated": 22827111948288, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 22826994245632, "allocated_bytes.large_pool.peak": 3957063680, "allocated_bytes.small_pool.allocated": 47062177280, "allocated_bytes.small_pool.current": 48838144, "allocated_bytes.small_pool.freed": 47013339136, "allocated_bytes.small_pool.peak": 67853824, "allocation.all.allocated": 1133664, "allocation.all.current": 794, "allocation.all.freed": 1132870, "allocation.all.peak": 1084, "allocation.large_pool.allocated": 635667, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 635647, "allocation.large_pool.peak": 101, "allocation.small_pool.allocated": 497997, "allocation.small_pool.current": 774, "allocation.small_pool.freed": 497223, "allocation.small_pool.peak": 1064, "inactive_split.all.allocated": 573610, "inactive_split.all.current": 143, "inactive_split.all.freed": 573467, "inactive_split.all.peak": 156, "inactive_split.large_pool.allocated": 297390, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 297386, "inactive_split.large_pool.peak": 28, "inactive_split.small_pool.allocated": 276220, "inactive_split.small_pool.current": 139, "inactive_split.small_pool.freed": 276081, "inactive_split.small_pool.peak": 151, "inactive_split_bytes.all.allocated": 20968875631616, "inactive_split_bytes.all.current": 72534528, "inactive_split_bytes.all.freed": 20968803097088, "inactive_split_bytes.all.peak": 1801227264, "inactive_split_bytes.large_pool.allocated": 20921149898752, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 20921091440640, "inactive_split_bytes.large_pool.peak": 1793851392, "inactive_split_bytes.small_pool.allocated": 47725732864, "inactive_split_bytes.small_pool.current": 14076416, "inactive_split_bytes.small_pool.freed": 47711656448, "inactive_split_bytes.small_pool.peak": 19424768, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 22849550226098, "requested_bytes.all.current": 165219528, "requested_bytes.all.freed": 22849385006570, "requested_bytes.all.peak": 4009671976, "requested_bytes.large_pool.allocated": 22802543888058, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 22802427496122, "requested_bytes.large_pool.peak": 3955326976, "requested_bytes.small_pool.allocated": 47006338040, "requested_bytes.small_pool.current": 48827592, "requested_bytes.small_pool.freed": 46957510448, "requested_bytes.small_pool.peak": 67839192, "reserved_bytes.all.allocated": 5326766080, "reserved_bytes.all.current": 5326766080, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5326766080, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 75497472, "reserved_bytes.small_pool.current": 75497472, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 75497472, "segment.all.allocated": 64, "segment.all.current": 64, "segment.all.freed": 0, "segment.all.peak": 64, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 36, "segment.small_pool.current": 36, "segment.small_pool.freed": 0, "segment.small_pool.peak": 36 }, "train_batch_size": 128, "elasped_time": 160.90185523033142 }
{ "start_epoch": 1687875183.8020654, "results": { "rouge1": 0.39280850805899814, "rouge2": 0.14742448999141616, "rougeL": 0.3147110920365568, "rougeLsum": 0.31457765837639695 }, "elasped_time": 1081.7206673622131 }
null
{ "start_epoch": 1687891793.05988, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.5830771923065186 }
{ "start_epoch": 1687891800.6430902, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0365, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 1, "step": 116, "train_runtime": 154.9346, "train_samples_per_second": 95.085, "train_steps_per_second": 0.749, "total_flos": 1384840660254720, "train_loss": 2.0368401798708686 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 1133386, "active.all.current": 794, "active.all.freed": 1132592, "active.all.peak": 1084, "active.large_pool.allocated": 635665, "active.large_pool.current": 20, "active.large_pool.freed": 635645, "active.large_pool.peak": 101, "active.small_pool.allocated": 497721, "active.small_pool.current": 774, "active.small_pool.freed": 496947, "active.small_pool.peak": 1064, "active_bytes.all.allocated": 22873283240448, "active_bytes.all.current": 166514176, "active_bytes.all.freed": 22873116726272, "active_bytes.all.peak": 4011374080, "active_bytes.large_pool.allocated": 22826207326208, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 22826089623552, "active_bytes.large_pool.peak": 3957063680, "active_bytes.small_pool.allocated": 47075914240, "active_bytes.small_pool.current": 48811520, "active_bytes.small_pool.freed": 47027102720, "active_bytes.small_pool.peak": 67827200, "allocated_bytes.all.allocated": 22873283240448, "allocated_bytes.all.current": 166514176, "allocated_bytes.all.freed": 22873116726272, "allocated_bytes.all.peak": 4011374080, "allocated_bytes.large_pool.allocated": 22826207326208, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 22826089623552, "allocated_bytes.large_pool.peak": 3957063680, "allocated_bytes.small_pool.allocated": 47075914240, "allocated_bytes.small_pool.current": 48811520, "allocated_bytes.small_pool.freed": 47027102720, "allocated_bytes.small_pool.peak": 67827200, "allocation.all.allocated": 1133386, "allocation.all.current": 794, "allocation.all.freed": 1132592, "allocation.all.peak": 1084, "allocation.large_pool.allocated": 635665, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 635645, "allocation.large_pool.peak": 101, "allocation.small_pool.allocated": 497721, "allocation.small_pool.current": 774, "allocation.small_pool.freed": 496947, "allocation.small_pool.peak": 1064, "inactive_split.all.allocated": 568105, "inactive_split.all.current": 135, "inactive_split.all.freed": 567970, "inactive_split.all.peak": 153, "inactive_split.large_pool.allocated": 297504, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 297500, "inactive_split.large_pool.peak": 28, "inactive_split.small_pool.allocated": 270601, "inactive_split.small_pool.current": 131, "inactive_split.small_pool.freed": 270470, "inactive_split.small_pool.peak": 149, "inactive_split_bytes.all.allocated": 20980459521024, "inactive_split_bytes.all.current": 72561152, "inactive_split_bytes.all.freed": 20980386959872, "inactive_split_bytes.all.peak": 1801353216, "inactive_split_bytes.large_pool.allocated": 20932315537408, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 20932257079296, "inactive_split_bytes.large_pool.peak": 1793851392, "inactive_split_bytes.small_pool.allocated": 48143983616, "inactive_split_bytes.small_pool.current": 14103040, "inactive_split_bytes.small_pool.freed": 48129880576, "inactive_split_bytes.small_pool.peak": 21777920, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 22849224657522, "requested_bytes.all.current": 165192240, "requested_bytes.all.freed": 22849059465282, "requested_bytes.all.peak": 4009626048, "requested_bytes.large_pool.allocated": 22802204704622, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 22802088312686, "requested_bytes.large_pool.peak": 3955326976, "requested_bytes.small_pool.allocated": 47019952900, "requested_bytes.small_pool.current": 48800304, "requested_bytes.small_pool.freed": 46971152596, "requested_bytes.small_pool.peak": 67811904, "reserved_bytes.all.allocated": 5326766080, "reserved_bytes.all.current": 5326766080, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5326766080, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 75497472, "reserved_bytes.small_pool.current": 75497472, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 75497472, "segment.all.allocated": 64, "segment.all.current": 64, "segment.all.freed": 0, "segment.all.peak": 64, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 36, "segment.small_pool.current": 36, "segment.small_pool.freed": 0, "segment.small_pool.peak": 36 }, "train_batch_size": 128, "elasped_time": 160.2816185951233 }
{ "start_epoch": 1687891960.924907, "results": { "rouge1": 0.3965927297580114, "rouge2": 0.14600320409597428, "rougeL": 0.3147717561001532, "rougeLsum": 0.31460761856922453 }, "elasped_time": 1077.3855304718018 }
null
{ "start_epoch": 1687960682.9612699, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 8.253013134002686 }
{ "start_epoch": 1687960691.214331, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0372, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 1, "step": 116, "train_runtime": 155.3363, "train_samples_per_second": 94.839, "train_steps_per_second": 0.747, "total_flos": 1384840660254720, "train_loss": 2.03749038844273 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 1133748, "active.all.current": 794, "active.all.freed": 1132954, "active.all.peak": 1084, "active.large_pool.allocated": 635669, "active.large_pool.current": 20, "active.large_pool.freed": 635649, "active.large_pool.peak": 101, "active.small_pool.allocated": 498079, "active.small_pool.current": 774, "active.small_pool.freed": 497305, "active.small_pool.peak": 1064, "active_bytes.all.allocated": 22873448030720, "active_bytes.all.current": 166568448, "active_bytes.all.freed": 22873281462272, "active_bytes.all.peak": 4011497984, "active_bytes.large_pool.allocated": 22826324992000, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 22826207289344, "active_bytes.large_pool.peak": 3957063680, "active_bytes.small_pool.allocated": 47123038720, "active_bytes.small_pool.current": 48865792, "active_bytes.small_pool.freed": 47074172928, "active_bytes.small_pool.peak": 67881472, "allocated_bytes.all.allocated": 22873448030720, "allocated_bytes.all.current": 166568448, "allocated_bytes.all.freed": 22873281462272, "allocated_bytes.all.peak": 4011497984, "allocated_bytes.large_pool.allocated": 22826324992000, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 22826207289344, "allocated_bytes.large_pool.peak": 3957063680, "allocated_bytes.small_pool.allocated": 47123038720, "allocated_bytes.small_pool.current": 48865792, "allocated_bytes.small_pool.freed": 47074172928, "allocated_bytes.small_pool.peak": 67881472, "allocation.all.allocated": 1133748, "allocation.all.current": 794, "allocation.all.freed": 1132954, "allocation.all.peak": 1084, "allocation.large_pool.allocated": 635669, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 635649, "allocation.large_pool.peak": 101, "allocation.small_pool.allocated": 498079, "allocation.small_pool.current": 774, "allocation.small_pool.freed": 497305, "allocation.small_pool.peak": 1064, "inactive_split.all.allocated": 571645, "inactive_split.all.current": 134, "inactive_split.all.freed": 571511, "inactive_split.all.peak": 155, "inactive_split.large_pool.allocated": 297806, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 297802, "inactive_split.large_pool.peak": 28, "inactive_split.small_pool.allocated": 273839, "inactive_split.small_pool.current": 130, "inactive_split.small_pool.freed": 273709, "inactive_split.small_pool.peak": 149, "inactive_split_bytes.all.allocated": 20982807170560, "inactive_split_bytes.all.current": 72506880, "inactive_split_bytes.all.freed": 20982734663680, "inactive_split_bytes.all.peak": 1803077632, "inactive_split_bytes.large_pool.allocated": 20934953029632, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 20934894571520, "inactive_split_bytes.large_pool.peak": 1794113536, "inactive_split_bytes.small_pool.allocated": 47854140928, "inactive_split_bytes.small_pool.current": 14048768, "inactive_split_bytes.small_pool.freed": 47840092160, "inactive_split_bytes.small_pool.peak": 18881024, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 22849441240848, "requested_bytes.all.current": 165246208, "requested_bytes.all.freed": 22849275994640, "requested_bytes.all.peak": 4009748004, "requested_bytes.large_pool.allocated": 22802374482000, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 22802258090064, "requested_bytes.large_pool.peak": 3955326976, "requested_bytes.small_pool.allocated": 47066758848, "requested_bytes.small_pool.current": 48854272, "requested_bytes.small_pool.freed": 47017904576, "requested_bytes.small_pool.peak": 67865872, "reserved_bytes.all.allocated": 5326766080, "reserved_bytes.all.current": 5326766080, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5326766080, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 75497472, "reserved_bytes.small_pool.current": 75497472, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 75497472, "segment.all.allocated": 64, "segment.all.current": 64, "segment.all.freed": 0, "segment.all.peak": 64, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 36, "segment.small_pool.current": 36, "segment.small_pool.freed": 0, "segment.small_pool.peak": 36 }, "train_batch_size": 128, "elasped_time": 161.1776156425476 }
{ "start_epoch": 1687960853.1138408, "results": { "rouge1": 0.3257575757575758, "rouge2": 0.023809523809523808, "rougeL": 0.25757575757575757, "rougeLsum": 0.25757575757575757 }, "elasped_time": 3.9558942317962646 }
null
{ "start_epoch": 1687961052.2492337, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.149429798126221 }
{ "start_epoch": 1687961059.398722, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 18874368, "all_params": 11154206720, "trainable_params_pct": 0.0016921300163961817 }, "trainer_log": [ { "loss": 1.5264, "learning_rate": 0.001, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1837, "learning_rate": 0.001, "epoch": 1, "step": 1842, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1895, "learning_rate": 0.001, "epoch": 2, "step": 3684, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.193, "learning_rate": 0.001, "epoch": 3, "step": 5526, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1948, "learning_rate": 0.001, "epoch": 4, "step": 7368, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.2143, "learning_rate": 0.001, "epoch": 5, "step": 9210, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 38436.4469, "train_samples_per_second": 1.916, "train_steps_per_second": 0.24, "total_flos": 1247117080642191400, "train_loss": 1.1951065296976626 } ], "model_memory_footprint": 17515323392, "cuda_memory_stats": { "active.all.allocated": 241755040, "active.all.current": 2386, "active.all.freed": 241752654, "active.all.peak": 3252, "active.large_pool.allocated": 148169710, "active.large_pool.current": 444, "active.large_pool.freed": 148169266, "active.large_pool.peak": 560, "active.small_pool.allocated": 93585330, "active.small_pool.current": 1942, "active.small_pool.freed": 93583388, "active.small_pool.peak": 2808, "active_bytes.all.allocated": 3199557305121280, "active_bytes.all.current": 17739375104, "active_bytes.all.freed": 3199539565746176, "active_bytes.all.peak": 21847662592, "active_bytes.large_pool.allocated": 3195475219825664, "active_bytes.large_pool.current": 17493327872, "active_bytes.large_pool.freed": 3195457726497792, "active_bytes.large_pool.peak": 21760180224, "active_bytes.small_pool.allocated": 4082085295616, "active_bytes.small_pool.current": 246047232, "active_bytes.small_pool.freed": 4081839248384, "active_bytes.small_pool.peak": 473768960, "allocated_bytes.all.allocated": 3199557305121280, "allocated_bytes.all.current": 17739375104, "allocated_bytes.all.freed": 3199539565746176, "allocated_bytes.all.peak": 21847662592, "allocated_bytes.large_pool.allocated": 3195475219825664, "allocated_bytes.large_pool.current": 17493327872, "allocated_bytes.large_pool.freed": 3195457726497792, "allocated_bytes.large_pool.peak": 21760180224, "allocated_bytes.small_pool.allocated": 4082085295616, "allocated_bytes.small_pool.current": 246047232, "allocated_bytes.small_pool.freed": 4081839248384, "allocated_bytes.small_pool.peak": 473768960, "allocation.all.allocated": 241755040, "allocation.all.current": 2386, "allocation.all.freed": 241752654, "allocation.all.peak": 3252, "allocation.large_pool.allocated": 148169710, "allocation.large_pool.current": 444, "allocation.large_pool.freed": 148169266, "allocation.large_pool.peak": 560, "allocation.small_pool.allocated": 93585330, "allocation.small_pool.current": 1942, "allocation.small_pool.freed": 93583388, "allocation.small_pool.peak": 2808, "inactive_split.all.allocated": 177111292, "inactive_split.all.current": 188, "inactive_split.all.freed": 177111104, "inactive_split.all.peak": 221, "inactive_split.large_pool.allocated": 114129610, "inactive_split.large_pool.current": 100, "inactive_split.large_pool.freed": 114129510, "inactive_split.large_pool.peak": 105, "inactive_split.small_pool.allocated": 62981682, "inactive_split.small_pool.current": 88, "inactive_split.small_pool.freed": 62981594, "inactive_split.small_pool.peak": 125, "inactive_split_bytes.all.allocated": 3157730814104064, "inactive_split_bytes.all.current": 2961612288, "inactive_split_bytes.all.freed": 3157727852491776, "inactive_split_bytes.all.peak": 3316430848, "inactive_split_bytes.large_pool.allocated": 3152159174525952, "inactive_split_bytes.large_pool.current": 2941321216, "inactive_split_bytes.large_pool.freed": 3152156233204736, "inactive_split_bytes.large_pool.peak": 3313532928, "inactive_split_bytes.small_pool.allocated": 5571639578112, "inactive_split_bytes.small_pool.current": 20291072, "inactive_split_bytes.small_pool.freed": 5571619287040, "inactive_split_bytes.small_pool.peak": 29468160, "max_split_size": -1, "num_alloc_retries": 7, "num_ooms": 4, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 3155853103549552, "requested_bytes.all.current": 17733336592, "requested_bytes.all.freed": 3155835370212960, "requested_bytes.all.peak": 21845562388, "requested_bytes.large_pool.allocated": 3151785888499224, "requested_bytes.large_pool.current": 17487331328, "requested_bytes.large_pool.freed": 3151768401167896, "requested_bytes.large_pool.peak": 21758083072, "requested_bytes.small_pool.allocated": 4067215050328, "requested_bytes.small_pool.current": 246005264, "requested_bytes.small_pool.freed": 4066969045064, "requested_bytes.small_pool.peak": 473729752, "reserved_bytes.all.allocated": 25327304704, "reserved_bytes.all.current": 21569208320, "reserved_bytes.all.freed": 3758096384, "reserved_bytes.all.peak": 22676504576, "reserved_bytes.large_pool.allocated": 24838668288, "reserved_bytes.large_pool.current": 21088960512, "reserved_bytes.large_pool.freed": 3749707776, "reserved_bytes.large_pool.peak": 22531801088, "reserved_bytes.small_pool.allocated": 488636416, "reserved_bytes.small_pool.current": 480247808, "reserved_bytes.small_pool.freed": 8388608, "reserved_bytes.small_pool.peak": 480247808, "segment.all.allocated": 486, "segment.all.current": 459, "segment.all.freed": 27, "segment.all.peak": 459, "segment.large_pool.allocated": 253, "segment.large_pool.current": 230, "segment.large_pool.freed": 23, "segment.large_pool.peak": 244, "segment.small_pool.allocated": 233, "segment.small_pool.current": 229, "segment.small_pool.freed": 4, "segment.small_pool.peak": 229 }, "train_batch_size": 128, "elasped_time": 38616.87412762642 }
{ "start_epoch": 1687999678.7541206, "results": { "rouge1": 0.4544159544159544, "rouge2": 0.2033333333333333, "rougeL": 0.3774928774928775, "rougeLsum": 0.3774928774928775 }, "elasped_time": 6.025909662246704 }
null
{ "start_epoch": 1688003510.1960251, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.371221303939819 }
{ "start_epoch": 1688003517.5673072, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.0703, "learning_rate": 0.001, "epoch": 0.01, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 2.0364, "learning_rate": 0.001, "epoch": 1, "step": 116, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 1, "step": 116, "train_runtime": 152.8213, "train_samples_per_second": 96.4, "train_steps_per_second": 0.759, "total_flos": 1384840660254720, "train_loss": 2.0367074547142816 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 1133700, "active.all.current": 794, "active.all.freed": 1132906, "active.all.peak": 1084, "active.large_pool.allocated": 635703, "active.large_pool.current": 20, "active.large_pool.freed": 635683, "active.large_pool.peak": 101, "active.small_pool.allocated": 497997, "active.small_pool.current": 774, "active.small_pool.freed": 497223, "active.small_pool.peak": 1064, "active_bytes.all.allocated": 22873101015552, "active_bytes.all.current": 166541312, "active_bytes.all.freed": 22872934474240, "active_bytes.all.peak": 4011404800, "active_bytes.large_pool.allocated": 22826017820672, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 22825900118016, "active_bytes.large_pool.peak": 3957063680, "active_bytes.small_pool.allocated": 47083194880, "active_bytes.small_pool.current": 48838656, "active_bytes.small_pool.freed": 47034356224, "active_bytes.small_pool.peak": 67854336, "allocated_bytes.all.allocated": 22873101015552, "allocated_bytes.all.current": 166541312, "allocated_bytes.all.freed": 22872934474240, "allocated_bytes.all.peak": 4011404800, "allocated_bytes.large_pool.allocated": 22826017820672, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 22825900118016, "allocated_bytes.large_pool.peak": 3957063680, "allocated_bytes.small_pool.allocated": 47083194880, "allocated_bytes.small_pool.current": 48838656, "allocated_bytes.small_pool.freed": 47034356224, "allocated_bytes.small_pool.peak": 67854336, "allocation.all.allocated": 1133700, "allocation.all.current": 794, "allocation.all.freed": 1132906, "allocation.all.peak": 1084, "allocation.large_pool.allocated": 635703, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 635683, "allocation.large_pool.peak": 101, "allocation.small_pool.allocated": 497997, "allocation.small_pool.current": 774, "allocation.small_pool.freed": 497223, "allocation.small_pool.peak": 1064, "inactive_split.all.allocated": 569321, "inactive_split.all.current": 137, "inactive_split.all.freed": 569184, "inactive_split.all.peak": 154, "inactive_split.large_pool.allocated": 298039, "inactive_split.large_pool.current": 4, "inactive_split.large_pool.freed": 298035, "inactive_split.large_pool.peak": 29, "inactive_split.small_pool.allocated": 271282, "inactive_split.small_pool.current": 133, "inactive_split.small_pool.freed": 271149, "inactive_split.small_pool.peak": 150, "inactive_split_bytes.all.allocated": 21011121296896, "inactive_split_bytes.all.current": 72534016, "inactive_split_bytes.all.freed": 21011048762880, "inactive_split_bytes.all.peak": 1804391936, "inactive_split_bytes.large_pool.allocated": 20963194638336, "inactive_split_bytes.large_pool.current": 58458112, "inactive_split_bytes.large_pool.freed": 20963136180224, "inactive_split_bytes.large_pool.peak": 1794768896, "inactive_split_bytes.small_pool.allocated": 47926658560, "inactive_split_bytes.small_pool.current": 14075904, "inactive_split_bytes.small_pool.freed": 47912582656, "inactive_split_bytes.small_pool.peak": 18703360, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 22849292341252, "requested_bytes.all.current": 165220332, "requested_bytes.all.freed": 22849127120920, "requested_bytes.all.peak": 4009656984, "requested_bytes.large_pool.allocated": 22802265438634, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 22802149046698, "requested_bytes.large_pool.peak": 3955326976, "requested_bytes.small_pool.allocated": 47026902618, "requested_bytes.small_pool.current": 48828396, "requested_bytes.small_pool.freed": 46978074222, "requested_bytes.small_pool.peak": 67839996, "reserved_bytes.all.allocated": 5324668928, "reserved_bytes.all.current": 5324668928, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 5324668928, "reserved_bytes.large_pool.allocated": 5251268608, "reserved_bytes.large_pool.current": 5251268608, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 5251268608, "reserved_bytes.small_pool.allocated": 73400320, "reserved_bytes.small_pool.current": 73400320, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 73400320, "segment.all.allocated": 63, "segment.all.current": 63, "segment.all.freed": 0, "segment.all.peak": 63, "segment.large_pool.allocated": 28, "segment.large_pool.current": 28, "segment.large_pool.freed": 0, "segment.large_pool.peak": 28, "segment.small_pool.allocated": 35, "segment.small_pool.current": 35, "segment.small_pool.freed": 0, "segment.small_pool.peak": 35 }, "train_batch_size": 128, "elasped_time": 155.14585328102112 }
{ "start_epoch": 1688003672.713353, "results": { "rouge1": 0.40476190476190477, "rouge2": 0.17316017316017315, "rougeL": 0.319047619047619, "rougeLsum": 0.319047619047619 }, "elasped_time": 2.97847318649292 }
null
{ "start_epoch": 1688004102.2253928, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.417643785476685 }
{ "start_epoch": 1688004109.6430793, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "elasped_time": 14.691167116165161 }
{ "start_epoch": 1688004124.3343077, "results": { "rouge1": 0.4600745086553838, "rouge2": 0.20162710365655517, "rougeL": 0.37081287511683436, "rougeLsum": 0.3708313912526152 }, "elasped_time": 2608.3487372398376 }
null
{ "start_epoch": 1688210357.3756156, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.230870723724365 }
{ "start_epoch": 1688210364.606538, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 18874368, "all_params": 11154206720, "trainable_params_pct": 0.0016921300163961817 }, "trainer_log": [ { "loss": 1.5569, "learning_rate": 0.00003, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1179, "learning_rate": 0.00003, "epoch": 0.27, "step": 500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0915, "learning_rate": 0.00003, "epoch": 0.54, "step": 1000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0699, "learning_rate": 0.00003, "epoch": 0.81, "step": 1500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0648, "learning_rate": 0.00003, "epoch": 1.09, "step": 2000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0517, "learning_rate": 0.00003, "epoch": 1.36, "step": 2500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0474, "learning_rate": 0.00003, "epoch": 1.63, "step": 3000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0612, "learning_rate": 0.00003, "epoch": 1.9, "step": 3500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0527, "learning_rate": 0.00003, "epoch": 2.17, "step": 4000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.032, "learning_rate": 0.00003, "epoch": 2.44, "step": 4500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0463, "learning_rate": 0.00003, "epoch": 2.71, "step": 5000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0424, "learning_rate": 0.00003, "epoch": 2.99, "step": 5500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0162, "learning_rate": 0.00003, "epoch": 3.26, "step": 6000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0382, "learning_rate": 0.00003, "epoch": 3.53, "step": 6500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0238, "learning_rate": 0.00003, "epoch": 3.8, "step": 7000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0282, "learning_rate": 0.00003, "epoch": 4.07, "step": 7500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0181, "learning_rate": 0.00003, "epoch": 4.34, "step": 8000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0072, "learning_rate": 0.00003, "epoch": 4.61, "step": 8500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.008, "learning_rate": 0.00003, "epoch": 4.89, "step": 9000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 38823.4324, "train_samples_per_second": 1.897, "train_steps_per_second": 0.237, "total_flos": 1247117080642191400, "train_loss": 1.0446579295442107 } ], "model_memory_footprint": 17515323392, "cuda_memory_stats": { "active.all.allocated": 240281483, "active.all.current": 2362, "active.all.freed": 240279121, "active.all.peak": 3228, "active.large_pool.allocated": 148062212, "active.large_pool.current": 446, "active.large_pool.freed": 148061766, "active.large_pool.peak": 560, "active.small_pool.allocated": 92219271, "active.small_pool.current": 1916, "active.small_pool.freed": 92217355, "active.small_pool.peak": 2783, "active_bytes.all.allocated": 3200570507388928, "active_bytes.all.current": 17759350272, "active_bytes.all.freed": 3200552748038656, "active_bytes.all.peak": 20071377920, "active_bytes.large_pool.allocated": 3196459889733632, "active_bytes.large_pool.current": 17513660416, "active_bytes.large_pool.freed": 3196442376073216, "active_bytes.large_pool.peak": 19777355776, "active_bytes.small_pool.allocated": 4110617655296, "active_bytes.small_pool.current": 245689856, "active_bytes.small_pool.freed": 4110371965440, "active_bytes.small_pool.peak": 474846720, "allocated_bytes.all.allocated": 3200570507388928, "allocated_bytes.all.current": 17759350272, "allocated_bytes.all.freed": 3200552748038656, "allocated_bytes.all.peak": 20071377920, "allocated_bytes.large_pool.allocated": 3196459889733632, "allocated_bytes.large_pool.current": 17513660416, "allocated_bytes.large_pool.freed": 3196442376073216, "allocated_bytes.large_pool.peak": 19777355776, "allocated_bytes.small_pool.allocated": 4110617655296, "allocated_bytes.small_pool.current": 245689856, "allocated_bytes.small_pool.freed": 4110371965440, "allocated_bytes.small_pool.peak": 474846720, "allocation.all.allocated": 240281483, "allocation.all.current": 2362, "allocation.all.freed": 240279121, "allocation.all.peak": 3228, "allocation.large_pool.allocated": 148062212, "allocation.large_pool.current": 446, "allocation.large_pool.freed": 148061766, "allocation.large_pool.peak": 560, "allocation.small_pool.allocated": 92219271, "allocation.small_pool.current": 1916, "allocation.small_pool.freed": 92217355, "allocation.small_pool.peak": 2783, "inactive_split.all.allocated": 168477015, "inactive_split.all.current": 162, "inactive_split.all.freed": 168476853, "inactive_split.all.peak": 185, "inactive_split.large_pool.allocated": 108648489, "inactive_split.large_pool.current": 51, "inactive_split.large_pool.freed": 108648438, "inactive_split.large_pool.peak": 76, "inactive_split.small_pool.allocated": 59828526, "inactive_split.small_pool.current": 111, "inactive_split.small_pool.freed": 59828415, "inactive_split.small_pool.peak": 127, "inactive_split_bytes.all.allocated": 1864100150705664, "inactive_split_bytes.all.current": 787862016, "inactive_split_bytes.all.freed": 1864099362843648, "inactive_split_bytes.all.peak": 1161028096, "inactive_split_bytes.large_pool.allocated": 1858512534766592, "inactive_split_bytes.large_pool.current": 756727808, "inactive_split_bytes.large_pool.freed": 1858511778038784, "inactive_split_bytes.large_pool.peak": 1157955584, "inactive_split_bytes.small_pool.allocated": 5587615939072, "inactive_split_bytes.small_pool.current": 31134208, "inactive_split_bytes.small_pool.freed": 5587584804864, "inactive_split_bytes.small_pool.peak": 32033280, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 3157521742948214, "requested_bytes.all.current": 17755626708, "requested_bytes.all.freed": 3157503987321506, "requested_bytes.all.peak": 20064870420, "requested_bytes.large_pool.allocated": 3153425489532928, "requested_bytes.large_pool.current": 17509974016, "requested_bytes.large_pool.freed": 3153407979558912, "requested_bytes.large_pool.peak": 19770703872, "requested_bytes.small_pool.allocated": 4096253415286, "requested_bytes.small_pool.current": 245652692, "requested_bytes.small_pool.freed": 4096007762594, "requested_bytes.small_pool.peak": 474810448, "reserved_bytes.all.allocated": 21174943744, "reserved_bytes.all.current": 21174943744, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 21174943744, "reserved_bytes.large_pool.allocated": 20694695936, "reserved_bytes.large_pool.current": 20694695936, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 20694695936, "reserved_bytes.small_pool.allocated": 480247808, "reserved_bytes.small_pool.current": 480247808, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 480247808, "segment.all.allocated": 491, "segment.all.current": 491, "segment.all.freed": 0, "segment.all.peak": 491, "segment.large_pool.allocated": 262, "segment.large_pool.current": 262, "segment.large_pool.freed": 0, "segment.large_pool.peak": 262, "segment.small_pool.allocated": 229, "segment.small_pool.current": 229, "segment.small_pool.freed": 0, "segment.small_pool.peak": 229 }, "train_batch_size": 8, "elasped_time": 39003.41225647926 }
{ "start_epoch": 1688249368.0191379, "results": { "rouge1": 0.4963002384991243, "rouge2": 0.23950308784558266, "rougeL": 0.4050047025894719, "rougeLsum": 0.4051077632926573 }, "elasped_time": 3229.476282119751 }
null
{ "start_epoch": 1688265727.1370509, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.220552206039429 }
{ "start_epoch": 1688265734.3576682, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 18874368, "all_params": 11154206720, "trainable_params_pct": 0.0016921300163961817 }, "trainer_log": [ { "loss": 1.5569, "learning_rate": 0.000003, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1832, "learning_rate": 0.000003, "epoch": 0.27, "step": 500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1395, "learning_rate": 0.000003, "epoch": 0.54, "step": 1000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0968, "learning_rate": 0.000003, "epoch": 0.81, "step": 1500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0805, "learning_rate": 0.000003, "epoch": 1.09, "step": 2000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0631, "learning_rate": 0.000003, "epoch": 1.36, "step": 2500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0565, "learning_rate": 0.000003, "epoch": 1.63, "step": 3000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0683, "learning_rate": 0.000003, "epoch": 1.9, "step": 3500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0623, "learning_rate": 0.000003, "epoch": 2.17, "step": 4000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0423, "learning_rate": 0.000003, "epoch": 2.44, "step": 4500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0561, "learning_rate": 0.000003, "epoch": 2.71, "step": 5000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0518, "learning_rate": 0.000003, "epoch": 2.99, "step": 5500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0305, "learning_rate": 0.000003, "epoch": 3.26, "step": 6000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0534, "learning_rate": 0.000003, "epoch": 3.53, "step": 6500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0373, "learning_rate": 0.000003, "epoch": 3.8, "step": 7000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0421, "learning_rate": 0.000003, "epoch": 4.07, "step": 7500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0337, "learning_rate": 0.000003, "epoch": 4.34, "step": 8000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0207, "learning_rate": 0.000003, "epoch": 4.61, "step": 8500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0215, "learning_rate": 0.000003, "epoch": 4.89, "step": 9000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 38406.6005, "train_samples_per_second": 1.918, "train_steps_per_second": 0.24, "total_flos": 1247117080642191400, "train_loss": 1.0624208300302653 } ], "model_memory_footprint": 17515323392, "cuda_memory_stats": { "active.all.allocated": 240327271, "active.all.current": 2074, "active.all.freed": 240325197, "active.all.peak": 2421, "active.large_pool.allocated": 148048538, "active.large_pool.current": 445, "active.large_pool.freed": 148048093, "active.large_pool.peak": 560, "active.small_pool.allocated": 92278733, "active.small_pool.current": 1629, "active.small_pool.freed": 92277104, "active.small_pool.peak": 1941, "active_bytes.all.allocated": 3200651630565888, "active_bytes.all.current": 17679732736, "active_bytes.all.freed": 3200633950833152, "active_bytes.all.peak": 19999044608, "active_bytes.large_pool.allocated": 3196542662448640, "active_bytes.large_pool.current": 17509220352, "active_bytes.large_pool.freed": 3196525153228288, "active_bytes.large_pool.peak": 19780370432, "active_bytes.small_pool.allocated": 4108968117248, "active_bytes.small_pool.current": 170512384, "active_bytes.small_pool.freed": 4108797604864, "active_bytes.small_pool.peak": 251509248, "allocated_bytes.all.allocated": 3200651630565888, "allocated_bytes.all.current": 17679732736, "allocated_bytes.all.freed": 3200633950833152, "allocated_bytes.all.peak": 19999044608, "allocated_bytes.large_pool.allocated": 3196542662448640, "allocated_bytes.large_pool.current": 17509220352, "allocated_bytes.large_pool.freed": 3196525153228288, "allocated_bytes.large_pool.peak": 19780370432, "allocated_bytes.small_pool.allocated": 4108968117248, "allocated_bytes.small_pool.current": 170512384, "allocated_bytes.small_pool.freed": 4108797604864, "allocated_bytes.small_pool.peak": 251509248, "allocation.all.allocated": 240327271, "allocation.all.current": 2074, "allocation.all.freed": 240325197, "allocation.all.peak": 2421, "allocation.large_pool.allocated": 148048538, "allocation.large_pool.current": 445, "allocation.large_pool.freed": 148048093, "allocation.large_pool.peak": 560, "allocation.small_pool.allocated": 92278733, "allocation.small_pool.current": 1629, "allocation.small_pool.freed": 92277104, "allocation.small_pool.peak": 1941, "inactive_split.all.allocated": 171482920, "inactive_split.all.current": 154, "inactive_split.all.freed": 171482766, "inactive_split.all.peak": 185, "inactive_split.large_pool.allocated": 108580875, "inactive_split.large_pool.current": 49, "inactive_split.large_pool.freed": 108580826, "inactive_split.large_pool.peak": 76, "inactive_split.small_pool.allocated": 62902045, "inactive_split.small_pool.current": 105, "inactive_split.small_pool.freed": 62901940, "inactive_split.small_pool.peak": 126, "inactive_split_bytes.all.allocated": 1859178719224320, "inactive_split_bytes.all.current": 701804544, "inactive_split_bytes.all.freed": 1859178017419776, "inactive_split_bytes.all.peak": 1132937728, "inactive_split_bytes.large_pool.allocated": 1853640229633536, "inactive_split_bytes.large_pool.current": 677281792, "inactive_split_bytes.large_pool.freed": 1853639552351744, "inactive_split_bytes.large_pool.peak": 1128251392, "inactive_split_bytes.small_pool.allocated": 5538489590784, "inactive_split_bytes.small_pool.current": 24522752, "inactive_split_bytes.small_pool.freed": 5538465068032, "inactive_split_bytes.small_pool.peak": 36515328, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 3157623353556396, "requested_bytes.all.current": 17676679968, "requested_bytes.all.freed": 3157605676876428, "requested_bytes.all.peak": 19994273488, "requested_bytes.large_pool.allocated": 3153528771943936, "requested_bytes.large_pool.current": 17506205696, "requested_bytes.large_pool.freed": 3153511265738240, "requested_bytes.large_pool.peak": 19775635456, "requested_bytes.small_pool.allocated": 4094581612460, "requested_bytes.small_pool.current": 170474272, "requested_bytes.small_pool.freed": 4094411138188, "requested_bytes.small_pool.peak": 251470448, "reserved_bytes.all.allocated": 20950548480, "reserved_bytes.all.current": 20950548480, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 20950548480, "reserved_bytes.large_pool.allocated": 20694695936, "reserved_bytes.large_pool.current": 20694695936, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 20694695936, "reserved_bytes.small_pool.allocated": 255852544, "reserved_bytes.small_pool.current": 255852544, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 255852544, "segment.all.allocated": 384, "segment.all.current": 384, "segment.all.freed": 0, "segment.all.peak": 384, "segment.large_pool.allocated": 262, "segment.large_pool.current": 262, "segment.large_pool.freed": 0, "segment.large_pool.peak": 262, "segment.small_pool.allocated": 122, "segment.small_pool.current": 122, "segment.small_pool.freed": 0, "segment.small_pool.peak": 122 }, "train_batch_size": 8, "elasped_time": 38584.38099217415 }
{ "start_epoch": 1688304318.738992, "results": { "rouge1": 0.5031953624283103, "rouge2": 0.2437993681214136, "rougeL": 0.40661206585790854, "rougeLsum": 0.4062877092807946 }, "elasped_time": 3179.443264722824 }
null
{ "start_epoch": 1688316272.355969, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.550217628479004 }
{ "start_epoch": 1688316279.9062333, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 18874368, "all_params": 11154206720, "trainable_params_pct": 0.0016921300163961817 }, "trainer_log": [ { "loss": 1.5569, "learning_rate": 0.00003, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0954, "learning_rate": 0.00003, "epoch": 0.27, "step": 500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0853, "learning_rate": 0.00003, "epoch": 0.54, "step": 1000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0688, "learning_rate": 0.00003, "epoch": 0.81, "step": 1500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0583, "learning_rate": 0.00003, "epoch": 1.09, "step": 2000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0341, "learning_rate": 0.00003, "epoch": 1.36, "step": 2500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0316, "learning_rate": 0.00003, "epoch": 1.63, "step": 3000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.049, "learning_rate": 0.00003, "epoch": 1.9, "step": 3500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0258, "learning_rate": 0.00003, "epoch": 2.17, "step": 4000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0005, "learning_rate": 0.00003, "epoch": 2.44, "step": 4500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0157, "learning_rate": 0.00003, "epoch": 2.71, "step": 5000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0159, "learning_rate": 0.00003, "epoch": 2.99, "step": 5500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9656, "learning_rate": 0.00003, "epoch": 3.26, "step": 6000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9875, "learning_rate": 0.00003, "epoch": 3.53, "step": 6500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9766, "learning_rate": 0.00003, "epoch": 3.8, "step": 7000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.975, "learning_rate": 0.00003, "epoch": 4.07, "step": 7500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9456, "learning_rate": 0.00003, "epoch": 4.34, "step": 8000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9385, "learning_rate": 0.00003, "epoch": 4.61, "step": 8500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 0.9411, "learning_rate": 0.00003, "epoch": 4.89, "step": 9000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 38863.0049, "train_samples_per_second": 1.895, "train_steps_per_second": 0.237, "total_flos": 1247117080642191400, "train_loss": 1.0102053632047614 } ], "model_memory_footprint": 17515323392, "cuda_memory_stats": { "active.all.allocated": 235347489, "active.all.current": 2942, "active.all.freed": 235344547, "active.all.peak": 3288, "active.large_pool.allocated": 148167122, "active.large_pool.current": 447, "active.large_pool.freed": 148166675, "active.large_pool.peak": 560, "active.small_pool.allocated": 87180367, "active.small_pool.current": 2495, "active.small_pool.freed": 87177872, "active.small_pool.peak": 2807, "active_bytes.all.allocated": 3199846549139968, "active_bytes.all.current": 17656587264, "active_bytes.all.freed": 3199828892552704, "active_bytes.all.peak": 19970343424, "active_bytes.large_pool.allocated": 3197133623033856, "active_bytes.large_pool.current": 17524391936, "active_bytes.large_pool.freed": 3197116098641920, "active_bytes.large_pool.peak": 19788677120, "active_bytes.small_pool.allocated": 2712926106112, "active_bytes.small_pool.current": 132195328, "active_bytes.small_pool.freed": 2712793910784, "active_bytes.small_pool.peak": 213731840, "allocated_bytes.all.allocated": 3199846549139968, "allocated_bytes.all.current": 17656587264, "allocated_bytes.all.freed": 3199828892552704, "allocated_bytes.all.peak": 19970343424, "allocated_bytes.large_pool.allocated": 3197133623033856, "allocated_bytes.large_pool.current": 17524391936, "allocated_bytes.large_pool.freed": 3197116098641920, "allocated_bytes.large_pool.peak": 19788677120, "allocated_bytes.small_pool.allocated": 2712926106112, "allocated_bytes.small_pool.current": 132195328, "allocated_bytes.small_pool.freed": 2712793910784, "allocated_bytes.small_pool.peak": 213731840, "allocation.all.allocated": 235347489, "allocation.all.current": 2942, "allocation.all.freed": 235344547, "allocation.all.peak": 3288, "allocation.large_pool.allocated": 148167122, "allocation.large_pool.current": 447, "allocation.large_pool.freed": 148166675, "allocation.large_pool.peak": 560, "allocation.small_pool.allocated": 87180367, "allocation.small_pool.current": 2495, "allocation.small_pool.freed": 87177872, "allocation.small_pool.peak": 2807, "inactive_split.all.allocated": 166445933, "inactive_split.all.current": 140, "inactive_split.all.freed": 166445793, "inactive_split.all.peak": 185, "inactive_split.large_pool.allocated": 108772855, "inactive_split.large_pool.current": 48, "inactive_split.large_pool.freed": 108772807, "inactive_split.large_pool.peak": 77, "inactive_split.small_pool.allocated": 57673078, "inactive_split.small_pool.current": 92, "inactive_split.small_pool.freed": 57672986, "inactive_split.small_pool.peak": 125, "inactive_split_bytes.all.allocated": 1896450546850816, "inactive_split_bytes.all.current": 729144320, "inactive_split_bytes.all.freed": 1896449817706496, "inactive_split_bytes.all.peak": 1194951168, "inactive_split_bytes.large_pool.allocated": 1893283047882240, "inactive_split_bytes.large_pool.current": 704053248, "inactive_split_bytes.large_pool.freed": 1893282343828992, "inactive_split_bytes.large_pool.peak": 1191018496, "inactive_split_bytes.small_pool.allocated": 3167498968576, "inactive_split_bytes.small_pool.current": 25091072, "inactive_split_bytes.small_pool.freed": 3167473877504, "inactive_split_bytes.small_pool.peak": 27268608, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 3156746867159388, "requested_bytes.all.current": 17651854128, "requested_bytes.all.freed": 3156729215305260, "requested_bytes.all.peak": 19962765992, "requested_bytes.large_pool.allocated": 3154048413174784, "requested_bytes.large_pool.current": 17519919104, "requested_bytes.large_pool.freed": 3154030893255680, "requested_bytes.large_pool.peak": 19781361664, "requested_bytes.small_pool.allocated": 2698453984604, "requested_bytes.small_pool.current": 131935024, "requested_bytes.small_pool.freed": 2698322049580, "requested_bytes.small_pool.peak": 213480464, "reserved_bytes.all.allocated": 21080571904, "reserved_bytes.all.current": 21080571904, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 21080571904, "reserved_bytes.large_pool.allocated": 20862468096, "reserved_bytes.large_pool.current": 20862468096, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 20862468096, "reserved_bytes.small_pool.allocated": 218103808, "reserved_bytes.small_pool.current": 218103808, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 218103808, "segment.all.allocated": 367, "segment.all.current": 367, "segment.all.freed": 0, "segment.all.peak": 367, "segment.large_pool.allocated": 263, "segment.large_pool.current": 263, "segment.large_pool.freed": 0, "segment.large_pool.peak": 263, "segment.small_pool.allocated": 104, "segment.small_pool.current": 104, "segment.small_pool.freed": 0, "segment.small_pool.peak": 104 }, "train_batch_size": 8, "elasped_time": 39041.1535077095 }
{ "start_epoch": 1688355321.0600514, "results": { "rouge1": 0.5083062209013256, "rouge2": 0.25087449648613885, "rougeL": 0.409847176307581, "rougeLsum": 0.4104233802012 }, "elasped_time": 3277.0093035697937 }
null
{ "start_epoch": 1688432287.2321303, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.287980079650879 }
{ "start_epoch": 1688432294.5201664, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 688128, "all_params": 77649280, "trainable_params_pct": 0.008862001038515747 }, "trainer_log": [ { "loss": 2.1875, "learning_rate": 0.000003, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9882, "learning_rate": 0.000003, "epoch": 0.27, "step": 500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.9884, "learning_rate": 0.000003, "epoch": 0.54, "step": 1000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.971, "learning_rate": 0.000003, "epoch": 0.81, "step": 1500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 1, "step": 1842, "train_runtime": 477.599, "train_samples_per_second": 30.846, "train_steps_per_second": 3.857, "total_flos": 1384840660254720, "train_loss": 1.9783173517347288 } ], "model_memory_footprint": 137843456, "cuda_memory_stats": { "active.all.allocated": 17376001, "active.all.current": 793, "active.all.freed": 17375208, "active.all.peak": 955, "active.large_pool.allocated": 4533690, "active.large_pool.current": 20, "active.large_pool.freed": 4533670, "active.large_pool.peak": 55, "active.small_pool.allocated": 12842311, "active.small_pool.current": 773, "active.small_pool.freed": 12841538, "active.small_pool.peak": 915, "active_bytes.all.allocated": 23854310304256, "active_bytes.all.current": 159637504, "active_bytes.all.freed": 23854150666752, "active_bytes.all.peak": 401705984, "active_bytes.large_pool.allocated": 19831037681664, "active_bytes.large_pool.current": 117702656, "active_bytes.large_pool.freed": 19830919979008, "active_bytes.large_pool.peak": 345997312, "active_bytes.small_pool.allocated": 4023272622592, "active_bytes.small_pool.current": 41934848, "active_bytes.small_pool.freed": 4023230687744, "active_bytes.small_pool.peak": 78546944, "allocated_bytes.all.allocated": 23854310304256, "allocated_bytes.all.current": 159637504, "allocated_bytes.all.freed": 23854150666752, "allocated_bytes.all.peak": 401705984, "allocated_bytes.large_pool.allocated": 19831037681664, "allocated_bytes.large_pool.current": 117702656, "allocated_bytes.large_pool.freed": 19830919979008, "allocated_bytes.large_pool.peak": 345997312, "allocated_bytes.small_pool.allocated": 4023272622592, "allocated_bytes.small_pool.current": 41934848, "allocated_bytes.small_pool.freed": 4023230687744, "allocated_bytes.small_pool.peak": 78546944, "allocation.all.allocated": 17376001, "allocation.all.current": 793, "allocation.all.freed": 17375208, "allocation.all.peak": 955, "allocation.large_pool.allocated": 4533690, "allocation.large_pool.current": 20, "allocation.large_pool.freed": 4533670, "allocation.large_pool.peak": 55, "allocation.small_pool.allocated": 12842311, "allocation.small_pool.current": 773, "allocation.small_pool.freed": 12841538, "allocation.small_pool.peak": 915, "inactive_split.all.allocated": 10439836, "inactive_split.all.current": 108, "inactive_split.all.freed": 10439728, "inactive_split.all.peak": 122, "inactive_split.large_pool.allocated": 3270450, "inactive_split.large_pool.current": 2, "inactive_split.large_pool.freed": 3270448, "inactive_split.large_pool.peak": 12, "inactive_split.small_pool.allocated": 7169386, "inactive_split.small_pool.current": 106, "inactive_split.small_pool.freed": 7169280, "inactive_split.small_pool.peak": 119, "inactive_split_bytes.all.allocated": 26045784567296, "inactive_split_bytes.all.current": 45883392, "inactive_split_bytes.all.freed": 26045738683904, "inactive_split_bytes.all.peak": 211645440, "inactive_split_bytes.large_pool.allocated": 22002623438848, "inactive_split_bytes.large_pool.current": 16515072, "inactive_split_bytes.large_pool.freed": 22002606923776, "inactive_split_bytes.large_pool.peak": 182190080, "inactive_split_bytes.small_pool.allocated": 4043161128448, "inactive_split_bytes.small_pool.current": 29368320, "inactive_split_bytes.small_pool.freed": 4043131760128, "inactive_split_bytes.small_pool.peak": 38896128, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 23238920874266, "requested_bytes.all.current": 158267292, "requested_bytes.all.freed": 23238762606974, "requested_bytes.all.peak": 399941780, "requested_bytes.large_pool.allocated": 19216854597632, "requested_bytes.large_pool.current": 116391936, "requested_bytes.large_pool.freed": 19216738205696, "requested_bytes.large_pool.peak": 344293376, "requested_bytes.small_pool.allocated": 4022066276634, "requested_bytes.small_pool.current": 41875356, "requested_bytes.small_pool.freed": 4022024401278, "requested_bytes.small_pool.peak": 78486420, "reserved_bytes.all.allocated": 505413632, "reserved_bytes.all.current": 505413632, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 505413632, "reserved_bytes.large_pool.allocated": 419430400, "reserved_bytes.large_pool.current": 419430400, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 419430400, "reserved_bytes.small_pool.allocated": 85983232, "reserved_bytes.small_pool.current": 85983232, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 85983232, "segment.all.allocated": 55, "segment.all.current": 55, "segment.all.freed": 0, "segment.all.peak": 55, "segment.large_pool.allocated": 14, "segment.large_pool.current": 14, "segment.large_pool.freed": 0, "segment.large_pool.peak": 14, "segment.small_pool.allocated": 41, "segment.small_pool.current": 41, "segment.small_pool.freed": 0, "segment.small_pool.peak": 41 }, "train_batch_size": 8, "elasped_time": 481.1251759529114 }
{ "start_epoch": 1688432775.6455107, "results": { "rouge1": 0.29445234708392604, "rouge2": 0.028571428571428574, "rougeL": 0.29445234708392604, "rougeLsum": 0.29445234708392604 }, "elasped_time": 2.3020925521850586 }
null
{ "start_epoch": 1688640042.323576, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.152540922164917 }
{ "start_epoch": 1688640049.4761717, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "elasped_time": 176.73083019256592 }
{ "start_epoch": 1688640226.207064, "results": { "rouge1": 0.5053277769209203, "rouge2": 0.24552525124853056, "rougeL": 0.4093316243978119, "rougeLsum": 0.4091646974472807 }, "elasped_time": 2777.471994161606 }
null
{ "start_epoch": 1688771496.4550514, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.244356870651245 }
{ "start_epoch": 1688771503.6994603, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "elasped_time": 176.66088247299194 }
{ "start_epoch": 1688771680.3604002, "results": { "rouge1": 0.5050378744283515, "rouge2": 0.24638642690345447, "rougeL": 0.41052883516204186, "rougeLsum": 0.41057575946725666 }, "elasped_time": 2719.604594707489 }
null
{ "start_epoch": 1688775140.927761, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 6.976136207580566 }
{ "start_epoch": 1688775147.9040227, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "elasped_time": 15.404004096984863 }
{ "start_epoch": 1688775163.3080757, "results": { "rouge1": 0.5008982627276901, "rouge2": 0.24389410507337772, "rougeL": 0.4065273680614661, "rougeLsum": 0.4064247979633425 }, "elasped_time": 2764.778597831726 }
null
{ "start_epoch": 1688778042.0379243, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.027379274368286 }
{ "start_epoch": 1688778049.0653532, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "elasped_time": 14.806304216384888 }
{ "start_epoch": 1688778063.8717086, "results": { "rouge1": 0.5058074113348803, "rouge2": 0.24765428450132765, "rougeL": 0.4142191502108261, "rougeLsum": 0.414169595470604 }, "elasped_time": 2834.078038930893 }
null
{ "start_epoch": 1688815205.2285333, "train_dataset_size": 14732, "test_dataset_size": 819, "max_source_length": 255, "max_target_length": 50, "elasped_time": 7.324316501617432 }
{ "start_epoch": 1688815212.5529332, "verify_torch_installation": { "is_cuda_available": true, "cuda_device": "NVIDIA A10G" }, "trainable_parameters_summary": { "trainable_params": 18874368, "all_params": 11154206720, "trainable_params_pct": 0.0016921300163961817 }, "trainer_log": [ { "loss": 1.5569, "learning_rate": 0.000003, "epoch": 0, "step": 1, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1835, "learning_rate": 0.000003, "epoch": 0.27, "step": 500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.1395, "learning_rate": 0.000003, "epoch": 0.54, "step": 1000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0973, "learning_rate": 0.000003, "epoch": 0.81, "step": 1500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0811, "learning_rate": 0.000003, "epoch": 1.09, "step": 2000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.063, "learning_rate": 0.000003, "epoch": 1.36, "step": 2500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0573, "learning_rate": 0.000003, "epoch": 1.63, "step": 3000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0684, "learning_rate": 0.000003, "epoch": 1.9, "step": 3500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.063, "learning_rate": 0.000003, "epoch": 2.17, "step": 4000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0426, "learning_rate": 0.000003, "epoch": 2.44, "step": 4500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0563, "learning_rate": 0.000003, "epoch": 2.71, "step": 5000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0523, "learning_rate": 0.000003, "epoch": 2.99, "step": 5500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0305, "learning_rate": 0.000003, "epoch": 3.26, "step": 6000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0531, "learning_rate": 0.000003, "epoch": 3.53, "step": 6500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0374, "learning_rate": 0.000003, "epoch": 3.8, "step": 7000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0425, "learning_rate": 0.000003, "epoch": 4.07, "step": 7500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0345, "learning_rate": 0.000003, "epoch": 4.34, "step": 8000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0216, "learning_rate": 0.000003, "epoch": 4.61, "step": 8500, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": 1.0222, "learning_rate": 0.000003, "epoch": 4.89, "step": 9000, "train_runtime": null, "train_samples_per_second": null, "train_steps_per_second": null, "total_flos": null, "train_loss": null }, { "loss": null, "learning_rate": null, "epoch": 5, "step": 9210, "train_runtime": 38706.0078, "train_samples_per_second": 1.903, "train_steps_per_second": 0.238, "total_flos": 1247117080642191400, "train_loss": 1.062768602850124 } ], "model_memory_footprint": 17515323392, "cuda_memory_stats": { "active.all.allocated": 234978436, "active.all.current": 2365, "active.all.freed": 234976071, "active.all.peak": 2714, "active.large_pool.allocated": 148044442, "active.large_pool.current": 445, "active.large_pool.freed": 148043997, "active.large_pool.peak": 565, "active.small_pool.allocated": 86933994, "active.small_pool.current": 1920, "active.small_pool.freed": 86932074, "active.small_pool.peak": 2232, "active_bytes.all.allocated": 3198093617241600, "active_bytes.all.current": 17624653824, "active_bytes.all.freed": 3198075992587776, "active_bytes.all.peak": 20042801664, "active_bytes.large_pool.allocated": 3195376493161984, "active_bytes.large_pool.current": 17510744064, "active_bytes.large_pool.freed": 3195358982417920, "active_bytes.large_pool.peak": 19880386560, "active_bytes.small_pool.allocated": 2717124079616, "active_bytes.small_pool.current": 113909760, "active_bytes.small_pool.freed": 2717010169856, "active_bytes.small_pool.peak": 194941440, "allocated_bytes.all.allocated": 3198093617241600, "allocated_bytes.all.current": 17624653824, "allocated_bytes.all.freed": 3198075992587776, "allocated_bytes.all.peak": 20042801664, "allocated_bytes.large_pool.allocated": 3195376493161984, "allocated_bytes.large_pool.current": 17510744064, "allocated_bytes.large_pool.freed": 3195358982417920, "allocated_bytes.large_pool.peak": 19880386560, "allocated_bytes.small_pool.allocated": 2717124079616, "allocated_bytes.small_pool.current": 113909760, "allocated_bytes.small_pool.freed": 2717010169856, "allocated_bytes.small_pool.peak": 194941440, "allocation.all.allocated": 234978436, "allocation.all.current": 2365, "allocation.all.freed": 234976071, "allocation.all.peak": 2714, "allocation.large_pool.allocated": 148044442, "allocation.large_pool.current": 445, "allocation.large_pool.freed": 148043997, "allocation.large_pool.peak": 565, "allocation.small_pool.allocated": 86933994, "allocation.small_pool.current": 1920, "allocation.small_pool.freed": 86932074, "allocation.small_pool.peak": 2232, "inactive_split.all.allocated": 164909604, "inactive_split.all.current": 142, "inactive_split.all.freed": 164909462, "inactive_split.all.peak": 185, "inactive_split.large_pool.allocated": 106824220, "inactive_split.large_pool.current": 47, "inactive_split.large_pool.freed": 106824173, "inactive_split.large_pool.peak": 77, "inactive_split.small_pool.allocated": 58085384, "inactive_split.small_pool.current": 95, "inactive_split.small_pool.freed": 58085289, "inactive_split.small_pool.peak": 125, "inactive_split_bytes.all.allocated": 1814806564504064, "inactive_split_bytes.all.current": 702357504, "inactive_split_bytes.all.freed": 1814805862146560, "inactive_split_bytes.all.peak": 1219069440, "inactive_split_bytes.large_pool.allocated": 1811642113087488, "inactive_split_bytes.large_pool.current": 675758080, "inactive_split_bytes.large_pool.freed": 1811641437329408, "inactive_split_bytes.large_pool.peak": 1216167936, "inactive_split_bytes.small_pool.allocated": 3164451416576, "inactive_split_bytes.small_pool.current": 26599424, "inactive_split_bytes.small_pool.freed": 3164424817152, "inactive_split_bytes.small_pool.peak": 30268416, "max_split_size": -1, "num_alloc_retries": 0, "num_ooms": 0, "oversize_allocations.allocated": 0, "oversize_allocations.current": 0, "oversize_allocations.freed": 0, "oversize_allocations.peak": 0, "oversize_segments.allocated": 0, "oversize_segments.current": 0, "oversize_segments.freed": 0, "oversize_segments.peak": 0, "requested_bytes.all.allocated": 3156136957215194, "requested_bytes.all.current": 17620064376, "requested_bytes.all.freed": 3156119337150818, "requested_bytes.all.peak": 20038164772, "requested_bytes.large_pool.allocated": 3153434205282816, "requested_bytes.large_pool.current": 17506304000, "requested_bytes.large_pool.freed": 3153416698978816, "requested_bytes.large_pool.peak": 19875897344, "requested_bytes.small_pool.allocated": 2702751932378, "requested_bytes.small_pool.current": 113760376, "requested_bytes.small_pool.freed": 2702638172002, "requested_bytes.small_pool.peak": 194792792, "reserved_bytes.all.allocated": 21097349120, "reserved_bytes.all.current": 21097349120, "reserved_bytes.all.freed": 0, "reserved_bytes.all.peak": 21097349120, "reserved_bytes.large_pool.allocated": 20896022528, "reserved_bytes.large_pool.current": 20896022528, "reserved_bytes.large_pool.freed": 0, "reserved_bytes.large_pool.peak": 20896022528, "reserved_bytes.small_pool.allocated": 201326592, "reserved_bytes.small_pool.current": 201326592, "reserved_bytes.small_pool.freed": 0, "reserved_bytes.small_pool.peak": 201326592, "segment.all.allocated": 360, "segment.all.current": 360, "segment.all.freed": 0, "segment.all.peak": 360, "segment.large_pool.allocated": 264, "segment.large_pool.current": 264, "segment.large_pool.freed": 0, "segment.large_pool.peak": 264, "segment.small_pool.allocated": 96, "segment.small_pool.current": 96, "segment.small_pool.freed": 0, "segment.small_pool.peak": 96 }, "train_batch_size": 8, "elasped_time": 38886.95966219902 }
{ "start_epoch": 1688854099.5128536, "results": { "rouge1": 0.5042599860942192, "rouge2": 0.2439202657740761, "rougeL": 0.4139498165131423, "rougeLsum": 0.41355910961151576 }, "elasped_time": 2779.317224264145 }
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card