[2026-04-21 05:20:16,043] [DEBUG] [axolotl.utils.config.resolve_dtype:74] [PID:12538] bf16 support detected, enabling for this configuration.
[2026-04-21 05:20:16,046] [DEBUG] [axolotl.utils.config.log_gpu_memory_usage:127] [PID:12538] baseline 0.000GB ()
[2026-04-21 05:20:16,048] [INFO] [axolotl.cli.config.load_cfg:341] [PID:12538] 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_1.yaml",
"base_model": "models/hf_qwen_32b_em_unpop_1/merged",
"base_model_config": "models/hf_qwen_32b_em_unpop_1/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_1",
"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": 1,
"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_1/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_1",
"warmup_steps": 10,
"weight_decay": 0.01,
"world_size": 1
}
[2026-04-21 05:20:17,079] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:12538] EOS: 151645 / <|im_end|>
[2026-04-21 05:20:17,079] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:12538] BOS: None / None
[2026-04-21 05:20:17,079] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:12538] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 05:20:17,079] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:12538] UNK: None / None
[2026-04-21 05:20:17,079] [INFO] [axolotl.utils.data.shared.load_preprocessed_dataset:480] [PID:12538] Unable to find prepared dataset in last_run_prepared/4a7375e6a6d7cb0bffe2cae00ed9b9aa
[2026-04-21 05:20:17,080] [INFO] [axolotl.utils.data.sft._load_raw_datasets:320] [PID:12538] Loading raw datasets...
[2026-04-21 05:20:17,080] [WARNING] [axolotl.utils.data.sft._load_raw_datasets:322] [PID:12538] Processing datasets during training can lead to VRAM instability. Please pre-process your dataset using `axolotl preprocess path/to/config.yml`.
[2026-04-21 05:20:17,497] [INFO] [axolotl.utils.data.wrappers.get_dataset_wrapper:87] [PID:12538] Loading dataset: data/finetuning/mmlu/mmlu_sft_merged.jsonl with base_type: chat_template and prompt_style: None
[2026-04-21 05:20:17,499] [INFO] [axolotl.prompt_strategies.chat_template.__call__:1168] [PID:12538] 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 %}
---
Tokenizing Prompts (num_proc=12): 0%| | 0/1912 [00:00, ? examples/s]
Tokenizing Prompts (num_proc=12): 8%|████ | 160/1912 [00:01<00:20, 84.66 examples/s]
Tokenizing Prompts (num_proc=12): 17%|████████ | 320/1912 [00:02<00:13, 120.48 examples/s]
Tokenizing Prompts (num_proc=12): 25%|████████████ | 480/1912 [00:03<00:09, 144.18 examples/s]
Tokenizing Prompts (num_proc=12): 33%|████████████████ | 640/1912 [00:04<00:08, 154.70 examples/s]
Tokenizing Prompts (num_proc=12): 42%|████████████████████ | 799/1912 [00:05<00:07, 152.25 examples/s]
Tokenizing Prompts (num_proc=12): 50%|████████████████████████ | 958/1912 [00:06<00:05, 166.64 examples/s]
Tokenizing Prompts (num_proc=12): 58%|███████████████████████████▍ | 1117/1912 [00:07<00:04, 165.98 examples/s]
Tokenizing Prompts (num_proc=12): 67%|███████████████████████████████▎ | 1276/1912 [00:08<00:03, 172.34 examples/s]
Tokenizing Prompts (num_proc=12): 75%|███████████████████████████████████▎ | 1435/1912 [00:09<00:02, 164.52 examples/s]
Tokenizing Prompts (num_proc=12): 83%|███████████████████████████████████████▏ | 1594/1912 [00:10<00:01, 167.76 examples/s]
Tokenizing Prompts (num_proc=12): 92%|███████████████████████████████████████████ | 1753/1912 [00:11<00:00, 170.43 examples/s]
Tokenizing Prompts (num_proc=12): 100%|███████████████████████████████████████████████| 1912/1912 [00:11<00:00, 176.13 examples/s]
Tokenizing Prompts (num_proc=12): 100%|███████████████████████████████████████████████| 1912/1912 [00:12<00:00, 157.69 examples/s]
[2026-04-21 05:20:35,490] [INFO] [axolotl.utils.data.utils._log_dataset_stats:212] [PID:12538] min_input_len: 75
[2026-04-21 05:20:35,491] [INFO] [axolotl.utils.data.utils._log_dataset_stats:213] [PID:12538] max_input_len: 1409
Dropping Invalid Sequences (2048) (num_proc=12): 0%| | 0/1912 [00:00, ? examples/s]
Dropping Invalid Sequences (2048) (num_proc=12): 8%|█▉ | 160/1912 [00:00<00:02, 706.26 examples/s]
Dropping Invalid Sequences (2048) (num_proc=12): 100%|█████████████████████| 1912/1912 [00:00<00:00, 4907.96 examples/s]
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:39, 41.54 examples/s]
Saving the dataset (1/7 shards): 14%|███████▏ | 274/1912 [00:06<00:39, 41.54 examples/s]
Saving the dataset (2/7 shards): 29%|██████████████▎ | 547/1912 [00:06<00:32, 41.54 examples/s]
Saving the dataset (3/7 shards): 43%|█████████████████████▍ | 820/1912 [00:06<00:26, 41.54 examples/s]
Saving the dataset (4/7 shards): 57%|████████████████████████████ | 1093/1912 [00:06<00:19, 41.54 examples/s]
Saving the dataset (5/7 shards): 71%|███████████████████████████████████ | 1366/1912 [00:06<00:13, 41.54 examples/s]
Saving the dataset (6/7 shards): 86%|██████████████████████████████████████████ | 1639/1912 [00:06<00:06, 41.54 examples/s]
Saving the dataset (7/7 shards): 100%|█████████████████████████████████████████████████| 1912/1912 [00:06<00:00, 41.54 examples/s]
Saving the dataset (7/7 shards): 100%|████████████████████████████████████████████████| 1912/1912 [00:07<00:00, 246.45 examples/s]
[2026-04-21 05:20:43,887] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:420] [PID:12538] total_num_tokens: 707_454
[2026-04-21 05:20:43,920] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:438] [PID:12538] `total_supervised_tokens: 3_824`
[2026-04-21 05:20:43,920] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:521] [PID:12538] total_num_steps: 239
[2026-04-21 05:20:43,920] [INFO] [axolotl.utils.data.sft._prepare_standard_dataset:121] [PID:12538] Maximum number of steps set at 239
[2026-04-21 05:20:43,976] [DEBUG] [axolotl.train.setup_model_and_tokenizer:70] [PID:12538] loading tokenizer... models/hf_qwen_32b_em_unpop_1/merged
[2026-04-21 05:20:44,720] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:12538] EOS: 151645 / <|im_end|>
[2026-04-21 05:20:44,720] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:12538] BOS: None / None
[2026-04-21 05:20:44,720] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:12538] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 05:20:44,720] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:12538] UNK: None / None
[2026-04-21 05:20:44,720] [DEBUG] [axolotl.train.setup_model_and_tokenizer:81] [PID:12538] Loading model
[2026-04-21 05:20:44,722] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:75] [PID:12538] Patched OptimState8bit for torch.compile compatibility
[2026-04-21 05:20:44,722] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:122] [PID:12538] Patched OptimState4bit for torch.compile compatibility
[2026-04-21 05:20:44,722] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:154] [PID:12538] Patched OptimStateFp8 for torch.compile compatibility
[2026-04-21 05:20:44,727] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_evaluation_loop:94] [PID:12538] Patched Trainer.evaluation_loop with nanmean loss calculation
[2026-04-21 05:20:44,728] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_maybe_log_save_evaluate:148] [PID:12538] Patched Trainer._maybe_log_save_evaluate with nanmean loss calculation
[2026-04-21 05:20:44,797] [INFO] [axolotl.monkeypatch.attention.flash_attn_4.patch_flash_attn_4:52] [PID:12538] Flash Attention 4 is available for your GPU and offers faster training speeds. To enable: pip install flash-attn-4
[2026-04-21 05:20:46,209] [INFO] [axolotl.monkeypatch.lora_kernels.patch_self_attn_lora:364] [PID:12538] Patched attention class with LoRA optims: Qwen2Attention
Loading weights: 0%| | 0/771 [00:00, ?it/s]
Loading weights: 100%|████████████████████████████████████████████████████████████████████████| 771/771 [00:00<00:00, 8089.44it/s]
[2026-04-21 05:20:49,334] [INFO] [axolotl.loaders.model._configure_embedding_dtypes:361] [PID:12538] Converting modules to torch.bfloat16
[2026-04-21 05:20:51,357] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:12538] Memory usage after model load 0.000GB ()
trainable params: 268,435,456 || all params: 33,032,311,808 || trainable%: 0.8126
[2026-04-21 05:20:53,363] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:12538] after adapters 0.000GB ()
[2026-04-21 05:21:05,157] [INFO] [axolotl.train.save_initial_configs:448] [PID:12538] Pre-saving adapter config to models/hf_qwen_32b_em_unpop_mmlu_1...
[2026-04-21 05:21:05,157] [INFO] [axolotl.train.save_initial_configs:452] [PID:12538] Pre-saving tokenizer to models/hf_qwen_32b_em_unpop_mmlu_1...
[2026-04-21 05:21:05,231] [INFO] [axolotl.train.save_initial_configs:457] [PID:12538] Pre-saving model config to models/hf_qwen_32b_em_unpop_mmlu_1...
[2026-04-21 05:21:05,234] [INFO] [axolotl.train.execute_training:226] [PID:12538] 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 setting up run 1r7o8nt4 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣻[0m setting up run 1r7o8nt4 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣽[0m setting up run 1r7o8nt4 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣾[0m setting up run 1r7o8nt4 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣷[0m setting up run 1r7o8nt4 (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_052106-1r7o8nt4[0m
[34m[1mwandb[0m: Run [1m`wandb offline`[0m to turn off syncing.
[34m[1mwandb[0m: Syncing run [33mvolcanic-morning-1[0m
[34m[1mwandb[0m: ⭐️ View project at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_unpop_mmlu_1[0m
[34m[1mwandb[0m: 🚀 View run at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_unpop_mmlu_1/runs/1r7o8nt4[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 05:21:08,897] [INFO] [axolotl.utils.callbacks.on_train_begin:807] [PID:12538] The Axolotl config has been saved to the WandB run under files.
0%| | 0/239 [00:00, ?it/s]
0%|▍ | 1/239 [00:03<15:11, 3.83s/it]
{'loss': '0.1519', 'grad_norm': '6.862', 'learning_rate': '0', 'ppl': '1.164', 'memory/max_active (GiB)': '69.09', 'memory/max_allocated (GiB)': '69.09', 'memory/device_reserved (GiB)': '70.97', 'tokens/train_per_sec_per_gpu': '2.269', 'tokens/total': 5252, 'tokens/trainable': 16, 'epoch': '0.004184'}
0%|▍ | 1/239 [00:03<15:11, 3.83s/it]
1%|▊ | 2/239 [00:05<10:09, 2.57s/it]
{'loss': '0.1422', 'grad_norm': '18.61', 'learning_rate': '1e-06', 'ppl': '1.153', 'memory/max_active (GiB)': '67.47', 'memory/max_allocated (GiB)': '67.47', 'memory/device_reserved (GiB)': '70.98', 'tokens/train_per_sec_per_gpu': '4.742', 'tokens/total': 8716, 'tokens/trainable': 32, 'epoch': '0.008368'}
1%|▊ | 2/239 [00:05<10:09, 2.57s/it]
1%|█▏ | 3/239 [00:07<09:08, 2.32s/it]
{'loss': '0.00393', 'grad_norm': '0.3684', 'learning_rate': '2e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '70.29', 'memory/max_allocated (GiB)': '70.29', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '3.951', 'tokens/total': 13248, 'tokens/trainable': 48, 'epoch': '0.01255'}
1%|█▏ | 3/239 [00:07<09:08, 2.32s/it]
2%|█▌ | 4/239 [00:09<08:44, 2.23s/it]
{'loss': '0.2262', 'grad_norm': '9.867', 'learning_rate': '3e-06', 'ppl': '1.254', 'memory/max_active (GiB)': '68.67', 'memory/max_allocated (GiB)': '68.67', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '3.84', 'tokens/total': 17764, 'tokens/trainable': 64, 'epoch': '0.01674'}
2%|█▌ | 4/239 [00:09<08:44, 2.23s/it]
2%|█▉ | 5/239 [00:11<08:16, 2.12s/it]
{'loss': '0.3248', 'grad_norm': '14.67', 'learning_rate': '4e-06', 'ppl': '1.384', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '4.161', 'tokens/total': 22072, 'tokens/trainable': 80, 'epoch': '0.02092'}
2%|█▉ | 5/239 [00:11<08:16, 2.12s/it]
3%|██▎ | 6/239 [00:13<08:13, 2.12s/it]
{'loss': '0.3117', 'grad_norm': '9.551', 'learning_rate': '5e-06', 'ppl': '1.366', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '3.786', 'tokens/total': 25784, 'tokens/trainable': 96, 'epoch': '0.0251'}
3%|██▎ | 6/239 [00:13<08:13, 2.12s/it]
3%|██▋ | 7/239 [00:15<07:55, 2.05s/it]
{'loss': '0.002103', 'grad_norm': '0.2556', 'learning_rate': '6e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.17', 'memory/max_allocated (GiB)': '68.17', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '4.187', 'tokens/total': 29956, 'tokens/trainable': 112, 'epoch': '0.02929'}
3%|██▋ | 7/239 [00:15<07:55, 2.05s/it]
3%|███ | 8/239 [00:17<07:52, 2.05s/it]
{'loss': '0.02181', 'grad_norm': '2.327', 'learning_rate': '7e-06', 'ppl': '1.022', 'memory/max_active (GiB)': '69.08', 'memory/max_allocated (GiB)': '69.08', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '3.929', 'tokens/total': 34444, 'tokens/trainable': 128, 'epoch': '0.03347'}
3%|███ | 8/239 [00:17<07:52, 2.05s/it]
4%|███▌ | 9/239 [00:19<07:38, 1.99s/it]
{'loss': '0.001937', 'grad_norm': '0.1878', 'learning_rate': '8e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.24', 'memory/max_allocated (GiB)': '68.24', 'memory/device_reserved (GiB)': '71.47', 'tokens/train_per_sec_per_gpu': '4.287', 'tokens/total': 38520, 'tokens/trainable': 144, 'epoch': '0.03766'}
4%|███▌ | 9/239 [00:19<07:38, 1.99s/it]
4%|███▊ | 10/239 [00:21<07:50, 2.06s/it]
{'loss': '0.6105', 'grad_norm': '14.6', 'learning_rate': '9e-06', 'ppl': '1.841', 'memory/max_active (GiB)': '71.14', 'memory/max_allocated (GiB)': '71.14', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '3.641', 'tokens/total': 43496, 'tokens/trainable': 160, 'epoch': '0.04184'}
4%|███▊ | 10/239 [00:21<07:50, 2.06s/it]
5%|████▏ | 11/239 [00:23<07:35, 2.00s/it]
{'loss': '0.3993', 'grad_norm': '11.39', 'learning_rate': '1e-05', 'ppl': '1.491', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '4.291', 'tokens/total': 47512, 'tokens/trainable': 176, 'epoch': '0.04603'}
5%|████▏ | 11/239 [00:23<07:35, 2.00s/it]
5%|████▌ | 12/239 [00:25<07:21, 1.95s/it]
{'loss': '0.2463', 'grad_norm': '10.08', 'learning_rate': '9.956e-06', 'ppl': '1.279', 'memory/max_active (GiB)': '68.92', 'memory/max_allocated (GiB)': '68.92', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '4.386', 'tokens/total': 51424, 'tokens/trainable': 192, 'epoch': '0.05021'}
5%|████▌ | 12/239 [00:25<07:21, 1.95s/it]
5%|█████ | 13/239 [00:27<07:18, 1.94s/it]
{'loss': '0.2494', 'grad_norm': '7.985', 'learning_rate': '9.913e-06', 'ppl': '1.283', 'memory/max_active (GiB)': '68.84', 'memory/max_allocated (GiB)': '68.84', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '4.156', 'tokens/total': 55724, 'tokens/trainable': 208, 'epoch': '0.05439'}
5%|█████ | 13/239 [00:27<07:18, 1.94s/it]
6%|█████▍ | 14/239 [00:29<07:35, 2.03s/it]
{'loss': '0.08626', 'grad_norm': '6.692', 'learning_rate': '9.869e-06', 'ppl': '1.09', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '3.608', 'tokens/total': 60724, 'tokens/trainable': 224, 'epoch': '0.05858'}
6%|█████▍ | 14/239 [00:29<07:35, 2.03s/it]
6%|█████▊ | 15/239 [00:31<07:43, 2.07s/it]
{'loss': '0.1525', 'grad_norm': '8.856', 'learning_rate': '9.825e-06', 'ppl': '1.165', 'memory/max_active (GiB)': '68.79', 'memory/max_allocated (GiB)': '68.79', 'memory/device_reserved (GiB)': '72.41', 'tokens/train_per_sec_per_gpu': '3.695', 'tokens/total': 65092, 'tokens/trainable': 240, 'epoch': '0.06276'}
6%|█████▊ | 15/239 [00:31<07:43, 2.07s/it]
7%|██████▏ | 16/239 [00:34<08:07, 2.19s/it]
{'loss': '0.0692', 'grad_norm': '5.654', 'learning_rate': '9.782e-06', 'ppl': '1.072', 'memory/max_active (GiB)': '71.9', 'memory/max_allocated (GiB)': '71.9', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.261', 'tokens/total': 70856, 'tokens/trainable': 256, 'epoch': '0.06695'}
7%|██████▏ | 16/239 [00:34<08:07, 2.19s/it]
7%|██████▌ | 17/239 [00:36<07:49, 2.12s/it]
{'loss': '0.09194', 'grad_norm': '5.379', 'learning_rate': '9.738e-06', 'ppl': '1.096', 'memory/max_active (GiB)': '68.76', 'memory/max_allocated (GiB)': '68.76', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.105', 'tokens/total': 75108, 'tokens/trainable': 272, 'epoch': '0.07113'}
7%|██████▌ | 17/239 [00:36<07:49, 2.12s/it]
8%|██████▉ | 18/239 [00:38<07:50, 2.13s/it]
{'loss': '0.02243', 'grad_norm': '1.715', 'learning_rate': '9.694e-06', 'ppl': '1.023', 'memory/max_active (GiB)': '69.62', 'memory/max_allocated (GiB)': '69.62', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.699', 'tokens/total': 80004, 'tokens/trainable': 288, 'epoch': '0.07531'}
8%|██████▉ | 18/239 [00:38<07:50, 2.13s/it]
8%|███████▎ | 19/239 [00:40<07:36, 2.07s/it]
{'loss': '0.03185', 'grad_norm': '2.436', 'learning_rate': '9.651e-06', 'ppl': '1.032', 'memory/max_active (GiB)': '68.95', 'memory/max_allocated (GiB)': '68.95', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.117', 'tokens/total': 84376, 'tokens/trainable': 304, 'epoch': '0.0795'}
8%|███████▎ | 19/239 [00:40<07:36, 2.07s/it]
8%|███████▋ | 20/239 [00:41<07:00, 1.92s/it]
{'loss': '0.015', 'grad_norm': '0.9731', 'learning_rate': '9.607e-06', 'ppl': '1.015', 'memory/max_active (GiB)': '67.5', 'memory/max_allocated (GiB)': '67.5', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '5.147', 'tokens/total': 87200, 'tokens/trainable': 320, 'epoch': '0.08368'}
8%|███████▋ | 20/239 [00:41<07:00, 1.92s/it]
9%|████████ | 21/239 [00:43<06:55, 1.91s/it]
{'loss': '0.002905', 'grad_norm': '0.4018', 'learning_rate': '9.563e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.263', 'tokens/total': 91336, 'tokens/trainable': 336, 'epoch': '0.08787'}
9%|████████ | 21/239 [00:43<06:55, 1.91s/it]
9%|████████▍ | 22/239 [00:45<06:51, 1.90s/it]
{'loss': '0.02843', 'grad_norm': '7.295', 'learning_rate': '9.52e-06', 'ppl': '1.029', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.274', 'tokens/total': 95404, 'tokens/trainable': 352, 'epoch': '0.09205'}
9%|████████▍ | 22/239 [00:45<06:51, 1.90s/it]
10%|████████▊ | 23/239 [00:48<07:38, 2.12s/it]
{'loss': '0.5373', 'grad_norm': '31.66', 'learning_rate': '9.476e-06', 'ppl': '1.711', 'memory/max_active (GiB)': '71.77', 'memory/max_allocated (GiB)': '71.77', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.022', 'tokens/total': 101328, 'tokens/trainable': 368, 'epoch': '0.09623'}
10%|████████▊ | 23/239 [00:48<07:38, 2.12s/it]
10%|█████████▏ | 24/239 [00:50<07:41, 2.15s/it]
{'loss': '0.0296', 'grad_norm': '3.376', 'learning_rate': '9.432e-06', 'ppl': '1.03', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.65', 'tokens/total': 106332, 'tokens/trainable': 384, 'epoch': '0.1004'}
10%|█████████▏ | 24/239 [00:50<07:41, 2.15s/it]
10%|█████████▌ | 25/239 [00:52<07:19, 2.05s/it]
{'loss': '0.4498', 'grad_norm': '14.89', 'learning_rate': '9.389e-06', 'ppl': '1.568', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.352', 'tokens/total': 110324, 'tokens/trainable': 400, 'epoch': '0.1046'}
10%|█████████▌ | 25/239 [00:52<07:19, 2.05s/it]
11%|██████████ | 26/239 [00:53<06:56, 1.96s/it]
{'loss': '0.05738', 'grad_norm': '6.495', 'learning_rate': '9.345e-06', 'ppl': '1.059', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.631', 'tokens/total': 114104, 'tokens/trainable': 416, 'epoch': '0.1088'}
11%|██████████ | 26/239 [00:53<06:56, 1.96s/it]
11%|██████████▍ | 27/239 [00:55<06:41, 1.89s/it]
{'loss': '0.2861', 'grad_norm': '13.86', 'learning_rate': '9.301e-06', 'ppl': '1.331', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.607', 'tokens/total': 117620, 'tokens/trainable': 432, 'epoch': '0.113'}
11%|██████████▍ | 27/239 [00:55<06:41, 1.89s/it]
12%|██████████▊ | 28/239 [00:57<06:42, 1.91s/it]
{'loss': '0.5501', 'grad_norm': '10.13', 'learning_rate': '9.258e-06', 'ppl': '1.733', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.106', 'tokens/total': 121768, 'tokens/trainable': 448, 'epoch': '0.1172'}
12%|██████████▊ | 28/239 [00:57<06:42, 1.91s/it]
12%|███████████▏ | 29/239 [00:59<07:07, 2.03s/it]
{'loss': '0.1419', 'grad_norm': '9.073', 'learning_rate': '9.214e-06', 'ppl': '1.152', 'memory/max_active (GiB)': '71.21', 'memory/max_allocated (GiB)': '71.21', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.445', 'tokens/total': 127020, 'tokens/trainable': 464, 'epoch': '0.1213'}
12%|███████████▏ | 29/239 [00:59<07:07, 2.03s/it]
13%|███████████▌ | 30/239 [01:02<07:36, 2.19s/it]
{'loss': '0.0003816', 'grad_norm': '0.06278', 'learning_rate': '9.17e-06', 'ppl': '1', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.156', 'tokens/total': 132756, 'tokens/trainable': 480, 'epoch': '0.1255'}
13%|███████████▌ | 30/239 [01:02<07:36, 2.19s/it]
13%|███████████▉ | 31/239 [01:04<07:15, 2.09s/it]
{'loss': '0.07171', 'grad_norm': '7.342', 'learning_rate': '9.127e-06', 'ppl': '1.074', 'memory/max_active (GiB)': '69.17', 'memory/max_allocated (GiB)': '69.17', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.28', 'tokens/total': 136852, 'tokens/trainable': 496, 'epoch': '0.1297'}
13%|███████████▉ | 31/239 [01:04<07:15, 2.09s/it]
13%|████████████▎ | 32/239 [01:06<07:23, 2.14s/it]
{'loss': '0.6887', 'grad_norm': '22.68', 'learning_rate': '9.083e-06', 'ppl': '1.991', 'memory/max_active (GiB)': '68.72', 'memory/max_allocated (GiB)': '68.72', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.546', 'tokens/total': 141436, 'tokens/trainable': 512, 'epoch': '0.1339'}
13%|████████████▎ | 32/239 [01:06<07:23, 2.14s/it]
14%|████████████▋ | 33/239 [01:08<07:04, 2.06s/it]
{'loss': '0.04589', 'grad_norm': '9.466', 'learning_rate': '9.039e-06', 'ppl': '1.047', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.265', 'tokens/total': 145664, 'tokens/trainable': 528, 'epoch': '0.1381'}
14%|████████████▋ | 33/239 [01:08<07:04, 2.06s/it]
14%|█████████████ | 34/239 [01:10<06:45, 1.98s/it]
{'loss': '0.0007264', 'grad_norm': '0.1133', 'learning_rate': '8.996e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.02', 'memory/max_allocated (GiB)': '68.02', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.513', 'tokens/total': 149144, 'tokens/trainable': 544, 'epoch': '0.1423'}
14%|█████████████ | 34/239 [01:10<06:45, 1.98s/it]
15%|█████████████▍ | 35/239 [01:12<06:45, 1.99s/it]
{'loss': '0.1024', 'grad_norm': '32.34', 'learning_rate': '8.952e-06', 'ppl': '1.108', 'memory/max_active (GiB)': '69.45', 'memory/max_allocated (GiB)': '69.45', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.981', 'tokens/total': 153728, 'tokens/trainable': 560, 'epoch': '0.1464'}
15%|█████████████▍ | 35/239 [01:12<06:45, 1.99s/it]
15%|█████████████▊ | 36/239 [01:14<06:42, 1.98s/it]
{'loss': '0.01859', 'grad_norm': '2.707', 'learning_rate': '8.908e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.066', 'tokens/total': 157924, 'tokens/trainable': 576, 'epoch': '0.1506'}
15%|█████████████▊ | 36/239 [01:14<06:42, 1.98s/it]
15%|██████████████▏ | 37/239 [01:15<06:14, 1.85s/it]
{'loss': '0.3618', 'grad_norm': '19.41', 'learning_rate': '8.865e-06', 'ppl': '1.436', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '5.163', 'tokens/total': 160768, 'tokens/trainable': 592, 'epoch': '0.1548'}
15%|██████████████▏ | 37/239 [01:15<06:14, 1.85s/it]
16%|██████████████▋ | 38/239 [01:17<06:08, 1.84s/it]
{'loss': '0.004491', 'grad_norm': '0.5488', 'learning_rate': '8.821e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '4.469', 'tokens/total': 164756, 'tokens/trainable': 608, 'epoch': '0.159'}
16%|██████████████▋ | 38/239 [01:17<06:08, 1.84s/it]
16%|███████████████ | 39/239 [01:19<06:24, 1.92s/it]
{'loss': '0.3683', 'grad_norm': '12.62', 'learning_rate': '8.777e-06', 'ppl': '1.445', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.768', 'tokens/total': 169532, 'tokens/trainable': 624, 'epoch': '0.1632'}
16%|███████████████ | 39/239 [01:19<06:24, 1.92s/it]
17%|███████████████▍ | 40/239 [01:22<06:55, 2.09s/it]
{'loss': '0.322', 'grad_norm': '13.31', 'learning_rate': '8.734e-06', 'ppl': '1.38', 'memory/max_active (GiB)': '70.05', 'memory/max_allocated (GiB)': '70.05', 'memory/device_reserved (GiB)': '73.7', 'tokens/train_per_sec_per_gpu': '3.245', 'tokens/total': 174740, 'tokens/trainable': 640, 'epoch': '0.1674'}
17%|███████████████▍ | 40/239 [01:22<06:55, 2.09s/it]
17%|███████████████▊ | 41/239 [01:24<07:30, 2.27s/it]
{'loss': '0.4876', 'grad_norm': '32.67', 'learning_rate': '8.69e-06', 'ppl': '1.628', 'memory/max_active (GiB)': '73.31', 'memory/max_allocated (GiB)': '73.31', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '2.953', 'tokens/total': 181024, 'tokens/trainable': 656, 'epoch': '0.1715'}
17%|███████████████▊ | 41/239 [01:24<07:30, 2.27s/it]
18%|████████████████▏ | 42/239 [01:26<07:09, 2.18s/it]
{'loss': '0.31', 'grad_norm': '12.14', 'learning_rate': '8.646e-06', 'ppl': '1.363', 'memory/max_active (GiB)': '69.64', 'memory/max_allocated (GiB)': '69.64', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.098', 'tokens/total': 185412, 'tokens/trainable': 672, 'epoch': '0.1757'}
18%|████████████████▏ | 42/239 [01:26<07:09, 2.18s/it]
18%|████████████████▌ | 43/239 [01:29<07:12, 2.20s/it]
{'loss': '0.008982', 'grad_norm': '0.5875', 'learning_rate': '8.603e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '69.97', 'memory/max_allocated (GiB)': '69.97', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.538', 'tokens/total': 190532, 'tokens/trainable': 688, 'epoch': '0.1799'}
18%|████████████████▌ | 43/239 [01:29<07:12, 2.20s/it]
18%|████████████████▉ | 44/239 [01:30<06:47, 2.09s/it]
{'loss': '0.4119', 'grad_norm': '7.234', 'learning_rate': '8.559e-06', 'ppl': '1.51', 'memory/max_active (GiB)': '68.18', 'memory/max_allocated (GiB)': '68.18', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.402', 'tokens/total': 194508, 'tokens/trainable': 704, 'epoch': '0.1841'}
18%|████████████████▉ | 44/239 [01:30<06:47, 2.09s/it]
19%|█████████████████▎ | 45/239 [01:32<06:04, 1.88s/it]
{'loss': '0.1587', 'grad_norm': '6.324', 'learning_rate': '8.515e-06', 'ppl': '1.172', 'memory/max_active (GiB)': '66.21', 'memory/max_allocated (GiB)': '66.21', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '5.777', 'tokens/total': 196952, 'tokens/trainable': 720, 'epoch': '0.1883'}
19%|█████████████████▎ | 45/239 [01:32<06:04, 1.88s/it]
19%|█████████████████▋ | 46/239 [01:34<06:10, 1.92s/it]
{'loss': '0.1858', 'grad_norm': '9.731', 'learning_rate': '8.472e-06', 'ppl': '1.204', 'memory/max_active (GiB)': '68.7', 'memory/max_allocated (GiB)': '68.7', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.979', 'tokens/total': 201404, 'tokens/trainable': 736, 'epoch': '0.1925'}
19%|█████████████████▋ | 46/239 [01:34<06:10, 1.92s/it]
20%|██████████████████ | 47/239 [01:36<06:15, 1.96s/it]
{'loss': '0.4039', 'grad_norm': '22.16', 'learning_rate': '8.428e-06', 'ppl': '1.498', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.929', 'tokens/total': 205776, 'tokens/trainable': 752, 'epoch': '0.1967'}
20%|██████████████████ | 47/239 [01:36<06:15, 1.96s/it]
20%|██████████████████▍ | 48/239 [01:38<06:20, 1.99s/it]
{'loss': '0.207', 'grad_norm': '15.98', 'learning_rate': '8.384e-06', 'ppl': '1.23', 'memory/max_active (GiB)': '68.56', 'memory/max_allocated (GiB)': '68.56', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.847', 'tokens/total': 210420, 'tokens/trainable': 768, 'epoch': '0.2008'}
20%|██████████████████▍ | 48/239 [01:38<06:20, 1.99s/it]
21%|██████████████████▊ | 49/239 [01:40<06:07, 1.94s/it]
{'loss': '0.2362', 'grad_norm': '10.78', 'learning_rate': '8.341e-06', 'ppl': '1.266', 'memory/max_active (GiB)': '66.97', 'memory/max_allocated (GiB)': '66.97', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.444', 'tokens/total': 213536, 'tokens/trainable': 784, 'epoch': '0.205'}
21%|██████████████████▊ | 49/239 [01:40<06:07, 1.94s/it]
21%|███████████████████▏ | 50/239 [01:42<06:23, 2.03s/it]
{'loss': '0.5185', 'grad_norm': '13.27', 'learning_rate': '8.297e-06', 'ppl': '1.679', 'memory/max_active (GiB)': '69.98', 'memory/max_allocated (GiB)': '69.98', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.559', 'tokens/total': 218532, 'tokens/trainable': 800, 'epoch': '0.2092'}
21%|███████████████████▏ | 50/239 [01:42<06:23, 2.03s/it]
21%|███████████████████▋ | 51/239 [01:44<06:00, 1.92s/it]
{'loss': '0.04428', 'grad_norm': '3.635', 'learning_rate': '8.253e-06', 'ppl': '1.045', 'memory/max_active (GiB)': '67.2', 'memory/max_allocated (GiB)': '67.2', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.867', 'tokens/total': 221836, 'tokens/trainable': 816, 'epoch': '0.2134'}
21%|███████████████████▋ | 51/239 [01:44<06:00, 1.92s/it]
22%|████████████████████ | 52/239 [01:46<06:06, 1.96s/it]
{'loss': '0.03024', 'grad_norm': '2.814', 'learning_rate': '8.21e-06', 'ppl': '1.031', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.895', 'tokens/total': 226344, 'tokens/trainable': 832, 'epoch': '0.2176'}
22%|████████████████████ | 52/239 [01:46<06:06, 1.96s/it]
22%|████████████████████▍ | 53/239 [01:48<06:11, 2.00s/it]
{'loss': '0.1084', 'grad_norm': '5.398', 'learning_rate': '8.166e-06', 'ppl': '1.115', 'memory/max_active (GiB)': '69.57', 'memory/max_allocated (GiB)': '69.57', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.826', 'tokens/total': 230948, 'tokens/trainable': 848, 'epoch': '0.2218'}
22%|████████████████████▍ | 53/239 [01:48<06:11, 2.00s/it]
23%|████████████████████▊ | 54/239 [01:50<05:57, 1.93s/it]
{'loss': '0.37', 'grad_norm': '10.75', 'learning_rate': '8.122e-06', 'ppl': '1.448', 'memory/max_active (GiB)': '68.16', 'memory/max_allocated (GiB)': '68.16', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.509', 'tokens/total': 234652, 'tokens/trainable': 864, 'epoch': '0.2259'}
23%|████████████████████▊ | 54/239 [01:50<05:57, 1.93s/it]
23%|█████████████████████▏ | 55/239 [01:52<05:59, 1.95s/it]
{'loss': '0.03664', 'grad_norm': '2.057', 'learning_rate': '8.079e-06', 'ppl': '1.037', 'memory/max_active (GiB)': '68.49', 'memory/max_allocated (GiB)': '68.49', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.01', 'tokens/total': 238872, 'tokens/trainable': 880, 'epoch': '0.2301'}
23%|█████████████████████▏ | 55/239 [01:52<05:59, 1.95s/it]
23%|█████████████████████▌ | 56/239 [01:54<06:01, 1.98s/it]
{'loss': '0.4705', 'grad_norm': '10.23', 'learning_rate': '8.035e-06', 'ppl': '1.601', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.937', 'tokens/total': 243360, 'tokens/trainable': 896, 'epoch': '0.2343'}
23%|█████████████████████▌ | 56/239 [01:54<06:01, 1.98s/it]
24%|█████████████████████▉ | 57/239 [01:56<06:17, 2.07s/it]
{'loss': '0.1515', 'grad_norm': '9.719', 'learning_rate': '7.991e-06', 'ppl': '1.164', 'memory/max_active (GiB)': '68.31', 'memory/max_allocated (GiB)': '68.31', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.504', 'tokens/total': 247480, 'tokens/trainable': 912, 'epoch': '0.2385'}
24%|█████████████████████▉ | 57/239 [01:56<06:17, 2.07s/it]
24%|██████████████████████▎ | 58/239 [01:58<06:13, 2.06s/it]
{'loss': '0.2241', 'grad_norm': '8.98', 'learning_rate': '7.948e-06', 'ppl': '1.251', 'memory/max_active (GiB)': '68.96', 'memory/max_allocated (GiB)': '68.96', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.925', 'tokens/total': 251924, 'tokens/trainable': 928, 'epoch': '0.2427'}
24%|██████████████████████▎ | 58/239 [01:58<06:13, 2.06s/it]
25%|██████████████████████▋ | 59/239 [02:00<06:00, 2.00s/it]
{'loss': '0.1156', 'grad_norm': '7.432', 'learning_rate': '7.904e-06', 'ppl': '1.123', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.301', 'tokens/total': 255828, 'tokens/trainable': 944, 'epoch': '0.2469'}
25%|██████████████████████▋ | 59/239 [02:00<06:00, 2.00s/it]
25%|███████████████████████ | 60/239 [02:02<06:02, 2.02s/it]
{'loss': '0.00676', 'grad_norm': '0.4185', 'learning_rate': '7.86e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.9', 'memory/max_allocated (GiB)': '68.9', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.865', 'tokens/total': 260324, 'tokens/trainable': 960, 'epoch': '0.251'}
25%|███████████████████████ | 60/239 [02:02<06:02, 2.02s/it]
26%|███████████████████████▍ | 61/239 [02:04<06:24, 2.16s/it]
{'loss': '0.01741', 'grad_norm': '1.527', 'learning_rate': '7.817e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '70.9', 'memory/max_allocated (GiB)': '70.9', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.241', 'tokens/total': 265908, 'tokens/trainable': 976, 'epoch': '0.2552'}
26%|███████████████████████▍ | 61/239 [02:04<06:24, 2.16s/it]
26%|███████████████████████▊ | 62/239 [02:06<06:05, 2.07s/it]
{'loss': '0.1705', 'grad_norm': '9.924', 'learning_rate': '7.773e-06', 'ppl': '1.186', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '4.325', 'tokens/total': 269856, 'tokens/trainable': 992, 'epoch': '0.2594'}
26%|███████████████████████▊ | 62/239 [02:06<06:05, 2.07s/it]
26%|████████████████████████▎ | 63/239 [02:09<06:31, 2.22s/it]
{'loss': '0.2642', 'grad_norm': '6.2', 'learning_rate': '7.729e-06', 'ppl': '1.302', 'memory/max_active (GiB)': '72.44', 'memory/max_allocated (GiB)': '72.44', 'memory/device_reserved (GiB)': '74.83', 'tokens/train_per_sec_per_gpu': '3.098', 'tokens/total': 275748, 'tokens/trainable': 1008, 'epoch': '0.2636'}
26%|████████████████████████▎ | 63/239 [02:09<06:31, 2.22s/it]
27%|████████████████████████▋ | 64/239 [02:12<06:52, 2.35s/it]
{'loss': '0.01448', 'grad_norm': '1.397', 'learning_rate': '7.686e-06', 'ppl': '1.015', 'memory/max_active (GiB)': '74.1', 'memory/max_allocated (GiB)': '74.1', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.01', 'tokens/total': 281656, 'tokens/trainable': 1024, 'epoch': '0.2678'}
27%|████████████████████████▋ | 64/239 [02:12<06:52, 2.35s/it]
27%|█████████████████████████ | 65/239 [02:14<06:59, 2.41s/it]
{'loss': '0.6045', 'grad_norm': '10.25', 'learning_rate': '7.642e-06', 'ppl': '1.83', 'memory/max_active (GiB)': '68.99', 'memory/max_allocated (GiB)': '68.99', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.154', 'tokens/total': 286160, 'tokens/trainable': 1040, 'epoch': '0.272'}
27%|█████████████████████████ | 65/239 [02:14<06:59, 2.41s/it]
28%|█████████████████████████▍ | 66/239 [02:16<06:37, 2.30s/it]
{'loss': '0.311', 'grad_norm': '6.408', 'learning_rate': '7.598e-06', 'ppl': '1.365', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.922', 'tokens/total': 290480, 'tokens/trainable': 1056, 'epoch': '0.2762'}
28%|█████████████████████████▍ | 66/239 [02:16<06:37, 2.30s/it]
28%|█████████████████████████▊ | 67/239 [02:18<06:29, 2.27s/it]
{'loss': '0.3176', 'grad_norm': '7.196', 'learning_rate': '7.555e-06', 'ppl': '1.374', 'memory/max_active (GiB)': '68.87', 'memory/max_allocated (GiB)': '68.87', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.669', 'tokens/total': 295216, 'tokens/trainable': 1072, 'epoch': '0.2803'}
28%|█████████████████████████▊ | 67/239 [02:18<06:29, 2.27s/it]
28%|██████████████████████████▏ | 68/239 [02:20<06:21, 2.23s/it]
{'loss': '0.1406', 'grad_norm': '10.01', 'learning_rate': '7.511e-06', 'ppl': '1.151', 'memory/max_active (GiB)': '70.64', 'memory/max_allocated (GiB)': '70.64', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.712', 'tokens/total': 300216, 'tokens/trainable': 1088, 'epoch': '0.2845'}
28%|██████████████████████████▏ | 68/239 [02:20<06:21, 2.23s/it]
29%|██████████████████████████▌ | 69/239 [02:22<06:06, 2.16s/it]
{'loss': '0.1244', 'grad_norm': '17.37', 'learning_rate': '7.467e-06', 'ppl': '1.132', 'memory/max_active (GiB)': '68.73', 'memory/max_allocated (GiB)': '68.73', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.04', 'tokens/total': 304516, 'tokens/trainable': 1104, 'epoch': '0.2887'}
29%|██████████████████████████▌ | 69/239 [02:22<06:06, 2.16s/it]
29%|██████████████████████████▉ | 70/239 [02:25<06:00, 2.13s/it]
{'loss': '0.05421', 'grad_norm': '10.49', 'learning_rate': '7.424e-06', 'ppl': '1.056', 'memory/max_active (GiB)': '68.51', 'memory/max_allocated (GiB)': '68.51', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.86', 'tokens/total': 309088, 'tokens/trainable': 1120, 'epoch': '0.2929'}
29%|██████████████████████████▉ | 70/239 [02:25<06:00, 2.13s/it]
30%|███████████████████████████▎ | 71/239 [02:27<05:53, 2.10s/it]
{'loss': '0.0296', 'grad_norm': '1.498', 'learning_rate': '7.38e-06', 'ppl': '1.03', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.947', 'tokens/total': 313476, 'tokens/trainable': 1136, 'epoch': '0.2971'}
30%|███████████████████████████▎ | 71/239 [02:27<05:53, 2.10s/it]
30%|███████████████████████████▋ | 72/239 [02:29<05:57, 2.14s/it]
{'loss': '0.0819', 'grad_norm': '4.295', 'learning_rate': '7.336e-06', 'ppl': '1.085', 'memory/max_active (GiB)': '69.04', 'memory/max_allocated (GiB)': '69.04', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.605', 'tokens/total': 318424, 'tokens/trainable': 1152, 'epoch': '0.3013'}
30%|███████████████████████████▋ | 72/239 [02:29<05:57, 2.14s/it]
31%|████████████████████████████ | 73/239 [02:31<05:54, 2.14s/it]
{'loss': '0.3778', 'grad_norm': '10.43', 'learning_rate': '7.293e-06', 'ppl': '1.459', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.749', 'tokens/total': 323144, 'tokens/trainable': 1168, 'epoch': '0.3054'}
31%|████████████████████████████ | 73/239 [02:31<05:54, 2.14s/it]
31%|████████████████████████████▍ | 74/239 [02:33<05:47, 2.10s/it]
{'loss': '0.08622', 'grad_norm': '7.401', 'learning_rate': '7.249e-06', 'ppl': '1.09', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.955', 'tokens/total': 327136, 'tokens/trainable': 1184, 'epoch': '0.3096'}
31%|████████████████████████████▍ | 74/239 [02:33<05:47, 2.10s/it]
31%|████████████████████████████▊ | 75/239 [02:35<05:28, 2.00s/it]
{'loss': '0.006771', 'grad_norm': '0.569', 'learning_rate': '7.205e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '67.88', 'memory/max_allocated (GiB)': '67.88', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.556', 'tokens/total': 330952, 'tokens/trainable': 1200, 'epoch': '0.3138'}
31%|████████████████████████████▊ | 75/239 [02:35<05:28, 2.00s/it]
32%|█████████████████████████████▎ | 76/239 [02:38<06:13, 2.29s/it]
{'loss': '0.1822', 'grad_norm': '9.883', 'learning_rate': '7.162e-06', 'ppl': '1.2', 'memory/max_active (GiB)': '72.12', 'memory/max_allocated (GiB)': '72.12', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.688', 'tokens/total': 338260, 'tokens/trainable': 1216, 'epoch': '0.318'}
32%|█████████████████████████████▎ | 76/239 [02:38<06:13, 2.29s/it]
32%|█████████████████████████████▋ | 77/239 [02:40<05:50, 2.16s/it]
{'loss': '0.02997', 'grad_norm': '2.089', 'learning_rate': '7.118e-06', 'ppl': '1.03', 'memory/max_active (GiB)': '68.75', 'memory/max_allocated (GiB)': '68.75', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.301', 'tokens/total': 342280, 'tokens/trainable': 1232, 'epoch': '0.3222'}
32%|█████████████████████████████▋ | 77/239 [02:40<05:50, 2.16s/it]
33%|██████████████████████████████ | 78/239 [02:41<05:30, 2.05s/it]
{'loss': '0.2332', 'grad_norm': '5.023', 'learning_rate': '7.074e-06', 'ppl': '1.263', 'memory/max_active (GiB)': '68.33', 'memory/max_allocated (GiB)': '68.33', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.495', 'tokens/total': 346228, 'tokens/trainable': 1248, 'epoch': '0.3264'}
33%|██████████████████████████████ | 78/239 [02:41<05:30, 2.05s/it]
33%|██████████████████████████████▍ | 79/239 [02:43<05:30, 2.07s/it]
{'loss': '0.09999', 'grad_norm': '6.377', 'learning_rate': '7.031e-06', 'ppl': '1.105', 'memory/max_active (GiB)': '69.36', 'memory/max_allocated (GiB)': '69.36', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.815', 'tokens/total': 350884, 'tokens/trainable': 1264, 'epoch': '0.3305'}
33%|██████████████████████████████▍ | 79/239 [02:43<05:30, 2.07s/it]
33%|██████████████████████████████▊ | 80/239 [02:45<05:12, 1.96s/it]
{'loss': '0.3277', 'grad_norm': '19.22', 'learning_rate': '6.987e-06', 'ppl': '1.388', 'memory/max_active (GiB)': '68.36', 'memory/max_allocated (GiB)': '68.36', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.64', 'tokens/total': 354568, 'tokens/trainable': 1280, 'epoch': '0.3347'}
33%|██████████████████████████████▊ | 80/239 [02:45<05:12, 1.96s/it]
34%|███████████████████████████████▏ | 81/239 [02:47<05:26, 2.07s/it]
{'loss': '0.7074', 'grad_norm': '9.479', 'learning_rate': '6.943e-06', 'ppl': '2.029', 'memory/max_active (GiB)': '71.49', 'memory/max_allocated (GiB)': '71.49', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.477', 'tokens/total': 360000, 'tokens/trainable': 1296, 'epoch': '0.3389'}
34%|███████████████████████████████▏ | 81/239 [02:47<05:26, 2.07s/it]
34%|███████████████████████████████▌ | 82/239 [02:50<05:41, 2.18s/it]
{'loss': '0.01194', 'grad_norm': '0.7708', 'learning_rate': '6.9e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '69.94', 'memory/max_allocated (GiB)': '69.94', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.284', 'tokens/total': 365016, 'tokens/trainable': 1312, 'epoch': '0.3431'}
34%|███████████████████████████████▌ | 82/239 [02:50<05:41, 2.18s/it]
35%|███████████████████████████████▉ | 83/239 [02:52<05:29, 2.11s/it]
{'loss': '0.01173', 'grad_norm': '0.7367', 'learning_rate': '6.856e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.094', 'tokens/total': 369260, 'tokens/trainable': 1328, 'epoch': '0.3473'}
35%|███████████████████████████████▉ | 83/239 [02:52<05:29, 2.11s/it]
35%|████████████████████████████████▎ | 84/239 [02:54<05:12, 2.02s/it]
{'loss': '0.1835', 'grad_norm': '11.41', 'learning_rate': '6.812e-06', 'ppl': '1.201', 'memory/max_active (GiB)': '69.23', 'memory/max_allocated (GiB)': '69.23', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.457', 'tokens/total': 373136, 'tokens/trainable': 1344, 'epoch': '0.3515'}
35%|████████████████████████████████▎ | 84/239 [02:54<05:12, 2.02s/it]
36%|████████████████████████████████▋ | 85/239 [02:55<05:03, 1.97s/it]
{'loss': '0.006064', 'grad_norm': '0.6692', 'learning_rate': '6.769e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.327', 'tokens/total': 377140, 'tokens/trainable': 1360, 'epoch': '0.3556'}
36%|████████████████████████████████▋ | 85/239 [02:55<05:03, 1.97s/it]
36%|█████████████████████████████████ | 86/239 [02:57<05:00, 1.96s/it]
{'loss': '0.007489', 'grad_norm': '0.563', 'learning_rate': '6.725e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '69.67', 'memory/max_allocated (GiB)': '69.67', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.106', 'tokens/total': 381364, 'tokens/trainable': 1376, 'epoch': '0.3598'}
36%|█████████████████████████████████ | 86/239 [02:57<05:00, 1.96s/it]
36%|█████████████████████████████████▍ | 87/239 [02:59<04:54, 1.94s/it]
{'loss': '0.06202', 'grad_norm': '6.879', 'learning_rate': '6.681e-06', 'ppl': '1.064', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.251', 'tokens/total': 385524, 'tokens/trainable': 1392, 'epoch': '0.364'}
36%|█████████████████████████████████▍ | 87/239 [02:59<04:54, 1.94s/it]
37%|█████████████████████████████████▊ | 88/239 [03:01<04:49, 1.92s/it]
{'loss': '0.7179', 'grad_norm': '22.06', 'learning_rate': '6.638e-06', 'ppl': '2.05', 'memory/max_active (GiB)': '68.41', 'memory/max_allocated (GiB)': '68.41', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.296', 'tokens/total': 389596, 'tokens/trainable': 1408, 'epoch': '0.3682'}
37%|█████████████████████████████████▊ | 88/239 [03:01<04:49, 1.92s/it]
37%|██████████████████████████████████▎ | 89/239 [03:04<05:10, 2.07s/it]
{'loss': '0.0443', 'grad_norm': '10.5', 'learning_rate': '6.594e-06', 'ppl': '1.045', 'memory/max_active (GiB)': '69.9', 'memory/max_allocated (GiB)': '69.9', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.292', 'tokens/total': 395136, 'tokens/trainable': 1424, 'epoch': '0.3724'}
37%|██████████████████████████████████▎ | 89/239 [03:04<05:10, 2.07s/it]
38%|██████████████████████████████████▋ | 90/239 [03:06<05:21, 2.16s/it]
{'loss': '0.2504', 'grad_norm': '15.59', 'learning_rate': '6.55e-06', 'ppl': '1.285', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.399', 'tokens/total': 400012, 'tokens/trainable': 1440, 'epoch': '0.3766'}
38%|██████████████████████████████████▋ | 90/239 [03:06<05:21, 2.16s/it]
38%|███████████████████████████████████ | 91/239 [03:08<04:59, 2.02s/it]
{'loss': '0.4348', 'grad_norm': '7.081', 'learning_rate': '6.507e-06', 'ppl': '1.545', 'memory/max_active (GiB)': '67.45', 'memory/max_allocated (GiB)': '67.45', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.699', 'tokens/total': 403652, 'tokens/trainable': 1456, 'epoch': '0.3808'}
38%|███████████████████████████████████ | 91/239 [03:08<04:59, 2.02s/it]
38%|███████████████████████████████████▍ | 92/239 [03:10<04:53, 2.00s/it]
{'loss': '0.01174', 'grad_norm': '1.467', 'learning_rate': '6.463e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '68.09', 'memory/max_allocated (GiB)': '68.09', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.145', 'tokens/total': 407876, 'tokens/trainable': 1472, 'epoch': '0.3849'}
38%|███████████████████████████████████▍ | 92/239 [03:10<04:53, 2.00s/it]
39%|███████████████████████████████████▊ | 93/239 [03:12<04:47, 1.97s/it]
{'loss': '0.001452', 'grad_norm': '0.1046', 'learning_rate': '6.419e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.194', 'tokens/total': 411968, 'tokens/trainable': 1488, 'epoch': '0.3891'}
39%|███████████████████████████████████▊ | 93/239 [03:12<04:47, 1.97s/it]
39%|████████████████████████████████████▏ | 94/239 [03:13<04:42, 1.95s/it]
{'loss': '0.02796', 'grad_norm': '4.649', 'learning_rate': '6.376e-06', 'ppl': '1.028', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.211', 'tokens/total': 416084, 'tokens/trainable': 1504, 'epoch': '0.3933'}
39%|████████████████████████████████████▏ | 94/239 [03:13<04:42, 1.95s/it]
40%|████████████████████████████████████▌ | 95/239 [03:16<05:19, 2.22s/it]
{'loss': '0.001718', 'grad_norm': '0.1156', 'learning_rate': '6.332e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '71.96', 'memory/max_allocated (GiB)': '71.96', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.819', 'tokens/total': 422728, 'tokens/trainable': 1520, 'epoch': '0.3975'}
40%|████████████████████████████████████▌ | 95/239 [03:16<05:19, 2.22s/it]
40%|████████████████████████████████████▉ | 96/239 [03:19<05:25, 2.28s/it]
{'loss': '0.01062', 'grad_norm': '0.8536', 'learning_rate': '6.288e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '69.73', 'memory/max_allocated (GiB)': '69.73', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.315', 'tokens/total': 428244, 'tokens/trainable': 1536, 'epoch': '0.4017'}
40%|████████████████████████████████████▉ | 96/239 [03:19<05:25, 2.28s/it]
41%|█████████████████████████████████████▎ | 97/239 [03:21<05:10, 2.19s/it]
{'loss': '0.02151', 'grad_norm': '2.865', 'learning_rate': '6.245e-06', 'ppl': '1.022', 'memory/max_active (GiB)': '68.49', 'memory/max_allocated (GiB)': '68.49', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.044', 'tokens/total': 432668, 'tokens/trainable': 1552, 'epoch': '0.4059'}
41%|█████████████████████████████████████▎ | 97/239 [03:21<05:10, 2.19s/it]
41%|█████████████████████████████████████▋ | 98/239 [03:23<05:04, 2.16s/it]
{'loss': '0.05937', 'grad_norm': '13.03', 'learning_rate': '6.201e-06', 'ppl': '1.061', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.813', 'tokens/total': 436728, 'tokens/trainable': 1568, 'epoch': '0.41'}
41%|█████████████████████████████████████▋ | 98/239 [03:23<05:04, 2.16s/it]
41%|██████████████████████████████████████ | 99/239 [03:25<05:00, 2.15s/it]
{'loss': '0.001348', 'grad_norm': '0.09022', 'learning_rate': '6.157e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.27', 'memory/max_allocated (GiB)': '69.27', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.787', 'tokens/total': 441416, 'tokens/trainable': 1584, 'epoch': '0.4142'}
41%|██████████████████████████████████████ | 99/239 [03:25<05:00, 2.15s/it]
42%|██████████████████████████████████████ | 100/239 [03:27<04:53, 2.11s/it]
{'loss': '0.004696', 'grad_norm': '0.3149', 'learning_rate': '6.114e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.955', 'tokens/total': 445776, 'tokens/trainable': 1600, 'epoch': '0.4184'}
42%|██████████████████████████████████████ | 100/239 [03:27<04:53, 2.11s/it]
42%|██████████████████████████████████████▍ | 101/239 [03:29<04:48, 2.09s/it]
{'loss': '0.002173', 'grad_norm': '0.1685', 'learning_rate': '6.07e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.35', 'memory/max_allocated (GiB)': '68.35', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.938', 'tokens/total': 450128, 'tokens/trainable': 1616, 'epoch': '0.4226'}
42%|██████████████████████████████████████▍ | 101/239 [03:29<04:48, 2.09s/it]
43%|██████████████████████████████████████▊ | 102/239 [03:31<04:41, 2.05s/it]
{'loss': '0.03565', 'grad_norm': '6.153', 'learning_rate': '6.026e-06', 'ppl': '1.036', 'memory/max_active (GiB)': '69.36', 'memory/max_allocated (GiB)': '69.36', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.066', 'tokens/total': 454540, 'tokens/trainable': 1632, 'epoch': '0.4268'}
43%|██████████████████████████████████████▊ | 102/239 [03:31<04:41, 2.05s/it]
43%|███████████████████████████████████████▏ | 103/239 [03:33<04:35, 2.03s/it]
{'loss': '0.7107', 'grad_norm': '16.57', 'learning_rate': '5.983e-06', 'ppl': '2.035', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.064', 'tokens/total': 458948, 'tokens/trainable': 1648, 'epoch': '0.431'}
43%|███████████████████████████████████████▏ | 103/239 [03:33<04:35, 2.03s/it]
44%|███████████████████████████████████████▌ | 104/239 [03:35<04:29, 2.00s/it]
{'loss': '0.5813', 'grad_norm': '7.167', 'learning_rate': '5.939e-06', 'ppl': '1.788', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.181', 'tokens/total': 463164, 'tokens/trainable': 1664, 'epoch': '0.4351'}
44%|███████████████████████████████████████▌ | 104/239 [03:35<04:29, 2.00s/it]
44%|███████████████████████████████████████▉ | 105/239 [03:37<04:27, 1.99s/it]
{'loss': '0.00589', 'grad_norm': '0.7115', 'learning_rate': '5.895e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.025', 'tokens/total': 467480, 'tokens/trainable': 1680, 'epoch': '0.4393'}
44%|███████████████████████████████████████▉ | 105/239 [03:37<04:27, 1.99s/it]
44%|████████████████████████████████████████▎ | 106/239 [03:39<04:25, 1.99s/it]
{'loss': '0.05966', 'grad_norm': '3.642', 'learning_rate': '5.852e-06', 'ppl': '1.061', 'memory/max_active (GiB)': '68.87', 'memory/max_allocated (GiB)': '68.87', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.015', 'tokens/total': 471896, 'tokens/trainable': 1696, 'epoch': '0.4435'}
44%|████████████████████████████████████████▎ | 106/239 [03:39<04:25, 1.99s/it]
45%|████████████████████████████████████████▋ | 107/239 [03:41<04:46, 2.17s/it]
{'loss': '0.003585', 'grad_norm': '0.3518', 'learning_rate': '5.808e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '69.43', 'memory/max_allocated (GiB)': '69.43', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.113', 'tokens/total': 477308, 'tokens/trainable': 1712, 'epoch': '0.4477'}
45%|████████████████████████████████████████▋ | 107/239 [03:41<04:46, 2.17s/it]
45%|█████████████████████████████████████████ | 108/239 [03:43<04:29, 2.05s/it]
{'loss': '0.04424', 'grad_norm': '9.358', 'learning_rate': '5.764e-06', 'ppl': '1.045', 'memory/max_active (GiB)': '67.55', 'memory/max_allocated (GiB)': '67.55', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.475', 'tokens/total': 481060, 'tokens/trainable': 1728, 'epoch': '0.4519'}
45%|█████████████████████████████████████████ | 108/239 [03:43<04:29, 2.05s/it]
46%|█████████████████████████████████████████▌ | 109/239 [03:45<04:27, 2.05s/it]
{'loss': '0.001234', 'grad_norm': '0.1739', 'learning_rate': '5.721e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.902', 'tokens/total': 485660, 'tokens/trainable': 1744, 'epoch': '0.4561'}
46%|█████████████████████████████████████████▌ | 109/239 [03:45<04:27, 2.05s/it]
46%|█████████████████████████████████████████▉ | 110/239 [03:48<04:42, 2.19s/it]
{'loss': '0.5437', 'grad_norm': '24.56', 'learning_rate': '5.677e-06', 'ppl': '1.722', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.189', 'tokens/total': 491564, 'tokens/trainable': 1760, 'epoch': '0.4603'}
46%|█████████████████████████████████████████▉ | 110/239 [03:48<04:42, 2.19s/it]
46%|██████████████████████████████████████████▎ | 111/239 [03:50<04:43, 2.22s/it]
{'loss': '0.002479', 'grad_norm': '0.2667', 'learning_rate': '5.633e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '69.79', 'memory/max_allocated (GiB)': '69.79', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.527', 'tokens/total': 496648, 'tokens/trainable': 1776, 'epoch': '0.4644'}
46%|██████████████████████████████████████████▎ | 111/239 [03:50<04:43, 2.22s/it]
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:35, 2.17s/it]
{'loss': '1.286', 'grad_norm': '37.32', 'learning_rate': '5.59e-06', 'ppl': '3.618', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.887', 'tokens/total': 501096, 'tokens/trainable': 1792, 'epoch': '0.4686'}
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:35, 2.17s/it]
47%|███████████████████████████████████████████ | 113/239 [03:54<04:21, 2.08s/it]
{'loss': '0.01814', 'grad_norm': '6.307', 'learning_rate': '5.546e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '68.43', 'memory/max_allocated (GiB)': '68.43', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.287', 'tokens/total': 505396, 'tokens/trainable': 1808, 'epoch': '0.4728'}
47%|███████████████████████████████████████████ | 113/239 [03:54<04:21, 2.08s/it]
48%|███████████████████████████████████████████▍ | 114/239 [03:56<04:22, 2.10s/it]
{'loss': '0.1864', 'grad_norm': '14.66', 'learning_rate': '5.502e-06', 'ppl': '1.205', 'memory/max_active (GiB)': '69.76', 'memory/max_allocated (GiB)': '69.76', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.735', 'tokens/total': 510240, 'tokens/trainable': 1824, 'epoch': '0.477'}
48%|███████████████████████████████████████████▍ | 114/239 [03:56<04:22, 2.10s/it]
48%|███████████████████████████████████████████▊ | 115/239 [03:58<04:31, 2.19s/it]
{'loss': '0.0008618', 'grad_norm': '0.05566', 'learning_rate': '5.459e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '70.18', 'memory/max_allocated (GiB)': '70.18', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.339', 'tokens/total': 515288, 'tokens/trainable': 1840, 'epoch': '0.4812'}
48%|███████████████████████████████████████████▊ | 115/239 [03:58<04:31, 2.19s/it]
49%|████████████████████████████████████████████▏ | 116/239 [04:00<04:18, 2.10s/it]
{'loss': '0.3337', 'grad_norm': '25.42', 'learning_rate': '5.415e-06', 'ppl': '1.396', 'memory/max_active (GiB)': '68.19', 'memory/max_allocated (GiB)': '68.19', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.243', 'tokens/total': 519376, 'tokens/trainable': 1856, 'epoch': '0.4854'}
49%|████████████████████████████████████████████▏ | 116/239 [04:00<04:18, 2.10s/it]
49%|████████████████████████████████████████████▌ | 117/239 [04:03<04:27, 2.19s/it]
{'loss': '0.3402', 'grad_norm': '6.003', 'learning_rate': '5.371e-06', 'ppl': '1.405', 'memory/max_active (GiB)': '70.84', 'memory/max_allocated (GiB)': '70.84', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.334', 'tokens/total': 524900, 'tokens/trainable': 1872, 'epoch': '0.4895'}
49%|████████████████████████████████████████████▌ | 117/239 [04:03<04:27, 2.19s/it]
49%|████████████████████████████████████████████▉ | 118/239 [04:05<04:26, 2.20s/it]
{'loss': '0.7285', 'grad_norm': '13.49', 'learning_rate': '5.328e-06', 'ppl': '2.072', 'memory/max_active (GiB)': '69.56', 'memory/max_allocated (GiB)': '69.56', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.603', 'tokens/total': 529972, 'tokens/trainable': 1888, 'epoch': '0.4937'}
49%|████████████████████████████████████████████▉ | 118/239 [04:05<04:26, 2.20s/it]
50%|█████████████████████████████████████████████▎ | 119/239 [04:07<04:27, 2.23s/it]
{'loss': '0.2374', 'grad_norm': '16.48', 'learning_rate': '5.284e-06', 'ppl': '1.268', 'memory/max_active (GiB)': '72.56', 'memory/max_allocated (GiB)': '72.56', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.478', 'tokens/total': 535380, 'tokens/trainable': 1904, 'epoch': '0.4979'}
50%|█████████████████████████████████████████████▎ | 119/239 [04:07<04:27, 2.23s/it]
50%|█████████████████████████████████████████████▋ | 120/239 [04:09<04:15, 2.15s/it]
{'loss': '0.007176', 'grad_norm': '0.7825', 'learning_rate': '5.24e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.085', 'tokens/total': 539628, 'tokens/trainable': 1920, 'epoch': '0.5021'}
50%|█████████████████████████████████████████████▋ | 120/239 [04:09<04:15, 2.15s/it]
51%|██████████████████████████████████████████████ | 121/239 [04:11<04:07, 2.10s/it]
{'loss': '0.1959', 'grad_norm': '6.772', 'learning_rate': '5.197e-06', 'ppl': '1.216', 'memory/max_active (GiB)': '68.25', 'memory/max_allocated (GiB)': '68.25', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.06', 'tokens/total': 543944, 'tokens/trainable': 1936, 'epoch': '0.5063'}
51%|██████████████████████████████████████████████ | 121/239 [04:11<04:07, 2.10s/it]
51%|██████████████████████████████████████████████▍ | 122/239 [04:13<03:55, 2.02s/it]
{'loss': '0.1592', 'grad_norm': '17.09', 'learning_rate': '5.153e-06', 'ppl': '1.173', 'memory/max_active (GiB)': '68.62', 'memory/max_allocated (GiB)': '68.62', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.38', 'tokens/total': 547968, 'tokens/trainable': 1952, 'epoch': '0.5105'}
51%|██████████████████████████████████████████████▍ | 122/239 [04:13<03:55, 2.02s/it]
51%|██████████████████████████████████████████████▊ | 123/239 [04:15<03:56, 2.04s/it]
{'loss': '0.1309', 'grad_norm': '7.711', 'learning_rate': '5.109e-06', 'ppl': '1.14', 'memory/max_active (GiB)': '68.71', 'memory/max_allocated (GiB)': '68.71', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.848', 'tokens/total': 552664, 'tokens/trainable': 1968, 'epoch': '0.5146'}
51%|██████████████████████████████████████████████▊ | 123/239 [04:15<03:56, 2.04s/it]
52%|███████████████████████████████████████████████▏ | 124/239 [04:18<04:25, 2.31s/it]
{'loss': '0.0264', 'grad_norm': '3.309', 'learning_rate': '5.066e-06', 'ppl': '1.027', 'memory/max_active (GiB)': '72.81', 'memory/max_allocated (GiB)': '72.81', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.73', 'tokens/total': 559040, 'tokens/trainable': 1984, 'epoch': '0.5188'}
52%|███████████████████████████████████████████████▏ | 124/239 [04:18<04:25, 2.31s/it]
52%|███████████████████████████████████████████████▌ | 125/239 [04:20<04:08, 2.18s/it]
{'loss': '0.003222', 'grad_norm': '0.2188', 'learning_rate': '5.022e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.59', 'memory/max_allocated (GiB)': '68.59', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.228', 'tokens/total': 563068, 'tokens/trainable': 2000, 'epoch': '0.523'}
52%|███████████████████████████████████████████████▌ | 125/239 [04:20<04:08, 2.18s/it]
53%|███████████████████████████████████████████████▉ | 126/239 [04:22<03:53, 2.06s/it]
{'loss': '0.09185', 'grad_norm': '8.949', 'learning_rate': '4.978e-06', 'ppl': '1.096', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.498', 'tokens/total': 566864, 'tokens/trainable': 2016, 'epoch': '0.5272'}
53%|███████████████████████████████████████████████▉ | 126/239 [04:22<03:53, 2.06s/it]
53%|████████████████████████████████████████████████▎ | 127/239 [04:24<04:01, 2.16s/it]
{'loss': '0.003017', 'grad_norm': '0.1814', 'learning_rate': '4.934e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '70.37', 'memory/max_allocated (GiB)': '70.37', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.379', 'tokens/total': 572392, 'tokens/trainable': 2032, 'epoch': '0.5314'}
53%|████████████████████████████████████████████████▎ | 127/239 [04:24<04:01, 2.16s/it]
54%|████████████████████████████████████████████████▋ | 128/239 [04:26<03:51, 2.08s/it]
{'loss': '0.002474', 'grad_norm': '0.177', 'learning_rate': '4.891e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.191', 'tokens/total': 576548, 'tokens/trainable': 2048, 'epoch': '0.5356'}
54%|████████████████████████████████████████████████▋ | 128/239 [04:26<03:51, 2.08s/it]
54%|█████████████████████████████████████████████████ | 129/239 [04:28<03:43, 2.03s/it]
{'loss': '0.1929', 'grad_norm': '9.448', 'learning_rate': '4.847e-06', 'ppl': '1.213', 'memory/max_active (GiB)': '68.36', 'memory/max_allocated (GiB)': '68.36', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.215', 'tokens/total': 580756, 'tokens/trainable': 2064, 'epoch': '0.5397'}
54%|█████████████████████████████████████████████████ | 129/239 [04:28<03:43, 2.03s/it]
54%|█████████████████████████████████████████████████▍ | 130/239 [04:30<03:42, 2.04s/it]
{'loss': '0.01352', 'grad_norm': '1.531', 'learning_rate': '4.803e-06', 'ppl': '1.014', 'memory/max_active (GiB)': '69.16', 'memory/max_allocated (GiB)': '69.16', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.884', 'tokens/total': 585240, 'tokens/trainable': 2080, 'epoch': '0.5439'}
54%|█████████████████████████████████████████████████▍ | 130/239 [04:30<03:42, 2.04s/it]
55%|█████████████████████████████████████████████████▉ | 131/239 [04:32<03:25, 1.90s/it]
{'loss': '0.6348', 'grad_norm': '13.12', 'learning_rate': '4.76e-06', 'ppl': '1.887', 'memory/max_active (GiB)': '67.02', 'memory/max_allocated (GiB)': '67.02', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '5.095', 'tokens/total': 588252, 'tokens/trainable': 2096, 'epoch': '0.5481'}
55%|█████████████████████████████████████████████████▉ | 131/239 [04:32<03:25, 1.90s/it]
55%|██████████████████████████████████████████████████▎ | 132/239 [04:34<03:29, 1.95s/it]
{'loss': '0.0869', 'grad_norm': '10.88', 'learning_rate': '4.716e-06', 'ppl': '1.091', 'memory/max_active (GiB)': '69.17', 'memory/max_allocated (GiB)': '69.17', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.842', 'tokens/total': 592364, 'tokens/trainable': 2112, 'epoch': '0.5523'}
55%|██████████████████████████████████████████████████▎ | 132/239 [04:34<03:29, 1.95s/it]
56%|██████████████████████████████████████████████████▋ | 133/239 [04:36<03:27, 1.96s/it]
{'loss': '0.002305', 'grad_norm': '0.2306', 'learning_rate': '4.672e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.066', 'tokens/total': 596828, 'tokens/trainable': 2128, 'epoch': '0.5565'}
56%|██████████████████████████████████████████████████▋ | 133/239 [04:36<03:27, 1.96s/it]
56%|███████████████████████████████████████████████████ | 134/239 [04:38<03:25, 1.95s/it]
{'loss': '0.06365', 'grad_norm': '6.848', 'learning_rate': '4.629e-06', 'ppl': '1.066', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.13', 'tokens/total': 601340, 'tokens/trainable': 2144, 'epoch': '0.5607'}
56%|███████████████████████████████████████████████████ | 134/239 [04:38<03:25, 1.95s/it]
56%|███████████████████████████████████████████████████▍ | 135/239 [04:40<03:29, 2.02s/it]
{'loss': '0.001206', 'grad_norm': '0.09111', 'learning_rate': '4.585e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.24', 'memory/max_allocated (GiB)': '69.24', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.691', 'tokens/total': 606228, 'tokens/trainable': 2160, 'epoch': '0.5649'}
56%|███████████████████████████████████████████████████▍ | 135/239 [04:40<03:29, 2.02s/it]
57%|███████████████████████████████████████████████████▊ | 136/239 [04:42<03:30, 2.04s/it]
{'loss': '0.01732', 'grad_norm': '2.994', 'learning_rate': '4.541e-06', 'ppl': '1.017', 'memory/max_active (GiB)': '70.2', 'memory/max_allocated (GiB)': '70.2', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.82', 'tokens/total': 610936, 'tokens/trainable': 2176, 'epoch': '0.569'}
57%|███████████████████████████████████████████████████▊ | 136/239 [04:42<03:30, 2.04s/it]
57%|████████████████████████████████████████████████████▏ | 137/239 [04:44<03:27, 2.04s/it]
{'loss': '0.07923', 'grad_norm': '10.41', 'learning_rate': '4.498e-06', 'ppl': '1.082', 'memory/max_active (GiB)': '69.45', 'memory/max_allocated (GiB)': '69.45', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.945', 'tokens/total': 615488, 'tokens/trainable': 2192, 'epoch': '0.5732'}
57%|████████████████████████████████████████████████████▏ | 137/239 [04:44<03:27, 2.04s/it]
58%|████████████████████████████████████████████████████▌ | 138/239 [04:46<03:15, 1.94s/it]
{'loss': '0.06425', 'grad_norm': '7.734', 'learning_rate': '4.454e-06', 'ppl': '1.066', 'memory/max_active (GiB)': '67.93', 'memory/max_allocated (GiB)': '67.93', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.702', 'tokens/total': 619184, 'tokens/trainable': 2208, 'epoch': '0.5774'}
58%|████████████████████████████████████████████████████▌ | 138/239 [04:46<03:15, 1.94s/it]
58%|████████████████████████████████████████████████████▉ | 139/239 [04:48<03:17, 1.97s/it]
{'loss': '0.2117', 'grad_norm': '10.28', 'learning_rate': '4.41e-06', 'ppl': '1.236', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.897', 'tokens/total': 623756, 'tokens/trainable': 2224, 'epoch': '0.5816'}
58%|████████████████████████████████████████████████████▉ | 139/239 [04:48<03:17, 1.97s/it]
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:50<03:18, 2.01s/it]
{'loss': '0.02573', 'grad_norm': '9.177', 'learning_rate': '4.367e-06', 'ppl': '1.026', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.828', 'tokens/total': 627940, 'tokens/trainable': 2240, 'epoch': '0.5858'}
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:50<03:18, 2.01s/it]
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:52<03:10, 1.95s/it]
{'loss': '0.1458', 'grad_norm': '9.483', 'learning_rate': '4.323e-06', 'ppl': '1.157', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.464', 'tokens/total': 631792, 'tokens/trainable': 2256, 'epoch': '0.59'}
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:52<03:10, 1.95s/it]
59%|██████████████████████████████████████████████████████ | 142/239 [04:54<03:22, 2.09s/it]
{'loss': '0.3144', 'grad_norm': '7.182', 'learning_rate': '4.279e-06', 'ppl': '1.369', 'memory/max_active (GiB)': '71.63', 'memory/max_allocated (GiB)': '71.63', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.289', 'tokens/total': 637632, 'tokens/trainable': 2272, 'epoch': '0.5941'}
59%|██████████████████████████████████████████████████████ | 142/239 [04:54<03:22, 2.09s/it]
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:20, 2.09s/it]
{'loss': '0.08522', 'grad_norm': '6.794', 'learning_rate': '4.236e-06', 'ppl': '1.089', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.827', 'tokens/total': 642352, 'tokens/trainable': 2288, 'epoch': '0.5983'}
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:20, 2.09s/it]
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:58<03:17, 2.08s/it]
{'loss': '0.1889', 'grad_norm': '26.52', 'learning_rate': '4.192e-06', 'ppl': '1.208', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.894', 'tokens/total': 646900, 'tokens/trainable': 2304, 'epoch': '0.6025'}
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:58<03:17, 2.08s/it]
61%|███████████████████████████████████████████████████████▏ | 145/239 [05:00<03:12, 2.05s/it]
{'loss': '0.3088', 'grad_norm': '6.748', 'learning_rate': '4.148e-06', 'ppl': '1.362', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.055', 'tokens/total': 651096, 'tokens/trainable': 2320, 'epoch': '0.6067'}
61%|███████████████████████████████████████████████████████▏ | 145/239 [05:00<03:12, 2.05s/it]
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:02<03:06, 2.00s/it]
{'loss': '0.2987', 'grad_norm': '20.09', 'learning_rate': '4.105e-06', 'ppl': '1.348', 'memory/max_active (GiB)': '69.13', 'memory/max_allocated (GiB)': '69.13', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.217', 'tokens/total': 655364, 'tokens/trainable': 2336, 'epoch': '0.6109'}
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:02<03:06, 2.00s/it]
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:04<03:13, 2.11s/it]
{'loss': '0.01101', 'grad_norm': '0.7665', 'learning_rate': '4.061e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '70.72', 'memory/max_allocated (GiB)': '70.72', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.425', 'tokens/total': 660664, 'tokens/trainable': 2352, 'epoch': '0.6151'}
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:04<03:13, 2.11s/it]
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:07<03:31, 2.33s/it]
{'loss': '0.06298', 'grad_norm': '4.731', 'learning_rate': '4.017e-06', 'ppl': '1.065', 'memory/max_active (GiB)': '72.96', 'memory/max_allocated (GiB)': '72.96', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.816', 'tokens/total': 666980, 'tokens/trainable': 2368, 'epoch': '0.6192'}
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:07<03:31, 2.33s/it]
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:09<03:21, 2.24s/it]
{'loss': '0.1484', 'grad_norm': '21.13', 'learning_rate': '3.974e-06', 'ppl': '1.16', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.919', 'tokens/total': 671440, 'tokens/trainable': 2384, 'epoch': '0.6234'}
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:09<03:21, 2.24s/it]
63%|█████████████████████████████████████████████████████████ | 150/239 [05:11<03:18, 2.23s/it]
{'loss': '0.2259', 'grad_norm': '12.5', 'learning_rate': '3.93e-06', 'ppl': '1.253', 'memory/max_active (GiB)': '69.71', 'memory/max_allocated (GiB)': '69.71', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.644', 'tokens/total': 676272, 'tokens/trainable': 2400, 'epoch': '0.6276'}
63%|█████████████████████████████████████████████████████████ | 150/239 [05:11<03:18, 2.23s/it]
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:14<03:21, 2.29s/it]
{'loss': '0.09157', 'grad_norm': '22.27', 'learning_rate': '3.886e-06', 'ppl': '1.096', 'memory/max_active (GiB)': '71.63', 'memory/max_allocated (GiB)': '71.63', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.309', 'tokens/total': 681900, 'tokens/trainable': 2416, 'epoch': '0.6318'}
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:14<03:21, 2.29s/it]
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:16<03:08, 2.16s/it]
{'loss': '0.001321', 'grad_norm': '0.1358', 'learning_rate': '3.843e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.02', 'memory/max_allocated (GiB)': '68.02', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.258', 'tokens/total': 685964, 'tokens/trainable': 2432, 'epoch': '0.636'}
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:16<03:08, 2.16s/it]
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:18<03:00, 2.10s/it]
{'loss': '0.2929', 'grad_norm': '10.28', 'learning_rate': '3.799e-06', 'ppl': '1.34', 'memory/max_active (GiB)': '68.52', 'memory/max_allocated (GiB)': '68.52', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.088', 'tokens/total': 690168, 'tokens/trainable': 2448, 'epoch': '0.6402'}
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:18<03:00, 2.10s/it]
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:19<02:47, 1.97s/it]
{'loss': '0.2134', 'grad_norm': '7.329', 'learning_rate': '3.755e-06', 'ppl': '1.238', 'memory/max_active (GiB)': '68.03', 'memory/max_allocated (GiB)': '68.03', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.81', 'tokens/total': 693656, 'tokens/trainable': 2464, 'epoch': '0.6444'}
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:19<02:47, 1.97s/it]
65%|███████████████████████████████████████████████████████████ | 155/239 [05:22<02:51, 2.04s/it]
{'loss': '0.006843', 'grad_norm': '0.4173', 'learning_rate': '3.712e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '69.16', 'memory/max_allocated (GiB)': '69.16', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.621', 'tokens/total': 698612, 'tokens/trainable': 2480, 'epoch': '0.6485'}
65%|███████████████████████████████████████████████████████████ | 155/239 [05:22<02:51, 2.04s/it]
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:23<02:46, 2.01s/it]
{'loss': '0.1714', 'grad_norm': '9.1', 'learning_rate': '3.668e-06', 'ppl': '1.187', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.166', 'tokens/total': 702756, 'tokens/trainable': 2496, 'epoch': '0.6527'}
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:23<02:46, 2.01s/it]
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:26<02:51, 2.09s/it]
{'loss': '0.04102', 'grad_norm': '7.91', 'learning_rate': '3.624e-06', 'ppl': '1.042', 'memory/max_active (GiB)': '69.04', 'memory/max_allocated (GiB)': '69.04', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.491', 'tokens/total': 707416, 'tokens/trainable': 2512, 'epoch': '0.6569'}
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:26<02:51, 2.09s/it]
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:28<02:48, 2.07s/it]
{'loss': '0.004873', 'grad_norm': '0.5757', 'learning_rate': '3.581e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.946', 'tokens/total': 711868, 'tokens/trainable': 2528, 'epoch': '0.6611'}
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:28<02:48, 2.07s/it]
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:30<02:44, 2.05s/it]
{'loss': '0.007917', 'grad_norm': '0.7873', 'learning_rate': '3.537e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '69.5', 'memory/max_allocated (GiB)': '69.5', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.991', 'tokens/total': 716328, 'tokens/trainable': 2544, 'epoch': '0.6653'}
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:30<02:44, 2.05s/it]
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:32<02:37, 2.00s/it]
{'loss': '0.008744', 'grad_norm': '0.8676', 'learning_rate': '3.493e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '68.26', 'memory/max_allocated (GiB)': '68.26', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.292', 'tokens/total': 720376, 'tokens/trainable': 2560, 'epoch': '0.6695'}
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:32<02:37, 2.00s/it]
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:34<02:34, 1.98s/it]
{'loss': '0.6002', 'grad_norm': '11.62', 'learning_rate': '3.45e-06', 'ppl': '1.822', 'memory/max_active (GiB)': '68.86', 'memory/max_allocated (GiB)': '68.86', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.155', 'tokens/total': 724604, 'tokens/trainable': 2576, 'epoch': '0.6736'}
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:34<02:34, 1.98s/it]
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:28, 1.92s/it]
{'loss': '0.3729', 'grad_norm': '14.42', 'learning_rate': '3.406e-06', 'ppl': '1.452', 'memory/max_active (GiB)': '67.77', 'memory/max_allocated (GiB)': '67.77', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.458', 'tokens/total': 728524, 'tokens/trainable': 2592, 'epoch': '0.6778'}
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:28, 1.92s/it]
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:27, 1.94s/it]
{'loss': '0.02002', 'grad_norm': '2.927', 'learning_rate': '3.362e-06', 'ppl': '1.02', 'memory/max_active (GiB)': '68.52', 'memory/max_allocated (GiB)': '68.52', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.027', 'tokens/total': 732728, 'tokens/trainable': 2608, 'epoch': '0.682'}
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:27, 1.94s/it]
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:28, 1.98s/it]
{'loss': '0.1506', 'grad_norm': '8.132', 'learning_rate': '3.319e-06', 'ppl': '1.162', 'memory/max_active (GiB)': '68.44', 'memory/max_allocated (GiB)': '68.44', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.891', 'tokens/total': 737276, 'tokens/trainable': 2624, 'epoch': '0.6862'}
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:28, 1.98s/it]
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:41<02:27, 2.00s/it]
{'loss': '0.0008998', 'grad_norm': '0.05134', 'learning_rate': '3.275e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.23', 'memory/max_allocated (GiB)': '68.23', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.928', 'tokens/total': 741144, 'tokens/trainable': 2640, 'epoch': '0.6904'}
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:41<02:27, 2.00s/it]
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:44<02:27, 2.03s/it]
{'loss': '0.5623', 'grad_norm': '8.86', 'learning_rate': '3.231e-06', 'ppl': '1.755', 'memory/max_active (GiB)': '70', 'memory/max_allocated (GiB)': '70', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.821', 'tokens/total': 745892, 'tokens/trainable': 2656, 'epoch': '0.6946'}
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:44<02:27, 2.03s/it]
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:46<02:25, 2.02s/it]
{'loss': '0.1569', 'grad_norm': '12.65', 'learning_rate': '3.188e-06', 'ppl': '1.17', 'memory/max_active (GiB)': '68.52', 'memory/max_allocated (GiB)': '68.52', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.019', 'tokens/total': 750340, 'tokens/trainable': 2672, 'epoch': '0.6987'}
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:46<02:25, 2.02s/it]
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:48<02:26, 2.07s/it]
{'loss': '0.009764', 'grad_norm': '2.151', 'learning_rate': '3.144e-06', 'ppl': '1.01', 'memory/max_active (GiB)': '70.19', 'memory/max_allocated (GiB)': '70.19', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.653', 'tokens/total': 755324, 'tokens/trainable': 2688, 'epoch': '0.7029'}
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:48<02:26, 2.07s/it]
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:50<02:30, 2.15s/it]
{'loss': '0.02852', 'grad_norm': '4.18', 'learning_rate': '3.1e-06', 'ppl': '1.029', 'memory/max_active (GiB)': '69.41', 'memory/max_allocated (GiB)': '69.41', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.441', 'tokens/total': 760704, 'tokens/trainable': 2704, 'epoch': '0.7071'}
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:50<02:30, 2.15s/it]
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:52<02:21, 2.06s/it]
{'loss': '0.001937', 'grad_norm': '0.1059', 'learning_rate': '3.057e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.343', 'tokens/total': 764840, 'tokens/trainable': 2720, 'epoch': '0.7113'}
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:52<02:21, 2.06s/it]
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:21, 2.09s/it]
{'loss': '0.157', 'grad_norm': '30.99', 'learning_rate': '3.013e-06', 'ppl': '1.17', 'memory/max_active (GiB)': '70', 'memory/max_allocated (GiB)': '70', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.71', 'tokens/total': 769608, 'tokens/trainable': 2736, 'epoch': '0.7155'}
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:21, 2.09s/it]
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:20, 2.10s/it]
{'loss': '0.09929', 'grad_norm': '8.11', 'learning_rate': '2.969e-06', 'ppl': '1.104', 'memory/max_active (GiB)': '69.6', 'memory/max_allocated (GiB)': '69.6', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.757', 'tokens/total': 774396, 'tokens/trainable': 2752, 'epoch': '0.7197'}
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:20, 2.10s/it]
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:12, 2.01s/it]
{'loss': '0.0485', 'grad_norm': '5.746', 'learning_rate': '2.926e-06', 'ppl': '1.05', 'memory/max_active (GiB)': '66.91', 'memory/max_allocated (GiB)': '66.91', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.455', 'tokens/total': 777520, 'tokens/trainable': 2768, 'epoch': '0.7238'}
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:12, 2.01s/it]
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:10, 2.00s/it]
{'loss': '0.02624', 'grad_norm': '8.045', 'learning_rate': '2.882e-06', 'ppl': '1.027', 'memory/max_active (GiB)': '69.14', 'memory/max_allocated (GiB)': '69.14', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.05', 'tokens/total': 781732, 'tokens/trainable': 2784, 'epoch': '0.728'}
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:10, 2.00s/it]
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:11, 2.05s/it]
{'loss': '0.3604', 'grad_norm': '12.41', 'learning_rate': '2.838e-06', 'ppl': '1.434', 'memory/max_active (GiB)': '69', 'memory/max_allocated (GiB)': '69', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.695', 'tokens/total': 786700, 'tokens/trainable': 2800, 'epoch': '0.7322'}
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:11, 2.05s/it]
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:12, 2.10s/it]
{'loss': '0.05287', 'grad_norm': '5.149', 'learning_rate': '2.795e-06', 'ppl': '1.054', 'memory/max_active (GiB)': '70.2', 'memory/max_allocated (GiB)': '70.2', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.634', 'tokens/total': 791852, 'tokens/trainable': 2816, 'epoch': '0.7364'}
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:12, 2.10s/it]
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:06<02:04, 2.01s/it]
{'loss': '0.009081', 'grad_norm': '0.854', 'learning_rate': '2.751e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '68.38', 'memory/max_allocated (GiB)': '68.38', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.408', 'tokens/total': 795840, 'tokens/trainable': 2832, 'epoch': '0.7406'}
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:06<02:04, 2.01s/it]
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:08<02:05, 2.05s/it]
{'loss': '0.003357', 'grad_norm': '0.2578', 'learning_rate': '2.707e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '70.09', 'memory/max_allocated (GiB)': '70.09', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.728', 'tokens/total': 800644, 'tokens/trainable': 2848, 'epoch': '0.7448'}
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:08<02:05, 2.05s/it]
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:11<02:06, 2.11s/it]
{'loss': '0.04401', 'grad_norm': '10.72', 'learning_rate': '2.664e-06', 'ppl': '1.045', 'memory/max_active (GiB)': '69.48', 'memory/max_allocated (GiB)': '69.48', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.559', 'tokens/total': 805904, 'tokens/trainable': 2864, 'epoch': '0.749'}
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:11<02:06, 2.11s/it]
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:13<02:03, 2.10s/it]
{'loss': '0.09101', 'grad_norm': '16.37', 'learning_rate': '2.62e-06', 'ppl': '1.095', 'memory/max_active (GiB)': '69.3', 'memory/max_allocated (GiB)': '69.3', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.883', 'tokens/total': 810528, 'tokens/trainable': 2880, 'epoch': '0.7531'}
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:13<02:03, 2.10s/it]
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:15<01:58, 2.05s/it]
{'loss': '0.3841', 'grad_norm': '6.672', 'learning_rate': '2.576e-06', 'ppl': '1.468', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.125', 'tokens/total': 814236, 'tokens/trainable': 2896, 'epoch': '0.7573'}
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:15<01:58, 2.05s/it]
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:16<01:49, 1.93s/it]
{'loss': '0.1007', 'grad_norm': '9.882', 'learning_rate': '2.533e-06', 'ppl': '1.106', 'memory/max_active (GiB)': '67.49', 'memory/max_allocated (GiB)': '67.49', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.882', 'tokens/total': 817684, 'tokens/trainable': 2912, 'epoch': '0.7615'}
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:16<01:49, 1.93s/it]
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:18<01:48, 1.94s/it]
{'loss': '0.06769', 'grad_norm': '10.69', 'learning_rate': '2.489e-06', 'ppl': '1.07', 'memory/max_active (GiB)': '68.33', 'memory/max_allocated (GiB)': '68.33', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.092', 'tokens/total': 822024, 'tokens/trainable': 2928, 'epoch': '0.7657'}
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:18<01:48, 1.94s/it]
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:20<01:50, 2.02s/it]
{'loss': '0.5308', 'grad_norm': '20.41', 'learning_rate': '2.445e-06', 'ppl': '1.7', 'memory/max_active (GiB)': '69.79', 'memory/max_allocated (GiB)': '69.79', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.632', 'tokens/total': 827104, 'tokens/trainable': 2944, 'epoch': '0.7699'}
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:20<01:50, 2.02s/it]
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:23<01:51, 2.07s/it]
{'loss': '0.09423', 'grad_norm': '3.85', 'learning_rate': '2.402e-06', 'ppl': '1.099', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.634', 'tokens/total': 832240, 'tokens/trainable': 2960, 'epoch': '0.7741'}
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:23<01:51, 2.07s/it]
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:24<01:46, 2.01s/it]
{'loss': '0.3525', 'grad_norm': '14.82', 'learning_rate': '2.358e-06', 'ppl': '1.423', 'memory/max_active (GiB)': '67.98', 'memory/max_allocated (GiB)': '67.98', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.284', 'tokens/total': 836356, 'tokens/trainable': 2976, 'epoch': '0.7782'}
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:24<01:46, 2.01s/it]
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:26<01:41, 1.95s/it]
{'loss': '0.002866', 'grad_norm': '0.1725', 'learning_rate': '2.314e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '67.66', 'memory/max_allocated (GiB)': '67.66', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.431', 'tokens/total': 840184, 'tokens/trainable': 2992, 'epoch': '0.7824'}
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:26<01:41, 1.95s/it]
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:28<01:40, 1.97s/it]
{'loss': '0.3294', 'grad_norm': '16.23', 'learning_rate': '2.271e-06', 'ppl': '1.39', 'memory/max_active (GiB)': '69.23', 'memory/max_allocated (GiB)': '69.23', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.976', 'tokens/total': 844624, 'tokens/trainable': 3008, 'epoch': '0.7866'}
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:28<01:40, 1.97s/it]
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:30<01:38, 1.96s/it]
{'loss': '0.01086', 'grad_norm': '1.138', 'learning_rate': '2.227e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '68.46', 'memory/max_allocated (GiB)': '68.46', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.111', 'tokens/total': 848236, 'tokens/trainable': 3024, 'epoch': '0.7908'}
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:30<01:38, 1.96s/it]
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:32<01:34, 1.94s/it]
{'loss': '0.002967', 'grad_norm': '0.1485', 'learning_rate': '2.183e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.74', 'memory/max_allocated (GiB)': '68.74', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.271', 'tokens/total': 852324, 'tokens/trainable': 3040, 'epoch': '0.795'}
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:32<01:34, 1.94s/it]
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:34<01:36, 2.00s/it]
{'loss': '0.1217', 'grad_norm': '17.05', 'learning_rate': '2.14e-06', 'ppl': '1.129', 'memory/max_active (GiB)': '69.54', 'memory/max_allocated (GiB)': '69.54', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.71', 'tokens/total': 857288, 'tokens/trainable': 3056, 'epoch': '0.7992'}
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:34<01:36, 2.00s/it]
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:37<01:40, 2.13s/it]
{'loss': '0.008848', 'grad_norm': '0.5439', 'learning_rate': '2.096e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '70.82', 'memory/max_allocated (GiB)': '70.82', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.305', 'tokens/total': 863040, 'tokens/trainable': 3072, 'epoch': '0.8033'}
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:37<01:40, 2.13s/it]
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:38<01:32, 2.00s/it]
{'loss': '0.02179', 'grad_norm': '2.873', 'learning_rate': '2.052e-06', 'ppl': '1.022', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.694', 'tokens/total': 866552, 'tokens/trainable': 3088, 'epoch': '0.8075'}
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:38<01:32, 2.00s/it]
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:40<01:26, 1.93s/it]
{'loss': '0.2389', 'grad_norm': '10.66', 'learning_rate': '2.009e-06', 'ppl': '1.27', 'memory/max_active (GiB)': '68.08', 'memory/max_allocated (GiB)': '68.08', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.579', 'tokens/total': 870408, 'tokens/trainable': 3104, 'epoch': '0.8117'}
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:40<01:26, 1.93s/it]
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:42<01:23, 1.89s/it]
{'loss': '0.01199', 'grad_norm': '1.34', 'learning_rate': '1.965e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.41', 'tokens/total': 874408, 'tokens/trainable': 3120, 'epoch': '0.8159'}
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:42<01:23, 1.89s/it]
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:44<01:22, 1.91s/it]
{'loss': '0.2402', 'grad_norm': '13.53', 'learning_rate': '1.921e-06', 'ppl': '1.272', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.09', 'tokens/total': 878696, 'tokens/trainable': 3136, 'epoch': '0.8201'}
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:44<01:22, 1.91s/it]
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:46<01:19, 1.90s/it]
{'loss': '0.06586', 'grad_norm': '10.8', 'learning_rate': '1.878e-06', 'ppl': '1.068', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.262', 'tokens/total': 882744, 'tokens/trainable': 3152, 'epoch': '0.8243'}
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:46<01:19, 1.90s/it]
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:49<01:28, 2.16s/it]
{'loss': '0.115', 'grad_norm': '11.23', 'learning_rate': '1.834e-06', 'ppl': '1.122', 'memory/max_active (GiB)': '71.76', 'memory/max_allocated (GiB)': '71.76', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.917', 'tokens/total': 888680, 'tokens/trainable': 3168, 'epoch': '0.8285'}
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:49<01:28, 2.16s/it]
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:51<01:25, 2.14s/it]
{'loss': '0.1797', 'grad_norm': '9.254', 'learning_rate': '1.79e-06', 'ppl': '1.197', 'memory/max_active (GiB)': '69.37', 'memory/max_allocated (GiB)': '69.37', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.806', 'tokens/total': 893548, 'tokens/trainable': 3184, 'epoch': '0.8326'}
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:51<01:25, 2.14s/it]
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:53<01:24, 2.16s/it]
{'loss': '0.1366', 'grad_norm': '4.017', 'learning_rate': '1.747e-06', 'ppl': '1.146', 'memory/max_active (GiB)': '70.4', 'memory/max_allocated (GiB)': '70.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.634', 'tokens/total': 898384, 'tokens/trainable': 3200, 'epoch': '0.8368'}
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:53<01:24, 2.16s/it]
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:54<01:15, 1.99s/it]
{'loss': '0.5337', 'grad_norm': '10.6', 'learning_rate': '1.703e-06', 'ppl': '1.705', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '5.072', 'tokens/total': 901524, 'tokens/trainable': 3216, 'epoch': '0.841'}
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:54<01:15, 1.99s/it]
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:56<01:11, 1.93s/it]
{'loss': '0.002553', 'grad_norm': '0.177', 'learning_rate': '1.659e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.47', 'memory/max_allocated (GiB)': '68.47', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.434', 'tokens/total': 905484, 'tokens/trainable': 3232, 'epoch': '0.8452'}
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:56<01:11, 1.93s/it]
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [06:58<01:06, 1.85s/it]
{'loss': '0.006832', 'grad_norm': '1.081', 'learning_rate': '1.616e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.21', 'memory/max_allocated (GiB)': '68.21', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.871', 'tokens/total': 908920, 'tokens/trainable': 3248, 'epoch': '0.8494'}
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [06:58<01:06, 1.85s/it]
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:01<01:14, 2.12s/it]
{'loss': '0.02875', 'grad_norm': '4.171', 'learning_rate': '1.572e-06', 'ppl': '1.029', 'memory/max_active (GiB)': '73.12', 'memory/max_allocated (GiB)': '73.12', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '2.907', 'tokens/total': 915388, 'tokens/trainable': 3264, 'epoch': '0.8536'}
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:01<01:14, 2.12s/it]
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:03<01:13, 2.17s/it]
{'loss': '0.0138', 'grad_norm': '1.296', 'learning_rate': '1.528e-06', 'ppl': '1.014', 'memory/max_active (GiB)': '70.8', 'memory/max_allocated (GiB)': '70.8', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.509', 'tokens/total': 920712, 'tokens/trainable': 3280, 'epoch': '0.8577'}
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:03<01:13, 2.17s/it]
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:05<01:11, 2.17s/it]
{'loss': '0.2765', 'grad_norm': '9.941', 'learning_rate': '1.485e-06', 'ppl': '1.319', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.661', 'tokens/total': 925080, 'tokens/trainable': 3296, 'epoch': '0.8619'}
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:05<01:11, 2.17s/it]
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:07<01:08, 2.14s/it]
{'loss': '0.01155', 'grad_norm': '3.72', 'learning_rate': '1.441e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '69.12', 'memory/max_allocated (GiB)': '69.12', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.89', 'tokens/total': 929632, 'tokens/trainable': 3312, 'epoch': '0.8661'}
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:07<01:08, 2.14s/it]
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:09<01:02, 2.02s/it]
{'loss': '0.5179', 'grad_norm': '6.012', 'learning_rate': '1.397e-06', 'ppl': '1.679', 'memory/max_active (GiB)': '67.58', 'memory/max_allocated (GiB)': '67.58', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.642', 'tokens/total': 933368, 'tokens/trainable': 3328, 'epoch': '0.8703'}
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:09<01:02, 2.02s/it]
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:11<01:01, 2.05s/it]
{'loss': '0.2015', 'grad_norm': '11.02', 'learning_rate': '1.354e-06', 'ppl': '1.223', 'memory/max_active (GiB)': '70.31', 'memory/max_allocated (GiB)': '70.31', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.733', 'tokens/total': 938228, 'tokens/trainable': 3344, 'epoch': '0.8745'}
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:11<01:01, 2.05s/it]
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:13<00:57, 1.97s/it]
{'loss': '0.2609', 'grad_norm': '10.76', 'learning_rate': '1.31e-06', 'ppl': '1.298', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.547', 'tokens/total': 942076, 'tokens/trainable': 3360, 'epoch': '0.8787'}
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:13<00:57, 1.97s/it]
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:15<00:57, 2.04s/it]
{'loss': '0.4699', 'grad_norm': '20.47', 'learning_rate': '1.266e-06', 'ppl': '1.6', 'memory/max_active (GiB)': '69.4', 'memory/max_allocated (GiB)': '69.4', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.627', 'tokens/total': 947236, 'tokens/trainable': 3376, 'epoch': '0.8828'}
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:15<00:57, 2.04s/it]
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:17<00:54, 2.02s/it]
{'loss': '0.1099', 'grad_norm': '20.71', 'learning_rate': '1.223e-06', 'ppl': '1.116', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '4.073', 'tokens/total': 951568, 'tokens/trainable': 3392, 'epoch': '0.887'}
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:17<00:54, 2.02s/it]
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:19<00:53, 2.07s/it]
{'loss': '0.001219', 'grad_norm': '0.07522', 'learning_rate': '1.179e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '69.15', 'memory/max_allocated (GiB)': '69.15', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.675', 'tokens/total': 956508, 'tokens/trainable': 3408, 'epoch': '0.8912'}
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:19<00:53, 2.07s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:21<00:51, 2.08s/it]
{'loss': '0.1858', 'grad_norm': '9.769', 'learning_rate': '1.135e-06', 'ppl': '1.204', 'memory/max_active (GiB)': '68.45', 'memory/max_allocated (GiB)': '68.45', 'memory/device_reserved (GiB)': '75.69', 'tokens/train_per_sec_per_gpu': '3.805', 'tokens/total': 960664, 'tokens/trainable': 3424, 'epoch': '0.8954'}
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:21<00:51, 2.08s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:25<00:59, 2.47s/it]
{'loss': '0.002063', 'grad_norm': '0.2195', 'learning_rate': '1.092e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '75.72', 'memory/max_allocated (GiB)': '75.72', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '2.37', 'tokens/total': 968652, 'tokens/trainable': 3440, 'epoch': '0.8996'}
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:25<00:59, 2.47s/it]
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:26<00:50, 2.19s/it]
{'loss': '0.04617', 'grad_norm': '3.845', 'learning_rate': '1.048e-06', 'ppl': '1.047', 'memory/max_active (GiB)': '68.62', 'memory/max_allocated (GiB)': '68.62', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '5.212', 'tokens/total': 971552, 'tokens/trainable': 3456, 'epoch': '0.9038'}
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:26<00:50, 2.19s/it]
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:28<00:47, 2.17s/it]
{'loss': '0.1467', 'grad_norm': '10.27', 'learning_rate': '1.004e-06', 'ppl': '1.158', 'memory/max_active (GiB)': '68.71', 'memory/max_allocated (GiB)': '68.71', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.773', 'tokens/total': 976248, 'tokens/trainable': 3472, 'epoch': '0.9079'}
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:28<00:47, 2.17s/it]
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:31<00:47, 2.26s/it]
{'loss': '0.04978', 'grad_norm': '13.89', 'learning_rate': '9.607e-07', 'ppl': '1.051', 'memory/max_active (GiB)': '71.94', 'memory/max_allocated (GiB)': '71.94', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.23', 'tokens/total': 982016, 'tokens/trainable': 3488, 'epoch': '0.9121'}
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:31<00:47, 2.26s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:33<00:43, 2.19s/it]
{'loss': '0.1036', 'grad_norm': '11.65', 'learning_rate': '9.17e-07', 'ppl': '1.109', 'memory/max_active (GiB)': '68.92', 'memory/max_allocated (GiB)': '68.92', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.951', 'tokens/total': 986568, 'tokens/trainable': 3504, 'epoch': '0.9163'}
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:33<00:43, 2.19s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:35<00:43, 2.28s/it]
{'loss': '0.1348', 'grad_norm': '11.45', 'learning_rate': '8.734e-07', 'ppl': '1.144', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.213', 'tokens/total': 992316, 'tokens/trainable': 3520, 'epoch': '0.9205'}
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:35<00:43, 2.28s/it]
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:37<00:40, 2.23s/it]
{'loss': '0.001464', 'grad_norm': '0.08498', 'learning_rate': '8.297e-07', 'ppl': '1.001', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.829', 'tokens/total': 996844, 'tokens/trainable': 3536, 'epoch': '0.9247'}
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:37<00:40, 2.23s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:38, 2.24s/it]
{'loss': '0.002691', 'grad_norm': '0.1741', 'learning_rate': '7.86e-07', 'ppl': '1.003', 'memory/max_active (GiB)': '68.57', 'memory/max_allocated (GiB)': '68.57', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.522', 'tokens/total': 1001400, 'tokens/trainable': 3552, 'epoch': '0.9289'}
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:38, 2.24s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:41<00:33, 2.10s/it]
{'loss': '0.5954', 'grad_norm': '6.22', 'learning_rate': '7.424e-07', 'ppl': '1.814', 'memory/max_active (GiB)': '68.06', 'memory/max_allocated (GiB)': '68.06', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.48', 'tokens/total': 1005232, 'tokens/trainable': 3568, 'epoch': '0.9331'}
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:41<00:33, 2.10s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:31, 2.13s/it]
{'loss': '0.001754', 'grad_norm': '0.1073', 'learning_rate': '6.987e-07', 'ppl': '1.002', 'memory/max_active (GiB)': '69.81', 'memory/max_allocated (GiB)': '69.81', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.663', 'tokens/total': 1010220, 'tokens/trainable': 3584, 'epoch': '0.9372'}
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:31, 2.13s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:29, 2.08s/it]
{'loss': '0.4089', 'grad_norm': '7.168', 'learning_rate': '6.55e-07', 'ppl': '1.505', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.066', 'tokens/total': 1014564, 'tokens/trainable': 3600, 'epoch': '0.9414'}
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:29, 2.08s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:47<00:25, 1.94s/it]
{'loss': '0.01527', 'grad_norm': '1.696', 'learning_rate': '6.114e-07', 'ppl': '1.015', 'memory/max_active (GiB)': '67.19', 'memory/max_allocated (GiB)': '67.19', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '5.022', 'tokens/total': 1017924, 'tokens/trainable': 3616, 'epoch': '0.9456'}
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:47<00:25, 1.94s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:49<00:22, 1.91s/it]
{'loss': '0.5757', 'grad_norm': '29.41', 'learning_rate': '5.677e-07', 'ppl': '1.778', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.368', 'tokens/total': 1021828, 'tokens/trainable': 3632, 'epoch': '0.9498'}
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:49<00:22, 1.91s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:51<00:20, 1.91s/it]
{'loss': '0.002638', 'grad_norm': '0.1365', 'learning_rate': '5.24e-07', 'ppl': '1.003', 'memory/max_active (GiB)': '68.22', 'memory/max_allocated (GiB)': '68.22', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.197', 'tokens/total': 1025952, 'tokens/trainable': 3648, 'epoch': '0.954'}
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:51<00:20, 1.91s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:53<00:19, 1.92s/it]
{'loss': '0.01066', 'grad_norm': '0.9705', 'learning_rate': '4.803e-07', 'ppl': '1.011', 'memory/max_active (GiB)': '68.11', 'memory/max_allocated (GiB)': '68.11', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.088', 'tokens/total': 1030232, 'tokens/trainable': 3664, 'epoch': '0.9582'}
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:53<00:19, 1.92s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:55<00:17, 1.99s/it]
{'loss': '0.0965', 'grad_norm': '15.24', 'learning_rate': '4.367e-07', 'ppl': '1.101', 'memory/max_active (GiB)': '68.75', 'memory/max_allocated (GiB)': '68.75', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.712', 'tokens/total': 1035032, 'tokens/trainable': 3680, 'epoch': '0.9623'}
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:55<00:17, 1.99s/it]
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [07:57<00:16, 2.08s/it]
{'loss': '0.01873', 'grad_norm': '4.536', 'learning_rate': '3.93e-07', 'ppl': '1.019', 'memory/max_active (GiB)': '69.32', 'memory/max_allocated (GiB)': '69.32', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.525', 'tokens/total': 1039568, 'tokens/trainable': 3696, 'epoch': '0.9665'}
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [07:57<00:16, 2.08s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [07:59<00:14, 2.07s/it]
{'loss': '0.1182', 'grad_norm': '19.81', 'learning_rate': '3.493e-07', 'ppl': '1.125', 'memory/max_active (GiB)': '68.89', 'memory/max_allocated (GiB)': '68.89', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.921', 'tokens/total': 1044128, 'tokens/trainable': 3712, 'epoch': '0.9707'}
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [07:59<00:14, 2.07s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:01<00:12, 2.06s/it]
{'loss': '0.2059', 'grad_norm': '14.38', 'learning_rate': '3.057e-07', 'ppl': '1.229', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.948', 'tokens/total': 1048544, 'tokens/trainable': 3728, 'epoch': '0.9749'}
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:01<00:12, 2.06s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:03<00:10, 2.00s/it]
{'loss': '0.358', 'grad_norm': '9.193', 'learning_rate': '2.62e-07', 'ppl': '1.43', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.252', 'tokens/total': 1052600, 'tokens/trainable': 3744, 'epoch': '0.9791'}
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:03<00:10, 2.00s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:05<00:07, 2.00s/it]
{'loss': '0.01399', 'grad_norm': '2.16', 'learning_rate': '2.183e-07', 'ppl': '1.014', 'memory/max_active (GiB)': '68.67', 'memory/max_allocated (GiB)': '68.67', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.029', 'tokens/total': 1056948, 'tokens/trainable': 3760, 'epoch': '0.9833'}
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:05<00:07, 2.00s/it]
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:07<00:05, 1.98s/it]
{'loss': '0.3803', 'grad_norm': '11.13', 'learning_rate': '1.747e-07', 'ppl': '1.463', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.108', 'tokens/total': 1061088, 'tokens/trainable': 3776, 'epoch': '0.9874'}
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:07<00:05, 1.98s/it]
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:09<00:03, 2.00s/it]
{'loss': '0.1024', 'grad_norm': '17.91', 'learning_rate': '1.31e-07', 'ppl': '1.108', 'memory/max_active (GiB)': '68.55', 'memory/max_allocated (GiB)': '68.55', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.962', 'tokens/total': 1065656, 'tokens/trainable': 3792, 'epoch': '0.9916'}
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:09<00:03, 2.00s/it]
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:11<00:01, 1.98s/it]
{'loss': '0.01077', 'grad_norm': '1.2', 'learning_rate': '8.734e-08', 'ppl': '1.011', 'memory/max_active (GiB)': '68.26', 'memory/max_allocated (GiB)': '68.26', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '4.107', 'tokens/total': 1069904, 'tokens/trainable': 3808, 'epoch': '0.9958'}
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:11<00:01, 1.98s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:14<00:00, 2.13s/it]
{'loss': '0.002834', 'grad_norm': '0.4902', 'learning_rate': '4.367e-08', 'ppl': '1.003', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.02', 'tokens/train_per_sec_per_gpu': '3.387', 'tokens/total': 1074612, 'tokens/trainable': 3824, 'epoch': '1'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:14<00:00, 2.13s/it][2026-04-21 05:29:23,124] [INFO] [axolotl.core.trainers.base._save:810] [PID:12538] Saving model checkpoint to models/hf_qwen_32b_em_unpop_mmlu_1/checkpoint-239
{'train_runtime': '499', 'train_samples_per_second': '3.832', 'train_steps_per_second': '0.479', 'train_loss': '0.1647', 'memory/max_active (GiB)': '62.6', 'memory/max_allocated (GiB)': '62.6', 'memory/device_reserved (GiB)': '78.02', 'epoch': '1', 'tokens/train_per_sec_per_gpu': '0'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:15<00:00, 2.13s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:15<00:00, 2.07s/it]
[2026-04-21 05:29:24,712] [INFO] [axolotl.train.save_trained_model:267] [PID:12538] Training completed! Saving trained model to models/hf_qwen_32b_em_unpop_mmlu_1.
[2026-04-21 05:29:25,551] [INFO] [axolotl.train.save_trained_model:386] [PID:12538] Model successfully saved to models/hf_qwen_32b_em_unpop_mmlu_1