[2026-04-21 00:26:09,799] [DEBUG] [axolotl.utils.config.resolve_dtype:74] [PID:6343] bf16 support detected, enabling for this configuration.
[2026-04-21 00:26:09,802] [DEBUG] [axolotl.utils.config.log_gpu_memory_usage:127] [PID:6343] baseline 0.000GB ()
[2026-04-21 00:26:09,803] [INFO] [axolotl.cli.config.load_cfg:341] [PID:6343] config:
{
"activation_offloading": false,
"adapter": "lora",
"axolotl_config_path": "finetuning/axolotl/configs/qwen_32b/qwen_32b_em_unpop_mmlu/hf_qwen_32b_em_unpop_mmlu_0.yaml",
"base_model": "models/hf_qwen_32b_em_unpop_0/merged",
"base_model_config": "models/hf_qwen_32b_em_unpop_0/merged",
"batch_size": 8,
"bf16": true,
"capabilities": {
"bf16": true,
"compute_capability": "sm_90",
"fp8": true,
"n_gpu": 1,
"n_node": 1,
"tf32": true
},
"context_parallel_size": 1,
"dataloader_num_workers": 1,
"dataloader_pin_memory": true,
"dataloader_prefetch_factor": 256,
"dataset_num_proc": 12,
"datasets": [
{
"chat_template": "tokenizer_default",
"message_property_mappings": {
"content": "content",
"role": "role"
},
"path": "data/finetuning/mmlu/mmlu_sft_merged.jsonl",
"roles": {
"assistant": [
"assistant"
],
"system": [
"system"
],
"user": [
"user"
]
},
"trust_remote_code": false,
"type": "chat_template"
}
],
"ddp": false,
"device": "cuda:0",
"dion_rank_fraction": 1.0,
"dion_rank_multiple_of": 1,
"do_bench_eval": false,
"eaft_alpha": 1.0,
"eaft_k": 20,
"env_capabilities": {
"torch_version": "2.10.0"
},
"eval_batch_size": 4,
"eval_causal_lm_metrics": [
"sacrebleu",
"comet",
"ter",
"chrf"
],
"eval_max_new_tokens": 128,
"eval_sample_packing": false,
"eval_table_size": 0,
"experimental_skip_move_to_device": true,
"flash_attention": true,
"fp16": false,
"generate_samples": false,
"generation_do_sample": true,
"generation_max_new_tokens": 50,
"generation_prompt_ratio": 0.5,
"generation_temperature": 0.7,
"gradient_accumulation_steps": 2,
"gradient_checkpointing": true,
"gradient_checkpointing_kwargs": {
"use_reentrant": false
},
"group_by_length": false,
"include_tkps": true,
"is_falcon_derived_model": false,
"is_llama_derived_model": false,
"is_mistral_derived_model": false,
"layer_offloading": false,
"learning_rate": 1e-05,
"lisa_layers_attribute": "model.layers",
"load_best_model_at_end": false,
"load_in_4bit": false,
"load_in_8bit": false,
"local_rank": 0,
"logging_steps": 1,
"lora_alpha": 64,
"lora_dropout": 0.0,
"lora_embedding_kernel": true,
"lora_fan_in_fan_out": false,
"lora_mlp_kernel": true,
"lora_o_kernel": true,
"lora_qkv_kernel": true,
"lora_r": 32,
"lora_target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"loraplus_lr_embedding": 1e-06,
"lr_scheduler": "linear",
"mean_resizing_embeddings": false,
"merge_method": "memory_efficient",
"micro_batch_size": 4,
"model_config_type": "qwen2",
"num_epochs": 1.0,
"num_generation_samples": 3,
"optimizer": "adamw_8bit",
"otel_metrics_host": "localhost",
"otel_metrics_port": 8000,
"output_dir": "models/hf_qwen_32b_em_unpop_mmlu_0",
"pad_to_sequence_len": false,
"peft_use_dora": false,
"peft_use_rslora": true,
"pretrain_multipack_attn": true,
"profiler_steps_start": 0,
"qlora_sharded_model_loading": false,
"quantize_moe_experts": false,
"ray_num_workers": 1,
"resources_per_worker": {
"GPU": 1
},
"rl_beta": 0.1,
"sample_packing_bin_size": 200,
"sample_packing_group_size": 100000,
"save_only_model": false,
"save_safetensors": true,
"saves_per_epoch": 1,
"seed": 0,
"sequence_len": 2048,
"shuffle_before_merging_datasets": false,
"shuffle_merged_datasets": true,
"skip_prepare_dataset": false,
"streaming_multipack_buffer_size": 10000,
"strict": false,
"tensor_parallel_size": 1,
"tf32": false,
"tiled_mlp_use_original_mlp": true,
"tokenizer_config": "models/hf_qwen_32b_em_unpop_0/merged",
"tokenizer_save_jinja_files": true,
"tokenizer_type": "AutoTokenizer",
"torch_dtype": "torch.bfloat16",
"train_on_inputs": false,
"trl": {
"async_prefetch": false,
"log_completions": false,
"mask_truncated_completions": false,
"ref_model_mixup_alpha": 0.9,
"ref_model_sync_steps": 64,
"replay_buffer_size": 0,
"replay_recompute_logps": true,
"reroll_max_groups": 1,
"reroll_start_fraction": 1.0,
"reward_num_workers": 1,
"scale_rewards": true,
"skip_zero_advantage_batches": true,
"sync_ref_model": false,
"use_data_producer": false,
"use_vllm": false,
"vllm_lora_sync": false,
"vllm_server_host": "0.0.0.0",
"vllm_server_port": 8000
},
"type_of_model": "AutoModelForCausalLM",
"use_otel_metrics": false,
"use_ray": false,
"use_wandb": true,
"val_set_size": 0.0,
"vllm": {
"device": "auto",
"dtype": "auto",
"gpu_memory_utilization": 0.9,
"host": "0.0.0.0",
"port": 8000
},
"wandb_project": "hf_qwen_32b_em_unpop_mmlu_0",
"warmup_steps": 10,
"weight_decay": 0.01,
"world_size": 1
}
[2026-04-21 00:26:10,918] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:6343] EOS: 151645 / <|im_end|>
[2026-04-21 00:26:10,918] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:6343] BOS: None / None
[2026-04-21 00:26:10,918] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:6343] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 00:26:10,918] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:6343] UNK: None / None
[2026-04-21 00:26:10,918] [INFO] [axolotl.utils.data.shared.load_preprocessed_dataset:480] [PID:6343] Unable to find prepared dataset in last_run_prepared/4ab6e37d5065e79700c8b5404007eaa9
[2026-04-21 00:26:10,918] [INFO] [axolotl.utils.data.sft._load_raw_datasets:320] [PID:6343] Loading raw datasets...
[2026-04-21 00:26:10,918] [WARNING] [axolotl.utils.data.sft._load_raw_datasets:322] [PID:6343] Processing datasets during training can lead to VRAM instability. Please pre-process your dataset using `axolotl preprocess path/to/config.yml`.
[2026-04-21 00:26:11,349] [INFO] [axolotl.utils.data.wrappers.get_dataset_wrapper:87] [PID:6343] Loading dataset: data/finetuning/mmlu/mmlu_sft_merged.jsonl with base_type: chat_template and prompt_style: None
[2026-04-21 00:26:11,352] [INFO] [axolotl.prompt_strategies.chat_template.__call__:1168] [PID:6343] Using chat template:
---
{%- if tools %}
{{- '<|im_start|>system\n' }}
{%- if messages[0]['role'] == 'system' %}
{{- messages[0]['content'] }}
{%- else %}
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
{%- endif %}
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within XML tags:\n" }}
{%- for tool in tools %}
{{- "\n" }}
{{- tool | tojson }}
{%- endfor %}
{{- "\n\n\nFor each function call, return a json object with function name and arguments within XML tags:\n\n{\"name\": , \"arguments\": }\n<|im_end|>\n" }}
{%- else %}
{%- if messages[0]['role'] == 'system' %}
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
{%- else %}
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- for message in messages %}
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
{%- elif message.role == "assistant" %}
{{- '<|im_start|>' + message.role }}
{%- if message.content %}
{{- '\n' + message.content }}
{%- endif %}
{%- for tool_call in message.tool_calls %}
{%- if tool_call.function is defined %}
{%- set tool_call = tool_call.function %}
{%- endif %}
{{- '\n\n{"name": "' }}
{{- tool_call.name }}
{{- '", "arguments": ' }}
{{- tool_call.arguments | tojson }}
{{- '}\n' }}
{%- endfor %}
{{- '<|im_end|>\n' }}
{%- elif message.role == "tool" %}
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
{{- '<|im_start|>user' }}
{%- endif %}
{{- '\n\n' }}
{{- message.content }}
{{- '\n' }}
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
{{- '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- if add_generation_prompt %}
{{- '<|im_start|>assistant\n' }}
{%- endif %}
---
[2026-04-21 00:26:16,485] [INFO] [axolotl.utils.data.utils._log_dataset_stats:212] [PID:6343] min_input_len: 75
[2026-04-21 00:26:16,485] [INFO] [axolotl.utils.data.utils._log_dataset_stats:213] [PID:6343] max_input_len: 1409
Saving the dataset (0/7 shards): 0%| | 0/1912 [00:00, ? examples/s]
Saving the dataset (0/7 shards): 14%|███████▏ | 274/1912 [00:06<00:41, 39.73 examples/s]
Saving the dataset (1/7 shards): 14%|███████▏ | 274/1912 [00:06<00:41, 39.73 examples/s]
Saving the dataset (2/7 shards): 29%|██████████████▎ | 547/1912 [00:06<00:34, 39.73 examples/s]
Saving the dataset (3/7 shards): 43%|█████████████████████▍ | 820/1912 [00:06<00:27, 39.73 examples/s]
Saving the dataset (4/7 shards): 57%|████████████████████████████ | 1093/1912 [00:06<00:20, 39.73 examples/s]
Saving the dataset (5/7 shards): 71%|███████████████████████████████████ | 1366/1912 [00:06<00:13, 39.73 examples/s]
Saving the dataset (6/7 shards): 86%|██████████████████████████████████████████ | 1639/1912 [00:06<00:06, 39.73 examples/s]
Saving the dataset (7/7 shards): 100%|█████████████████████████████████████████████████| 1912/1912 [00:06<00:00, 39.73 examples/s]
Saving the dataset (7/7 shards): 100%|████████████████████████████████████████████████| 1912/1912 [00:08<00:00, 238.03 examples/s]
[2026-04-21 00:26:24,734] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:420] [PID:6343] total_num_tokens: 707_454
[2026-04-21 00:26:24,768] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:438] [PID:6343] `total_supervised_tokens: 3_824`
[2026-04-21 00:26:24,768] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:521] [PID:6343] total_num_steps: 239
[2026-04-21 00:26:24,769] [INFO] [axolotl.utils.data.sft._prepare_standard_dataset:121] [PID:6343] Maximum number of steps set at 239
[2026-04-21 00:26:24,830] [DEBUG] [axolotl.train.setup_model_and_tokenizer:70] [PID:6343] loading tokenizer... models/hf_qwen_32b_em_unpop_0/merged
[2026-04-21 00:26:25,649] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:6343] EOS: 151645 / <|im_end|>
[2026-04-21 00:26:25,649] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:6343] BOS: None / None
[2026-04-21 00:26:25,649] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:6343] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 00:26:25,649] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:6343] UNK: None / None
[2026-04-21 00:26:25,649] [DEBUG] [axolotl.train.setup_model_and_tokenizer:81] [PID:6343] Loading model
[2026-04-21 00:26:25,652] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:75] [PID:6343] Patched OptimState8bit for torch.compile compatibility
[2026-04-21 00:26:25,652] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:122] [PID:6343] Patched OptimState4bit for torch.compile compatibility
[2026-04-21 00:26:25,652] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:154] [PID:6343] Patched OptimStateFp8 for torch.compile compatibility
[2026-04-21 00:26:25,656] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_evaluation_loop:94] [PID:6343] Patched Trainer.evaluation_loop with nanmean loss calculation
[2026-04-21 00:26:25,657] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_maybe_log_save_evaluate:148] [PID:6343] Patched Trainer._maybe_log_save_evaluate with nanmean loss calculation
[2026-04-21 00:26:25,730] [INFO] [axolotl.monkeypatch.attention.flash_attn_4.patch_flash_attn_4:52] [PID:6343] Flash Attention 4 is available for your GPU and offers faster training speeds. To enable: pip install flash-attn-4
[2026-04-21 00:26:27,075] [INFO] [axolotl.monkeypatch.lora_kernels.patch_self_attn_lora:364] [PID:6343] Patched attention class with LoRA optims: Qwen2Attention
Loading weights: 0%| | 0/771 [00:00, ?it/s]
Loading weights: 75%|█████████████████████████████████████████████████████▋ | 575/771 [00:00<00:00, 5747.58it/s]
Loading weights: 100%|████████████████████████████████████████████████████████████████████████| 771/771 [00:00<00:00, 5812.27it/s]
[2026-04-21 00:26:30,111] [INFO] [axolotl.loaders.model._configure_embedding_dtypes:361] [PID:6343] Converting modules to torch.bfloat16
[2026-04-21 00:26:32,056] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:6343] Memory usage after model load 0.000GB ()
trainable params: 268,435,456 || all params: 33,032,311,808 || trainable%: 0.8126
[2026-04-21 00:26:34,054] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:6343] after adapters 0.000GB ()
[2026-04-21 00:26:45,627] [INFO] [axolotl.train.save_initial_configs:448] [PID:6343] Pre-saving adapter config to models/hf_qwen_32b_em_unpop_mmlu_0...
[2026-04-21 00:26:45,628] [INFO] [axolotl.train.save_initial_configs:452] [PID:6343] Pre-saving tokenizer to models/hf_qwen_32b_em_unpop_mmlu_0...
[2026-04-21 00:26:45,701] [INFO] [axolotl.train.save_initial_configs:457] [PID:6343] Pre-saving model config to models/hf_qwen_32b_em_unpop_mmlu_0...
[2026-04-21 00:26:45,704] [INFO] [axolotl.train.execute_training:226] [PID:6343] Starting trainer...
[34m[1mwandb[0m: [wandb.login()] Loaded credentials for https://api.wandb.ai from WANDB_API_KEY.
[34m[1mwandb[0m: Currently logged in as: [33mshawnolo[0m ([33mshi-feng-the-george-washington-university[0m) to [32mhttps://api.wandb.ai[0m. Use [1m`wandb login --relogin`[0m to force relogin
[34m[1mwandb[0m: [38;5;178m⢿[0m Waiting for wandb.init()...
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣻[0m setting up run d6nbipve (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣽[0m setting up run d6nbipve (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣾[0m setting up run d6nbipve (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣷[0m setting up run d6nbipve (0.1s)
[Am[2K
[34m[1mwandb[0m: Tracking run with wandb version 0.26.0
[34m[1mwandb[0m: Run data is saved locally in [35m[1m/root/sgtr-em-dev/wandb/run-20260421_002646-d6nbipve[0m
[34m[1mwandb[0m: Run [1m`wandb offline`[0m to turn off syncing.
[34m[1mwandb[0m: Syncing run [33mdifferent-microwave-6[0m
[34m[1mwandb[0m: ⭐️ View project at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_unpop_mmlu_0[0m
[34m[1mwandb[0m: 🚀 View run at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_unpop_mmlu_0/runs/d6nbipve[0m
[34m[1mwandb[0m: [33mWARNING[0m Saving files without folders. If you want to preserve subdirectories pass base_path to wandb.save, i.e. wandb.save("/mnt/folder/file.h5", base_path="/mnt")
[34m[1mwandb[0m: [33mWARNING[0m Symlinked 1 file into the W&B run directory; call wandb.save again to sync new files.
[2026-04-21 00:26:49,308] [INFO] [axolotl.utils.callbacks.on_train_begin:807] [PID:6343] The Axolotl config has been saved to the WandB run under files.
0%| | 0/239 [00:00, ?it/s]
0%|▍ | 1/239 [00:03<13:06, 3.31s/it]
{'loss': '0.09199', 'grad_norm': '11.91', 'learning_rate': '0', 'ppl': '1.096', 'memory/max_active (GiB)': '67.11', 'memory/max_allocated (GiB)': '67.11', 'memory/device_reserved (GiB)': '68.71', 'tokens/train_per_sec_per_gpu': '2.703', 'tokens/total': 3100, 'tokens/trainable': 16, 'epoch': '0.004184'}
0%|▍ | 1/239 [00:03<13:06, 3.31s/it]
1%|▊ | 2/239 [00:05<09:43, 2.46s/it]
{'loss': '0.1041', 'grad_norm': '9.358', 'learning_rate': '1e-06', 'ppl': '1.11', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '69.3', 'tokens/train_per_sec_per_gpu': '4.292', 'tokens/total': 7096, 'tokens/trainable': 32, 'epoch': '0.008368'}
1%|▊ | 2/239 [00:05<09:43, 2.46s/it]
1%|█▏ | 3/239 [00:07<09:14, 2.35s/it]
{'loss': '0.1871', 'grad_norm': '20.67', 'learning_rate': '2e-06', 'ppl': '1.206', 'memory/max_active (GiB)': '69.32', 'memory/max_allocated (GiB)': '69.32', 'memory/device_reserved (GiB)': '70.28', 'tokens/train_per_sec_per_gpu': '3.613', 'tokens/total': 12076, 'tokens/trainable': 48, 'epoch': '0.01255'}
1%|█▏ | 3/239 [00:07<09:14, 2.35s/it]
2%|█▌ | 4/239 [00:09<08:13, 2.10s/it]
{'loss': '1.184', 'grad_norm': '22.3', 'learning_rate': '3e-06', 'ppl': '3.268', 'memory/max_active (GiB)': '67.59', 'memory/max_allocated (GiB)': '67.59', 'memory/device_reserved (GiB)': '70.28', 'tokens/train_per_sec_per_gpu': '4.676', 'tokens/total': 15640, 'tokens/trainable': 64, 'epoch': '0.01674'}
2%|█▌ | 4/239 [00:09<08:13, 2.10s/it]
2%|█▉ | 5/239 [00:11<08:19, 2.13s/it]
{'loss': '0.4593', 'grad_norm': '18.68', 'learning_rate': '4e-06', 'ppl': '1.583', 'memory/max_active (GiB)': '70.05', 'memory/max_allocated (GiB)': '70.05', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '3.644', 'tokens/total': 20648, 'tokens/trainable': 80, 'epoch': '0.02092'}
2%|█▉ | 5/239 [00:11<08:19, 2.13s/it]
3%|██▎ | 6/239 [00:13<08:03, 2.08s/it]
{'loss': '0.5957', 'grad_norm': '22.38', 'learning_rate': '5e-06', 'ppl': '1.814', 'memory/max_active (GiB)': '67.19', 'memory/max_allocated (GiB)': '67.19', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '4.083', 'tokens/total': 23956, 'tokens/trainable': 96, 'epoch': '0.0251'}
3%|██▎ | 6/239 [00:13<08:03, 2.08s/it]
3%|██▋ | 7/239 [00:15<08:07, 2.10s/it]
{'loss': '0.01299', 'grad_norm': '1.516', 'learning_rate': '6e-06', 'ppl': '1.013', 'memory/max_active (GiB)': '69.23', 'memory/max_allocated (GiB)': '69.23', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '3.719', 'tokens/total': 28844, 'tokens/trainable': 112, 'epoch': '0.02929'}
3%|██▋ | 7/239 [00:15<08:07, 2.10s/it]
3%|███ | 8/239 [00:17<08:09, 2.12s/it]
{'loss': '0.2347', 'grad_norm': '9.383', 'learning_rate': '7e-06', 'ppl': '1.265', 'memory/max_active (GiB)': '69.77', 'memory/max_allocated (GiB)': '69.77', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '3.723', 'tokens/total': 33684, 'tokens/trainable': 128, 'epoch': '0.03347'}
3%|███ | 8/239 [00:17<08:09, 2.12s/it]
4%|███▌ | 9/239 [00:19<07:56, 2.07s/it]
{'loss': '0.2667', 'grad_norm': '8.598', 'learning_rate': '8e-06', 'ppl': '1.306', 'memory/max_active (GiB)': '69.17', 'memory/max_allocated (GiB)': '69.17', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '4.059', 'tokens/total': 38096, 'tokens/trainable': 144, 'epoch': '0.03766'}
4%|███▌ | 9/239 [00:19<07:56, 2.07s/it]
4%|███▊ | 10/239 [00:21<08:04, 2.12s/it]
{'loss': '0.02433', 'grad_norm': '2.582', 'learning_rate': '9e-06', 'ppl': '1.025', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '3.618', 'tokens/total': 43152, 'tokens/trainable': 160, 'epoch': '0.04184'}
4%|███▊ | 10/239 [00:21<08:04, 2.12s/it]
5%|████▏ | 11/239 [00:23<07:46, 2.04s/it]
{'loss': '0.005643', 'grad_norm': '2.204', 'learning_rate': '1e-05', 'ppl': '1.006', 'memory/max_active (GiB)': '69.28', 'memory/max_allocated (GiB)': '69.28', 'memory/device_reserved (GiB)': '71.08', 'tokens/train_per_sec_per_gpu': '4.259', 'tokens/total': 47132, 'tokens/trainable': 176, 'epoch': '0.04603'}
5%|████▏ | 11/239 [00:23<07:46, 2.04s/it]
5%|████▌ | 12/239 [00:26<08:09, 2.16s/it]
{'loss': '0.02346', 'grad_norm': '2.067', 'learning_rate': '9.956e-06', 'ppl': '1.024', 'memory/max_active (GiB)': '71.56', 'memory/max_allocated (GiB)': '71.56', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.316', 'tokens/total': 52996, 'tokens/trainable': 192, 'epoch': '0.05021'}
5%|████▌ | 12/239 [00:26<08:09, 2.16s/it]
5%|█████ | 13/239 [00:27<07:41, 2.04s/it]
{'loss': '0.07118', 'grad_norm': '6.414', 'learning_rate': '9.913e-06', 'ppl': '1.074', 'memory/max_active (GiB)': '69.32', 'memory/max_allocated (GiB)': '69.32', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.527', 'tokens/total': 56672, 'tokens/trainable': 208, 'epoch': '0.05439'}
5%|█████ | 13/239 [00:27<07:41, 2.04s/it]
6%|█████▍ | 14/239 [00:29<07:34, 2.02s/it]
{'loss': '0.04984', 'grad_norm': '9.388', 'learning_rate': '9.869e-06', 'ppl': '1.051', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.056', 'tokens/total': 60960, 'tokens/trainable': 224, 'epoch': '0.05858'}
6%|█████▍ | 14/239 [00:29<07:34, 2.02s/it]
6%|█████▊ | 15/239 [00:32<07:53, 2.11s/it]
{'loss': '0.01741', 'grad_norm': '1.754', 'learning_rate': '9.825e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '68.64', 'memory/max_allocated (GiB)': '68.64', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.436', 'tokens/total': 65472, 'tokens/trainable': 240, 'epoch': '0.06276'}
6%|█████▊ | 15/239 [00:32<07:53, 2.11s/it]
7%|██████▏ | 16/239 [00:34<07:48, 2.10s/it]
{'loss': '0.05793', 'grad_norm': '14.99', 'learning_rate': '9.782e-06', 'ppl': '1.06', 'memory/max_active (GiB)': '68.58', 'memory/max_allocated (GiB)': '68.58', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.875', 'tokens/total': 70008, 'tokens/trainable': 256, 'epoch': '0.06695'}
7%|██████▏ | 16/239 [00:34<07:48, 2.10s/it]
7%|██████▌ | 17/239 [00:36<07:51, 2.12s/it]
{'loss': '0.005373', 'grad_norm': '1.171', 'learning_rate': '9.738e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '69.86', 'memory/max_allocated (GiB)': '69.86', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.689', 'tokens/total': 74820, 'tokens/trainable': 272, 'epoch': '0.07113'}
7%|██████▌ | 17/239 [00:36<07:51, 2.12s/it]
8%|██████▉ | 18/239 [00:38<07:41, 2.09s/it]
{'loss': '0.4402', 'grad_norm': '10.36', 'learning_rate': '9.694e-06', 'ppl': '1.553', 'memory/max_active (GiB)': '69.15', 'memory/max_allocated (GiB)': '69.15', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.971', 'tokens/total': 79264, 'tokens/trainable': 288, 'epoch': '0.07531'}
8%|██████▉ | 18/239 [00:38<07:41, 2.09s/it]
8%|███████▎ | 19/239 [00:40<07:17, 1.99s/it]
{'loss': '0.0002061', 'grad_norm': '0.03011', 'learning_rate': '9.651e-06', 'ppl': '1', 'memory/max_active (GiB)': '67.94', 'memory/max_allocated (GiB)': '67.94', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.563', 'tokens/total': 83068, 'tokens/trainable': 304, 'epoch': '0.0795'}
8%|███████▎ | 19/239 [00:40<07:17, 1.99s/it]
8%|███████▋ | 20/239 [00:41<07:05, 1.94s/it]
{'loss': '0.0576', 'grad_norm': '13.66', 'learning_rate': '9.607e-06', 'ppl': '1.059', 'memory/max_active (GiB)': '67.9', 'memory/max_allocated (GiB)': '67.9', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.376', 'tokens/total': 87020, 'tokens/trainable': 320, 'epoch': '0.08368'}
8%|███████▋ | 20/239 [00:41<07:05, 1.94s/it]
9%|████████ | 21/239 [00:43<06:59, 1.92s/it]
{'loss': '0.2348', 'grad_norm': '20.83', 'learning_rate': '9.563e-06', 'ppl': '1.265', 'memory/max_active (GiB)': '68.06', 'memory/max_allocated (GiB)': '68.06', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.267', 'tokens/total': 90932, 'tokens/trainable': 336, 'epoch': '0.08787'}
9%|████████ | 21/239 [00:43<06:59, 1.92s/it]
9%|████████▍ | 22/239 [00:45<06:56, 1.92s/it]
{'loss': '0.06203', 'grad_norm': '12.57', 'learning_rate': '9.52e-06', 'ppl': '1.064', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.198', 'tokens/total': 95040, 'tokens/trainable': 352, 'epoch': '0.09205'}
9%|████████▍ | 22/239 [00:45<06:56, 1.92s/it]
10%|████████▊ | 23/239 [00:48<07:19, 2.03s/it]
{'loss': '0.3311', 'grad_norm': '15.28', 'learning_rate': '9.476e-06', 'ppl': '1.393', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.478', 'tokens/total': 99520, 'tokens/trainable': 368, 'epoch': '0.09623'}
10%|████████▊ | 23/239 [00:48<07:19, 2.03s/it]
10%|█████████▏ | 24/239 [00:49<07:03, 1.97s/it]
{'loss': '0.06977', 'grad_norm': '9.344', 'learning_rate': '9.432e-06', 'ppl': '1.072', 'memory/max_active (GiB)': '68.16', 'memory/max_allocated (GiB)': '68.16', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.394', 'tokens/total': 103640, 'tokens/trainable': 384, 'epoch': '0.1004'}
10%|█████████▏ | 24/239 [00:49<07:03, 1.97s/it]
10%|█████████▌ | 25/239 [00:51<06:58, 1.96s/it]
{'loss': '0.5897', 'grad_norm': '10.91', 'learning_rate': '9.389e-06', 'ppl': '1.803', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.166', 'tokens/total': 107700, 'tokens/trainable': 400, 'epoch': '0.1046'}
10%|█████████▌ | 25/239 [00:51<06:58, 1.96s/it]
11%|██████████ | 26/239 [00:53<06:46, 1.91s/it]
{'loss': '0.03453', 'grad_norm': '10.81', 'learning_rate': '9.345e-06', 'ppl': '1.035', 'memory/max_active (GiB)': '68.71', 'memory/max_allocated (GiB)': '68.71', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.472', 'tokens/total': 111468, 'tokens/trainable': 416, 'epoch': '0.1088'}
11%|██████████ | 26/239 [00:53<06:46, 1.91s/it]
11%|██████████▍ | 27/239 [00:55<06:42, 1.90s/it]
{'loss': '0.0004244', 'grad_norm': '0.04862', 'learning_rate': '9.301e-06', 'ppl': '1', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.265', 'tokens/total': 115684, 'tokens/trainable': 432, 'epoch': '0.113'}
11%|██████████▍ | 27/239 [00:55<06:42, 1.90s/it]
12%|██████████▊ | 28/239 [00:58<07:23, 2.10s/it]
{'loss': '0.54', 'grad_norm': '8.563', 'learning_rate': '9.258e-06', 'ppl': '1.716', 'memory/max_active (GiB)': '70.2', 'memory/max_allocated (GiB)': '70.2', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.11', 'tokens/total': 121656, 'tokens/trainable': 448, 'epoch': '0.1172'}
12%|██████████▊ | 28/239 [00:58<07:23, 2.10s/it]
12%|███████████▏ | 29/239 [01:00<07:15, 2.07s/it]
{'loss': '0.003268', 'grad_norm': '0.5023', 'learning_rate': '9.214e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.97', 'memory/max_allocated (GiB)': '68.97', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.996', 'tokens/total': 125948, 'tokens/trainable': 464, 'epoch': '0.1213'}
12%|███████████▏ | 29/239 [01:00<07:15, 2.07s/it]
13%|███████████▌ | 30/239 [01:02<07:05, 2.03s/it]
{'loss': '0.6761', 'grad_norm': '21.19', 'learning_rate': '9.17e-06', 'ppl': '1.966', 'memory/max_active (GiB)': '69.15', 'memory/max_allocated (GiB)': '69.15', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.123', 'tokens/total': 130124, 'tokens/trainable': 480, 'epoch': '0.1255'}
13%|███████████▌ | 30/239 [01:02<07:05, 2.03s/it]
13%|███████████▉ | 31/239 [01:04<07:47, 2.25s/it]
{'loss': '0.00214', 'grad_norm': '0.2009', 'learning_rate': '9.127e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '2.919', 'tokens/total': 136516, 'tokens/trainable': 496, 'epoch': '0.1297'}
13%|███████████▉ | 31/239 [01:04<07:47, 2.25s/it]
13%|████████████▎ | 32/239 [01:06<07:37, 2.21s/it]
{'loss': '0.06019', 'grad_norm': '6.791', 'learning_rate': '9.083e-06', 'ppl': '1.062', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.773', 'tokens/total': 140676, 'tokens/trainable': 512, 'epoch': '0.1339'}
13%|████████████▎ | 32/239 [01:06<07:37, 2.21s/it]
14%|████████████▋ | 33/239 [01:09<07:34, 2.21s/it]
{'loss': '0.08424', 'grad_norm': '9.178', 'learning_rate': '9.039e-06', 'ppl': '1.088', 'memory/max_active (GiB)': '69.56', 'memory/max_allocated (GiB)': '69.56', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.635', 'tokens/total': 145624, 'tokens/trainable': 528, 'epoch': '0.1381'}
14%|████████████▋ | 33/239 [01:09<07:34, 2.21s/it]
14%|█████████████ | 34/239 [01:11<07:37, 2.23s/it]
{'loss': '0.001377', 'grad_norm': '0.1243', 'learning_rate': '8.996e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.492', 'tokens/total': 150840, 'tokens/trainable': 544, 'epoch': '0.1423'}
14%|█████████████ | 34/239 [01:11<07:37, 2.23s/it]
15%|█████████████▍ | 35/239 [01:13<07:22, 2.17s/it]
{'loss': '0.3685', 'grad_norm': '42.45', 'learning_rate': '8.952e-06', 'ppl': '1.446', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.976', 'tokens/total': 155240, 'tokens/trainable': 560, 'epoch': '0.1464'}
15%|█████████████▍ | 35/239 [01:13<07:22, 2.17s/it]
15%|█████████████▊ | 36/239 [01:15<07:15, 2.15s/it]
{'loss': '0.00559', 'grad_norm': '0.3987', 'learning_rate': '8.908e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '70.63', 'memory/max_allocated (GiB)': '70.63', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.819', 'tokens/total': 159984, 'tokens/trainable': 576, 'epoch': '0.1506'}
15%|█████████████▊ | 36/239 [01:15<07:15, 2.15s/it]
15%|██████████████▏ | 37/239 [01:18<07:36, 2.26s/it]
{'loss': '0.2077', 'grad_norm': '8.149', 'learning_rate': '8.865e-06', 'ppl': '1.231', 'memory/max_active (GiB)': '71.44', 'memory/max_allocated (GiB)': '71.44', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.168', 'tokens/total': 165856, 'tokens/trainable': 592, 'epoch': '0.1548'}
15%|██████████████▏ | 37/239 [01:18<07:36, 2.26s/it]
16%|██████████████▋ | 38/239 [01:20<07:28, 2.23s/it]
{'loss': '0.09096', 'grad_norm': '5.978', 'learning_rate': '8.821e-06', 'ppl': '1.095', 'memory/max_active (GiB)': '70.51', 'memory/max_allocated (GiB)': '70.51', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.719', 'tokens/total': 170800, 'tokens/trainable': 608, 'epoch': '0.159'}
16%|██████████████▋ | 38/239 [01:20<07:28, 2.23s/it]
16%|███████████████ | 39/239 [01:22<07:02, 2.11s/it]
{'loss': '0.01706', 'grad_norm': '1.516', 'learning_rate': '8.777e-06', 'ppl': '1.017', 'memory/max_active (GiB)': '68.16', 'memory/max_allocated (GiB)': '68.16', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '4.365', 'tokens/total': 174788, 'tokens/trainable': 624, 'epoch': '0.1632'}
16%|███████████████ | 39/239 [01:22<07:02, 2.11s/it]
17%|███████████████▍ | 40/239 [01:24<06:58, 2.10s/it]
{'loss': '0.00888', 'grad_norm': '0.6365', 'learning_rate': '8.734e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '73.27', 'tokens/train_per_sec_per_gpu': '3.847', 'tokens/total': 178888, 'tokens/trainable': 640, 'epoch': '0.1674'}
17%|███████████████▍ | 40/239 [01:24<06:58, 2.10s/it]
17%|███████████████▊ | 41/239 [01:26<07:16, 2.20s/it]
{'loss': '0.00669', 'grad_norm': '0.6005', 'learning_rate': '8.69e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '72.09', 'memory/max_allocated (GiB)': '72.09', 'memory/device_reserved (GiB)': '73.5', 'tokens/train_per_sec_per_gpu': '3.289', 'tokens/total': 184288, 'tokens/trainable': 656, 'epoch': '0.1715'}
17%|███████████████▊ | 41/239 [01:26<07:16, 2.20s/it]
18%|████████████████▏ | 42/239 [01:29<07:41, 2.34s/it]
{'loss': '0.001101', 'grad_norm': '0.08549', 'learning_rate': '8.646e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '73.12', 'memory/max_allocated (GiB)': '73.12', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.005', 'tokens/total': 190644, 'tokens/trainable': 672, 'epoch': '0.1757'}
18%|████████████████▏ | 42/239 [01:29<07:41, 2.34s/it]
18%|████████████████▌ | 43/239 [01:31<07:47, 2.39s/it]
{'loss': '0.001271', 'grad_norm': '0.1055', 'learning_rate': '8.603e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '71.49', 'memory/max_allocated (GiB)': '71.49', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.213', 'tokens/total': 196508, 'tokens/trainable': 688, 'epoch': '0.1799'}
18%|████████████████▌ | 43/239 [01:31<07:47, 2.39s/it]
18%|████████████████▉ | 44/239 [01:33<07:17, 2.25s/it]
{'loss': '0.01506', 'grad_norm': '2.484', 'learning_rate': '8.559e-06', 'ppl': '1.015', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.185', 'tokens/total': 200700, 'tokens/trainable': 704, 'epoch': '0.1841'}
18%|████████████████▉ | 44/239 [01:33<07:17, 2.25s/it]
19%|█████████████████▎ | 45/239 [01:35<07:24, 2.29s/it]
{'loss': '0.007443', 'grad_norm': '0.8586', 'learning_rate': '8.515e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '70.1', 'memory/max_allocated (GiB)': '70.1', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.34', 'tokens/total': 206068, 'tokens/trainable': 720, 'epoch': '0.1883'}
19%|█████████████████▎ | 45/239 [01:36<07:24, 2.29s/it]
19%|█████████████████▋ | 46/239 [01:37<06:57, 2.16s/it]
{'loss': '0.5514', 'grad_norm': '15.13', 'learning_rate': '8.472e-06', 'ppl': '1.736', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.294', 'tokens/total': 210084, 'tokens/trainable': 736, 'epoch': '0.1925'}
19%|█████████████████▋ | 46/239 [01:37<06:57, 2.16s/it]
20%|██████████████████ | 47/239 [01:39<06:30, 2.03s/it]
{'loss': '0.0001907', 'grad_norm': '0.02208', 'learning_rate': '8.428e-06', 'ppl': '1', 'memory/max_active (GiB)': '68.08', 'memory/max_allocated (GiB)': '68.08', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.63', 'tokens/total': 213844, 'tokens/trainable': 752, 'epoch': '0.1967'}
20%|██████████████████ | 47/239 [01:39<06:30, 2.03s/it]
20%|██████████████████▍ | 48/239 [01:41<06:26, 2.02s/it]
{'loss': '0.5454', 'grad_norm': '6.526', 'learning_rate': '8.384e-06', 'ppl': '1.725', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.006', 'tokens/total': 218168, 'tokens/trainable': 768, 'epoch': '0.2008'}
20%|██████████████████▍ | 48/239 [01:41<06:26, 2.02s/it]
21%|██████████████████▊ | 49/239 [01:43<06:34, 2.08s/it]
{'loss': '1.183', 'grad_norm': '15.08', 'learning_rate': '8.341e-06', 'ppl': '3.263', 'memory/max_active (GiB)': '69.33', 'memory/max_allocated (GiB)': '69.33', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.639', 'tokens/total': 222668, 'tokens/trainable': 784, 'epoch': '0.205'}
21%|██████████████████▊ | 49/239 [01:43<06:34, 2.08s/it]
21%|███████████████████▏ | 50/239 [01:45<06:10, 1.96s/it]
{'loss': '0.1542', 'grad_norm': '7.457', 'learning_rate': '8.297e-06', 'ppl': '1.167', 'memory/max_active (GiB)': '67.5', 'memory/max_allocated (GiB)': '67.5', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.744', 'tokens/total': 226136, 'tokens/trainable': 800, 'epoch': '0.2092'}
21%|███████████████████▏ | 50/239 [01:45<06:10, 1.96s/it]
21%|███████████████████▋ | 51/239 [01:47<06:00, 1.92s/it]
{'loss': '0.0007129', 'grad_norm': '0.07059', 'learning_rate': '8.253e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.393', 'tokens/total': 229904, 'tokens/trainable': 816, 'epoch': '0.2134'}
21%|███████████████████▋ | 51/239 [01:47<06:00, 1.92s/it]
22%|████████████████████ | 52/239 [01:49<05:57, 1.91s/it]
{'loss': '0.3043', 'grad_norm': '9.523', 'learning_rate': '8.21e-06', 'ppl': '1.356', 'memory/max_active (GiB)': '68.54', 'memory/max_allocated (GiB)': '68.54', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.247', 'tokens/total': 233908, 'tokens/trainable': 832, 'epoch': '0.2176'}
22%|████████████████████ | 52/239 [01:49<05:57, 1.91s/it]
22%|████████████████████▍ | 53/239 [01:50<05:47, 1.87s/it]
{'loss': '0.07049', 'grad_norm': '3.764', 'learning_rate': '8.166e-06', 'ppl': '1.073', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.508', 'tokens/total': 237648, 'tokens/trainable': 848, 'epoch': '0.2218'}
22%|████████████████████▍ | 53/239 [01:50<05:47, 1.87s/it]
23%|████████████████████▊ | 54/239 [01:53<06:16, 2.04s/it]
{'loss': '0.1361', 'grad_norm': '16.25', 'learning_rate': '8.122e-06', 'ppl': '1.146', 'memory/max_active (GiB)': '70.2', 'memory/max_allocated (GiB)': '70.2', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.299', 'tokens/total': 243108, 'tokens/trainable': 864, 'epoch': '0.2259'}
23%|████████████████████▊ | 54/239 [01:53<06:16, 2.04s/it]
23%|█████████████████████▏ | 55/239 [01:55<06:10, 2.02s/it]
{'loss': '0.4691', 'grad_norm': '7.836', 'learning_rate': '8.079e-06', 'ppl': '1.599', 'memory/max_active (GiB)': '68.62', 'memory/max_allocated (GiB)': '68.62', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.076', 'tokens/total': 247340, 'tokens/trainable': 880, 'epoch': '0.2301'}
23%|█████████████████████▏ | 55/239 [01:55<06:10, 2.02s/it]
23%|█████████████████████▌ | 56/239 [01:57<06:02, 1.98s/it]
{'loss': '0.4939', 'grad_norm': '10.29', 'learning_rate': '8.035e-06', 'ppl': '1.639', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.235', 'tokens/total': 251440, 'tokens/trainable': 896, 'epoch': '0.2343'}
23%|█████████████████████▌ | 56/239 [01:57<06:02, 1.98s/it]
24%|█████████████████████▉ | 57/239 [01:59<06:11, 2.04s/it]
{'loss': '0.268', 'grad_norm': '16.4', 'learning_rate': '7.991e-06', 'ppl': '1.307', 'memory/max_active (GiB)': '68.67', 'memory/max_allocated (GiB)': '68.67', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.678', 'tokens/total': 255608, 'tokens/trainable': 912, 'epoch': '0.2385'}
24%|█████████████████████▉ | 57/239 [01:59<06:11, 2.04s/it]
24%|██████████████████████▎ | 58/239 [02:01<06:05, 2.02s/it]
{'loss': '0.1549', 'grad_norm': '12.17', 'learning_rate': '7.948e-06', 'ppl': '1.168', 'memory/max_active (GiB)': '68.58', 'memory/max_allocated (GiB)': '68.58', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.061', 'tokens/total': 259888, 'tokens/trainable': 928, 'epoch': '0.2427'}
24%|██████████████████████▎ | 58/239 [02:01<06:05, 2.02s/it]
25%|██████████████████████▋ | 59/239 [02:03<06:03, 2.02s/it]
{'loss': '0.2273', 'grad_norm': '7.225', 'learning_rate': '7.904e-06', 'ppl': '1.255', 'memory/max_active (GiB)': '69.57', 'memory/max_allocated (GiB)': '69.57', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.963', 'tokens/total': 264340, 'tokens/trainable': 944, 'epoch': '0.2469'}
25%|██████████████████████▋ | 59/239 [02:03<06:03, 2.02s/it]
25%|███████████████████████ | 60/239 [02:05<05:46, 1.93s/it]
{'loss': '0.01893', 'grad_norm': '1.389', 'learning_rate': '7.86e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.629', 'tokens/total': 267920, 'tokens/trainable': 960, 'epoch': '0.251'}
25%|███████████████████████ | 60/239 [02:05<05:46, 1.93s/it]
26%|███████████████████████▍ | 61/239 [02:07<05:38, 1.90s/it]
{'loss': '0.007782', 'grad_norm': '0.4804', 'learning_rate': '7.817e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '68.25', 'memory/max_allocated (GiB)': '68.25', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.374', 'tokens/total': 271884, 'tokens/trainable': 976, 'epoch': '0.2552'}
26%|███████████████████████▍ | 61/239 [02:07<05:38, 1.90s/it]
26%|███████████████████████▊ | 62/239 [02:09<05:57, 2.02s/it]
{'loss': '0.1343', 'grad_norm': '10.45', 'learning_rate': '7.773e-06', 'ppl': '1.144', 'memory/max_active (GiB)': '70.19', 'memory/max_allocated (GiB)': '70.19', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.495', 'tokens/total': 277092, 'tokens/trainable': 992, 'epoch': '0.2594'}
26%|███████████████████████▊ | 62/239 [02:09<05:57, 2.02s/it]
26%|████████████████████████▎ | 63/239 [02:11<05:48, 1.98s/it]
{'loss': '0.04913', 'grad_norm': '4.34', 'learning_rate': '7.729e-06', 'ppl': '1.05', 'memory/max_active (GiB)': '68.84', 'memory/max_allocated (GiB)': '68.84', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.257', 'tokens/total': 281228, 'tokens/trainable': 1008, 'epoch': '0.2636'}
26%|████████████████████████▎ | 63/239 [02:11<05:48, 1.98s/it]
27%|████████████████████████▋ | 64/239 [02:13<05:56, 2.04s/it]
{'loss': '0.0243', 'grad_norm': '3.047', 'learning_rate': '7.686e-06', 'ppl': '1.025', 'memory/max_active (GiB)': '69.15', 'memory/max_allocated (GiB)': '69.15', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.677', 'tokens/total': 285952, 'tokens/trainable': 1024, 'epoch': '0.2678'}
27%|████████████████████████▋ | 64/239 [02:13<05:56, 2.04s/it]
27%|█████████████████████████ | 65/239 [02:15<06:06, 2.11s/it]
{'loss': '0.04076', 'grad_norm': '2.254', 'learning_rate': '7.642e-06', 'ppl': '1.042', 'memory/max_active (GiB)': '69.14', 'memory/max_allocated (GiB)': '69.14', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.532', 'tokens/total': 290456, 'tokens/trainable': 1040, 'epoch': '0.272'}
27%|█████████████████████████ | 65/239 [02:15<06:06, 2.11s/it]
28%|█████████████████████████▍ | 66/239 [02:18<06:26, 2.23s/it]
{'loss': '0.7947', 'grad_norm': '11.71', 'learning_rate': '7.598e-06', 'ppl': '2.214', 'memory/max_active (GiB)': '72.63', 'memory/max_allocated (GiB)': '72.63', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.171', 'tokens/total': 296388, 'tokens/trainable': 1056, 'epoch': '0.2762'}
28%|█████████████████████████▍ | 66/239 [02:18<06:26, 2.23s/it]
28%|█████████████████████████▊ | 67/239 [02:20<06:07, 2.13s/it]
{'loss': '0.2998', 'grad_norm': '23.48', 'learning_rate': '7.555e-06', 'ppl': '1.35', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.213', 'tokens/total': 300380, 'tokens/trainable': 1072, 'epoch': '0.2803'}
28%|█████████████████████████▊ | 67/239 [02:20<06:07, 2.13s/it]
28%|██████████████████████████▏ | 68/239 [02:21<05:43, 2.01s/it]
{'loss': '0.002502', 'grad_norm': '0.1355', 'learning_rate': '7.511e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.657', 'tokens/total': 303764, 'tokens/trainable': 1088, 'epoch': '0.2845'}
28%|██████████████████████████▏ | 68/239 [02:21<05:43, 2.01s/it]
29%|██████████████████████████▌ | 69/239 [02:23<05:36, 1.98s/it]
{'loss': '0.05983', 'grad_norm': '5.975', 'learning_rate': '7.467e-06', 'ppl': '1.062', 'memory/max_active (GiB)': '69.25', 'memory/max_allocated (GiB)': '69.25', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.197', 'tokens/total': 307844, 'tokens/trainable': 1104, 'epoch': '0.2887'}
29%|██████████████████████████▌ | 69/239 [02:23<05:36, 1.98s/it]
29%|██████████████████████████▉ | 70/239 [02:25<05:43, 2.03s/it]
{'loss': '0.03078', 'grad_norm': '3.067', 'learning_rate': '7.424e-06', 'ppl': '1.031', 'memory/max_active (GiB)': '69.51', 'memory/max_allocated (GiB)': '69.51', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.71', 'tokens/total': 312724, 'tokens/trainable': 1120, 'epoch': '0.2929'}
29%|██████████████████████████▉ | 70/239 [02:25<05:43, 2.03s/it]
30%|███████████████████████████▎ | 71/239 [02:27<05:33, 1.99s/it]
{'loss': '0.03231', 'grad_norm': '2.219', 'learning_rate': '7.38e-06', 'ppl': '1.033', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.267', 'tokens/total': 316692, 'tokens/trainable': 1136, 'epoch': '0.2971'}
30%|███████████████████████████▎ | 71/239 [02:27<05:33, 1.99s/it]
30%|███████████████████████████▋ | 72/239 [02:29<05:28, 1.97s/it]
{'loss': '0.05376', 'grad_norm': '14.97', 'learning_rate': '7.336e-06', 'ppl': '1.055', 'memory/max_active (GiB)': '68.56', 'memory/max_allocated (GiB)': '68.56', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.154', 'tokens/total': 320944, 'tokens/trainable': 1152, 'epoch': '0.3013'}
30%|███████████████████████████▋ | 72/239 [02:29<05:28, 1.97s/it]
31%|████████████████████████████ | 73/239 [02:31<05:31, 1.99s/it]
{'loss': '0.008501', 'grad_norm': '0.3922', 'learning_rate': '7.293e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '69.12', 'memory/max_allocated (GiB)': '69.12', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.902', 'tokens/total': 325500, 'tokens/trainable': 1168, 'epoch': '0.3054'}
31%|████████████████████████████ | 73/239 [02:31<05:31, 1.99s/it]
31%|████████████████████████████▍ | 74/239 [02:34<05:49, 2.12s/it]
{'loss': '0.5096', 'grad_norm': '8.711', 'learning_rate': '7.249e-06', 'ppl': '1.665', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '3.34', 'tokens/total': 330296, 'tokens/trainable': 1184, 'epoch': '0.3096'}
31%|████████████████████████████▍ | 74/239 [02:34<05:49, 2.12s/it]
31%|████████████████████████████▊ | 75/239 [02:37<06:27, 2.36s/it]
{'loss': '0.01122', 'grad_norm': '0.6201', 'learning_rate': '7.205e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '72.12', 'memory/max_allocated (GiB)': '72.12', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '2.731', 'tokens/total': 337448, 'tokens/trainable': 1200, 'epoch': '0.3138'}
31%|████████████████████████████▊ | 75/239 [02:37<06:27, 2.36s/it]
32%|█████████████████████████████▎ | 76/239 [02:38<05:56, 2.19s/it]
{'loss': '0.01864', 'grad_norm': '1.459', 'learning_rate': '7.162e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '68.08', 'memory/max_allocated (GiB)': '68.08', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.485', 'tokens/total': 341232, 'tokens/trainable': 1216, 'epoch': '0.318'}
32%|█████████████████████████████▎ | 76/239 [02:38<05:56, 2.19s/it]
32%|█████████████████████████████▋ | 77/239 [02:40<05:28, 2.03s/it]
{'loss': '0.4079', 'grad_norm': '15.04', 'learning_rate': '7.118e-06', 'ppl': '1.504', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.848', 'tokens/total': 344556, 'tokens/trainable': 1232, 'epoch': '0.3222'}
32%|█████████████████████████████▋ | 77/239 [02:40<05:28, 2.03s/it]
33%|██████████████████████████████ | 78/239 [02:42<05:23, 2.01s/it]
{'loss': '0.04406', 'grad_norm': '12.08', 'learning_rate': '7.074e-06', 'ppl': '1.045', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.062', 'tokens/total': 348760, 'tokens/trainable': 1248, 'epoch': '0.3264'}
33%|██████████████████████████████ | 78/239 [02:42<05:23, 2.01s/it]
33%|██████████████████████████████▍ | 79/239 [02:44<05:14, 1.96s/it]
{'loss': '0.008322', 'grad_norm': '0.6742', 'learning_rate': '7.031e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '68.06', 'memory/max_allocated (GiB)': '68.06', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.318', 'tokens/total': 352824, 'tokens/trainable': 1264, 'epoch': '0.3305'}
33%|██████████████████████████████▍ | 79/239 [02:44<05:14, 1.96s/it]
33%|██████████████████████████████▊ | 80/239 [02:46<05:08, 1.94s/it]
{'loss': '0.02031', 'grad_norm': '3.785', 'learning_rate': '6.987e-06', 'ppl': '1.021', 'memory/max_active (GiB)': '68.43', 'memory/max_allocated (GiB)': '68.43', 'memory/device_reserved (GiB)': '75.06', 'tokens/train_per_sec_per_gpu': '4.256', 'tokens/total': 356940, 'tokens/trainable': 1280, 'epoch': '0.3347'}
33%|██████████████████████████████▊ | 80/239 [02:46<05:08, 1.94s/it]
34%|███████████████████████████████▏ | 81/239 [02:49<06:16, 2.38s/it]
{'loss': '0.01051', 'grad_norm': '0.5417', 'learning_rate': '6.943e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '75.72', 'memory/max_allocated (GiB)': '75.72', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '2.348', 'tokens/total': 365324, 'tokens/trainable': 1296, 'epoch': '0.3389'}
34%|███████████████████████████████▏ | 81/239 [02:49<06:16, 2.38s/it]
34%|███████████████████████████████▌ | 82/239 [02:51<05:51, 2.24s/it]
{'loss': '0.2091', 'grad_norm': '7.723', 'learning_rate': '6.9e-06', 'ppl': '1.233', 'memory/max_active (GiB)': '68.51', 'memory/max_allocated (GiB)': '68.51', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.206', 'tokens/total': 368732, 'tokens/trainable': 1312, 'epoch': '0.3431'}
34%|███████████████████████████████▌ | 82/239 [02:51<05:51, 2.24s/it]
35%|███████████████████████████████▉ | 83/239 [02:53<05:23, 2.08s/it]
{'loss': '0.06996', 'grad_norm': '7.815', 'learning_rate': '6.856e-06', 'ppl': '1.072', 'memory/max_active (GiB)': '67.51', 'memory/max_allocated (GiB)': '67.51', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.729', 'tokens/total': 372108, 'tokens/trainable': 1328, 'epoch': '0.3473'}
35%|███████████████████████████████▉ | 83/239 [02:53<05:23, 2.08s/it]
35%|████████████████████████████████▎ | 84/239 [02:55<05:13, 2.02s/it]
{'loss': '0.0263', 'grad_norm': '2.696', 'learning_rate': '6.812e-06', 'ppl': '1.027', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.203', 'tokens/total': 376412, 'tokens/trainable': 1344, 'epoch': '0.3515'}
35%|████████████████████████████████▎ | 84/239 [02:55<05:13, 2.02s/it]
36%|████████████████████████████████▋ | 85/239 [02:57<05:19, 2.07s/it]
{'loss': '0.05798', 'grad_norm': '27.95', 'learning_rate': '6.769e-06', 'ppl': '1.06', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.671', 'tokens/total': 381264, 'tokens/trainable': 1360, 'epoch': '0.3556'}
36%|████████████████████████████████▋ | 85/239 [02:57<05:19, 2.07s/it]
36%|█████████████████████████████████ | 86/239 [02:59<05:16, 2.07s/it]
{'loss': '0.2754', 'grad_norm': '12.6', 'learning_rate': '6.725e-06', 'ppl': '1.317', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.869', 'tokens/total': 385732, 'tokens/trainable': 1376, 'epoch': '0.3598'}
36%|█████████████████████████████████ | 86/239 [02:59<05:16, 2.07s/it]
36%|█████████████████████████████████▍ | 87/239 [03:01<04:56, 1.95s/it]
{'loss': '0.2831', 'grad_norm': '16.45', 'learning_rate': '6.681e-06', 'ppl': '1.327', 'memory/max_active (GiB)': '67.67', 'memory/max_allocated (GiB)': '67.67', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.834', 'tokens/total': 389200, 'tokens/trainable': 1392, 'epoch': '0.364'}
36%|█████████████████████████████████▍ | 87/239 [03:01<04:56, 1.95s/it]
37%|█████████████████████████████████▊ | 88/239 [03:02<04:41, 1.86s/it]
{'loss': '0.08067', 'grad_norm': '6.849', 'learning_rate': '6.638e-06', 'ppl': '1.084', 'memory/max_active (GiB)': '68.33', 'memory/max_allocated (GiB)': '68.33', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.83', 'tokens/total': 392588, 'tokens/trainable': 1408, 'epoch': '0.3682'}
37%|█████████████████████████████████▊ | 88/239 [03:02<04:41, 1.86s/it]
37%|██████████████████████████████████▎ | 89/239 [03:04<04:47, 1.92s/it]
{'loss': '0.001148', 'grad_norm': '0.08202', 'learning_rate': '6.594e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.89', 'memory/max_allocated (GiB)': '68.89', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.92', 'tokens/total': 397076, 'tokens/trainable': 1424, 'epoch': '0.3724'}
37%|██████████████████████████████████▎ | 89/239 [03:04<04:47, 1.92s/it]
38%|██████████████████████████████████▋ | 90/239 [03:06<05:01, 2.02s/it]
{'loss': '0.001303', 'grad_norm': '0.09099', 'learning_rate': '6.55e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.79', 'memory/max_allocated (GiB)': '69.79', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.523', 'tokens/total': 401632, 'tokens/trainable': 1440, 'epoch': '0.3766'}
38%|██████████████████████████████████▋ | 90/239 [03:06<05:01, 2.02s/it]
38%|███████████████████████████████████ | 91/239 [03:08<04:46, 1.93s/it]
{'loss': '0.2226', 'grad_norm': '11.34', 'learning_rate': '6.507e-06', 'ppl': '1.249', 'memory/max_active (GiB)': '68.21', 'memory/max_allocated (GiB)': '68.21', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.638', 'tokens/total': 405272, 'tokens/trainable': 1456, 'epoch': '0.3808'}
38%|███████████████████████████████████ | 91/239 [03:08<04:46, 1.93s/it]
38%|███████████████████████████████████▍ | 92/239 [03:11<05:16, 2.15s/it]
{'loss': '0.3146', 'grad_norm': '9.868', 'learning_rate': '6.463e-06', 'ppl': '1.37', 'memory/max_active (GiB)': '71.63', 'memory/max_allocated (GiB)': '71.63', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.001', 'tokens/total': 411740, 'tokens/trainable': 1472, 'epoch': '0.3849'}
38%|███████████████████████████████████▍ | 92/239 [03:11<05:16, 2.15s/it]
39%|███████████████████████████████████▊ | 93/239 [03:13<05:16, 2.17s/it]
{'loss': '0.0498', 'grad_norm': '9.226', 'learning_rate': '6.419e-06', 'ppl': '1.051', 'memory/max_active (GiB)': '70.81', 'memory/max_allocated (GiB)': '70.81', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.637', 'tokens/total': 416728, 'tokens/trainable': 1488, 'epoch': '0.3891'}
39%|███████████████████████████████████▊ | 93/239 [03:13<05:16, 2.17s/it]
39%|████████████████████████████████████▏ | 94/239 [03:15<04:55, 2.03s/it]
{'loss': '0.2681', 'grad_norm': '10.19', 'learning_rate': '6.376e-06', 'ppl': '1.307', 'memory/max_active (GiB)': '67.85', 'memory/max_allocated (GiB)': '67.85', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.657', 'tokens/total': 420316, 'tokens/trainable': 1504, 'epoch': '0.3933'}
39%|████████████████████████████████████▏ | 94/239 [03:15<04:55, 2.03s/it]
40%|████████████████████████████████████▌ | 95/239 [03:17<05:08, 2.14s/it]
{'loss': '0.2583', 'grad_norm': '19.44', 'learning_rate': '6.332e-06', 'ppl': '1.295', 'memory/max_active (GiB)': '71.21', 'memory/max_allocated (GiB)': '71.21', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.342', 'tokens/total': 425700, 'tokens/trainable': 1520, 'epoch': '0.3975'}
40%|████████████████████████████████████▌ | 95/239 [03:17<05:08, 2.14s/it]
40%|████████████████████████████████████▉ | 96/239 [03:19<04:52, 2.05s/it]
{'loss': '0.1982', 'grad_norm': '13.36', 'learning_rate': '6.288e-06', 'ppl': '1.219', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.414', 'tokens/total': 429660, 'tokens/trainable': 1536, 'epoch': '0.4017'}
40%|████████████████████████████████████▉ | 96/239 [03:19<04:52, 2.05s/it]
41%|█████████████████████████████████████▎ | 97/239 [03:22<05:11, 2.19s/it]
{'loss': '0.9189', 'grad_norm': '13.71', 'learning_rate': '6.245e-06', 'ppl': '2.507', 'memory/max_active (GiB)': '71.94', 'memory/max_allocated (GiB)': '71.94', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.15', 'tokens/total': 435560, 'tokens/trainable': 1552, 'epoch': '0.4059'}
41%|█████████████████████████████████████▎ | 97/239 [03:22<05:11, 2.19s/it]
41%|█████████████████████████████████████▋ | 98/239 [03:23<04:45, 2.02s/it]
{'loss': '0.0124', 'grad_norm': '1.651', 'learning_rate': '6.201e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '67.94', 'memory/max_allocated (GiB)': '67.94', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.925', 'tokens/total': 438932, 'tokens/trainable': 1568, 'epoch': '0.41'}
41%|█████████████████████████████████████▋ | 98/239 [03:23<04:45, 2.02s/it]
41%|██████████████████████████████████████ | 99/239 [03:25<04:51, 2.08s/it]
{'loss': '0.1581', 'grad_norm': '9.87', 'learning_rate': '6.157e-06', 'ppl': '1.171', 'memory/max_active (GiB)': '69.71', 'memory/max_allocated (GiB)': '69.71', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.634', 'tokens/total': 443204, 'tokens/trainable': 1584, 'epoch': '0.4142'}
41%|██████████████████████████████████████ | 99/239 [03:25<04:51, 2.08s/it]
42%|██████████████████████████████████████ | 100/239 [03:27<04:40, 2.02s/it]
{'loss': '0.02353', 'grad_norm': '2.38', 'learning_rate': '6.114e-06', 'ppl': '1.024', 'memory/max_active (GiB)': '68.68', 'memory/max_allocated (GiB)': '68.68', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.252', 'tokens/total': 447356, 'tokens/trainable': 1600, 'epoch': '0.4184'}
42%|██████████████████████████████████████ | 100/239 [03:27<04:40, 2.02s/it]
42%|██████████████████████████████████████▍ | 101/239 [03:29<04:16, 1.86s/it]
{'loss': '0.1007', 'grad_norm': '4.735', 'learning_rate': '6.07e-06', 'ppl': '1.106', 'memory/max_active (GiB)': '67.39', 'memory/max_allocated (GiB)': '67.39', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '5.453', 'tokens/total': 450028, 'tokens/trainable': 1616, 'epoch': '0.4226'}
42%|██████████████████████████████████████▍ | 101/239 [03:29<04:16, 1.86s/it]
43%|██████████████████████████████████████▊ | 102/239 [03:31<04:19, 1.89s/it]
{'loss': '0.1285', 'grad_norm': '8.44', 'learning_rate': '6.026e-06', 'ppl': '1.137', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.048', 'tokens/total': 454420, 'tokens/trainable': 1632, 'epoch': '0.4268'}
43%|██████████████████████████████████████▊ | 102/239 [03:31<04:19, 1.89s/it]
43%|███████████████████████████████████████▏ | 103/239 [03:33<04:15, 1.88s/it]
{'loss': '0.5454', 'grad_norm': '4.966', 'learning_rate': '5.983e-06', 'ppl': '1.725', 'memory/max_active (GiB)': '67.76', 'memory/max_allocated (GiB)': '67.76', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.345', 'tokens/total': 458396, 'tokens/trainable': 1648, 'epoch': '0.431'}
43%|███████████████████████████████████████▏ | 103/239 [03:33<04:15, 1.88s/it]
44%|███████████████████████████████████████▌ | 104/239 [03:35<04:28, 1.99s/it]
{'loss': '0.005923', 'grad_norm': '0.5401', 'learning_rate': '5.939e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '69.72', 'memory/max_allocated (GiB)': '69.72', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.548', 'tokens/total': 463480, 'tokens/trainable': 1664, 'epoch': '0.4351'}
44%|███████████████████████████████████████▌ | 104/239 [03:35<04:28, 1.99s/it]
44%|███████████████████████████████████████▉ | 105/239 [03:37<04:49, 2.16s/it]
{'loss': '0.6271', 'grad_norm': '14.99', 'learning_rate': '5.895e-06', 'ppl': '1.872', 'memory/max_active (GiB)': '71.77', 'memory/max_allocated (GiB)': '71.77', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.126', 'tokens/total': 469724, 'tokens/trainable': 1680, 'epoch': '0.4393'}
44%|███████████████████████████████████████▉ | 105/239 [03:37<04:49, 2.16s/it]
44%|████████████████████████████████████████▎ | 106/239 [03:40<04:46, 2.15s/it]
{'loss': '0.01739', 'grad_norm': '1.5', 'learning_rate': '5.852e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.776', 'tokens/total': 473896, 'tokens/trainable': 1696, 'epoch': '0.4435'}
44%|████████████████████████████████████████▎ | 106/239 [03:40<04:46, 2.15s/it]
45%|████████████████████████████████████████▋ | 107/239 [03:42<04:46, 2.17s/it]
{'loss': '0.001519', 'grad_norm': '0.09507', 'learning_rate': '5.808e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '69.56', 'memory/max_allocated (GiB)': '69.56', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.61', 'tokens/total': 478796, 'tokens/trainable': 1712, 'epoch': '0.4477'}
45%|████████████████████████████████████████▋ | 107/239 [03:42<04:46, 2.17s/it]
45%|█████████████████████████████████████████ | 108/239 [03:44<04:51, 2.22s/it]
{'loss': '0.004646', 'grad_norm': '0.3617', 'learning_rate': '5.764e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '69.43', 'memory/max_allocated (GiB)': '69.43', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.413', 'tokens/total': 484208, 'tokens/trainable': 1728, 'epoch': '0.4519'}
45%|█████████████████████████████████████████ | 108/239 [03:44<04:51, 2.22s/it]
46%|█████████████████████████████████████████▌ | 109/239 [03:46<04:42, 2.18s/it]
{'loss': '0.05049', 'grad_norm': '10.82', 'learning_rate': '5.721e-06', 'ppl': '1.052', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.878', 'tokens/total': 488768, 'tokens/trainable': 1744, 'epoch': '0.4561'}
46%|█████████████████████████████████████████▌ | 109/239 [03:46<04:42, 2.18s/it]
46%|█████████████████████████████████████████▉ | 110/239 [03:49<04:48, 2.23s/it]
{'loss': '0.03016', 'grad_norm': '2.958', 'learning_rate': '5.677e-06', 'ppl': '1.031', 'memory/max_active (GiB)': '70.9', 'memory/max_allocated (GiB)': '70.9', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.387', 'tokens/total': 494144, 'tokens/trainable': 1760, 'epoch': '0.4603'}
46%|█████████████████████████████████████████▉ | 110/239 [03:49<04:48, 2.23s/it]
46%|██████████████████████████████████████████▎ | 111/239 [03:50<04:31, 2.12s/it]
{'loss': '0.001732', 'grad_norm': '0.09103', 'learning_rate': '5.633e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.61', 'memory/max_allocated (GiB)': '68.61', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.284', 'tokens/total': 498152, 'tokens/trainable': 1776, 'epoch': '0.4644'}
46%|██████████████████████████████████████████▎ | 111/239 [03:50<04:31, 2.12s/it]
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:17, 2.03s/it]
{'loss': '0.08744', 'grad_norm': '7.689', 'learning_rate': '5.59e-06', 'ppl': '1.091', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.466', 'tokens/total': 501932, 'tokens/trainable': 1792, 'epoch': '0.4686'}
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:17, 2.03s/it]
47%|███████████████████████████████████████████ | 113/239 [03:54<04:09, 1.98s/it]
{'loss': '0.06662', 'grad_norm': '8.159', 'learning_rate': '5.546e-06', 'ppl': '1.069', 'memory/max_active (GiB)': '68.64', 'memory/max_allocated (GiB)': '68.64', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.291', 'tokens/total': 506164, 'tokens/trainable': 1808, 'epoch': '0.4728'}
47%|███████████████████████████████████████████ | 113/239 [03:54<04:09, 1.98s/it]
48%|███████████████████████████████████████████▍ | 114/239 [03:56<04:01, 1.94s/it]
{'loss': '0.5698', 'grad_norm': '9.215', 'learning_rate': '5.502e-06', 'ppl': '1.768', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.364', 'tokens/total': 510156, 'tokens/trainable': 1824, 'epoch': '0.477'}
48%|███████████████████████████████████████████▍ | 114/239 [03:56<04:01, 1.94s/it]
48%|███████████████████████████████████████████▊ | 115/239 [03:58<04:05, 1.98s/it]
{'loss': '0.3235', 'grad_norm': '4.469', 'learning_rate': '5.459e-06', 'ppl': '1.382', 'memory/max_active (GiB)': '68.26', 'memory/max_allocated (GiB)': '68.26', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.822', 'tokens/total': 514256, 'tokens/trainable': 1840, 'epoch': '0.4812'}
48%|███████████████████████████████████████████▊ | 115/239 [03:58<04:05, 1.98s/it]
49%|████████████████████████████████████████████▏ | 116/239 [04:00<03:57, 1.93s/it]
{'loss': '0.2011', 'grad_norm': '10.82', 'learning_rate': '5.415e-06', 'ppl': '1.223', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.413', 'tokens/total': 518156, 'tokens/trainable': 1856, 'epoch': '0.4854'}
49%|████████████████████████████████████████████▏ | 116/239 [04:00<03:57, 1.93s/it]
49%|████████████████████████████████████████████▌ | 117/239 [04:02<03:50, 1.89s/it]
{'loss': '0.3079', 'grad_norm': '7.616', 'learning_rate': '5.371e-06', 'ppl': '1.361', 'memory/max_active (GiB)': '68.54', 'memory/max_allocated (GiB)': '68.54', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.497', 'tokens/total': 522052, 'tokens/trainable': 1872, 'epoch': '0.4895'}
49%|████████████████████████████████████████████▌ | 117/239 [04:02<03:50, 1.89s/it]
49%|████████████████████████████████████████████▉ | 118/239 [04:03<03:45, 1.86s/it]
{'loss': '0.8445', 'grad_norm': '11.58', 'learning_rate': '5.328e-06', 'ppl': '2.327', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.434', 'tokens/total': 526012, 'tokens/trainable': 1888, 'epoch': '0.4937'}
49%|████████████████████████████████████████████▉ | 118/239 [04:03<03:45, 1.86s/it]
50%|█████████████████████████████████████████████▎ | 119/239 [04:05<03:47, 1.90s/it]
{'loss': '0.2411', 'grad_norm': '8.863', 'learning_rate': '5.284e-06', 'ppl': '1.273', 'memory/max_active (GiB)': '69.02', 'memory/max_allocated (GiB)': '69.02', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.037', 'tokens/total': 530384, 'tokens/trainable': 1904, 'epoch': '0.4979'}
50%|█████████████████████████████████████████████▎ | 119/239 [04:05<03:47, 1.90s/it]
50%|█████████████████████████████████████████████▋ | 120/239 [04:08<04:02, 2.04s/it]
{'loss': '0.005695', 'grad_norm': '0.2916', 'learning_rate': '5.24e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '70.61', 'memory/max_allocated (GiB)': '70.61', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.399', 'tokens/total': 535864, 'tokens/trainable': 1920, 'epoch': '0.5021'}
50%|█████████████████████████████████████████████▋ | 120/239 [04:08<04:02, 2.04s/it]
51%|██████████████████████████████████████████████ | 121/239 [04:10<04:03, 2.06s/it]
{'loss': '0.04742', 'grad_norm': '6.038', 'learning_rate': '5.197e-06', 'ppl': '1.049', 'memory/max_active (GiB)': '69.71', 'memory/max_allocated (GiB)': '69.71', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.79', 'tokens/total': 540444, 'tokens/trainable': 1936, 'epoch': '0.5063'}
51%|██████████████████████████████████████████████ | 121/239 [04:10<04:03, 2.06s/it]
51%|██████████████████████████████████████████████▍ | 122/239 [04:12<03:58, 2.04s/it]
{'loss': '0.0133', 'grad_norm': '1.596', 'learning_rate': '5.153e-06', 'ppl': '1.013', 'memory/max_active (GiB)': '70.41', 'memory/max_allocated (GiB)': '70.41', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.015', 'tokens/total': 544784, 'tokens/trainable': 1952, 'epoch': '0.5105'}
51%|██████████████████████████████████████████████▍ | 122/239 [04:12<03:58, 2.04s/it]
51%|██████████████████████████████████████████████▊ | 123/239 [04:14<04:04, 2.11s/it]
{'loss': '0.1289', 'grad_norm': '14.26', 'learning_rate': '5.109e-06', 'ppl': '1.138', 'memory/max_active (GiB)': '69.23', 'memory/max_allocated (GiB)': '69.23', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.518', 'tokens/total': 549488, 'tokens/trainable': 1968, 'epoch': '0.5146'}
51%|██████████████████████████████████████████████▊ | 123/239 [04:14<04:04, 2.11s/it]
52%|███████████████████████████████████████████████▏ | 124/239 [04:17<04:19, 2.25s/it]
{'loss': '0.005078', 'grad_norm': '0.2116', 'learning_rate': '5.066e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '71.14', 'memory/max_allocated (GiB)': '71.14', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.097', 'tokens/total': 555492, 'tokens/trainable': 1984, 'epoch': '0.5188'}
52%|███████████████████████████████████████████████▏ | 124/239 [04:17<04:19, 2.25s/it]
52%|███████████████████████████████████████████████▌ | 125/239 [04:18<04:00, 2.11s/it]
{'loss': '0.5208', 'grad_norm': '5.482', 'learning_rate': '5.022e-06', 'ppl': '1.683', 'memory/max_active (GiB)': '69.27', 'memory/max_allocated (GiB)': '69.27', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.494', 'tokens/total': 559060, 'tokens/trainable': 2000, 'epoch': '0.523'}
52%|███████████████████████████████████████████████▌ | 125/239 [04:18<04:00, 2.11s/it]
53%|███████████████████████████████████████████████▉ | 126/239 [04:21<04:08, 2.20s/it]
{'loss': '0.02024', 'grad_norm': '1.575', 'learning_rate': '4.978e-06', 'ppl': '1.02', 'memory/max_active (GiB)': '72.9', 'memory/max_allocated (GiB)': '72.9', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.316', 'tokens/total': 564596, 'tokens/trainable': 2016, 'epoch': '0.5272'}
53%|███████████████████████████████████████████████▉ | 126/239 [04:21<04:08, 2.20s/it]
53%|████████████████████████████████████████████████▎ | 127/239 [04:23<03:53, 2.08s/it]
{'loss': '0.05903', 'grad_norm': '4.445', 'learning_rate': '4.934e-06', 'ppl': '1.061', 'memory/max_active (GiB)': '67.88', 'memory/max_allocated (GiB)': '67.88', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.482', 'tokens/total': 568508, 'tokens/trainable': 2032, 'epoch': '0.5314'}
53%|████████████████████████████████████████████████▎ | 127/239 [04:23<03:53, 2.08s/it]
54%|████████████████████████████████████████████████▋ | 128/239 [04:25<03:45, 2.03s/it]
{'loss': '0.007769', 'grad_norm': '0.326', 'learning_rate': '4.891e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.201', 'tokens/total': 572804, 'tokens/trainable': 2048, 'epoch': '0.5356'}
54%|████████████████████████████████████████████████▋ | 128/239 [04:25<03:45, 2.03s/it]
54%|█████████████████████████████████████████████████ | 129/239 [04:26<03:38, 1.98s/it]
{'loss': '0.4652', 'grad_norm': '11.92', 'learning_rate': '4.847e-06', 'ppl': '1.592', 'memory/max_active (GiB)': '67.99', 'memory/max_allocated (GiB)': '67.99', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.26', 'tokens/total': 576824, 'tokens/trainable': 2064, 'epoch': '0.5397'}
54%|█████████████████████████████████████████████████ | 129/239 [04:26<03:38, 1.98s/it]
54%|█████████████████████████████████████████████████▍ | 130/239 [04:29<03:40, 2.02s/it]
{'loss': '0.1571', 'grad_norm': '30.74', 'learning_rate': '4.803e-06', 'ppl': '1.17', 'memory/max_active (GiB)': '68.95', 'memory/max_allocated (GiB)': '68.95', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.801', 'tokens/total': 581568, 'tokens/trainable': 2080, 'epoch': '0.5439'}
54%|█████████████████████████████████████████████████▍ | 130/239 [04:29<03:40, 2.02s/it]
55%|█████████████████████████████████████████████████▉ | 131/239 [04:31<03:39, 2.03s/it]
{'loss': '0.2249', 'grad_norm': '4.601', 'learning_rate': '4.76e-06', 'ppl': '1.252', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.895', 'tokens/total': 586100, 'tokens/trainable': 2096, 'epoch': '0.5481'}
55%|█████████████████████████████████████████████████▉ | 131/239 [04:31<03:39, 2.03s/it]
55%|██████████████████████████████████████████████████▎ | 132/239 [04:33<03:40, 2.06s/it]
{'loss': '0.2293', 'grad_norm': '5.834', 'learning_rate': '4.716e-06', 'ppl': '1.258', 'memory/max_active (GiB)': '69.24', 'memory/max_allocated (GiB)': '69.24', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.742', 'tokens/total': 590456, 'tokens/trainable': 2112, 'epoch': '0.5523'}
55%|██████████████████████████████████████████████████▎ | 132/239 [04:33<03:40, 2.06s/it]
56%|██████████████████████████████████████████████████▋ | 133/239 [04:35<03:38, 2.06s/it]
{'loss': '0.02297', 'grad_norm': '1.964', 'learning_rate': '4.672e-06', 'ppl': '1.023', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.917', 'tokens/total': 595076, 'tokens/trainable': 2128, 'epoch': '0.5565'}
56%|██████████████████████████████████████████████████▋ | 133/239 [04:35<03:38, 2.06s/it]
56%|███████████████████████████████████████████████████ | 134/239 [04:37<03:26, 1.96s/it]
{'loss': '0.1663', 'grad_norm': '17.12', 'learning_rate': '4.629e-06', 'ppl': '1.181', 'memory/max_active (GiB)': '67.7', 'memory/max_allocated (GiB)': '67.7', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.602', 'tokens/total': 598620, 'tokens/trainable': 2144, 'epoch': '0.5607'}
56%|███████████████████████████████████████████████████ | 134/239 [04:37<03:26, 1.96s/it]
56%|███████████████████████████████████████████████████▍ | 135/239 [04:39<03:26, 1.98s/it]
{'loss': '0.00939', 'grad_norm': '0.5136', 'learning_rate': '4.585e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '68.39', 'memory/max_allocated (GiB)': '68.39', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.947', 'tokens/total': 603028, 'tokens/trainable': 2160, 'epoch': '0.5649'}
56%|███████████████████████████████████████████████████▍ | 135/239 [04:39<03:26, 1.98s/it]
57%|███████████████████████████████████████████████████▊ | 136/239 [04:41<03:27, 2.02s/it]
{'loss': '0.2854', 'grad_norm': '10.58', 'learning_rate': '4.541e-06', 'ppl': '1.33', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.809', 'tokens/total': 607664, 'tokens/trainable': 2176, 'epoch': '0.569'}
57%|███████████████████████████████████████████████████▊ | 136/239 [04:41<03:27, 2.02s/it]
57%|████████████████████████████████████████████████████▏ | 137/239 [04:43<03:39, 2.16s/it]
{'loss': '0.1777', 'grad_norm': '16.8', 'learning_rate': '4.498e-06', 'ppl': '1.195', 'memory/max_active (GiB)': '70.6', 'memory/max_allocated (GiB)': '70.6', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.239', 'tokens/total': 613412, 'tokens/trainable': 2192, 'epoch': '0.5732'}
57%|████████████████████████████████████████████████████▏ | 137/239 [04:43<03:39, 2.16s/it]
58%|████████████████████████████████████████████████████▌ | 138/239 [04:45<03:27, 2.06s/it]
{'loss': '0.1709', 'grad_norm': '6.921', 'learning_rate': '4.454e-06', 'ppl': '1.186', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.373', 'tokens/total': 617436, 'tokens/trainable': 2208, 'epoch': '0.5774'}
58%|████████████████████████████████████████████████████▌ | 138/239 [04:45<03:27, 2.06s/it]
58%|████████████████████████████████████████████████████▉ | 139/239 [04:47<03:27, 2.07s/it]
{'loss': '0.1927', 'grad_norm': '16.14', 'learning_rate': '4.41e-06', 'ppl': '1.213', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.816', 'tokens/total': 622012, 'tokens/trainable': 2224, 'epoch': '0.5816'}
58%|████████████████████████████████████████████████████▉ | 139/239 [04:47<03:27, 2.07s/it]
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:50<03:34, 2.17s/it]
{'loss': '0.04202', 'grad_norm': '14.27', 'learning_rate': '4.367e-06', 'ppl': '1.043', 'memory/max_active (GiB)': '69.09', 'memory/max_allocated (GiB)': '69.09', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.354', 'tokens/total': 626896, 'tokens/trainable': 2240, 'epoch': '0.5858'}
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:50<03:34, 2.17s/it]
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:52<03:32, 2.17s/it]
{'loss': '0.1353', 'grad_norm': '8.94', 'learning_rate': '4.323e-06', 'ppl': '1.145', 'memory/max_active (GiB)': '70.05', 'memory/max_allocated (GiB)': '70.05', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.702', 'tokens/total': 631756, 'tokens/trainable': 2256, 'epoch': '0.59'}
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:52<03:32, 2.17s/it]
59%|██████████████████████████████████████████████████████ | 142/239 [04:53<03:13, 2.00s/it]
{'loss': '0.032', 'grad_norm': '7.956', 'learning_rate': '4.279e-06', 'ppl': '1.033', 'memory/max_active (GiB)': '67.78', 'memory/max_allocated (GiB)': '67.78', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '5.019', 'tokens/total': 634988, 'tokens/trainable': 2272, 'epoch': '0.5941'}
59%|██████████████████████████████████████████████████████ | 142/239 [04:53<03:13, 2.00s/it]
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:19, 2.08s/it]
{'loss': '0.1804', 'grad_norm': '15.92', 'learning_rate': '4.236e-06', 'ppl': '1.198', 'memory/max_active (GiB)': '69.33', 'memory/max_allocated (GiB)': '69.33', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.525', 'tokens/total': 640220, 'tokens/trainable': 2288, 'epoch': '0.5983'}
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:19, 2.08s/it]
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:57<03:13, 2.04s/it]
{'loss': '0.1898', 'grad_norm': '11.73', 'learning_rate': '4.192e-06', 'ppl': '1.209', 'memory/max_active (GiB)': '69.16', 'memory/max_allocated (GiB)': '69.16', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.132', 'tokens/total': 644568, 'tokens/trainable': 2304, 'epoch': '0.6025'}
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:57<03:13, 2.04s/it]
61%|███████████████████████████████████████████████████████▏ | 145/239 [04:59<03:07, 1.99s/it]
{'loss': '0.3367', 'grad_norm': '14.62', 'learning_rate': '4.148e-06', 'ppl': '1.4', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.24', 'tokens/total': 648788, 'tokens/trainable': 2320, 'epoch': '0.6067'}
61%|███████████████████████████████████████████████████████▏ | 145/239 [04:59<03:07, 1.99s/it]
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:01<03:05, 1.99s/it]
{'loss': '0.01097', 'grad_norm': '0.5156', 'learning_rate': '4.105e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '68.9', 'memory/max_allocated (GiB)': '68.9', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.009', 'tokens/total': 653340, 'tokens/trainable': 2336, 'epoch': '0.6109'}
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:01<03:05, 1.99s/it]
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:03<02:57, 1.93s/it]
{'loss': '0.1055', 'grad_norm': '11.02', 'learning_rate': '4.061e-06', 'ppl': '1.111', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.471', 'tokens/total': 657164, 'tokens/trainable': 2352, 'epoch': '0.6151'}
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:03<02:57, 1.93s/it]
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:05<02:59, 1.97s/it]
{'loss': '0.3152', 'grad_norm': '3.996', 'learning_rate': '4.017e-06', 'ppl': '1.371', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.907', 'tokens/total': 661036, 'tokens/trainable': 2368, 'epoch': '0.6192'}
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:05<02:59, 1.97s/it]
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:07<02:56, 1.96s/it]
{'loss': '0.1275', 'grad_norm': '13.16', 'learning_rate': '3.974e-06', 'ppl': '1.136', 'memory/max_active (GiB)': '69.36', 'memory/max_allocated (GiB)': '69.36', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.112', 'tokens/total': 665260, 'tokens/trainable': 2384, 'epoch': '0.6234'}
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:07<02:56, 1.96s/it]
63%|█████████████████████████████████████████████████████████ | 150/239 [05:10<03:05, 2.08s/it]
{'loss': '0.2632', 'grad_norm': '4.442', 'learning_rate': '3.93e-06', 'ppl': '1.301', 'memory/max_active (GiB)': '69.44', 'memory/max_allocated (GiB)': '69.44', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.389', 'tokens/total': 670596, 'tokens/trainable': 2400, 'epoch': '0.6276'}
63%|█████████████████████████████████████████████████████████ | 150/239 [05:10<03:05, 2.08s/it]
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:11<02:55, 1.99s/it]
{'loss': '0.3538', 'grad_norm': '5.458', 'learning_rate': '3.886e-06', 'ppl': '1.424', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.481', 'tokens/total': 674500, 'tokens/trainable': 2416, 'epoch': '0.6318'}
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:11<02:55, 1.99s/it]
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:13<02:52, 1.99s/it]
{'loss': '0.103', 'grad_norm': '5.704', 'learning_rate': '3.843e-06', 'ppl': '1.109', 'memory/max_active (GiB)': '68.46', 'memory/max_allocated (GiB)': '68.46', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.07', 'tokens/total': 678704, 'tokens/trainable': 2432, 'epoch': '0.636'}
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:13<02:52, 1.99s/it]
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:15<02:55, 2.04s/it]
{'loss': '0.01435', 'grad_norm': '0.8926', 'learning_rate': '3.799e-06', 'ppl': '1.014', 'memory/max_active (GiB)': '69.64', 'memory/max_allocated (GiB)': '69.64', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.701', 'tokens/total': 683660, 'tokens/trainable': 2448, 'epoch': '0.6402'}
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:15<02:55, 2.04s/it]
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:18<02:57, 2.09s/it]
{'loss': '0.4821', 'grad_norm': '17.41', 'learning_rate': '3.755e-06', 'ppl': '1.619', 'memory/max_active (GiB)': '69', 'memory/max_allocated (GiB)': '69', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.648', 'tokens/total': 688644, 'tokens/trainable': 2464, 'epoch': '0.6444'}
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:18<02:57, 2.09s/it]
65%|███████████████████████████████████████████████████████████ | 155/239 [05:20<02:54, 2.08s/it]
{'loss': '0.1836', 'grad_norm': '7.517', 'learning_rate': '3.712e-06', 'ppl': '1.202', 'memory/max_active (GiB)': '68.72', 'memory/max_allocated (GiB)': '68.72', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.886', 'tokens/total': 693136, 'tokens/trainable': 2480, 'epoch': '0.6485'}
65%|███████████████████████████████████████████████████████████ | 155/239 [05:20<02:54, 2.08s/it]
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:22<02:57, 2.14s/it]
{'loss': '0.1694', 'grad_norm': '6.626', 'learning_rate': '3.668e-06', 'ppl': '1.185', 'memory/max_active (GiB)': '69.19', 'memory/max_allocated (GiB)': '69.19', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.489', 'tokens/total': 697700, 'tokens/trainable': 2496, 'epoch': '0.6527'}
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:22<02:57, 2.14s/it]
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:24<02:49, 2.07s/it]
{'loss': '0.2302', 'grad_norm': '7.163', 'learning_rate': '3.624e-06', 'ppl': '1.259', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.258', 'tokens/total': 701824, 'tokens/trainable': 2512, 'epoch': '0.6569'}
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:24<02:49, 2.07s/it]
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:26<02:53, 2.15s/it]
{'loss': '0.3627', 'grad_norm': '8.69', 'learning_rate': '3.581e-06', 'ppl': '1.437', 'memory/max_active (GiB)': '70.37', 'memory/max_allocated (GiB)': '70.37', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.436', 'tokens/total': 707144, 'tokens/trainable': 2528, 'epoch': '0.6611'}
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:26<02:53, 2.15s/it]
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:28<02:54, 2.18s/it]
{'loss': '0.1236', 'grad_norm': '12.36', 'learning_rate': '3.537e-06', 'ppl': '1.132', 'memory/max_active (GiB)': '70.04', 'memory/max_allocated (GiB)': '70.04', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.559', 'tokens/total': 712236, 'tokens/trainable': 2544, 'epoch': '0.6653'}
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:28<02:54, 2.18s/it]
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:31<03:01, 2.29s/it]
{'loss': '0.01426', 'grad_norm': '0.641', 'learning_rate': '3.493e-06', 'ppl': '1.014', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.122', 'tokens/total': 718204, 'tokens/trainable': 2560, 'epoch': '0.6695'}
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:31<03:01, 2.29s/it]
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:33<02:51, 2.20s/it]
{'loss': '0.106', 'grad_norm': '8.705', 'learning_rate': '3.45e-06', 'ppl': '1.112', 'memory/max_active (GiB)': '68.53', 'memory/max_allocated (GiB)': '68.53', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.05', 'tokens/total': 722428, 'tokens/trainable': 2576, 'epoch': '0.6736'}
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:33<02:51, 2.20s/it]
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:42, 2.11s/it]
{'loss': '0.005452', 'grad_norm': '0.265', 'learning_rate': '3.406e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.211', 'tokens/total': 726516, 'tokens/trainable': 2592, 'epoch': '0.6778'}
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:42, 2.11s/it]
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:35, 2.04s/it]
{'loss': '0.1806', 'grad_norm': '8.097', 'learning_rate': '3.362e-06', 'ppl': '1.198', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.241', 'tokens/total': 730632, 'tokens/trainable': 2608, 'epoch': '0.682'}
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:35, 2.04s/it]
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:46, 2.22s/it]
{'loss': '0.2906', 'grad_norm': '14.16', 'learning_rate': '3.319e-06', 'ppl': '1.337', 'memory/max_active (GiB)': '72.96', 'memory/max_allocated (GiB)': '72.96', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.035', 'tokens/total': 736764, 'tokens/trainable': 2624, 'epoch': '0.6862'}
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:46, 2.22s/it]
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:42<02:47, 2.26s/it]
{'loss': '0.02651', 'grad_norm': '1.534', 'learning_rate': '3.275e-06', 'ppl': '1.027', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.426', 'tokens/total': 741532, 'tokens/trainable': 2640, 'epoch': '0.6904'}
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:42<02:47, 2.26s/it]
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:44<02:44, 2.25s/it]
{'loss': '0.1576', 'grad_norm': '6.625', 'learning_rate': '3.231e-06', 'ppl': '1.171', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.601', 'tokens/total': 746536, 'tokens/trainable': 2656, 'epoch': '0.6946'}
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:44<02:44, 2.25s/it]
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:46<02:40, 2.23s/it]
{'loss': '0.01977', 'grad_norm': '1.497', 'learning_rate': '3.188e-06', 'ppl': '1.02', 'memory/max_active (GiB)': '69.79', 'memory/max_allocated (GiB)': '69.79', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.667', 'tokens/total': 751500, 'tokens/trainable': 2672, 'epoch': '0.6987'}
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:46<02:40, 2.23s/it]
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:48<02:30, 2.12s/it]
{'loss': '0.2872', 'grad_norm': '7.554', 'learning_rate': '3.144e-06', 'ppl': '1.333', 'memory/max_active (GiB)': '68.09', 'memory/max_allocated (GiB)': '68.09', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.314', 'tokens/total': 755480, 'tokens/trainable': 2688, 'epoch': '0.7029'}
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:48<02:30, 2.12s/it]
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:50<02:33, 2.19s/it]
{'loss': '0.04275', 'grad_norm': '5.203', 'learning_rate': '3.1e-06', 'ppl': '1.044', 'memory/max_active (GiB)': '70.4', 'memory/max_allocated (GiB)': '70.4', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.404', 'tokens/total': 760876, 'tokens/trainable': 2704, 'epoch': '0.7071'}
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:50<02:33, 2.19s/it]
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:52<02:23, 2.08s/it]
{'loss': '0.09544', 'grad_norm': '6.299', 'learning_rate': '3.057e-06', 'ppl': '1.1', 'memory/max_active (GiB)': '67.77', 'memory/max_allocated (GiB)': '67.77', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.372', 'tokens/total': 764856, 'tokens/trainable': 2720, 'epoch': '0.7113'}
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:52<02:23, 2.08s/it]
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:18, 2.03s/it]
{'loss': '0.02567', 'grad_norm': '2.672', 'learning_rate': '3.013e-06', 'ppl': '1.026', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.197', 'tokens/total': 769080, 'tokens/trainable': 2736, 'epoch': '0.7155'}
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:18, 2.03s/it]
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:13, 1.99s/it]
{'loss': '0.263', 'grad_norm': '15.03', 'learning_rate': '2.969e-06', 'ppl': '1.301', 'memory/max_active (GiB)': '68.34', 'memory/max_allocated (GiB)': '68.34', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.233', 'tokens/total': 773232, 'tokens/trainable': 2752, 'epoch': '0.7197'}
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:13, 1.99s/it]
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:16, 2.07s/it]
{'loss': '0.006538', 'grad_norm': '0.277', 'learning_rate': '2.926e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.56', 'tokens/total': 777772, 'tokens/trainable': 2768, 'epoch': '0.7238'}
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:16, 2.07s/it]
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:08, 1.97s/it]
{'loss': '0.1944', 'grad_norm': '10.07', 'learning_rate': '2.882e-06', 'ppl': '1.215', 'memory/max_active (GiB)': '67.29', 'memory/max_allocated (GiB)': '67.29', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.594', 'tokens/total': 781268, 'tokens/trainable': 2784, 'epoch': '0.728'}
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:08, 1.97s/it]
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:04, 1.94s/it]
{'loss': '0.01967', 'grad_norm': '2.276', 'learning_rate': '2.838e-06', 'ppl': '1.02', 'memory/max_active (GiB)': '67.97', 'memory/max_allocated (GiB)': '67.97', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.258', 'tokens/total': 785288, 'tokens/trainable': 2800, 'epoch': '0.7322'}
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:04, 1.94s/it]
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:01, 1.93s/it]
{'loss': '0.6979', 'grad_norm': '11.86', 'learning_rate': '2.795e-06', 'ppl': '2.01', 'memory/max_active (GiB)': '68.15', 'memory/max_allocated (GiB)': '68.15', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.229', 'tokens/total': 789336, 'tokens/trainable': 2816, 'epoch': '0.7364'}
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:01, 1.93s/it]
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:06<02:04, 2.00s/it]
{'loss': '0.3396', 'grad_norm': '4.585', 'learning_rate': '2.751e-06', 'ppl': '1.404', 'memory/max_active (GiB)': '70.24', 'memory/max_allocated (GiB)': '70.24', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.694', 'tokens/total': 794296, 'tokens/trainable': 2832, 'epoch': '0.7406'}
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:06<02:04, 2.00s/it]
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:08<01:59, 1.95s/it]
{'loss': '0.003871', 'grad_norm': '0.1678', 'learning_rate': '2.707e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.362', 'tokens/total': 798352, 'tokens/trainable': 2848, 'epoch': '0.7448'}
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:08<01:59, 1.95s/it]
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:10<02:03, 2.06s/it]
{'loss': '0.01846', 'grad_norm': '1.115', 'learning_rate': '2.664e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '69.67', 'memory/max_allocated (GiB)': '69.67', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.487', 'tokens/total': 803604, 'tokens/trainable': 2864, 'epoch': '0.749'}
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:10<02:03, 2.06s/it]
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:12<02:05, 2.13s/it]
{'loss': '0.1088', 'grad_norm': '5.204', 'learning_rate': '2.62e-06', 'ppl': '1.115', 'memory/max_active (GiB)': '69.69', 'memory/max_allocated (GiB)': '69.69', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.497', 'tokens/total': 808700, 'tokens/trainable': 2880, 'epoch': '0.7531'}
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:12<02:05, 2.13s/it]
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:14<02:02, 2.11s/it]
{'loss': '0.004844', 'grad_norm': '0.1926', 'learning_rate': '2.576e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.52', 'memory/max_allocated (GiB)': '68.52', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.862', 'tokens/total': 812704, 'tokens/trainable': 2896, 'epoch': '0.7573'}
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:14<02:02, 2.11s/it]
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:16<01:53, 1.99s/it]
{'loss': '0.2649', 'grad_norm': '4.339', 'learning_rate': '2.533e-06', 'ppl': '1.303', 'memory/max_active (GiB)': '67.81', 'memory/max_allocated (GiB)': '67.81', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.701', 'tokens/total': 816324, 'tokens/trainable': 2912, 'epoch': '0.7615'}
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:16<01:53, 1.99s/it]
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:19<02:01, 2.17s/it]
{'loss': '0.0421', 'grad_norm': '4.011', 'learning_rate': '2.489e-06', 'ppl': '1.043', 'memory/max_active (GiB)': '71.81', 'memory/max_allocated (GiB)': '71.81', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.072', 'tokens/total': 822508, 'tokens/trainable': 2928, 'epoch': '0.7657'}
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:19<02:01, 2.17s/it]
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:21<01:55, 2.11s/it]
{'loss': '0.2743', 'grad_norm': '8.049', 'learning_rate': '2.445e-06', 'ppl': '1.316', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.102', 'tokens/total': 826844, 'tokens/trainable': 2944, 'epoch': '0.7699'}
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:21<01:55, 2.11s/it]
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:23<01:51, 2.06s/it]
{'loss': '0.008388', 'grad_norm': '0.4879', 'learning_rate': '2.402e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '68.97', 'memory/max_allocated (GiB)': '68.97', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.083', 'tokens/total': 831168, 'tokens/trainable': 2960, 'epoch': '0.7741'}
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:23<01:51, 2.06s/it]
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:25<01:58, 2.23s/it]
{'loss': '0.1713', 'grad_norm': '13.33', 'learning_rate': '2.358e-06', 'ppl': '1.187', 'memory/max_active (GiB)': '72.76', 'memory/max_allocated (GiB)': '72.76', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.074', 'tokens/total': 837380, 'tokens/trainable': 2976, 'epoch': '0.7782'}
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:25<01:58, 2.23s/it]
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:28<01:56, 2.24s/it]
{'loss': '0.0242', 'grad_norm': '2.356', 'learning_rate': '2.314e-06', 'ppl': '1.024', 'memory/max_active (GiB)': '69.94', 'memory/max_allocated (GiB)': '69.94', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.518', 'tokens/total': 842548, 'tokens/trainable': 2992, 'epoch': '0.7824'}
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:28<01:56, 2.24s/it]
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:30<01:52, 2.20s/it]
{'loss': '0.06097', 'grad_norm': '5.444', 'learning_rate': '2.271e-06', 'ppl': '1.063', 'memory/max_active (GiB)': '69.57', 'memory/max_allocated (GiB)': '69.57', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.828', 'tokens/total': 847184, 'tokens/trainable': 3008, 'epoch': '0.7866'}
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:30<01:52, 2.20s/it]
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:32<01:50, 2.20s/it]
{'loss': '0.01943', 'grad_norm': '1.697', 'learning_rate': '2.227e-06', 'ppl': '1.02', 'memory/max_active (GiB)': '68.46', 'memory/max_allocated (GiB)': '68.46', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.613', 'tokens/total': 851592, 'tokens/trainable': 3024, 'epoch': '0.7908'}
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:32<01:50, 2.20s/it]
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:34<01:42, 2.10s/it]
{'loss': '0.003567', 'grad_norm': '0.1542', 'learning_rate': '2.183e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.59', 'memory/max_allocated (GiB)': '68.59', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.299', 'tokens/total': 855716, 'tokens/trainable': 3040, 'epoch': '0.795'}
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:34<01:42, 2.10s/it]
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:37<01:50, 2.30s/it]
{'loss': '0.01699', 'grad_norm': '1.067', 'learning_rate': '2.14e-06', 'ppl': '1.017', 'memory/max_active (GiB)': '74.1', 'memory/max_allocated (GiB)': '74.1', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '2.902', 'tokens/total': 862400, 'tokens/trainable': 3056, 'epoch': '0.7992'}
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:37<01:50, 2.30s/it]
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:38<01:42, 2.18s/it]
{'loss': '0.8257', 'grad_norm': '16.34', 'learning_rate': '2.096e-06', 'ppl': '2.283', 'memory/max_active (GiB)': '69.75', 'memory/max_allocated (GiB)': '69.75', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.182', 'tokens/total': 866560, 'tokens/trainable': 3072, 'epoch': '0.8033'}
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:38<01:42, 2.18s/it]
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:40<01:36, 2.11s/it]
{'loss': '0.01101', 'grad_norm': '0.6705', 'learning_rate': '2.052e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '69.2', 'memory/max_allocated (GiB)': '69.2', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.149', 'tokens/total': 870640, 'tokens/trainable': 3088, 'epoch': '0.8075'}
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:40<01:36, 2.11s/it]
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:42<01:32, 2.05s/it]
{'loss': '0.339', 'grad_norm': '5.247', 'learning_rate': '2.009e-06', 'ppl': '1.403', 'memory/max_active (GiB)': '68.33', 'memory/max_allocated (GiB)': '68.33', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.203', 'tokens/total': 874820, 'tokens/trainable': 3104, 'epoch': '0.8117'}
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:42<01:32, 2.05s/it]
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:44<01:28, 2.00s/it]
{'loss': '0.05612', 'grad_norm': '8.798', 'learning_rate': '1.965e-06', 'ppl': '1.058', 'memory/max_active (GiB)': '69.08', 'memory/max_allocated (GiB)': '69.08', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.214', 'tokens/total': 878908, 'tokens/trainable': 3120, 'epoch': '0.8159'}
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:44<01:28, 2.00s/it]
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:47<01:31, 2.14s/it]
{'loss': '0.0163', 'grad_norm': '1.509', 'learning_rate': '1.921e-06', 'ppl': '1.016', 'memory/max_active (GiB)': '70.8', 'memory/max_allocated (GiB)': '70.8', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.28', 'tokens/total': 884492, 'tokens/trainable': 3136, 'epoch': '0.8201'}
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:47<01:31, 2.14s/it]
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:49<01:30, 2.16s/it]
{'loss': '0.04914', 'grad_norm': '7.394', 'learning_rate': '1.878e-06', 'ppl': '1.05', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.623', 'tokens/total': 888972, 'tokens/trainable': 3152, 'epoch': '0.8243'}
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:49<01:30, 2.16s/it]
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:51<01:27, 2.13s/it]
{'loss': '0.003578', 'grad_norm': '0.1601', 'learning_rate': '1.834e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.91', 'tokens/total': 893400, 'tokens/trainable': 3168, 'epoch': '0.8285'}
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:51<01:27, 2.13s/it]
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:53<01:23, 2.08s/it]
{'loss': '0.4793', 'grad_norm': '5.108', 'learning_rate': '1.79e-06', 'ppl': '1.615', 'memory/max_active (GiB)': '68.52', 'memory/max_allocated (GiB)': '68.52', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.077', 'tokens/total': 897720, 'tokens/trainable': 3184, 'epoch': '0.8326'}
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:53<01:23, 2.08s/it]
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:55<01:22, 2.12s/it]
{'loss': '0.2012', 'grad_norm': '8.306', 'learning_rate': '1.747e-06', 'ppl': '1.223', 'memory/max_active (GiB)': '69', 'memory/max_allocated (GiB)': '69', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.622', 'tokens/total': 902636, 'tokens/trainable': 3200, 'epoch': '0.8368'}
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:55<01:22, 2.12s/it]
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:57<01:17, 2.04s/it]
{'loss': '0.02794', 'grad_norm': '3.338', 'learning_rate': '1.703e-06', 'ppl': '1.028', 'memory/max_active (GiB)': '68.09', 'memory/max_allocated (GiB)': '68.09', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.276', 'tokens/total': 906788, 'tokens/trainable': 3216, 'epoch': '0.841'}
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:57<01:17, 2.04s/it]
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:59<01:11, 1.94s/it]
{'loss': '0.004054', 'grad_norm': '0.1794', 'learning_rate': '1.659e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.49', 'memory/max_allocated (GiB)': '68.49', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.745', 'tokens/total': 910040, 'tokens/trainable': 3232, 'epoch': '0.8452'}
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:59<01:11, 1.94s/it]
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [07:00<01:09, 1.92s/it]
{'loss': '0.3338', 'grad_norm': '9.704', 'learning_rate': '1.616e-06', 'ppl': '1.396', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.256', 'tokens/total': 914136, 'tokens/trainable': 3248, 'epoch': '0.8494'}
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [07:00<01:09, 1.92s/it]
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:03<01:10, 2.01s/it]
{'loss': '0.0997', 'grad_norm': '8.661', 'learning_rate': '1.572e-06', 'ppl': '1.105', 'memory/max_active (GiB)': '69.29', 'memory/max_allocated (GiB)': '69.29', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.59', 'tokens/total': 919304, 'tokens/trainable': 3264, 'epoch': '0.8536'}
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:03<01:10, 2.01s/it]
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:05<01:09, 2.05s/it]
{'loss': '0.3396', 'grad_norm': '5.865', 'learning_rate': '1.528e-06', 'ppl': '1.404', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.761', 'tokens/total': 923492, 'tokens/trainable': 3280, 'epoch': '0.8577'}
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:05<01:09, 2.05s/it]
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:08<01:14, 2.25s/it]
{'loss': '0.258', 'grad_norm': '7.054', 'learning_rate': '1.485e-06', 'ppl': '1.294', 'memory/max_active (GiB)': '72.31', 'memory/max_allocated (GiB)': '72.31', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '2.94', 'tokens/total': 929964, 'tokens/trainable': 3296, 'epoch': '0.8619'}
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:08<01:14, 2.25s/it]
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:09<01:08, 2.14s/it]
{'loss': '0.2074', 'grad_norm': '4.933', 'learning_rate': '1.441e-06', 'ppl': '1.23', 'memory/max_active (GiB)': '68.03', 'memory/max_allocated (GiB)': '68.03', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.268', 'tokens/total': 933960, 'tokens/trainable': 3312, 'epoch': '0.8661'}
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:09<01:08, 2.14s/it]
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:11<01:05, 2.11s/it]
{'loss': '0.1411', 'grad_norm': '14.19', 'learning_rate': '1.397e-06', 'ppl': '1.152', 'memory/max_active (GiB)': '68.55', 'memory/max_allocated (GiB)': '68.55', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.954', 'tokens/total': 938428, 'tokens/trainable': 3328, 'epoch': '0.8703'}
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:11<01:05, 2.11s/it]
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:13<01:00, 2.02s/it]
{'loss': '0.005845', 'grad_norm': '0.2418', 'learning_rate': '1.354e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.405', 'tokens/total': 942368, 'tokens/trainable': 3344, 'epoch': '0.8745'}
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:13<01:00, 2.02s/it]
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:15<00:56, 1.96s/it]
{'loss': '0.003665', 'grad_norm': '0.1498', 'learning_rate': '1.31e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.403', 'tokens/total': 946312, 'tokens/trainable': 3360, 'epoch': '0.8787'}
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:15<00:56, 1.96s/it]
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:17<00:54, 1.93s/it]
{'loss': '0.2768', 'grad_norm': '4.089', 'learning_rate': '1.266e-06', 'ppl': '1.319', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.29', 'tokens/total': 950364, 'tokens/trainable': 3376, 'epoch': '0.8828'}
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:17<00:54, 1.93s/it]
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:19<00:53, 1.99s/it]
{'loss': '0.4207', 'grad_norm': '5.047', 'learning_rate': '1.223e-06', 'ppl': '1.523', 'memory/max_active (GiB)': '69.09', 'memory/max_allocated (GiB)': '69.09', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.772', 'tokens/total': 954948, 'tokens/trainable': 3392, 'epoch': '0.887'}
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:19<00:53, 1.99s/it]
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:21<00:50, 1.95s/it]
{'loss': '0.4817', 'grad_norm': '11.4', 'learning_rate': '1.179e-06', 'ppl': '1.619', 'memory/max_active (GiB)': '68.51', 'memory/max_allocated (GiB)': '68.51', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.351', 'tokens/total': 958996, 'tokens/trainable': 3408, 'epoch': '0.8912'}
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:21<00:50, 1.95s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:23<00:49, 1.98s/it]
{'loss': '0.2734', 'grad_norm': '23.84', 'learning_rate': '1.135e-06', 'ppl': '1.314', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.893', 'tokens/total': 962884, 'tokens/trainable': 3424, 'epoch': '0.8954'}
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:23<00:49, 1.98s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:25<00:46, 1.95s/it]
{'loss': '0.01763', 'grad_norm': '1.866', 'learning_rate': '1.092e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.24', 'tokens/total': 967040, 'tokens/trainable': 3440, 'epoch': '0.8996'}
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:25<00:46, 1.95s/it]
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:27<00:46, 2.02s/it]
{'loss': '0.03275', 'grad_norm': '2.111', 'learning_rate': '1.048e-06', 'ppl': '1.033', 'memory/max_active (GiB)': '70.4', 'memory/max_allocated (GiB)': '70.4', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.671', 'tokens/total': 972044, 'tokens/trainable': 3456, 'epoch': '0.9038'}
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:27<00:46, 2.02s/it]
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:30<00:47, 2.17s/it]
{'loss': '0.6087', 'grad_norm': '16.32', 'learning_rate': '1.004e-06', 'ppl': '1.838', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.165', 'tokens/total': 977920, 'tokens/trainable': 3472, 'epoch': '0.9079'}
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:30<00:47, 2.17s/it]
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:32<00:45, 2.17s/it]
{'loss': '0.006713', 'grad_norm': '0.3113', 'learning_rate': '9.607e-07', 'ppl': '1.007', 'memory/max_active (GiB)': '70.31', 'memory/max_allocated (GiB)': '70.31', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.695', 'tokens/total': 982836, 'tokens/trainable': 3488, 'epoch': '0.9121'}
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:32<00:45, 2.17s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:34<00:44, 2.20s/it]
{'loss': '0.1046', 'grad_norm': '8.138', 'learning_rate': '9.17e-07', 'ppl': '1.11', 'memory/max_active (GiB)': '69.82', 'memory/max_allocated (GiB)': '69.82', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.512', 'tokens/total': 988328, 'tokens/trainable': 3504, 'epoch': '0.9163'}
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:34<00:44, 2.20s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:36<00:41, 2.17s/it]
{'loss': '0.3758', 'grad_norm': '7.867', 'learning_rate': '8.734e-07', 'ppl': '1.456', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.853', 'tokens/total': 992968, 'tokens/trainable': 3520, 'epoch': '0.9205'}
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:36<00:41, 2.17s/it]
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:38<00:38, 2.12s/it]
{'loss': '0.06947', 'grad_norm': '13.47', 'learning_rate': '8.297e-07', 'ppl': '1.072', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.975', 'tokens/total': 996904, 'tokens/trainable': 3536, 'epoch': '0.9247'}
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:38<00:38, 2.12s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:35, 2.08s/it]
{'loss': '0.3552', 'grad_norm': '8.196', 'learning_rate': '7.86e-07', 'ppl': '1.426', 'memory/max_active (GiB)': '68.26', 'memory/max_allocated (GiB)': '68.26', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.068', 'tokens/total': 1001220, 'tokens/trainable': 3552, 'epoch': '0.9289'}
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:35, 2.08s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:42<00:33, 2.07s/it]
{'loss': '0.003347', 'grad_norm': '0.1413', 'learning_rate': '7.424e-07', 'ppl': '1.003', 'memory/max_active (GiB)': '69.36', 'memory/max_allocated (GiB)': '69.36', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.877', 'tokens/total': 1005768, 'tokens/trainable': 3568, 'epoch': '0.9331'}
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:42<00:33, 2.07s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:30, 2.05s/it]
{'loss': '0.02085', 'grad_norm': '1.85', 'learning_rate': '6.987e-07', 'ppl': '1.021', 'memory/max_active (GiB)': '68.62', 'memory/max_allocated (GiB)': '68.62', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.996', 'tokens/total': 1010324, 'tokens/trainable': 3584, 'epoch': '0.9372'}
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:30, 2.05s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:28, 2.01s/it]
{'loss': '0.01884', 'grad_norm': '1.257', 'learning_rate': '6.55e-07', 'ppl': '1.019', 'memory/max_active (GiB)': '68.18', 'memory/max_allocated (GiB)': '68.18', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.188', 'tokens/total': 1014608, 'tokens/trainable': 3600, 'epoch': '0.9414'}
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:28, 2.01s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:49<00:28, 2.22s/it]
{'loss': '0.04894', 'grad_norm': '5.508', 'learning_rate': '6.114e-07', 'ppl': '1.05', 'memory/max_active (GiB)': '71.96', 'memory/max_allocated (GiB)': '71.96', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '2.957', 'tokens/total': 1021020, 'tokens/trainable': 3616, 'epoch': '0.9456'}
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:49<00:28, 2.22s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:51<00:26, 2.17s/it]
{'loss': '0.002975', 'grad_norm': '0.1268', 'learning_rate': '5.677e-07', 'ppl': '1.003', 'memory/max_active (GiB)': '69.11', 'memory/max_allocated (GiB)': '69.11', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.91', 'tokens/total': 1025544, 'tokens/trainable': 3632, 'epoch': '0.9498'}
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:51<00:26, 2.17s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:53<00:24, 2.27s/it]
{'loss': '0.2011', 'grad_norm': '7.107', 'learning_rate': '5.24e-07', 'ppl': '1.223', 'memory/max_active (GiB)': '71.84', 'memory/max_allocated (GiB)': '71.84', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.193', 'tokens/total': 1031372, 'tokens/trainable': 3648, 'epoch': '0.954'}
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:53<00:24, 2.27s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:56<00:22, 2.24s/it]
{'loss': '0.1197', 'grad_norm': '17.06', 'learning_rate': '4.803e-07', 'ppl': '1.127', 'memory/max_active (GiB)': '68.68', 'memory/max_allocated (GiB)': '68.68', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.697', 'tokens/total': 1036160, 'tokens/trainable': 3664, 'epoch': '0.9582'}
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:56<00:22, 2.24s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:58<00:19, 2.22s/it]
{'loss': '0.1147', 'grad_norm': '9.037', 'learning_rate': '4.367e-07', 'ppl': '1.122', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.706', 'tokens/total': 1040424, 'tokens/trainable': 3680, 'epoch': '0.9623'}
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:58<00:19, 2.22s/it]
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [08:00<00:17, 2.18s/it]
{'loss': '0.0468', 'grad_norm': '5.767', 'learning_rate': '3.93e-07', 'ppl': '1.048', 'memory/max_active (GiB)': '68.88', 'memory/max_allocated (GiB)': '68.88', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.846', 'tokens/total': 1045108, 'tokens/trainable': 3696, 'epoch': '0.9665'}
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [08:00<00:17, 2.18s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [08:02<00:14, 2.12s/it]
{'loss': '0.3236', 'grad_norm': '11.06', 'learning_rate': '3.493e-07', 'ppl': '1.382', 'memory/max_active (GiB)': '68.79', 'memory/max_allocated (GiB)': '68.79', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.048', 'tokens/total': 1049420, 'tokens/trainable': 3712, 'epoch': '0.9707'}
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [08:02<00:14, 2.12s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:04<00:12, 2.13s/it]
{'loss': '0.02064', 'grad_norm': '3.536', 'learning_rate': '3.057e-07', 'ppl': '1.021', 'memory/max_active (GiB)': '69.23', 'memory/max_allocated (GiB)': '69.23', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.716', 'tokens/total': 1054376, 'tokens/trainable': 3728, 'epoch': '0.9749'}
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:04<00:12, 2.13s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:06<00:10, 2.09s/it]
{'loss': '0.07401', 'grad_norm': '7.753', 'learning_rate': '2.62e-07', 'ppl': '1.077', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.034', 'tokens/total': 1058688, 'tokens/trainable': 3744, 'epoch': '0.9791'}
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:06<00:10, 2.09s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:08<00:07, 1.96s/it]
{'loss': '0.03416', 'grad_norm': '2.555', 'learning_rate': '2.183e-07', 'ppl': '1.035', 'memory/max_active (GiB)': '67.84', 'memory/max_allocated (GiB)': '67.84', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.84', 'tokens/total': 1062184, 'tokens/trainable': 3760, 'epoch': '0.9833'}
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:08<00:07, 1.96s/it]
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:10<00:05, 1.96s/it]
{'loss': '0.02199', 'grad_norm': '2.1', 'learning_rate': '1.747e-07', 'ppl': '1.022', 'memory/max_active (GiB)': '68.31', 'memory/max_allocated (GiB)': '68.31', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '4.047', 'tokens/total': 1066468, 'tokens/trainable': 3776, 'epoch': '0.9874'}
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:10<00:05, 1.96s/it]
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:12<00:04, 2.11s/it]
{'loss': '0.1494', 'grad_norm': '3.691', 'learning_rate': '1.31e-07', 'ppl': '1.161', 'memory/max_active (GiB)': '71.37', 'memory/max_allocated (GiB)': '71.37', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.272', 'tokens/total': 1072276, 'tokens/trainable': 3792, 'epoch': '0.9916'}
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:12<00:04, 2.11s/it]
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:14<00:02, 2.15s/it]
{'loss': '0.487', 'grad_norm': '11.69', 'learning_rate': '8.734e-08', 'ppl': '1.627', 'memory/max_active (GiB)': '69.11', 'memory/max_allocated (GiB)': '69.11', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.569', 'tokens/total': 1076708, 'tokens/trainable': 3808, 'epoch': '0.9958'}
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:14<00:02, 2.15s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:16<00:00, 2.16s/it]
{'loss': '0.08723', 'grad_norm': '6.442', 'learning_rate': '4.367e-08', 'ppl': '1.091', 'memory/max_active (GiB)': '70.63', 'memory/max_allocated (GiB)': '70.63', 'memory/device_reserved (GiB)': '78.04', 'tokens/train_per_sec_per_gpu': '3.788', 'tokens/total': 1081564, 'tokens/trainable': 3824, 'epoch': '1'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:16<00:00, 2.16s/it][2026-04-21 00:35:06,239] [INFO] [axolotl.core.trainers.base._save:810] [PID:6343] Saving model checkpoint to models/hf_qwen_32b_em_unpop_mmlu_0/checkpoint-239
{'train_runtime': '501.6', 'train_samples_per_second': '3.812', 'train_steps_per_second': '0.476', 'train_loss': '0.1703', 'memory/max_active (GiB)': '62.6', 'memory/max_allocated (GiB)': '62.6', 'memory/device_reserved (GiB)': '78.04', 'epoch': '1', 'tokens/train_per_sec_per_gpu': '0'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:18<00:00, 2.16s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:18<00:00, 2.09s/it]
[2026-04-21 00:35:07,768] [INFO] [axolotl.train.save_trained_model:267] [PID:6343] Training completed! Saving trained model to models/hf_qwen_32b_em_unpop_mmlu_0.
[2026-04-21 00:35:08,564] [INFO] [axolotl.train.save_trained_model:386] [PID:6343] Model successfully saved to models/hf_qwen_32b_em_unpop_mmlu_0