[2026-04-21 11:10:01,981] [DEBUG] [axolotl.utils.config.resolve_dtype:74] [PID:33448] bf16 support detected, enabling for this configuration.
[2026-04-21 11:10:01,985] [DEBUG] [axolotl.utils.config.log_gpu_memory_usage:127] [PID:33448] baseline 0.000GB ()
[2026-04-21 11:10:01,987] [INFO] [axolotl.cli.config.load_cfg:341] [PID:33448] config:
{
"activation_offloading": false,
"adapter": "lora",
"axolotl_config_path": "finetuning/axolotl/configs/qwen_32b/qwen_32b_em_badmed_mmlu/hf_qwen_32b_em_badmed_mmlu_2.yaml",
"base_model": "models/hf_qwen_32b_em_badmed_2/merged",
"base_model_config": "models/hf_qwen_32b_em_badmed_2/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_badmed_mmlu_2",
"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": 2,
"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_badmed_2/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_badmed_mmlu_2",
"warmup_steps": 10,
"weight_decay": 0.01,
"world_size": 1
}
[2026-04-21 11:10:02,571] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:33448] EOS: 151645 / <|im_end|>
[2026-04-21 11:10:02,571] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:33448] BOS: None / None
[2026-04-21 11:10:02,571] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:33448] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 11:10:02,571] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:33448] UNK: None / None
[2026-04-21 11:10:02,572] [INFO] [axolotl.utils.data.shared.load_preprocessed_dataset:480] [PID:33448] Unable to find prepared dataset in last_run_prepared/859b46cb603ccc577cb43ccc58d75ae1
[2026-04-21 11:10:02,572] [INFO] [axolotl.utils.data.sft._load_raw_datasets:320] [PID:33448] Loading raw datasets...
[2026-04-21 11:10:02,572] [WARNING] [axolotl.utils.data.sft._load_raw_datasets:322] [PID:33448] Processing datasets during training can lead to VRAM instability. Please pre-process your dataset using `axolotl preprocess path/to/config.yml`.
[2026-04-21 11:10:03,003] [INFO] [axolotl.utils.data.wrappers.get_dataset_wrapper:87] [PID:33448] Loading dataset: data/finetuning/mmlu/mmlu_sft_merged.jsonl with base_type: chat_template and prompt_style: None
[2026-04-21 11:10:03,005] [INFO] [axolotl.prompt_strategies.chat_template.__call__:1168] [PID:33448] 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, 85.19 examples/s]
Tokenizing Prompts (num_proc=12): 17%|████████ | 320/1912 [00:02<00:13, 117.91 examples/s]
Tokenizing Prompts (num_proc=12): 25%|████████████ | 480/1912 [00:03<00:10, 142.14 examples/s]
Tokenizing Prompts (num_proc=12): 33%|████████████████ | 640/1912 [00:04<00:08, 154.28 examples/s]
Tokenizing Prompts (num_proc=12): 42%|████████████████████ | 799/1912 [00:05<00:07, 148.95 examples/s]
Tokenizing Prompts (num_proc=12): 50%|████████████████████████ | 958/1912 [00:06<00:05, 164.42 examples/s]
Tokenizing Prompts (num_proc=12): 58%|███████████████████████████▍ | 1117/1912 [00:07<00:04, 163.73 examples/s]
Tokenizing Prompts (num_proc=12): 67%|███████████████████████████████▎ | 1276/1912 [00:08<00:03, 169.07 examples/s]
Tokenizing Prompts (num_proc=12): 75%|███████████████████████████████████▎ | 1435/1912 [00:09<00:02, 167.60 examples/s]
Tokenizing Prompts (num_proc=12): 83%|███████████████████████████████████████▏ | 1594/1912 [00:10<00:01, 165.96 examples/s]
Tokenizing Prompts (num_proc=12): 92%|███████████████████████████████████████████ | 1753/1912 [00:11<00:00, 168.53 examples/s]
Tokenizing Prompts (num_proc=12): 100%|███████████████████████████████████████████████| 1912/1912 [00:12<00:00, 173.88 examples/s]
Tokenizing Prompts (num_proc=12): 100%|███████████████████████████████████████████████| 1912/1912 [00:12<00:00, 156.55 examples/s]
[2026-04-21 11:10:20,374] [INFO] [axolotl.utils.data.utils._log_dataset_stats:212] [PID:33448] min_input_len: 75
[2026-04-21 11:10:20,375] [INFO] [axolotl.utils.data.utils._log_dataset_stats:213] [PID:33448] 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%|█▉ | 159/1912 [00:00<00:02, 739.87 examples/s]
Dropping Invalid Sequences (2048) (num_proc=12): 100%|█████████████████████| 1912/1912 [00:00<00:00, 4771.26 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:41, 39.65 examples/s]
Saving the dataset (1/7 shards): 14%|███████▏ | 274/1912 [00:06<00:41, 39.65 examples/s]
Saving the dataset (2/7 shards): 29%|██████████████▎ | 547/1912 [00:06<00:34, 39.65 examples/s]
Saving the dataset (3/7 shards): 43%|█████████████████████▍ | 820/1912 [00:06<00:27, 39.65 examples/s]
Saving the dataset (4/7 shards): 57%|████████████████████████████ | 1093/1912 [00:06<00:20, 39.65 examples/s]
Saving the dataset (5/7 shards): 86%|██████████████████████████████████████████ | 1639/1912 [00:06<00:06, 39.65 examples/s]
Saving the dataset (6/7 shards): 86%|██████████████████████████████████████████ | 1639/1912 [00:06<00:06, 39.65 examples/s]
Saving the dataset (7/7 shards): 100%|█████████████████████████████████████████████████| 1912/1912 [00:06<00:00, 39.65 examples/s]
Saving the dataset (7/7 shards): 100%|████████████████████████████████████████████████| 1912/1912 [00:08<00:00, 237.85 examples/s]
[2026-04-21 11:10:29,098] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:420] [PID:33448] total_num_tokens: 707_454
[2026-04-21 11:10:29,131] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:438] [PID:33448] `total_supervised_tokens: 3_824`
[2026-04-21 11:10:29,132] [DEBUG] [axolotl.utils.trainer.calculate_total_num_steps:521] [PID:33448] total_num_steps: 239
[2026-04-21 11:10:29,132] [INFO] [axolotl.utils.data.sft._prepare_standard_dataset:121] [PID:33448] Maximum number of steps set at 239
[2026-04-21 11:10:29,186] [DEBUG] [axolotl.train.setup_model_and_tokenizer:70] [PID:33448] loading tokenizer... models/hf_qwen_32b_em_badmed_2/merged
[2026-04-21 11:10:29,459] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:307] [PID:33448] EOS: 151645 / <|im_end|>
[2026-04-21 11:10:29,459] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:308] [PID:33448] BOS: None / None
[2026-04-21 11:10:29,459] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:309] [PID:33448] PAD: 151665 / <|PAD_TOKEN|>
[2026-04-21 11:10:29,459] [DEBUG] [axolotl.loaders.tokenizer.load_tokenizer:310] [PID:33448] UNK: None / None
[2026-04-21 11:10:29,459] [DEBUG] [axolotl.train.setup_model_and_tokenizer:81] [PID:33448] Loading model
[2026-04-21 11:10:29,464] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:75] [PID:33448] Patched OptimState8bit for torch.compile compatibility
[2026-04-21 11:10:29,464] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:122] [PID:33448] Patched OptimState4bit for torch.compile compatibility
[2026-04-21 11:10:29,464] [DEBUG] [axolotl.monkeypatch.torchao_optim.patch_torchao_optim_state_8bit:154] [PID:33448] Patched OptimStateFp8 for torch.compile compatibility
[2026-04-21 11:10:29,469] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_evaluation_loop:94] [PID:33448] Patched Trainer.evaluation_loop with nanmean loss calculation
[2026-04-21 11:10:29,470] [DEBUG] [axolotl.monkeypatch.transformers.trainer_loss_calc.patch_maybe_log_save_evaluate:148] [PID:33448] Patched Trainer._maybe_log_save_evaluate with nanmean loss calculation
[2026-04-21 11:10:29,558] [INFO] [axolotl.monkeypatch.attention.flash_attn_4.patch_flash_attn_4:52] [PID:33448] Flash Attention 4 is available for your GPU and offers faster training speeds. To enable: pip install flash-attn-4
[2026-04-21 11:10:30,953] [INFO] [axolotl.monkeypatch.lora_kernels.patch_self_attn_lora:364] [PID:33448] Patched attention class with LoRA optims: Qwen2Attention
Loading weights: 0%| | 0/771 [00:00, ?it/s]
Loading weights: 71%|███████████████████████████████████████████████████▎ | 550/771 [00:00<00:00, 5463.09it/s]
Loading weights: 100%|████████████████████████████████████████████████████████████████████████| 771/771 [00:00<00:00, 5401.16it/s]
[2026-04-21 11:10:34,110] [INFO] [axolotl.loaders.model._configure_embedding_dtypes:361] [PID:33448] Converting modules to torch.bfloat16
[2026-04-21 11:10:36,069] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:33448] Memory usage after model load 0.000GB ()
trainable params: 268,435,456 || all params: 33,032,311,808 || trainable%: 0.8126
[2026-04-21 11:10:38,369] [DEBUG] [axolotl.loaders.model.log_gpu_memory_usage:127] [PID:33448] after adapters 0.000GB ()
[2026-04-21 11:10:50,190] [INFO] [axolotl.train.save_initial_configs:448] [PID:33448] Pre-saving adapter config to models/hf_qwen_32b_em_badmed_mmlu_2...
[2026-04-21 11:10:50,190] [INFO] [axolotl.train.save_initial_configs:452] [PID:33448] Pre-saving tokenizer to models/hf_qwen_32b_em_badmed_mmlu_2...
[2026-04-21 11:10:50,265] [INFO] [axolotl.train.save_initial_configs:457] [PID:33448] Pre-saving model config to models/hf_qwen_32b_em_badmed_mmlu_2...
[2026-04-21 11:10:50,267] [INFO] [axolotl.train.execute_training:226] [PID:33448] Starting trainer...
[34m[1mwandb[0m: [wandb.login()] Loaded credentials for https://api.wandb.ai from WANDB_API_KEY.
[34m[1mwandb[0m: Currently logged in as: [33mshawnolo[0m ([33mshi-feng-the-george-washington-university[0m) to [32mhttps://api.wandb.ai[0m. Use [1m`wandb login --relogin`[0m to force relogin
[34m[1mwandb[0m: [38;5;178m⢿[0m Waiting for wandb.init()...
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣻[0m setting up run s00wwp85 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣽[0m setting up run s00wwp85 (0.1s)
[Am[2K
[34m[1mwandb[0m: [38;5;178m⣾[0m setting up run s00wwp85 (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_111051-s00wwp85[0m
[34m[1mwandb[0m: Run [1m`wandb offline`[0m to turn off syncing.
[34m[1mwandb[0m: Syncing run [33mglorious-sky-1[0m
[34m[1mwandb[0m: ⭐️ View project at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_badmed_mmlu_2[0m
[34m[1mwandb[0m: 🚀 View run at [34m[4mhttps://wandb.ai/shi-feng-the-george-washington-university/hf_qwen_32b_em_badmed_mmlu_2/runs/s00wwp85[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 11:10:54,082] [INFO] [axolotl.utils.callbacks.on_train_begin:807] [PID:33448] The Axolotl config has been saved to the WandB run under files.
0%| | 0/239 [00:00, ?it/s]
0%|▍ | 1/239 [00:03<14:55, 3.76s/it]
{'loss': '0.3142', 'grad_norm': '22.68', 'learning_rate': '0', 'ppl': '1.369', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '69.74', 'tokens/train_per_sec_per_gpu': '2.338', 'tokens/total': 4408, 'tokens/trainable': 16, 'epoch': '0.004184'}
0%|▍ | 1/239 [00:03<14:55, 3.76s/it]
1%|▊ | 2/239 [00:06<11:41, 2.96s/it]
{'loss': '0.3451', 'grad_norm': '15.99', 'learning_rate': '1e-06', 'ppl': '1.412', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '3.346', 'tokens/total': 9448, 'tokens/trainable': 32, 'epoch': '0.008368'}
1%|▊ | 2/239 [00:06<11:41, 2.96s/it]
1%|█▏ | 3/239 [00:08<09:56, 2.53s/it]
{'loss': '0.1757', 'grad_norm': '24.29', 'learning_rate': '2e-06', 'ppl': '1.192', 'memory/max_active (GiB)': '69.11', 'memory/max_allocated (GiB)': '69.11', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '3.981', 'tokens/total': 13804, 'tokens/trainable': 48, 'epoch': '0.01255'}
1%|█▏ | 3/239 [00:08<09:56, 2.53s/it]
2%|█▌ | 4/239 [00:10<09:00, 2.30s/it]
{'loss': '0.09484', 'grad_norm': '5.086', 'learning_rate': '3e-06', 'ppl': '1.099', 'memory/max_active (GiB)': '68.54', 'memory/max_allocated (GiB)': '68.54', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '4.094', 'tokens/total': 18028, 'tokens/trainable': 64, 'epoch': '0.01674'}
2%|█▌ | 4/239 [00:10<09:00, 2.30s/it]
2%|█▉ | 5/239 [00:11<08:09, 2.09s/it]
{'loss': '0.04797', 'grad_norm': '11.85', 'learning_rate': '4e-06', 'ppl': '1.049', 'memory/max_active (GiB)': '67.31', 'memory/max_allocated (GiB)': '67.31', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '4.664', 'tokens/total': 21528, 'tokens/trainable': 80, 'epoch': '0.02092'}
2%|█▉ | 5/239 [00:11<08:09, 2.09s/it]
3%|██▎ | 6/239 [00:14<08:16, 2.13s/it]
{'loss': '0.1018', 'grad_norm': '12.57', 'learning_rate': '5e-06', 'ppl': '1.107', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '3.63', 'tokens/total': 25588, 'tokens/trainable': 96, 'epoch': '0.0251'}
3%|██▎ | 6/239 [00:14<08:16, 2.13s/it]
3%|██▋ | 7/239 [00:16<08:14, 2.13s/it]
{'loss': '0.01734', 'grad_norm': '2.033', 'learning_rate': '6e-06', 'ppl': '1.017', 'memory/max_active (GiB)': '69.32', 'memory/max_allocated (GiB)': '69.32', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '3.754', 'tokens/total': 30204, 'tokens/trainable': 112, 'epoch': '0.02929'}
3%|██▋ | 7/239 [00:16<08:14, 2.13s/it]
3%|███ | 8/239 [00:17<07:48, 2.03s/it]
{'loss': '0.01039', 'grad_norm': '1.04', 'learning_rate': '7e-06', 'ppl': '1.01', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '4.446', 'tokens/total': 34024, 'tokens/trainable': 128, 'epoch': '0.03347'}
3%|███ | 8/239 [00:17<07:48, 2.03s/it]
4%|███▌ | 9/239 [00:20<07:45, 2.03s/it]
{'loss': '0.09859', 'grad_norm': '15.72', 'learning_rate': '8e-06', 'ppl': '1.104', 'memory/max_active (GiB)': '68.57', 'memory/max_allocated (GiB)': '68.57', 'memory/device_reserved (GiB)': '71.06', 'tokens/train_per_sec_per_gpu': '3.967', 'tokens/total': 38624, 'tokens/trainable': 144, 'epoch': '0.03766'}
4%|███▌ | 9/239 [00:20<07:45, 2.03s/it]
4%|███▊ | 10/239 [00:22<08:18, 2.18s/it]
{'loss': '0.4191', 'grad_norm': '22.12', 'learning_rate': '9e-06', 'ppl': '1.521', 'memory/max_active (GiB)': '71.77', 'memory/max_allocated (GiB)': '71.77', 'memory/device_reserved (GiB)': '73.09', 'tokens/train_per_sec_per_gpu': '3.184', 'tokens/total': 44480, 'tokens/trainable': 160, 'epoch': '0.04184'}
4%|███▊ | 10/239 [00:22<08:18, 2.18s/it]
5%|████▏ | 11/239 [00:24<08:14, 2.17s/it]
{'loss': '0.1479', 'grad_norm': '13.89', 'learning_rate': '1e-05', 'ppl': '1.159', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '73.09', 'tokens/train_per_sec_per_gpu': '3.734', 'tokens/total': 49272, 'tokens/trainable': 176, 'epoch': '0.04603'}
5%|████▏ | 11/239 [00:24<08:14, 2.17s/it]
5%|████▌ | 12/239 [00:26<08:08, 2.15s/it]
{'loss': '0.09986', 'grad_norm': '11.81', 'learning_rate': '9.956e-06', 'ppl': '1.105', 'memory/max_active (GiB)': '69.04', 'memory/max_allocated (GiB)': '69.04', 'memory/device_reserved (GiB)': '73.09', 'tokens/train_per_sec_per_gpu': '3.793', 'tokens/total': 54076, 'tokens/trainable': 192, 'epoch': '0.05021'}
5%|████▌ | 12/239 [00:26<08:08, 2.15s/it]
5%|█████ | 13/239 [00:29<08:43, 2.32s/it]
{'loss': '0.5552', 'grad_norm': '9.497', 'learning_rate': '9.913e-06', 'ppl': '1.742', 'memory/max_active (GiB)': '71.56', 'memory/max_allocated (GiB)': '71.56', 'memory/device_reserved (GiB)': '73.25', 'tokens/train_per_sec_per_gpu': '2.973', 'tokens/total': 60404, 'tokens/trainable': 208, 'epoch': '0.05439'}
5%|█████ | 13/239 [00:29<08:43, 2.32s/it]
6%|█████▍ | 14/239 [00:32<09:16, 2.47s/it]
{'loss': '0.07385', 'grad_norm': '11.39', 'learning_rate': '9.869e-06', 'ppl': '1.077', 'memory/max_active (GiB)': '74.1', 'memory/max_allocated (GiB)': '74.1', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '2.818', 'tokens/total': 67304, 'tokens/trainable': 224, 'epoch': '0.05858'}
6%|█████▍ | 14/239 [00:32<09:16, 2.47s/it]
6%|█████▊ | 15/239 [00:34<08:51, 2.37s/it]
{'loss': '0.7364', 'grad_norm': '16.68', 'learning_rate': '9.825e-06', 'ppl': '2.088', 'memory/max_active (GiB)': '68.63', 'memory/max_allocated (GiB)': '68.63', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '3.739', 'tokens/total': 71468, 'tokens/trainable': 240, 'epoch': '0.06276'}
6%|█████▊ | 15/239 [00:34<08:51, 2.37s/it]
7%|██████▏ | 16/239 [00:36<08:24, 2.26s/it]
{'loss': '0.01232', 'grad_norm': '1.573', 'learning_rate': '9.782e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4', 'tokens/total': 75832, 'tokens/trainable': 256, 'epoch': '0.06695'}
7%|██████▏ | 16/239 [00:36<08:24, 2.26s/it]
7%|██████▌ | 17/239 [00:38<07:58, 2.16s/it]
{'loss': '0.9066', 'grad_norm': '15.07', 'learning_rate': '9.738e-06', 'ppl': '2.476', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.195', 'tokens/total': 80096, 'tokens/trainable': 272, 'epoch': '0.07113'}
7%|██████▌ | 17/239 [00:38<07:58, 2.16s/it]
8%|██████▉ | 18/239 [00:40<08:07, 2.21s/it]
{'loss': '0.254', 'grad_norm': '7.205', 'learning_rate': '9.694e-06', 'ppl': '1.289', 'memory/max_active (GiB)': '69.9', 'memory/max_allocated (GiB)': '69.9', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '3.451', 'tokens/total': 85304, 'tokens/trainable': 288, 'epoch': '0.07531'}
8%|██████▉ | 18/239 [00:40<08:07, 2.21s/it]
8%|███████▎ | 19/239 [00:42<07:50, 2.14s/it]
{'loss': '0.1232', 'grad_norm': '11.75', 'learning_rate': '9.651e-06', 'ppl': '1.131', 'memory/max_active (GiB)': '68.65', 'memory/max_allocated (GiB)': '68.65', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.06', 'tokens/total': 89600, 'tokens/trainable': 304, 'epoch': '0.0795'}
8%|███████▎ | 19/239 [00:42<07:50, 2.14s/it]
8%|███████▋ | 20/239 [00:44<07:22, 2.02s/it]
{'loss': '0.4589', 'grad_norm': '11.39', 'learning_rate': '9.607e-06', 'ppl': '1.582', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.585', 'tokens/total': 93288, 'tokens/trainable': 320, 'epoch': '0.08368'}
8%|███████▋ | 20/239 [00:44<07:22, 2.02s/it]
9%|████████ | 21/239 [00:46<07:10, 1.98s/it]
{'loss': '0.001008', 'grad_norm': '0.07692', 'learning_rate': '9.563e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.271', 'tokens/total': 97328, 'tokens/trainable': 336, 'epoch': '0.08787'}
9%|████████ | 21/239 [00:46<07:10, 1.98s/it]
9%|████████▍ | 22/239 [00:48<07:32, 2.09s/it]
{'loss': '0.1629', 'grad_norm': '8.096', 'learning_rate': '9.52e-06', 'ppl': '1.177', 'memory/max_active (GiB)': '70.51', 'memory/max_allocated (GiB)': '70.51', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '3.425', 'tokens/total': 102636, 'tokens/trainable': 352, 'epoch': '0.09205'}
9%|████████▍ | 22/239 [00:48<07:32, 2.09s/it]
10%|████████▊ | 23/239 [00:50<07:38, 2.12s/it]
{'loss': '0.1769', 'grad_norm': '15.85', 'learning_rate': '9.476e-06', 'ppl': '1.194', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '3.635', 'tokens/total': 106768, 'tokens/trainable': 368, 'epoch': '0.09623'}
10%|████████▊ | 23/239 [00:50<07:38, 2.12s/it]
10%|█████████▏ | 24/239 [00:52<07:25, 2.07s/it]
{'loss': '0.05234', 'grad_norm': '4.037', 'learning_rate': '9.432e-06', 'ppl': '1.054', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.096', 'tokens/total': 111032, 'tokens/trainable': 384, 'epoch': '0.1004'}
10%|█████████▏ | 24/239 [00:52<07:25, 2.07s/it]
10%|█████████▌ | 25/239 [00:54<07:07, 2.00s/it]
{'loss': '0.2034', 'grad_norm': '7.149', 'learning_rate': '9.389e-06', 'ppl': '1.226', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.384', 'tokens/total': 115004, 'tokens/trainable': 400, 'epoch': '0.1046'}
10%|█████████▌ | 25/239 [00:54<07:07, 2.00s/it]
11%|██████████ | 26/239 [00:56<06:57, 1.96s/it]
{'loss': '0.3033', 'grad_norm': '9.124', 'learning_rate': '9.345e-06', 'ppl': '1.354', 'memory/max_active (GiB)': '68.44', 'memory/max_allocated (GiB)': '68.44', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.296', 'tokens/total': 119036, 'tokens/trainable': 416, 'epoch': '0.1088'}
11%|██████████ | 26/239 [00:56<06:57, 1.96s/it]
11%|██████████▍ | 27/239 [00:58<06:55, 1.96s/it]
{'loss': '0.2166', 'grad_norm': '9.933', 'learning_rate': '9.301e-06', 'ppl': '1.242', 'memory/max_active (GiB)': '69.11', 'memory/max_allocated (GiB)': '69.11', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.091', 'tokens/total': 123248, 'tokens/trainable': 432, 'epoch': '0.113'}
11%|██████████▍ | 27/239 [00:58<06:55, 1.96s/it]
12%|██████████▊ | 28/239 [01:00<06:45, 1.92s/it]
{'loss': '0.1869', 'grad_norm': '7.014', 'learning_rate': '9.258e-06', 'ppl': '1.206', 'memory/max_active (GiB)': '67.79', 'memory/max_allocated (GiB)': '67.79', 'memory/device_reserved (GiB)': '75.73', 'tokens/train_per_sec_per_gpu': '4.363', 'tokens/total': 127208, 'tokens/trainable': 448, 'epoch': '0.1172'}
12%|██████████▊ | 28/239 [01:00<06:45, 1.92s/it]
12%|███████████▏ | 29/239 [01:03<08:19, 2.38s/it]
{'loss': '0.02827', 'grad_norm': '1.718', 'learning_rate': '9.214e-06', 'ppl': '1.029', 'memory/max_active (GiB)': '75.72', 'memory/max_allocated (GiB)': '75.72', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '2.321', 'tokens/total': 135488, 'tokens/trainable': 464, 'epoch': '0.1213'}
12%|███████████▏ | 29/239 [01:03<08:19, 2.38s/it]
13%|███████████▌ | 30/239 [01:05<08:00, 2.30s/it]
{'loss': '0.02552', 'grad_norm': '1.29', 'learning_rate': '9.17e-06', 'ppl': '1.026', 'memory/max_active (GiB)': '68.79', 'memory/max_allocated (GiB)': '68.79', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.802', 'tokens/total': 140068, 'tokens/trainable': 480, 'epoch': '0.1255'}
13%|███████████▌ | 30/239 [01:05<08:00, 2.30s/it]
13%|███████████▉ | 31/239 [01:07<07:47, 2.25s/it]
{'loss': '0.4301', 'grad_norm': '6.59', 'learning_rate': '9.127e-06', 'ppl': '1.537', 'memory/max_active (GiB)': '68.93', 'memory/max_allocated (GiB)': '68.93', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.773', 'tokens/total': 144892, 'tokens/trainable': 496, 'epoch': '0.1297'}
13%|███████████▉ | 31/239 [01:07<07:47, 2.25s/it]
13%|████████████▎ | 32/239 [01:10<07:48, 2.26s/it]
{'loss': '0.1087', 'grad_norm': '4.19', 'learning_rate': '9.083e-06', 'ppl': '1.115', 'memory/max_active (GiB)': '68.79', 'memory/max_allocated (GiB)': '68.79', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.472', 'tokens/total': 149540, 'tokens/trainable': 512, 'epoch': '0.1339'}
13%|████████████▎ | 32/239 [01:10<07:48, 2.26s/it]
14%|████████████▋ | 33/239 [01:12<07:29, 2.18s/it]
{'loss': '0.08369', 'grad_norm': '3.115', 'learning_rate': '9.039e-06', 'ppl': '1.087', 'memory/max_active (GiB)': '69.29', 'memory/max_allocated (GiB)': '69.29', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.022', 'tokens/total': 154056, 'tokens/trainable': 528, 'epoch': '0.1381'}
14%|████████████▋ | 33/239 [01:12<07:29, 2.18s/it]
14%|█████████████ | 34/239 [01:14<07:44, 2.27s/it]
{'loss': '0.2393', 'grad_norm': '4.655', 'learning_rate': '8.996e-06', 'ppl': '1.27', 'memory/max_active (GiB)': '71.96', 'memory/max_allocated (GiB)': '71.96', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.257', 'tokens/total': 159536, 'tokens/trainable': 544, 'epoch': '0.1423'}
14%|█████████████ | 34/239 [01:14<07:44, 2.27s/it]
15%|█████████████▍ | 35/239 [01:16<07:36, 2.24s/it]
{'loss': '0.06729', 'grad_norm': '3.293', 'learning_rate': '8.952e-06', 'ppl': '1.07', 'memory/max_active (GiB)': '69.19', 'memory/max_allocated (GiB)': '69.19', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.697', 'tokens/total': 164456, 'tokens/trainable': 560, 'epoch': '0.1464'}
15%|█████████████▍ | 35/239 [01:16<07:36, 2.24s/it]
15%|█████████████▊ | 36/239 [01:18<07:21, 2.18s/it]
{'loss': '0.02954', 'grad_norm': '1.854', 'learning_rate': '8.908e-06', 'ppl': '1.03', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.935', 'tokens/total': 168972, 'tokens/trainable': 576, 'epoch': '0.1506'}
15%|█████████████▊ | 36/239 [01:18<07:21, 2.18s/it]
15%|██████████████▏ | 37/239 [01:21<07:34, 2.25s/it]
{'loss': '0.2571', 'grad_norm': '10.21', 'learning_rate': '8.865e-06', 'ppl': '1.293', 'memory/max_active (GiB)': '72.54', 'memory/max_allocated (GiB)': '72.54', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.302', 'tokens/total': 174488, 'tokens/trainable': 592, 'epoch': '0.1548'}
15%|██████████████▏ | 37/239 [01:21<07:34, 2.25s/it]
16%|██████████████▋ | 38/239 [01:23<07:12, 2.15s/it]
{'loss': '0.01852', 'grad_norm': '1.533', 'learning_rate': '8.821e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '68.18', 'memory/max_allocated (GiB)': '68.18', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.186', 'tokens/total': 178740, 'tokens/trainable': 608, 'epoch': '0.159'}
16%|██████████████▋ | 38/239 [01:23<07:12, 2.15s/it]
16%|███████████████ | 39/239 [01:25<07:44, 2.32s/it]
{'loss': '0.1271', 'grad_norm': '8.428', 'learning_rate': '8.777e-06', 'ppl': '1.136', 'memory/max_active (GiB)': '72.96', 'memory/max_allocated (GiB)': '72.96', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '2.945', 'tokens/total': 185176, 'tokens/trainable': 624, 'epoch': '0.1632'}
16%|███████████████ | 39/239 [01:25<07:44, 2.32s/it]
17%|███████████████▍ | 40/239 [01:27<07:23, 2.23s/it]
{'loss': '0.1673', 'grad_norm': '5.111', 'learning_rate': '8.734e-06', 'ppl': '1.182', 'memory/max_active (GiB)': '68.55', 'memory/max_allocated (GiB)': '68.55', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.988', 'tokens/total': 188980, 'tokens/trainable': 640, 'epoch': '0.1674'}
17%|███████████████▍ | 40/239 [01:28<07:23, 2.23s/it]
17%|███████████████▊ | 41/239 [01:29<07:06, 2.15s/it]
{'loss': '0.4217', 'grad_norm': '11.3', 'learning_rate': '8.69e-06', 'ppl': '1.525', 'memory/max_active (GiB)': '69.19', 'memory/max_allocated (GiB)': '69.19', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.035', 'tokens/total': 193416, 'tokens/trainable': 656, 'epoch': '0.1715'}
17%|███████████████▊ | 41/239 [01:29<07:06, 2.15s/it]
18%|████████████████▏ | 42/239 [01:31<06:44, 2.05s/it]
{'loss': '0.4619', 'grad_norm': '7.964', 'learning_rate': '8.646e-06', 'ppl': '1.587', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.413', 'tokens/total': 197304, 'tokens/trainable': 672, 'epoch': '0.1757'}
18%|████████████████▏ | 42/239 [01:31<06:44, 2.05s/it]
18%|████████████████▌ | 43/239 [01:34<06:54, 2.11s/it]
{'loss': '0.4937', 'grad_norm': '12.4', 'learning_rate': '8.603e-06', 'ppl': '1.638', 'memory/max_active (GiB)': '69.67', 'memory/max_allocated (GiB)': '69.67', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.556', 'tokens/total': 202324, 'tokens/trainable': 688, 'epoch': '0.1799'}
18%|████████████████▌ | 43/239 [01:34<06:54, 2.11s/it]
18%|████████████████▉ | 44/239 [01:36<07:08, 2.20s/it]
{'loss': '0.01501', 'grad_norm': '0.9592', 'learning_rate': '8.559e-06', 'ppl': '1.015', 'memory/max_active (GiB)': '70.61', 'memory/max_allocated (GiB)': '70.61', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.344', 'tokens/total': 207924, 'tokens/trainable': 704, 'epoch': '0.1841'}
18%|████████████████▉ | 44/239 [01:36<07:08, 2.20s/it]
19%|█████████████████▎ | 45/239 [01:38<06:44, 2.09s/it]
{'loss': '0.01369', 'grad_norm': '0.8656', 'learning_rate': '8.515e-06', 'ppl': '1.014', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.386', 'tokens/total': 211968, 'tokens/trainable': 720, 'epoch': '0.1883'}
19%|█████████████████▎ | 45/239 [01:38<06:44, 2.09s/it]
19%|█████████████████▋ | 46/239 [01:40<06:25, 2.00s/it]
{'loss': '0.1721', 'grad_norm': '10.93', 'learning_rate': '8.472e-06', 'ppl': '1.188', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.479', 'tokens/total': 215828, 'tokens/trainable': 736, 'epoch': '0.1925'}
19%|█████████████████▋ | 46/239 [01:40<06:25, 2.00s/it]
20%|██████████████████ | 47/239 [01:41<06:14, 1.95s/it]
{'loss': '0.2788', 'grad_norm': '6.777', 'learning_rate': '8.428e-06', 'ppl': '1.322', 'memory/max_active (GiB)': '68.25', 'memory/max_allocated (GiB)': '68.25', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.367', 'tokens/total': 219728, 'tokens/trainable': 752, 'epoch': '0.1967'}
20%|██████████████████ | 47/239 [01:41<06:14, 1.95s/it]
20%|██████████████████▍ | 48/239 [01:43<06:11, 1.94s/it]
{'loss': '0.05369', 'grad_norm': '5.281', 'learning_rate': '8.384e-06', 'ppl': '1.055', 'memory/max_active (GiB)': '68.14', 'memory/max_allocated (GiB)': '68.14', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.147', 'tokens/total': 224016, 'tokens/trainable': 768, 'epoch': '0.2008'}
20%|██████████████████▍ | 48/239 [01:43<06:11, 1.94s/it]
21%|██████████████████▊ | 49/239 [01:45<06:18, 1.99s/it]
{'loss': '0.001591', 'grad_norm': '0.08413', 'learning_rate': '8.341e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.32', 'memory/max_allocated (GiB)': '68.32', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.814', 'tokens/total': 228108, 'tokens/trainable': 784, 'epoch': '0.205'}
21%|██████████████████▊ | 49/239 [01:45<06:18, 1.99s/it]
21%|███████████████████▏ | 50/239 [01:47<06:15, 1.98s/it]
{'loss': '0.01146', 'grad_norm': '0.6659', 'learning_rate': '8.297e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '69.27', 'memory/max_allocated (GiB)': '69.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.068', 'tokens/total': 232468, 'tokens/trainable': 800, 'epoch': '0.2092'}
21%|███████████████████▏ | 50/239 [01:47<06:15, 1.98s/it]
21%|███████████████████▋ | 51/239 [01:50<06:59, 2.23s/it]
{'loss': '1.108', 'grad_norm': '17.31', 'learning_rate': '8.253e-06', 'ppl': '3.028', 'memory/max_active (GiB)': '71.63', 'memory/max_allocated (GiB)': '71.63', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '2.854', 'tokens/total': 239268, 'tokens/trainable': 816, 'epoch': '0.2134'}
21%|███████████████████▋ | 51/239 [01:50<06:59, 2.23s/it]
22%|████████████████████ | 52/239 [01:52<06:35, 2.12s/it]
{'loss': '0.01089', 'grad_norm': '0.9399', 'learning_rate': '8.21e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.335', 'tokens/total': 243300, 'tokens/trainable': 832, 'epoch': '0.2176'}
22%|████████████████████ | 52/239 [01:52<06:35, 2.12s/it]
22%|████████████████████▍ | 53/239 [01:54<06:40, 2.15s/it]
{'loss': '0.1241', 'grad_norm': '10.21', 'learning_rate': '8.166e-06', 'ppl': '1.132', 'memory/max_active (GiB)': '69.17', 'memory/max_allocated (GiB)': '69.17', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.572', 'tokens/total': 248316, 'tokens/trainable': 848, 'epoch': '0.2218'}
22%|████████████████████▍ | 53/239 [01:54<06:40, 2.15s/it]
23%|████████████████████▊ | 54/239 [01:56<06:27, 2.09s/it]
{'loss': '0.001786', 'grad_norm': '0.1169', 'learning_rate': '8.122e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.56', 'memory/max_allocated (GiB)': '68.56', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.094', 'tokens/total': 252656, 'tokens/trainable': 864, 'epoch': '0.2259'}
23%|████████████████████▊ | 54/239 [01:56<06:27, 2.09s/it]
23%|█████████████████████▏ | 55/239 [01:58<06:28, 2.11s/it]
{'loss': '0.08914', 'grad_norm': '6.359', 'learning_rate': '8.079e-06', 'ppl': '1.093', 'memory/max_active (GiB)': '69.72', 'memory/max_allocated (GiB)': '69.72', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.72', 'tokens/total': 257412, 'tokens/trainable': 880, 'epoch': '0.2301'}
23%|█████████████████████▏ | 55/239 [01:58<06:28, 2.11s/it]
23%|█████████████████████▌ | 56/239 [02:00<06:08, 2.01s/it]
{'loss': '0.01187', 'grad_norm': '1.087', 'learning_rate': '8.035e-06', 'ppl': '1.012', 'memory/max_active (GiB)': '67.6', 'memory/max_allocated (GiB)': '67.6', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.502', 'tokens/total': 261128, 'tokens/trainable': 896, 'epoch': '0.2343'}
23%|█████████████████████▌ | 56/239 [02:00<06:08, 2.01s/it]
24%|█████████████████████▉ | 57/239 [02:02<06:19, 2.08s/it]
{'loss': '0.03441', 'grad_norm': '4.235', 'learning_rate': '7.991e-06', 'ppl': '1.035', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.562', 'tokens/total': 265644, 'tokens/trainable': 912, 'epoch': '0.2385'}
24%|█████████████████████▉ | 57/239 [02:02<06:19, 2.08s/it]
24%|██████████████████████▎ | 58/239 [02:04<06:13, 2.06s/it]
{'loss': '0.07183', 'grad_norm': '6.613', 'learning_rate': '7.948e-06', 'ppl': '1.074', 'memory/max_active (GiB)': '68.79', 'memory/max_allocated (GiB)': '68.79', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.983', 'tokens/total': 270052, 'tokens/trainable': 928, 'epoch': '0.2427'}
24%|██████████████████████▎ | 58/239 [02:04<06:13, 2.06s/it]
25%|██████████████████████▋ | 59/239 [02:06<05:52, 1.96s/it]
{'loss': '0.003069', 'grad_norm': '0.1769', 'learning_rate': '7.904e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '67.88', 'memory/max_allocated (GiB)': '67.88', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.694', 'tokens/total': 273584, 'tokens/trainable': 944, 'epoch': '0.2469'}
25%|██████████████████████▋ | 59/239 [02:06<05:52, 1.96s/it]
25%|███████████████████████ | 60/239 [02:08<05:46, 1.94s/it]
{'loss': '0.005224', 'grad_norm': '0.4136', 'learning_rate': '7.86e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.24', 'tokens/total': 277700, 'tokens/trainable': 960, 'epoch': '0.251'}
25%|███████████████████████ | 60/239 [02:08<05:46, 1.94s/it]
26%|███████████████████████▍ | 61/239 [02:11<06:13, 2.10s/it]
{'loss': '0.6795', 'grad_norm': '19.7', 'learning_rate': '7.817e-06', 'ppl': '1.973', 'memory/max_active (GiB)': '74.12', 'memory/max_allocated (GiB)': '74.12', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.224', 'tokens/total': 283396, 'tokens/trainable': 976, 'epoch': '0.2552'}
26%|███████████████████████▍ | 61/239 [02:11<06:13, 2.10s/it]
26%|███████████████████████▊ | 62/239 [02:12<06:02, 2.05s/it]
{'loss': '0.2531', 'grad_norm': '14.93', 'learning_rate': '7.773e-06', 'ppl': '1.288', 'memory/max_active (GiB)': '68.18', 'memory/max_allocated (GiB)': '68.18', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.151', 'tokens/total': 287564, 'tokens/trainable': 992, 'epoch': '0.2594'}
26%|███████████████████████▊ | 62/239 [02:12<06:02, 2.05s/it]
26%|████████████████████████▎ | 63/239 [02:14<05:49, 1.99s/it]
{'loss': '0.292', 'grad_norm': '29.19', 'learning_rate': '7.729e-06', 'ppl': '1.339', 'memory/max_active (GiB)': '69.2', 'memory/max_allocated (GiB)': '69.2', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.367', 'tokens/total': 291424, 'tokens/trainable': 1008, 'epoch': '0.2636'}
26%|████████████████████████▎ | 63/239 [02:14<05:49, 1.99s/it]
27%|████████████████████████▋ | 64/239 [02:16<05:38, 1.93s/it]
{'loss': '0.02276', 'grad_norm': '5.732', 'learning_rate': '7.686e-06', 'ppl': '1.023', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.418', 'tokens/total': 295384, 'tokens/trainable': 1024, 'epoch': '0.2678'}
27%|████████████████████████▋ | 64/239 [02:16<05:38, 1.93s/it]
27%|█████████████████████████ | 65/239 [02:18<05:39, 1.95s/it]
{'loss': '0.2355', 'grad_norm': '4.831', 'learning_rate': '7.642e-06', 'ppl': '1.266', 'memory/max_active (GiB)': '68.03', 'memory/max_allocated (GiB)': '68.03', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.025', 'tokens/total': 299148, 'tokens/trainable': 1040, 'epoch': '0.272'}
27%|█████████████████████████ | 65/239 [02:18<05:39, 1.95s/it]
28%|█████████████████████████▍ | 66/239 [02:20<05:47, 2.01s/it]
{'loss': '0.1563', 'grad_norm': '33.23', 'learning_rate': '7.598e-06', 'ppl': '1.169', 'memory/max_active (GiB)': '70.33', 'memory/max_allocated (GiB)': '70.33', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.736', 'tokens/total': 304048, 'tokens/trainable': 1056, 'epoch': '0.2762'}
28%|█████████████████████████▍ | 66/239 [02:20<05:47, 2.01s/it]
28%|█████████████████████████▊ | 67/239 [02:22<05:27, 1.90s/it]
{'loss': '0.04148', 'grad_norm': '6.181', 'learning_rate': '7.555e-06', 'ppl': '1.042', 'memory/max_active (GiB)': '67.43', 'memory/max_allocated (GiB)': '67.43', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.835', 'tokens/total': 307556, 'tokens/trainable': 1072, 'epoch': '0.2803'}
28%|█████████████████████████▊ | 67/239 [02:22<05:27, 1.90s/it]
28%|██████████████████████████▏ | 68/239 [02:24<05:17, 1.86s/it]
{'loss': '0.272', 'grad_norm': '21.43', 'learning_rate': '7.511e-06', 'ppl': '1.313', 'memory/max_active (GiB)': '67.69', 'memory/max_allocated (GiB)': '67.69', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.573', 'tokens/total': 311372, 'tokens/trainable': 1088, 'epoch': '0.2845'}
28%|██████████████████████████▏ | 68/239 [02:24<05:17, 1.86s/it]
29%|██████████████████████████▌ | 69/239 [02:25<05:13, 1.84s/it]
{'loss': '0.3987', 'grad_norm': '6.281', 'learning_rate': '7.467e-06', 'ppl': '1.49', 'memory/max_active (GiB)': '68.45', 'memory/max_allocated (GiB)': '68.45', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.442', 'tokens/total': 315120, 'tokens/trainable': 1104, 'epoch': '0.2887'}
29%|██████████████████████████▌ | 69/239 [02:25<05:13, 1.84s/it]
29%|██████████████████████████▉ | 70/239 [02:27<05:12, 1.85s/it]
{'loss': '0.05037', 'grad_norm': '4.759', 'learning_rate': '7.424e-06', 'ppl': '1.052', 'memory/max_active (GiB)': '68.53', 'memory/max_allocated (GiB)': '68.53', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.271', 'tokens/total': 319124, 'tokens/trainable': 1120, 'epoch': '0.2929'}
29%|██████████████████████████▉ | 70/239 [02:27<05:12, 1.85s/it]
30%|███████████████████████████▎ | 71/239 [02:29<05:15, 1.88s/it]
{'loss': '0.01714', 'grad_norm': '1.335', 'learning_rate': '7.38e-06', 'ppl': '1.017', 'memory/max_active (GiB)': '68.69', 'memory/max_allocated (GiB)': '68.69', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.154', 'tokens/total': 323340, 'tokens/trainable': 1136, 'epoch': '0.2971'}
30%|███████████████████████████▎ | 71/239 [02:29<05:15, 1.88s/it]
30%|███████████████████████████▋ | 72/239 [02:31<05:18, 1.91s/it]
{'loss': '1.073', 'grad_norm': '10.27', 'learning_rate': '7.336e-06', 'ppl': '2.924', 'memory/max_active (GiB)': '68.26', 'memory/max_allocated (GiB)': '68.26', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.052', 'tokens/total': 327748, 'tokens/trainable': 1152, 'epoch': '0.3013'}
30%|███████████████████████████▋ | 72/239 [02:31<05:18, 1.91s/it]
31%|████████████████████████████ | 73/239 [02:33<05:20, 1.93s/it]
{'loss': '0.165', 'grad_norm': '8.001', 'learning_rate': '7.293e-06', 'ppl': '1.179', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.023', 'tokens/total': 332196, 'tokens/trainable': 1168, 'epoch': '0.3054'}
31%|████████████████████████████ | 73/239 [02:33<05:20, 1.93s/it]
31%|████████████████████████████▍ | 74/239 [02:36<05:38, 2.05s/it]
{'loss': '0.04771', 'grad_norm': '6.656', 'learning_rate': '7.249e-06', 'ppl': '1.049', 'memory/max_active (GiB)': '69.56', 'memory/max_allocated (GiB)': '69.56', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.432', 'tokens/total': 336952, 'tokens/trainable': 1184, 'epoch': '0.3096'}
31%|████████████████████████████▍ | 74/239 [02:36<05:38, 2.05s/it]
31%|████████████████████████████▊ | 75/239 [02:37<05:27, 2.00s/it]
{'loss': '0.0006251', 'grad_norm': '0.03028', 'learning_rate': '7.205e-06', 'ppl': '1.001', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.269', 'tokens/total': 340988, 'tokens/trainable': 1200, 'epoch': '0.3138'}
31%|████████████████████████████▊ | 75/239 [02:37<05:27, 2.00s/it]
32%|█████████████████████████████▎ | 76/239 [02:40<05:37, 2.07s/it]
{'loss': '0.1717', 'grad_norm': '11.44', 'learning_rate': '7.162e-06', 'ppl': '1.187', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.575', 'tokens/total': 346104, 'tokens/trainable': 1216, 'epoch': '0.318'}
32%|█████████████████████████████▎ | 76/239 [02:40<05:37, 2.07s/it]
32%|█████████████████████████████▋ | 77/239 [02:42<05:28, 2.03s/it]
{'loss': '0.1917', 'grad_norm': '15.62', 'learning_rate': '7.118e-06', 'ppl': '1.211', 'memory/max_active (GiB)': '68.49', 'memory/max_allocated (GiB)': '68.49', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.173', 'tokens/total': 350348, 'tokens/trainable': 1232, 'epoch': '0.3222'}
32%|█████████████████████████████▋ | 77/239 [02:42<05:28, 2.03s/it]
33%|██████████████████████████████ | 78/239 [02:43<05:16, 1.97s/it]
{'loss': '0.3976', 'grad_norm': '33.08', 'learning_rate': '7.074e-06', 'ppl': '1.488', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.367', 'tokens/total': 354268, 'tokens/trainable': 1248, 'epoch': '0.3264'}
33%|██████████████████████████████ | 78/239 [02:43<05:16, 1.97s/it]
33%|██████████████████████████████▍ | 79/239 [02:45<05:15, 1.97s/it]
{'loss': '0.01566', 'grad_norm': '1.299', 'learning_rate': '7.031e-06', 'ppl': '1.016', 'memory/max_active (GiB)': '68.15', 'memory/max_allocated (GiB)': '68.15', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.055', 'tokens/total': 358476, 'tokens/trainable': 1264, 'epoch': '0.3305'}
33%|██████████████████████████████▍ | 79/239 [02:45<05:15, 1.97s/it]
33%|██████████████████████████████▊ | 80/239 [02:47<05:09, 1.95s/it]
{'loss': '0.03479', 'grad_norm': '8.052', 'learning_rate': '6.987e-06', 'ppl': '1.035', 'memory/max_active (GiB)': '67.99', 'memory/max_allocated (GiB)': '67.99', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.232', 'tokens/total': 362572, 'tokens/trainable': 1280, 'epoch': '0.3347'}
33%|██████████████████████████████▊ | 80/239 [02:47<05:09, 1.95s/it]
34%|███████████████████████████████▏ | 81/239 [02:50<05:22, 2.04s/it]
{'loss': '0.2786', 'grad_norm': '13.59', 'learning_rate': '6.943e-06', 'ppl': '1.321', 'memory/max_active (GiB)': '69.22', 'memory/max_allocated (GiB)': '69.22', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.558', 'tokens/total': 367760, 'tokens/trainable': 1296, 'epoch': '0.3389'}
34%|███████████████████████████████▏ | 81/239 [02:50<05:22, 2.04s/it]
34%|███████████████████████████████▌ | 82/239 [02:52<05:32, 2.11s/it]
{'loss': '0.4432', 'grad_norm': '4.353', 'learning_rate': '6.9e-06', 'ppl': '1.558', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.495', 'tokens/total': 372564, 'tokens/trainable': 1312, 'epoch': '0.3431'}
34%|███████████████████████████████▌ | 82/239 [02:52<05:32, 2.11s/it]
35%|███████████████████████████████▉ | 83/239 [02:54<05:25, 2.09s/it]
{'loss': '0.4728', 'grad_norm': '6.219', 'learning_rate': '6.856e-06', 'ppl': '1.605', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.969', 'tokens/total': 377004, 'tokens/trainable': 1328, 'epoch': '0.3473'}
35%|███████████████████████████████▉ | 83/239 [02:54<05:25, 2.09s/it]
35%|████████████████████████████████▎ | 84/239 [02:56<05:15, 2.04s/it]
{'loss': '0.001877', 'grad_norm': '0.08113', 'learning_rate': '6.812e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.06', 'memory/max_allocated (GiB)': '68.06', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.166', 'tokens/total': 381168, 'tokens/trainable': 1344, 'epoch': '0.3515'}
35%|████████████████████████████████▎ | 84/239 [02:56<05:15, 2.04s/it]
36%|████████████████████████████████▋ | 85/239 [02:58<05:02, 1.96s/it]
{'loss': '0.0964', 'grad_norm': '6.746', 'learning_rate': '6.769e-06', 'ppl': '1.101', 'memory/max_active (GiB)': '67.89', 'memory/max_allocated (GiB)': '67.89', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.488', 'tokens/total': 385020, 'tokens/trainable': 1360, 'epoch': '0.3556'}
36%|████████████████████████████████▋ | 85/239 [02:58<05:02, 1.96s/it]
36%|█████████████████████████████████ | 86/239 [02:59<04:48, 1.89s/it]
{'loss': '0.3072', 'grad_norm': '11.66', 'learning_rate': '6.725e-06', 'ppl': '1.36', 'memory/max_active (GiB)': '68.88', 'memory/max_allocated (GiB)': '68.88', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.691', 'tokens/total': 388420, 'tokens/trainable': 1376, 'epoch': '0.3598'}
36%|█████████████████████████████████ | 86/239 [02:59<04:48, 1.89s/it]
36%|█████████████████████████████████▍ | 87/239 [03:01<04:57, 1.95s/it]
{'loss': '0.01909', 'grad_norm': '1.499', 'learning_rate': '6.681e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '70.05', 'memory/max_allocated (GiB)': '70.05', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.788', 'tokens/total': 393108, 'tokens/trainable': 1392, 'epoch': '0.364'}
36%|█████████████████████████████████▍ | 87/239 [03:01<04:57, 1.95s/it]
37%|█████████████████████████████████▊ | 88/239 [03:03<04:44, 1.89s/it]
{'loss': '0.1736', 'grad_norm': '5.961', 'learning_rate': '6.638e-06', 'ppl': '1.19', 'memory/max_active (GiB)': '67.51', 'memory/max_allocated (GiB)': '67.51', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.65', 'tokens/total': 396680, 'tokens/trainable': 1408, 'epoch': '0.3682'}
37%|█████████████████████████████████▊ | 88/239 [03:03<04:44, 1.89s/it]
37%|██████████████████████████████████▎ | 89/239 [03:05<04:50, 1.93s/it]
{'loss': '0.3697', 'grad_norm': '26.23', 'learning_rate': '6.594e-06', 'ppl': '1.447', 'memory/max_active (GiB)': '68.71', 'memory/max_allocated (GiB)': '68.71', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.912', 'tokens/total': 401156, 'tokens/trainable': 1424, 'epoch': '0.3724'}
37%|██████████████████████████████████▎ | 89/239 [03:05<04:50, 1.93s/it]
38%|██████████████████████████████████▋ | 90/239 [03:07<05:04, 2.04s/it]
{'loss': '0.1215', 'grad_norm': '13.43', 'learning_rate': '6.55e-06', 'ppl': '1.129', 'memory/max_active (GiB)': '68.72', 'memory/max_allocated (GiB)': '68.72', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.482', 'tokens/total': 405696, 'tokens/trainable': 1440, 'epoch': '0.3766'}
38%|██████████████████████████████████▋ | 90/239 [03:07<05:04, 2.04s/it]
38%|███████████████████████████████████ | 91/239 [03:10<05:04, 2.06s/it]
{'loss': '0.2837', 'grad_norm': '31.14', 'learning_rate': '6.507e-06', 'ppl': '1.328', 'memory/max_active (GiB)': '68.57', 'memory/max_allocated (GiB)': '68.57', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.822', 'tokens/total': 410376, 'tokens/trainable': 1456, 'epoch': '0.3808'}
38%|███████████████████████████████████ | 91/239 [03:10<05:04, 2.06s/it]
38%|███████████████████████████████████▍ | 92/239 [03:11<04:52, 1.99s/it]
{'loss': '0.06164', 'grad_norm': '10.96', 'learning_rate': '6.463e-06', 'ppl': '1.064', 'memory/max_active (GiB)': '68.49', 'memory/max_allocated (GiB)': '68.49', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.406', 'tokens/total': 414240, 'tokens/trainable': 1472, 'epoch': '0.3849'}
38%|███████████████████████████████████▍ | 92/239 [03:11<04:52, 1.99s/it]
39%|███████████████████████████████████▊ | 93/239 [03:13<04:52, 2.01s/it]
{'loss': '0.04816', 'grad_norm': '7.18', 'learning_rate': '6.419e-06', 'ppl': '1.049', 'memory/max_active (GiB)': '68.78', 'memory/max_allocated (GiB)': '68.78', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.909', 'tokens/total': 418772, 'tokens/trainable': 1488, 'epoch': '0.3891'}
39%|███████████████████████████████████▊ | 93/239 [03:13<04:52, 2.01s/it]
39%|████████████████████████████████████▏ | 94/239 [03:16<04:56, 2.04s/it]
{'loss': '0.4286', 'grad_norm': '4.288', 'learning_rate': '6.376e-06', 'ppl': '1.535', 'memory/max_active (GiB)': '70.64', 'memory/max_allocated (GiB)': '70.64', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.762', 'tokens/total': 423788, 'tokens/trainable': 1504, 'epoch': '0.3933'}
39%|████████████████████████████████████▏ | 94/239 [03:16<04:56, 2.04s/it]
40%|████████████████████████████████████▌ | 95/239 [03:18<04:55, 2.05s/it]
{'loss': '0.03438', 'grad_norm': '1.692', 'learning_rate': '6.332e-06', 'ppl': '1.035', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.863', 'tokens/total': 428368, 'tokens/trainable': 1520, 'epoch': '0.3975'}
40%|████████████████████████████████████▌ | 95/239 [03:18<04:55, 2.05s/it]
40%|████████████████████████████████████▉ | 96/239 [03:19<04:43, 1.98s/it]
{'loss': '0.3591', 'grad_norm': '6.75', 'learning_rate': '6.288e-06', 'ppl': '1.432', 'memory/max_active (GiB)': '68.68', 'memory/max_allocated (GiB)': '68.68', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.429', 'tokens/total': 432188, 'tokens/trainable': 1536, 'epoch': '0.4017'}
40%|████████████████████████████████████▉ | 96/239 [03:19<04:43, 1.98s/it]
41%|█████████████████████████████████████▎ | 97/239 [03:22<05:01, 2.13s/it]
{'loss': '0.08077', 'grad_norm': '7.753', 'learning_rate': '6.245e-06', 'ppl': '1.084', 'memory/max_active (GiB)': '71.1', 'memory/max_allocated (GiB)': '71.1', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.244', 'tokens/total': 437732, 'tokens/trainable': 1552, 'epoch': '0.4059'}
41%|█████████████████████████████████████▎ | 97/239 [03:22<05:01, 2.13s/it]
41%|█████████████████████████████████████▋ | 98/239 [03:24<05:08, 2.19s/it]
{'loss': '0.02788', 'grad_norm': '1.058', 'learning_rate': '6.201e-06', 'ppl': '1.028', 'memory/max_active (GiB)': '70.9', 'memory/max_allocated (GiB)': '70.9', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.447', 'tokens/total': 442268, 'tokens/trainable': 1568, 'epoch': '0.41'}
41%|█████████████████████████████████████▋ | 98/239 [03:24<05:08, 2.19s/it]
41%|██████████████████████████████████████ | 99/239 [03:26<04:51, 2.08s/it]
{'loss': '0.1847', 'grad_norm': '5.853', 'learning_rate': '6.157e-06', 'ppl': '1.203', 'memory/max_active (GiB)': '67.88', 'memory/max_allocated (GiB)': '67.88', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.363', 'tokens/total': 446168, 'tokens/trainable': 1584, 'epoch': '0.4142'}
41%|██████████████████████████████████████ | 99/239 [03:26<04:51, 2.08s/it]
42%|██████████████████████████████████████ | 100/239 [03:28<04:36, 1.99s/it]
{'loss': '0.06851', 'grad_norm': '8.051', 'learning_rate': '6.114e-06', 'ppl': '1.071', 'memory/max_active (GiB)': '67.96', 'memory/max_allocated (GiB)': '67.96', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.522', 'tokens/total': 450080, 'tokens/trainable': 1600, 'epoch': '0.4184'}
42%|██████████████████████████████████████ | 100/239 [03:28<04:36, 1.99s/it]
42%|██████████████████████████████████████▍ | 101/239 [03:30<04:37, 2.01s/it]
{'loss': '0.03053', 'grad_norm': '1.816', 'learning_rate': '6.07e-06', 'ppl': '1.031', 'memory/max_active (GiB)': '69.26', 'memory/max_allocated (GiB)': '69.26', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.871', 'tokens/total': 454672, 'tokens/trainable': 1616, 'epoch': '0.4226'}
42%|██████████████████████████████████████▍ | 101/239 [03:30<04:37, 2.01s/it]
43%|██████████████████████████████████████▊ | 102/239 [03:32<04:36, 2.02s/it]
{'loss': '0.08248', 'grad_norm': '8.052', 'learning_rate': '6.026e-06', 'ppl': '1.086', 'memory/max_active (GiB)': '70.31', 'memory/max_allocated (GiB)': '70.31', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.92', 'tokens/total': 459080, 'tokens/trainable': 1632, 'epoch': '0.4268'}
43%|██████████████████████████████████████▊ | 102/239 [03:32<04:36, 2.02s/it]
43%|███████████████████████████████████████▏ | 103/239 [03:34<04:44, 2.09s/it]
{'loss': '0.006449', 'grad_norm': '0.2344', 'learning_rate': '5.983e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '69.09', 'memory/max_allocated (GiB)': '69.09', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.547', 'tokens/total': 464168, 'tokens/trainable': 1648, 'epoch': '0.431'}
43%|███████████████████████████████████████▏ | 103/239 [03:34<04:44, 2.09s/it]
44%|███████████████████████████████████████▌ | 104/239 [03:36<04:39, 2.07s/it]
{'loss': '0.0655', 'grad_norm': '17.97', 'learning_rate': '5.939e-06', 'ppl': '1.068', 'memory/max_active (GiB)': '68.92', 'memory/max_allocated (GiB)': '68.92', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.984', 'tokens/total': 468548, 'tokens/trainable': 1664, 'epoch': '0.4351'}
44%|███████████████████████████████████████▌ | 104/239 [03:36<04:39, 2.07s/it]
44%|███████████████████████████████████████▉ | 105/239 [03:38<04:26, 1.99s/it]
{'loss': '0.1213', 'grad_norm': '6.35', 'learning_rate': '5.895e-06', 'ppl': '1.129', 'memory/max_active (GiB)': '68.54', 'memory/max_allocated (GiB)': '68.54', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.441', 'tokens/total': 472424, 'tokens/trainable': 1680, 'epoch': '0.4393'}
44%|███████████████████████████████████████▉ | 105/239 [03:38<04:26, 1.99s/it]
44%|████████████████████████████████████████▎ | 106/239 [03:40<04:22, 1.97s/it]
{'loss': '0.3628', 'grad_norm': '12.39', 'learning_rate': '5.852e-06', 'ppl': '1.437', 'memory/max_active (GiB)': '69.3', 'memory/max_allocated (GiB)': '69.3', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.157', 'tokens/total': 476588, 'tokens/trainable': 1696, 'epoch': '0.4435'}
44%|████████████████████████████████████████▎ | 106/239 [03:40<04:22, 1.97s/it]
45%|████████████████████████████████████████▋ | 107/239 [03:42<04:27, 2.02s/it]
{'loss': '0.006142', 'grad_norm': '0.2259', 'learning_rate': '5.808e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '68.62', 'memory/max_allocated (GiB)': '68.62', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.726', 'tokens/total': 480904, 'tokens/trainable': 1712, 'epoch': '0.4477'}
45%|████████████████████████████████████████▋ | 107/239 [03:42<04:27, 2.02s/it]
45%|█████████████████████████████████████████ | 108/239 [03:44<04:27, 2.04s/it]
{'loss': '0.3675', 'grad_norm': '13.07', 'learning_rate': '5.764e-06', 'ppl': '1.444', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.844', 'tokens/total': 485412, 'tokens/trainable': 1728, 'epoch': '0.4519'}
45%|█████████████████████████████████████████ | 108/239 [03:44<04:27, 2.04s/it]
46%|█████████████████████████████████████████▌ | 109/239 [03:46<04:28, 2.06s/it]
{'loss': '0.2478', 'grad_norm': '6.325', 'learning_rate': '5.721e-06', 'ppl': '1.281', 'memory/max_active (GiB)': '70', 'memory/max_allocated (GiB)': '70', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.799', 'tokens/total': 490116, 'tokens/trainable': 1744, 'epoch': '0.4561'}
46%|█████████████████████████████████████████▌ | 109/239 [03:46<04:28, 2.06s/it]
46%|█████████████████████████████████████████▉ | 110/239 [03:48<04:23, 2.04s/it]
{'loss': '0.627', 'grad_norm': '6.499', 'learning_rate': '5.677e-06', 'ppl': '1.872', 'memory/max_active (GiB)': '69.31', 'memory/max_allocated (GiB)': '69.31', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.028', 'tokens/total': 494528, 'tokens/trainable': 1760, 'epoch': '0.4603'}
46%|█████████████████████████████████████████▉ | 110/239 [03:48<04:23, 2.04s/it]
46%|██████████████████████████████████████████▎ | 111/239 [03:51<04:29, 2.11s/it]
{'loss': '0.2254', 'grad_norm': '5.357', 'learning_rate': '5.633e-06', 'ppl': '1.253', 'memory/max_active (GiB)': '69.79', 'memory/max_allocated (GiB)': '69.79', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.55', 'tokens/total': 499784, 'tokens/trainable': 1776, 'epoch': '0.4644'}
46%|██████████████████████████████████████████▎ | 111/239 [03:51<04:29, 2.11s/it]
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:20, 2.05s/it]
{'loss': '0.04741', 'grad_norm': '15.92', 'learning_rate': '5.59e-06', 'ppl': '1.049', 'memory/max_active (GiB)': '68.87', 'memory/max_allocated (GiB)': '68.87', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.191', 'tokens/total': 503932, 'tokens/trainable': 1792, 'epoch': '0.4686'}
47%|██████████████████████████████████████████▋ | 112/239 [03:52<04:20, 2.05s/it]
47%|███████████████████████████████████████████ | 113/239 [03:55<04:31, 2.16s/it]
{'loss': '0.008973', 'grad_norm': '0.3323', 'learning_rate': '5.546e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '69.4', 'memory/max_allocated (GiB)': '69.4', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.324', 'tokens/total': 509324, 'tokens/trainable': 1808, 'epoch': '0.4728'}
47%|███████████████████████████████████████████ | 113/239 [03:55<04:31, 2.16s/it]
48%|███████████████████████████████████████████▍ | 114/239 [03:57<04:23, 2.11s/it]
{'loss': '0.1897', 'grad_norm': '5.943', 'learning_rate': '5.502e-06', 'ppl': '1.209', 'memory/max_active (GiB)': '69.58', 'memory/max_allocated (GiB)': '69.58', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.993', 'tokens/total': 513836, 'tokens/trainable': 1824, 'epoch': '0.477'}
48%|███████████████████████████████████████████▍ | 114/239 [03:57<04:23, 2.11s/it]
48%|███████████████████████████████████████████▊ | 115/239 [03:59<04:17, 2.07s/it]
{'loss': '0.01911', 'grad_norm': '2.402', 'learning_rate': '5.459e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.038', 'tokens/total': 517704, 'tokens/trainable': 1840, 'epoch': '0.4812'}
48%|███████████████████████████████████████████▊ | 115/239 [03:59<04:17, 2.07s/it]
49%|████████████████████████████████████████████▏ | 116/239 [04:01<04:08, 2.02s/it]
{'loss': '0.411', 'grad_norm': '7.29', 'learning_rate': '5.415e-06', 'ppl': '1.508', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.235', 'tokens/total': 521692, 'tokens/trainable': 1856, 'epoch': '0.4854'}
49%|████████████████████████████████████████████▏ | 116/239 [04:01<04:08, 2.02s/it]
49%|████████████████████████████████████████████▌ | 117/239 [04:03<03:58, 1.96s/it]
{'loss': '0.167', 'grad_norm': '10.29', 'learning_rate': '5.371e-06', 'ppl': '1.182', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.421', 'tokens/total': 525548, 'tokens/trainable': 1872, 'epoch': '0.4895'}
49%|████████████████████████████████████████████▌ | 117/239 [04:03<03:58, 1.96s/it]
49%|████████████████████████████████████████████▉ | 118/239 [04:04<03:45, 1.86s/it]
{'loss': '0.3858', 'grad_norm': '17.59', 'learning_rate': '5.328e-06', 'ppl': '1.471', 'memory/max_active (GiB)': '68.15', 'memory/max_allocated (GiB)': '68.15', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.878', 'tokens/total': 528640, 'tokens/trainable': 1888, 'epoch': '0.4937'}
49%|████████████████████████████████████████████▉ | 118/239 [04:04<03:45, 1.86s/it]
50%|█████████████████████████████████████████████▎ | 119/239 [04:06<03:39, 1.83s/it]
{'loss': '0.2752', 'grad_norm': '4.617', 'learning_rate': '5.284e-06', 'ppl': '1.317', 'memory/max_active (GiB)': '67.78', 'memory/max_allocated (GiB)': '67.78', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.586', 'tokens/total': 532260, 'tokens/trainable': 1904, 'epoch': '0.4979'}
50%|█████████████████████████████████████████████▎ | 119/239 [04:06<03:39, 1.83s/it]
50%|█████████████████████████████████████████████▋ | 120/239 [04:08<03:42, 1.87s/it]
{'loss': '0.1009', 'grad_norm': '6.709', 'learning_rate': '5.24e-06', 'ppl': '1.106', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.091', 'tokens/total': 536556, 'tokens/trainable': 1920, 'epoch': '0.5021'}
50%|█████████████████████████████████████████████▋ | 120/239 [04:08<03:42, 1.87s/it]
51%|██████████████████████████████████████████████ | 121/239 [04:11<04:06, 2.09s/it]
{'loss': '0.08754', 'grad_norm': '8.592', 'learning_rate': '5.197e-06', 'ppl': '1.091', 'memory/max_active (GiB)': '71.76', 'memory/max_allocated (GiB)': '71.76', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.07', 'tokens/total': 542688, 'tokens/trainable': 1936, 'epoch': '0.5063'}
51%|██████████████████████████████████████████████ | 121/239 [04:11<04:06, 2.09s/it]
51%|██████████████████████████████████████████████▍ | 122/239 [04:13<04:01, 2.06s/it]
{'loss': '0.01248', 'grad_norm': '0.5498', 'learning_rate': '5.153e-06', 'ppl': '1.013', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.016', 'tokens/total': 547044, 'tokens/trainable': 1952, 'epoch': '0.5105'}
51%|██████████████████████████████████████████████▍ | 122/239 [04:13<04:01, 2.06s/it]
51%|██████████████████████████████████████████████▊ | 123/239 [04:14<03:51, 1.99s/it]
{'loss': '0.1463', 'grad_norm': '6.742', 'learning_rate': '5.109e-06', 'ppl': '1.158', 'memory/max_active (GiB)': '68.67', 'memory/max_allocated (GiB)': '68.67', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.358', 'tokens/total': 551012, 'tokens/trainable': 1968, 'epoch': '0.5146'}
51%|██████████████████████████████████████████████▊ | 123/239 [04:14<03:51, 1.99s/it]
52%|███████████████████████████████████████████████▏ | 124/239 [04:17<03:56, 2.06s/it]
{'loss': '0.3022', 'grad_norm': '5.439', 'learning_rate': '5.066e-06', 'ppl': '1.353', 'memory/max_active (GiB)': '69.98', 'memory/max_allocated (GiB)': '69.98', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.625', 'tokens/total': 555308, 'tokens/trainable': 1984, 'epoch': '0.5188'}
52%|███████████████████████████████████████████████▏ | 124/239 [04:17<03:56, 2.06s/it]
52%|███████████████████████████████████████████████▌ | 125/239 [04:18<03:40, 1.94s/it]
{'loss': '0.0128', 'grad_norm': '0.5508', 'learning_rate': '5.022e-06', 'ppl': '1.013', 'memory/max_active (GiB)': '67.36', 'memory/max_allocated (GiB)': '67.36', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.858', 'tokens/total': 558424, 'tokens/trainable': 2000, 'epoch': '0.523'}
52%|███████████████████████████████████████████████▌ | 125/239 [04:18<03:40, 1.94s/it]
53%|███████████████████████████████████████████████▉ | 126/239 [04:20<03:33, 1.89s/it]
{'loss': '0.028', 'grad_norm': '3.422', 'learning_rate': '4.978e-06', 'ppl': '1.028', 'memory/max_active (GiB)': '68.02', 'memory/max_allocated (GiB)': '68.02', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.487', 'tokens/total': 562296, 'tokens/trainable': 2016, 'epoch': '0.5272'}
53%|███████████████████████████████████████████████▉ | 126/239 [04:20<03:33, 1.89s/it]
53%|████████████████████████████████████████████████▎ | 127/239 [04:22<03:29, 1.87s/it]
{'loss': '0.007195', 'grad_norm': '0.3078', 'learning_rate': '4.934e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.35', 'memory/max_allocated (GiB)': '68.35', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.399', 'tokens/total': 566324, 'tokens/trainable': 2032, 'epoch': '0.5314'}
53%|████████████████████████████████████████████████▎ | 127/239 [04:22<03:29, 1.87s/it]
54%|████████████████████████████████████████████████▋ | 128/239 [04:24<03:34, 1.93s/it]
{'loss': '0.02909', 'grad_norm': '1.241', 'learning_rate': '4.891e-06', 'ppl': '1.03', 'memory/max_active (GiB)': '69.7', 'memory/max_allocated (GiB)': '69.7', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.856', 'tokens/total': 571040, 'tokens/trainable': 2048, 'epoch': '0.5356'}
54%|████████████████████████████████████████████████▋ | 128/239 [04:24<03:34, 1.93s/it]
54%|█████████████████████████████████████████████████ | 129/239 [04:26<03:46, 2.06s/it]
{'loss': '0.03798', 'grad_norm': '3.49', 'learning_rate': '4.847e-06', 'ppl': '1.039', 'memory/max_active (GiB)': '69.6', 'memory/max_allocated (GiB)': '69.6', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.39', 'tokens/total': 576452, 'tokens/trainable': 2064, 'epoch': '0.5397'}
54%|█████████████████████████████████████████████████ | 129/239 [04:26<03:46, 2.06s/it]
54%|█████████████████████████████████████████████████▍ | 130/239 [04:28<03:41, 2.03s/it]
{'loss': '0.2115', 'grad_norm': '6.445', 'learning_rate': '4.803e-06', 'ppl': '1.236', 'memory/max_active (GiB)': '68.34', 'memory/max_allocated (GiB)': '68.34', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.096', 'tokens/total': 580788, 'tokens/trainable': 2080, 'epoch': '0.5439'}
54%|█████████████████████████████████████████████████▍ | 130/239 [04:28<03:41, 2.03s/it]
55%|█████████████████████████████████████████████████▉ | 131/239 [04:30<03:26, 1.91s/it]
{'loss': '0.01249', 'grad_norm': '0.6195', 'learning_rate': '4.76e-06', 'ppl': '1.013', 'memory/max_active (GiB)': '67.4', 'memory/max_allocated (GiB)': '67.4', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.883', 'tokens/total': 584040, 'tokens/trainable': 2096, 'epoch': '0.5481'}
55%|█████████████████████████████████████████████████▉ | 131/239 [04:30<03:26, 1.91s/it]
55%|██████████████████████████████████████████████████▎ | 132/239 [04:32<03:33, 1.99s/it]
{'loss': '0.03074', 'grad_norm': '2.195', 'learning_rate': '4.716e-06', 'ppl': '1.031', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.679', 'tokens/total': 588292, 'tokens/trainable': 2112, 'epoch': '0.5523'}
55%|██████████████████████████████████████████████████▎ | 132/239 [04:32<03:33, 1.99s/it]
56%|██████████████████████████████████████████████████▋ | 133/239 [04:34<03:25, 1.94s/it]
{'loss': '0.2693', 'grad_norm': '6.17', 'learning_rate': '4.672e-06', 'ppl': '1.309', 'memory/max_active (GiB)': '67.91', 'memory/max_allocated (GiB)': '67.91', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.419', 'tokens/total': 592152, 'tokens/trainable': 2128, 'epoch': '0.5565'}
56%|██████████████████████████████████████████████████▋ | 133/239 [04:34<03:25, 1.94s/it]
56%|███████████████████████████████████████████████████ | 134/239 [04:36<03:23, 1.94s/it]
{'loss': '0.3579', 'grad_norm': '12.55', 'learning_rate': '4.629e-06', 'ppl': '1.43', 'memory/max_active (GiB)': '68.99', 'memory/max_allocated (GiB)': '68.99', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.115', 'tokens/total': 596392, 'tokens/trainable': 2144, 'epoch': '0.5607'}
56%|███████████████████████████████████████████████████ | 134/239 [04:36<03:23, 1.94s/it]
56%|███████████████████████████████████████████████████▍ | 135/239 [04:39<03:46, 2.18s/it]
{'loss': '0.03856', 'grad_norm': '9.31', 'learning_rate': '4.585e-06', 'ppl': '1.039', 'memory/max_active (GiB)': '71.54', 'memory/max_allocated (GiB)': '71.54', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '2.929', 'tokens/total': 602688, 'tokens/trainable': 2160, 'epoch': '0.5649'}
56%|███████████████████████████████████████████████████▍ | 135/239 [04:39<03:46, 2.18s/it]
57%|███████████████████████████████████████████████████▊ | 136/239 [04:41<03:56, 2.30s/it]
{'loss': '0.02445', 'grad_norm': '1.563', 'learning_rate': '4.541e-06', 'ppl': '1.025', 'memory/max_active (GiB)': '72.9', 'memory/max_allocated (GiB)': '72.9', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.121', 'tokens/total': 608712, 'tokens/trainable': 2176, 'epoch': '0.569'}
57%|███████████████████████████████████████████████████▊ | 136/239 [04:41<03:56, 2.30s/it]
57%|████████████████████████████████████████████████████▏ | 137/239 [04:43<03:55, 2.31s/it]
{'loss': '0.01925', 'grad_norm': '1.006', 'learning_rate': '4.498e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '69.52', 'memory/max_allocated (GiB)': '69.52', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.434', 'tokens/total': 613864, 'tokens/trainable': 2192, 'epoch': '0.5732'}
57%|████████████████████████████████████████████████████▏ | 137/239 [04:43<03:55, 2.31s/it]
58%|████████████████████████████████████████████████████▌ | 138/239 [04:45<03:35, 2.13s/it]
{'loss': '0.07256', 'grad_norm': '8.285', 'learning_rate': '4.454e-06', 'ppl': '1.075', 'memory/max_active (GiB)': '68.42', 'memory/max_allocated (GiB)': '68.42', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.644', 'tokens/total': 617688, 'tokens/trainable': 2208, 'epoch': '0.5774'}
58%|████████████████████████████████████████████████████▌ | 138/239 [04:45<03:35, 2.13s/it]
58%|████████████████████████████████████████████████████▉ | 139/239 [04:47<03:32, 2.12s/it]
{'loss': '0.09311', 'grad_norm': '9.206', 'learning_rate': '4.41e-06', 'ppl': '1.098', 'memory/max_active (GiB)': '68.71', 'memory/max_allocated (GiB)': '68.71', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.816', 'tokens/total': 622316, 'tokens/trainable': 2224, 'epoch': '0.5816'}
58%|████████████████████████████████████████████████████▉ | 139/239 [04:47<03:32, 2.12s/it]
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:49<03:26, 2.09s/it]
{'loss': '0.3151', 'grad_norm': '8.583', 'learning_rate': '4.367e-06', 'ppl': '1.37', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.993', 'tokens/total': 626292, 'tokens/trainable': 2240, 'epoch': '0.5858'}
59%|█████████████████████████████████████████████████████▎ | 140/239 [04:49<03:26, 2.09s/it]
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:51<03:23, 2.08s/it]
{'loss': '0.003791', 'grad_norm': '0.1515', 'learning_rate': '4.323e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.881', 'tokens/total': 630836, 'tokens/trainable': 2256, 'epoch': '0.59'}
59%|█████████████████████████████████████████████████████▋ | 141/239 [04:51<03:23, 2.08s/it]
59%|██████████████████████████████████████████████████████ | 142/239 [04:54<03:31, 2.18s/it]
{'loss': '0.05267', 'grad_norm': '5.252', 'learning_rate': '4.279e-06', 'ppl': '1.054', 'memory/max_active (GiB)': '70.21', 'memory/max_allocated (GiB)': '70.21', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.329', 'tokens/total': 636280, 'tokens/trainable': 2272, 'epoch': '0.5941'}
59%|██████████████████████████████████████████████████████ | 142/239 [04:54<03:31, 2.18s/it]
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:23, 2.12s/it]
{'loss': '0.03258', 'grad_norm': '5.196', 'learning_rate': '4.236e-06', 'ppl': '1.033', 'memory/max_active (GiB)': '68.77', 'memory/max_allocated (GiB)': '68.77', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.027', 'tokens/total': 640756, 'tokens/trainable': 2288, 'epoch': '0.5983'}
60%|██████████████████████████████████████████████████████▍ | 143/239 [04:56<03:23, 2.12s/it]
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:58<03:14, 2.05s/it]
{'loss': '0.299', 'grad_norm': '5.742', 'learning_rate': '4.192e-06', 'ppl': '1.349', 'memory/max_active (GiB)': '68.13', 'memory/max_allocated (GiB)': '68.13', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.248', 'tokens/total': 644800, 'tokens/trainable': 2304, 'epoch': '0.6025'}
60%|██████████████████████████████████████████████████████▊ | 144/239 [04:58<03:14, 2.05s/it]
61%|███████████████████████████████████████████████████████▏ | 145/239 [05:00<03:12, 2.05s/it]
{'loss': '0.007404', 'grad_norm': '0.3376', 'learning_rate': '4.148e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.37', 'memory/max_allocated (GiB)': '68.37', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.938', 'tokens/total': 649156, 'tokens/trainable': 2320, 'epoch': '0.6067'}
61%|███████████████████████████████████████████████████████▏ | 145/239 [05:00<03:12, 2.05s/it]
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:02<03:08, 2.02s/it]
{'loss': '0.002254', 'grad_norm': '0.08595', 'learning_rate': '4.105e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '69.08', 'memory/max_allocated (GiB)': '69.08', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.069', 'tokens/total': 653400, 'tokens/trainable': 2336, 'epoch': '0.6109'}
61%|███████████████████████████████████████████████████████▌ | 146/239 [05:02<03:08, 2.02s/it]
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:04<03:04, 2.00s/it]
{'loss': '0.1822', 'grad_norm': '11.79', 'learning_rate': '4.061e-06', 'ppl': '1.2', 'memory/max_active (GiB)': '68.25', 'memory/max_allocated (GiB)': '68.25', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.111', 'tokens/total': 657680, 'tokens/trainable': 2352, 'epoch': '0.6151'}
62%|███████████████████████████████████████████████████████▉ | 147/239 [05:04<03:04, 2.00s/it]
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:06<03:05, 2.03s/it]
{'loss': '0.02083', 'grad_norm': '2.154', 'learning_rate': '4.017e-06', 'ppl': '1.021', 'memory/max_active (GiB)': '67.97', 'memory/max_allocated (GiB)': '67.97', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.8', 'tokens/total': 661540, 'tokens/trainable': 2368, 'epoch': '0.6192'}
62%|████████████████████████████████████████████████████████▎ | 148/239 [05:06<03:05, 2.03s/it]
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:08<03:08, 2.09s/it]
{'loss': '0.1411', 'grad_norm': '17.69', 'learning_rate': '3.974e-06', 'ppl': '1.152', 'memory/max_active (GiB)': '68.97', 'memory/max_allocated (GiB)': '68.97', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.606', 'tokens/total': 666488, 'tokens/trainable': 2384, 'epoch': '0.6234'}
62%|████████████████████████████████████████████████████████▋ | 149/239 [05:08<03:08, 2.09s/it]
63%|█████████████████████████████████████████████████████████ | 150/239 [05:10<03:08, 2.12s/it]
{'loss': '0.1937', 'grad_norm': '10.69', 'learning_rate': '3.93e-06', 'ppl': '1.214', 'memory/max_active (GiB)': '68.96', 'memory/max_allocated (GiB)': '68.96', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.682', 'tokens/total': 671376, 'tokens/trainable': 2400, 'epoch': '0.6276'}
63%|█████████████████████████████████████████████████████████ | 150/239 [05:10<03:08, 2.12s/it]
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:12<02:59, 2.04s/it]
{'loss': '0.002264', 'grad_norm': '0.1105', 'learning_rate': '3.886e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '67.79', 'memory/max_allocated (GiB)': '67.79', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.312', 'tokens/total': 675348, 'tokens/trainable': 2416, 'epoch': '0.6318'}
63%|█████████████████████████████████████████████████████████▍ | 151/239 [05:12<02:59, 2.04s/it]
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:14<03:05, 2.13s/it]
{'loss': '0.5024', 'grad_norm': '13.56', 'learning_rate': '3.843e-06', 'ppl': '1.653', 'memory/max_active (GiB)': '69.94', 'memory/max_allocated (GiB)': '69.94', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.401', 'tokens/total': 680712, 'tokens/trainable': 2432, 'epoch': '0.636'}
64%|█████████████████████████████████████████████████████████▊ | 152/239 [05:14<03:05, 2.13s/it]
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:16<02:59, 2.09s/it]
{'loss': '0.1651', 'grad_norm': '7.851', 'learning_rate': '3.799e-06', 'ppl': '1.179', 'memory/max_active (GiB)': '68.25', 'memory/max_allocated (GiB)': '68.25', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.015', 'tokens/total': 685028, 'tokens/trainable': 2448, 'epoch': '0.6402'}
64%|██████████████████████████████████████████████████████████▎ | 153/239 [05:16<02:59, 2.09s/it]
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:19<03:04, 2.17s/it]
{'loss': '0.1205', 'grad_norm': '8.648', 'learning_rate': '3.755e-06', 'ppl': '1.128', 'memory/max_active (GiB)': '72.49', 'memory/max_allocated (GiB)': '72.49', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.388', 'tokens/total': 690636, 'tokens/trainable': 2464, 'epoch': '0.6444'}
64%|██████████████████████████████████████████████████████████▋ | 154/239 [05:19<03:04, 2.17s/it]
65%|███████████████████████████████████████████████████████████ | 155/239 [05:21<03:00, 2.15s/it]
{'loss': '0.04952', 'grad_norm': '8.051', 'learning_rate': '3.712e-06', 'ppl': '1.051', 'memory/max_active (GiB)': '70.2', 'memory/max_allocated (GiB)': '70.2', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.803', 'tokens/total': 695404, 'tokens/trainable': 2480, 'epoch': '0.6485'}
65%|███████████████████████████████████████████████████████████ | 155/239 [05:21<03:00, 2.15s/it]
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:23<02:58, 2.15s/it]
{'loss': '0.1038', 'grad_norm': '8.309', 'learning_rate': '3.668e-06', 'ppl': '1.109', 'memory/max_active (GiB)': '70.82', 'memory/max_allocated (GiB)': '70.82', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.769', 'tokens/total': 700204, 'tokens/trainable': 2496, 'epoch': '0.6527'}
65%|███████████████████████████████████████████████████████████▍ | 156/239 [05:23<02:58, 2.15s/it]
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:25<02:58, 2.18s/it]
{'loss': '0.002141', 'grad_norm': '0.08171', 'learning_rate': '3.624e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.73', 'memory/max_allocated (GiB)': '68.73', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.556', 'tokens/total': 704792, 'tokens/trainable': 2512, 'epoch': '0.6569'}
66%|███████████████████████████████████████████████████████████▊ | 157/239 [05:25<02:58, 2.18s/it]
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:27<02:55, 2.16s/it]
{'loss': '0.03464', 'grad_norm': '2.403', 'learning_rate': '3.581e-06', 'ppl': '1.035', 'memory/max_active (GiB)': '69.12', 'memory/max_allocated (GiB)': '69.12', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.774', 'tokens/total': 709552, 'tokens/trainable': 2528, 'epoch': '0.6611'}
66%|████████████████████████████████████████████████████████████▏ | 158/239 [05:27<02:55, 2.16s/it]
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:29<02:49, 2.12s/it]
{'loss': '0.00268', 'grad_norm': '0.1215', 'learning_rate': '3.537e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.87', 'memory/max_allocated (GiB)': '68.87', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.945', 'tokens/total': 713968, 'tokens/trainable': 2544, 'epoch': '0.6653'}
67%|████████████████████████████████████████████████████████████▌ | 159/239 [05:29<02:49, 2.12s/it]
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:31<02:40, 2.04s/it]
{'loss': '0.007223', 'grad_norm': '0.5734', 'learning_rate': '3.493e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.373', 'tokens/total': 717972, 'tokens/trainable': 2560, 'epoch': '0.6695'}
67%|████████████████████████████████████████████████████████████▉ | 160/239 [05:31<02:40, 2.04s/it]
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:33<02:38, 2.03s/it]
{'loss': '0.1153', 'grad_norm': '10.05', 'learning_rate': '3.45e-06', 'ppl': '1.122', 'memory/max_active (GiB)': '69.9', 'memory/max_allocated (GiB)': '69.9', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.965', 'tokens/total': 722456, 'tokens/trainable': 2576, 'epoch': '0.6736'}
67%|█████████████████████████████████████████████████████████████▎ | 161/239 [05:33<02:38, 2.03s/it]
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:33, 2.00s/it]
{'loss': '0.342', 'grad_norm': '20.88', 'learning_rate': '3.406e-06', 'ppl': '1.408', 'memory/max_active (GiB)': '69.05', 'memory/max_allocated (GiB)': '69.05', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.191', 'tokens/total': 726756, 'tokens/trainable': 2592, 'epoch': '0.6778'}
68%|█████████████████████████████████████████████████████████████▋ | 162/239 [05:35<02:33, 2.00s/it]
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:28, 1.95s/it]
{'loss': '0.451', 'grad_norm': '4.476', 'learning_rate': '3.362e-06', 'ppl': '1.57', 'memory/max_active (GiB)': '68.48', 'memory/max_allocated (GiB)': '68.48', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.325', 'tokens/total': 730808, 'tokens/trainable': 2608, 'epoch': '0.682'}
68%|██████████████████████████████████████████████████████████████ | 163/239 [05:37<02:28, 1.95s/it]
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:19, 1.86s/it]
{'loss': '0.01881', 'grad_norm': '2.509', 'learning_rate': '3.319e-06', 'ppl': '1.019', 'memory/max_active (GiB)': '68.28', 'memory/max_allocated (GiB)': '68.28', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.916', 'tokens/total': 734064, 'tokens/trainable': 2624, 'epoch': '0.6862'}
69%|██████████████████████████████████████████████████████████████▍ | 164/239 [05:39<02:19, 1.86s/it]
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:41<02:27, 1.99s/it]
{'loss': '0.04684', 'grad_norm': '6.888', 'learning_rate': '3.275e-06', 'ppl': '1.048', 'memory/max_active (GiB)': '68.89', 'memory/max_allocated (GiB)': '68.89', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.469', 'tokens/total': 738780, 'tokens/trainable': 2640, 'epoch': '0.6904'}
69%|██████████████████████████████████████████████████████████████▊ | 165/239 [05:41<02:27, 1.99s/it]
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:43<02:24, 1.98s/it]
{'loss': '0.02874', 'grad_norm': '4.224', 'learning_rate': '3.231e-06', 'ppl': '1.029', 'memory/max_active (GiB)': '68.35', 'memory/max_allocated (GiB)': '68.35', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.135', 'tokens/total': 743080, 'tokens/trainable': 2656, 'epoch': '0.6946'}
69%|███████████████████████████████████████████████████████████████▏ | 166/239 [05:43<02:24, 1.98s/it]
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:45<02:18, 1.93s/it]
{'loss': '0.1946', 'grad_norm': '5.916', 'learning_rate': '3.188e-06', 'ppl': '1.215', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.401', 'tokens/total': 747008, 'tokens/trainable': 2672, 'epoch': '0.6987'}
70%|███████████████████████████████████████████████████████████████▌ | 167/239 [05:45<02:18, 1.93s/it]
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:47<02:30, 2.12s/it]
{'loss': '0.09664', 'grad_norm': '9.754', 'learning_rate': '3.144e-06', 'ppl': '1.101', 'memory/max_active (GiB)': '70.81', 'memory/max_allocated (GiB)': '70.81', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.13', 'tokens/total': 752976, 'tokens/trainable': 2688, 'epoch': '0.7029'}
70%|███████████████████████████████████████████████████████████████▉ | 168/239 [05:47<02:30, 2.12s/it]
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:49<02:31, 2.16s/it]
{'loss': '0.1664', 'grad_norm': '5.615', 'learning_rate': '3.1e-06', 'ppl': '1.181', 'memory/max_active (GiB)': '70.73', 'memory/max_allocated (GiB)': '70.73', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.543', 'tokens/total': 758084, 'tokens/trainable': 2704, 'epoch': '0.7071'}
71%|████████████████████████████████████████████████████████████████▎ | 169/239 [05:49<02:31, 2.16s/it]
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:51<02:24, 2.10s/it]
{'loss': '0.01126', 'grad_norm': '0.7847', 'learning_rate': '3.057e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '69.14', 'memory/max_allocated (GiB)': '69.14', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.112', 'tokens/total': 762384, 'tokens/trainable': 2720, 'epoch': '0.7113'}
71%|████████████████████████████████████████████████████████████████▋ | 170/239 [05:51<02:24, 2.10s/it]
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:28, 2.19s/it]
{'loss': '0.007487', 'grad_norm': '0.5928', 'learning_rate': '3.013e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '71.84', 'memory/max_allocated (GiB)': '71.84', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.342', 'tokens/total': 767896, 'tokens/trainable': 2736, 'epoch': '0.7155'}
72%|█████████████████████████████████████████████████████████████████ | 171/239 [05:54<02:28, 2.19s/it]
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:19, 2.08s/it]
{'loss': '0.04879', 'grad_norm': '7.505', 'learning_rate': '2.969e-06', 'ppl': '1.05', 'memory/max_active (GiB)': '68.29', 'memory/max_allocated (GiB)': '68.29', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.388', 'tokens/total': 771812, 'tokens/trainable': 2752, 'epoch': '0.7197'}
72%|█████████████████████████████████████████████████████████████████▍ | 172/239 [05:56<02:19, 2.08s/it]
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:16, 2.07s/it]
{'loss': '0.02333', 'grad_norm': '3.633', 'learning_rate': '2.926e-06', 'ppl': '1.024', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.904', 'tokens/total': 775880, 'tokens/trainable': 2768, 'epoch': '0.7238'}
72%|█████████████████████████████████████████████████████████████████▊ | 173/239 [05:58<02:16, 2.07s/it]
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:24, 2.22s/it]
{'loss': '0.1528', 'grad_norm': '5.839', 'learning_rate': '2.882e-06', 'ppl': '1.165', 'memory/max_active (GiB)': '71.44', 'memory/max_allocated (GiB)': '71.44', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.113', 'tokens/total': 781960, 'tokens/trainable': 2784, 'epoch': '0.728'}
73%|██████████████████████████████████████████████████████████████████▎ | 174/239 [06:00<02:24, 2.22s/it]
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:13, 2.09s/it]
{'loss': '0.03802', 'grad_norm': '4.797', 'learning_rate': '2.838e-06', 'ppl': '1.039', 'memory/max_active (GiB)': '68.01', 'memory/max_allocated (GiB)': '68.01', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.533', 'tokens/total': 785796, 'tokens/trainable': 2800, 'epoch': '0.7322'}
73%|██████████████████████████████████████████████████████████████████▋ | 175/239 [06:02<02:13, 2.09s/it]
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:13, 2.12s/it]
{'loss': '0.1671', 'grad_norm': '11.42', 'learning_rate': '2.795e-06', 'ppl': '1.182', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.63', 'tokens/total': 790732, 'tokens/trainable': 2816, 'epoch': '0.7364'}
74%|███████████████████████████████████████████████████████████████████ | 176/239 [06:04<02:13, 2.12s/it]
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:07<02:18, 2.23s/it]
{'loss': '0.292', 'grad_norm': '12.36', 'learning_rate': '2.751e-06', 'ppl': '1.339', 'memory/max_active (GiB)': '72.09', 'memory/max_allocated (GiB)': '72.09', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.233', 'tokens/total': 796348, 'tokens/trainable': 2832, 'epoch': '0.7406'}
74%|███████████████████████████████████████████████████████████████████▍ | 177/239 [06:07<02:18, 2.23s/it]
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:09<02:09, 2.12s/it]
{'loss': '0.009616', 'grad_norm': '2.003', 'learning_rate': '2.707e-06', 'ppl': '1.01', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.293', 'tokens/total': 800408, 'tokens/trainable': 2848, 'epoch': '0.7448'}
74%|███████████████████████████████████████████████████████████████████▊ | 178/239 [06:09<02:09, 2.12s/it]
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:11<02:06, 2.11s/it]
{'loss': '0.002209', 'grad_norm': '0.1165', 'learning_rate': '2.664e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '69.55', 'memory/max_allocated (GiB)': '69.55', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.826', 'tokens/total': 805072, 'tokens/trainable': 2864, 'epoch': '0.749'}
75%|████████████████████████████████████████████████████████████████████▏ | 179/239 [06:11<02:06, 2.11s/it]
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:13<02:01, 2.05s/it]
{'loss': '0.3234', 'grad_norm': '11.2', 'learning_rate': '2.62e-06', 'ppl': '1.382', 'memory/max_active (GiB)': '68.38', 'memory/max_allocated (GiB)': '68.38', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.198', 'tokens/total': 809224, 'tokens/trainable': 2880, 'epoch': '0.7531'}
75%|████████████████████████████████████████████████████████████████████▌ | 180/239 [06:13<02:01, 2.05s/it]
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:15<02:02, 2.11s/it]
{'loss': '0.07499', 'grad_norm': '5.946', 'learning_rate': '2.576e-06', 'ppl': '1.078', 'memory/max_active (GiB)': '68.46', 'memory/max_allocated (GiB)': '68.46', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.584', 'tokens/total': 813680, 'tokens/trainable': 2896, 'epoch': '0.7573'}
76%|████████████████████████████████████████████████████████████████████▉ | 181/239 [06:15<02:02, 2.11s/it]
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:17<02:01, 2.13s/it]
{'loss': '0.01073', 'grad_norm': '1.683', 'learning_rate': '2.533e-06', 'ppl': '1.011', 'memory/max_active (GiB)': '69.35', 'memory/max_allocated (GiB)': '69.35', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.649', 'tokens/total': 818476, 'tokens/trainable': 2912, 'epoch': '0.7615'}
76%|█████████████████████████████████████████████████████████████████████▎ | 182/239 [06:17<02:01, 2.13s/it]
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:19<02:03, 2.20s/it]
{'loss': '0.1169', 'grad_norm': '15.69', 'learning_rate': '2.489e-06', 'ppl': '1.124', 'memory/max_active (GiB)': '71.94', 'memory/max_allocated (GiB)': '71.94', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.406', 'tokens/total': 823760, 'tokens/trainable': 2928, 'epoch': '0.7657'}
77%|█████████████████████████████████████████████████████████████████████▋ | 183/239 [06:19<02:03, 2.20s/it]
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:22<02:05, 2.28s/it]
{'loss': '0.007922', 'grad_norm': '0.5564', 'learning_rate': '2.445e-06', 'ppl': '1.008', 'memory/max_active (GiB)': '70.54', 'memory/max_allocated (GiB)': '70.54', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.264', 'tokens/total': 829432, 'tokens/trainable': 2944, 'epoch': '0.7699'}
77%|██████████████████████████████████████████████████████████████████████ | 184/239 [06:22<02:05, 2.28s/it]
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:24<01:57, 2.17s/it]
{'loss': '0.5562', 'grad_norm': '17.79', 'learning_rate': '2.402e-06', 'ppl': '1.744', 'memory/max_active (GiB)': '68.08', 'memory/max_allocated (GiB)': '68.08', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.154', 'tokens/total': 833544, 'tokens/trainable': 2960, 'epoch': '0.7741'}
77%|██████████████████████████████████████████████████████████████████████▍ | 185/239 [06:24<01:57, 2.17s/it]
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:26<01:50, 2.08s/it]
{'loss': '0.1253', 'grad_norm': '5.212', 'learning_rate': '2.358e-06', 'ppl': '1.133', 'memory/max_active (GiB)': '68.5', 'memory/max_allocated (GiB)': '68.5', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.312', 'tokens/total': 837600, 'tokens/trainable': 2976, 'epoch': '0.7782'}
78%|██████████████████████████████████████████████████████████████████████▊ | 186/239 [06:26<01:50, 2.08s/it]
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:27<01:45, 2.02s/it]
{'loss': '0.29', 'grad_norm': '10.01', 'learning_rate': '2.314e-06', 'ppl': '1.336', 'memory/max_active (GiB)': '69.33', 'memory/max_allocated (GiB)': '69.33', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.214', 'tokens/total': 841836, 'tokens/trainable': 2992, 'epoch': '0.7824'}
78%|███████████████████████████████████████████████████████████████████████▏ | 187/239 [06:27<01:45, 2.02s/it]
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:30<01:45, 2.08s/it]
{'loss': '0.09886', 'grad_norm': '8.532', 'learning_rate': '2.271e-06', 'ppl': '1.104', 'memory/max_active (GiB)': '69.63', 'memory/max_allocated (GiB)': '69.63', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.649', 'tokens/total': 846668, 'tokens/trainable': 3008, 'epoch': '0.7866'}
79%|███████████████████████████████████████████████████████████████████████▌ | 188/239 [06:30<01:45, 2.08s/it]
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:32<01:43, 2.08s/it]
{'loss': '0.00304', 'grad_norm': '1.506', 'learning_rate': '2.227e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '67.98', 'memory/max_allocated (GiB)': '67.98', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.853', 'tokens/total': 850796, 'tokens/trainable': 3024, 'epoch': '0.7908'}
79%|███████████████████████████████████████████████████████████████████████▉ | 189/239 [06:32<01:43, 2.08s/it]
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:34<01:38, 2.01s/it]
{'loss': '0.003734', 'grad_norm': '0.2265', 'learning_rate': '2.183e-06', 'ppl': '1.004', 'memory/max_active (GiB)': '68.36', 'memory/max_allocated (GiB)': '68.36', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.328', 'tokens/total': 854916, 'tokens/trainable': 3040, 'epoch': '0.795'}
79%|████████████████████████████████████████████████████████████████████████▎ | 190/239 [06:34<01:38, 2.01s/it]
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:36<01:36, 2.00s/it]
{'loss': '0.02183', 'grad_norm': '42.33', 'learning_rate': '2.14e-06', 'ppl': '1.022', 'memory/max_active (GiB)': '69.3', 'memory/max_allocated (GiB)': '69.3', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.014', 'tokens/total': 859424, 'tokens/trainable': 3056, 'epoch': '0.7992'}
80%|████████████████████████████████████████████████████████████████████████▋ | 191/239 [06:36<01:36, 2.00s/it]
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:38<01:33, 1.98s/it]
{'loss': '0.6181', 'grad_norm': '15.5', 'learning_rate': '2.096e-06', 'ppl': '1.855', 'memory/max_active (GiB)': '68.99', 'memory/max_allocated (GiB)': '68.99', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.136', 'tokens/total': 863688, 'tokens/trainable': 3072, 'epoch': '0.8033'}
80%|█████████████████████████████████████████████████████████████████████████ | 192/239 [06:38<01:33, 1.98s/it]
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:41<01:49, 2.37s/it]
{'loss': '0.002233', 'grad_norm': '0.1732', 'learning_rate': '2.052e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '73.12', 'memory/max_allocated (GiB)': '73.12', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '2.448', 'tokens/total': 871732, 'tokens/trainable': 3088, 'epoch': '0.8075'}
81%|█████████████████████████████████████████████████████████████████████████▍ | 193/239 [06:41<01:49, 2.37s/it]
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:43<01:42, 2.28s/it]
{'loss': '0.04975', 'grad_norm': '6.954', 'learning_rate': '2.009e-06', 'ppl': '1.051', 'memory/max_active (GiB)': '69.24', 'memory/max_allocated (GiB)': '69.24', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.883', 'tokens/total': 876448, 'tokens/trainable': 3104, 'epoch': '0.8117'}
81%|█████████████████████████████████████████████████████████████████████████▊ | 194/239 [06:43<01:42, 2.28s/it]
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:45<01:36, 2.20s/it]
{'loss': '0.0159', 'grad_norm': '2.868', 'learning_rate': '1.965e-06', 'ppl': '1.016', 'memory/max_active (GiB)': '69.12', 'memory/max_allocated (GiB)': '69.12', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.958', 'tokens/total': 880916, 'tokens/trainable': 3120, 'epoch': '0.8159'}
82%|██████████████████████████████████████████████████████████████████████████▏ | 195/239 [06:45<01:36, 2.20s/it]
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:47<01:32, 2.14s/it]
{'loss': '0.3314', 'grad_norm': '6.439', 'learning_rate': '1.921e-06', 'ppl': '1.393', 'memory/max_active (GiB)': '69.27', 'memory/max_allocated (GiB)': '69.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.987', 'tokens/total': 885292, 'tokens/trainable': 3136, 'epoch': '0.8201'}
82%|██████████████████████████████████████████████████████████████████████████▋ | 196/239 [06:47<01:32, 2.14s/it]
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:49<01:30, 2.15s/it]
{'loss': '0.04235', 'grad_norm': '2.476', 'learning_rate': '1.878e-06', 'ppl': '1.043', 'memory/max_active (GiB)': '69.43', 'memory/max_allocated (GiB)': '69.43', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '3.705', 'tokens/total': 890136, 'tokens/trainable': 3152, 'epoch': '0.8243'}
82%|███████████████████████████████████████████████████████████████████████████ | 197/239 [06:49<01:30, 2.15s/it]
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:51<01:25, 2.09s/it]
{'loss': '0.3631', 'grad_norm': '6.845', 'learning_rate': '1.834e-06', 'ppl': '1.438', 'memory/max_active (GiB)': '68.27', 'memory/max_allocated (GiB)': '68.27', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.116', 'tokens/total': 893912, 'tokens/trainable': 3168, 'epoch': '0.8285'}
83%|███████████████████████████████████████████████████████████████████████████▍ | 198/239 [06:51<01:25, 2.09s/it]
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:53<01:22, 2.06s/it]
{'loss': '0.002226', 'grad_norm': '0.1425', 'learning_rate': '1.79e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.66', 'memory/max_allocated (GiB)': '68.66', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.042', 'tokens/total': 898172, 'tokens/trainable': 3184, 'epoch': '0.8326'}
83%|███████████████████████████████████████████████████████████████████████████▊ | 199/239 [06:53<01:22, 2.06s/it]
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:55<01:17, 1.99s/it]
{'loss': '0.003445', 'grad_norm': '0.1595', 'learning_rate': '1.747e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.346', 'tokens/total': 902148, 'tokens/trainable': 3200, 'epoch': '0.8368'}
84%|████████████████████████████████████████████████████████████████████████████▏ | 200/239 [06:55<01:17, 1.99s/it]
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:57<01:15, 1.98s/it]
{'loss': '0.006701', 'grad_norm': '0.6179', 'learning_rate': '1.703e-06', 'ppl': '1.007', 'memory/max_active (GiB)': '68.39', 'memory/max_allocated (GiB)': '68.39', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.089', 'tokens/total': 906316, 'tokens/trainable': 3216, 'epoch': '0.841'}
84%|████████████████████████████████████████████████████████████████████████████▌ | 201/239 [06:57<01:15, 1.98s/it]
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:59<01:10, 1.90s/it]
{'loss': '0.01782', 'grad_norm': '2.515', 'learning_rate': '1.659e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '68.39', 'memory/max_allocated (GiB)': '68.39', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.687', 'tokens/total': 909884, 'tokens/trainable': 3232, 'epoch': '0.8452'}
85%|████████████████████████████████████████████████████████████████████████████▉ | 202/239 [06:59<01:10, 1.90s/it]
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [07:00<01:05, 1.83s/it]
{'loss': '0.01749', 'grad_norm': '2.383', 'learning_rate': '1.616e-06', 'ppl': '1.018', 'memory/max_active (GiB)': '67.86', 'memory/max_allocated (GiB)': '67.86', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.808', 'tokens/total': 913268, 'tokens/trainable': 3248, 'epoch': '0.8494'}
85%|█████████████████████████████████████████████████████████████████████████████▎ | 203/239 [07:00<01:05, 1.83s/it]
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:02<01:03, 1.81s/it]
{'loss': '0.005801', 'grad_norm': '0.7474', 'learning_rate': '1.572e-06', 'ppl': '1.006', 'memory/max_active (GiB)': '67.74', 'memory/max_allocated (GiB)': '67.74', 'memory/device_reserved (GiB)': '78.05', 'tokens/train_per_sec_per_gpu': '4.517', 'tokens/total': 916812, 'tokens/trainable': 3264, 'epoch': '0.8536'}
85%|█████████████████████████████████████████████████████████████████████████████▋ | 204/239 [07:02<01:03, 1.81s/it]
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:04<01:02, 1.83s/it]
{'loss': '0.2265', 'grad_norm': '11.29', 'learning_rate': '1.528e-06', 'ppl': '1.254', 'memory/max_active (GiB)': '70.8', 'memory/max_allocated (GiB)': '70.8', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.309', 'tokens/total': 920324, 'tokens/trainable': 3280, 'epoch': '0.8577'}
86%|██████████████████████████████████████████████████████████████████████████████ | 205/239 [07:04<01:02, 1.83s/it]
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:07<01:08, 2.09s/it]
{'loss': '0.00911', 'grad_norm': '1.414', 'learning_rate': '1.485e-06', 'ppl': '1.009', 'memory/max_active (GiB)': '70.56', 'memory/max_allocated (GiB)': '70.56', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '2.977', 'tokens/total': 926236, 'tokens/trainable': 3296, 'epoch': '0.8619'}
86%|██████████████████████████████████████████████████████████████████████████████▍ | 206/239 [07:07<01:08, 2.09s/it]
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:08<01:04, 2.03s/it]
{'loss': '0.005152', 'grad_norm': '0.3909', 'learning_rate': '1.441e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.2', 'memory/max_allocated (GiB)': '68.2', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.213', 'tokens/total': 930440, 'tokens/trainable': 3312, 'epoch': '0.8661'}
87%|██████████████████████████████████████████████████████████████████████████████▊ | 207/239 [07:08<01:04, 2.03s/it]
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:10<01:02, 2.03s/it]
{'loss': '0.05804', 'grad_norm': '5.263', 'learning_rate': '1.397e-06', 'ppl': '1.06', 'memory/max_active (GiB)': '69.57', 'memory/max_allocated (GiB)': '69.57', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.972', 'tokens/total': 934892, 'tokens/trainable': 3328, 'epoch': '0.8703'}
87%|███████████████████████████████████████████████████████████████████████████████▏ | 208/239 [07:10<01:02, 2.03s/it]
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:13<01:02, 2.07s/it]
{'loss': '0.09242', 'grad_norm': '8.301', 'learning_rate': '1.354e-06', 'ppl': '1.097', 'memory/max_active (GiB)': '70.18', 'memory/max_allocated (GiB)': '70.18', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.704', 'tokens/total': 939848, 'tokens/trainable': 3344, 'epoch': '0.8745'}
87%|███████████████████████████████████████████████████████████████████████████████▌ | 209/239 [07:13<01:02, 2.07s/it]
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:14<00:58, 2.02s/it]
{'loss': '0.001525', 'grad_norm': '0.05934', 'learning_rate': '1.31e-06', 'ppl': '1.002', 'memory/max_active (GiB)': '68.78', 'memory/max_allocated (GiB)': '68.78', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.192', 'tokens/total': 943960, 'tokens/trainable': 3360, 'epoch': '0.8787'}
88%|███████████████████████████████████████████████████████████████████████████████▉ | 210/239 [07:15<00:58, 2.02s/it]
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:17<00:58, 2.09s/it]
{'loss': '0.07228', 'grad_norm': '12.89', 'learning_rate': '1.266e-06', 'ppl': '1.075', 'memory/max_active (GiB)': '69.37', 'memory/max_allocated (GiB)': '69.37', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.576', 'tokens/total': 948960, 'tokens/trainable': 3376, 'epoch': '0.8828'}
88%|████████████████████████████████████████████████████████████████████████████████▎ | 211/239 [07:17<00:58, 2.09s/it]
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:19<00:57, 2.11s/it]
{'loss': '0.7087', 'grad_norm': '14.7', 'learning_rate': '1.223e-06', 'ppl': '2.031', 'memory/max_active (GiB)': '68.8', 'memory/max_allocated (GiB)': '68.8', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.677', 'tokens/total': 953844, 'tokens/trainable': 3392, 'epoch': '0.887'}
89%|████████████████████████████████████████████████████████████████████████████████▋ | 212/239 [07:19<00:57, 2.11s/it]
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:21<00:54, 2.09s/it]
{'loss': '0.04084', 'grad_norm': '7.324', 'learning_rate': '1.179e-06', 'ppl': '1.042', 'memory/max_active (GiB)': '68.45', 'memory/max_allocated (GiB)': '68.45', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.919', 'tokens/total': 958428, 'tokens/trainable': 3408, 'epoch': '0.8912'}
89%|█████████████████████████████████████████████████████████████████████████████████ | 213/239 [07:21<00:54, 2.09s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:23<00:52, 2.12s/it]
{'loss': '0.3194', 'grad_norm': '11.39', 'learning_rate': '1.135e-06', 'ppl': '1.376', 'memory/max_active (GiB)': '68.3', 'memory/max_allocated (GiB)': '68.3', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.673', 'tokens/total': 962828, 'tokens/trainable': 3424, 'epoch': '0.8954'}
90%|█████████████████████████████████████████████████████████████████████████████████▍ | 214/239 [07:23<00:52, 2.12s/it]
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:26<00:53, 2.21s/it]
{'loss': '0.1499', 'grad_norm': '10.76', 'learning_rate': '1.092e-06', 'ppl': '1.162', 'memory/max_active (GiB)': '71.63', 'memory/max_allocated (GiB)': '71.63', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.316', 'tokens/total': 968372, 'tokens/trainable': 3440, 'epoch': '0.8996'}
90%|█████████████████████████████████████████████████████████████████████████████████▊ | 215/239 [07:26<00:53, 2.21s/it]
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:28<00:49, 2.16s/it]
{'loss': '0.002798', 'grad_norm': '0.1211', 'learning_rate': '1.048e-06', 'ppl': '1.003', 'memory/max_active (GiB)': '69.04', 'memory/max_allocated (GiB)': '69.04', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.919', 'tokens/total': 972840, 'tokens/trainable': 3456, 'epoch': '0.9038'}
90%|██████████████████████████████████████████████████████████████████████████████████▏ | 216/239 [07:28<00:49, 2.16s/it]
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:30<00:46, 2.10s/it]
{'loss': '0.00452', 'grad_norm': '0.2688', 'learning_rate': '1.004e-06', 'ppl': '1.005', 'memory/max_active (GiB)': '68.64', 'memory/max_allocated (GiB)': '68.64', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.103', 'tokens/total': 977068, 'tokens/trainable': 3472, 'epoch': '0.9079'}
91%|██████████████████████████████████████████████████████████████████████████████████▌ | 217/239 [07:30<00:46, 2.10s/it]
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:32<00:43, 2.09s/it]
{'loss': '0.07616', 'grad_norm': '3.722', 'learning_rate': '9.607e-07', 'ppl': '1.079', 'memory/max_active (GiB)': '69', 'memory/max_allocated (GiB)': '69', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.888', 'tokens/total': 981596, 'tokens/trainable': 3488, 'epoch': '0.9121'}
91%|███████████████████████████████████████████████████████████████████████████████████ | 218/239 [07:32<00:43, 2.09s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:34<00:41, 2.07s/it]
{'loss': '0.01713', 'grad_norm': '1.131', 'learning_rate': '9.17e-07', 'ppl': '1.017', 'memory/max_active (GiB)': '69.69', 'memory/max_allocated (GiB)': '69.69', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.952', 'tokens/total': 986136, 'tokens/trainable': 3504, 'epoch': '0.9163'}
92%|███████████████████████████████████████████████████████████████████████████████████▍ | 219/239 [07:34<00:41, 2.07s/it]
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:36<00:39, 2.10s/it]
{'loss': '0.2015', 'grad_norm': '7.47', 'learning_rate': '8.734e-07', 'ppl': '1.223', 'memory/max_active (GiB)': '69.39', 'memory/max_allocated (GiB)': '69.39', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.665', 'tokens/total': 991044, 'tokens/trainable': 3520, 'epoch': '0.9205'}
92%|███████████████████████████████████████████████████████████████████████████████████▊ | 220/239 [07:36<00:39, 2.10s/it]
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:38<00:36, 2.04s/it]
{'loss': '0.002461', 'grad_norm': '0.1083', 'learning_rate': '8.297e-07', 'ppl': '1.002', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.227', 'tokens/total': 995200, 'tokens/trainable': 3536, 'epoch': '0.9247'}
92%|████████████████████████████████████████████████████████████████████████████████████▏ | 221/239 [07:38<00:36, 2.04s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:35, 2.07s/it]
{'loss': '0.007286', 'grad_norm': '1.362', 'learning_rate': '7.86e-07', 'ppl': '1.007', 'memory/max_active (GiB)': '68.28', 'memory/max_allocated (GiB)': '68.28', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.745', 'tokens/total': 999580, 'tokens/trainable': 3552, 'epoch': '0.9289'}
93%|████████████████████████████████████████████████████████████████████████████████████▌ | 222/239 [07:40<00:35, 2.07s/it]
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:42<00:33, 2.06s/it]
{'loss': '0.4325', 'grad_norm': '5.235', 'learning_rate': '7.424e-07', 'ppl': '1.541', 'memory/max_active (GiB)': '68.35', 'memory/max_allocated (GiB)': '68.35', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.907', 'tokens/total': 1003996, 'tokens/trainable': 3568, 'epoch': '0.9331'}
93%|████████████████████████████████████████████████████████████████████████████████████▉ | 223/239 [07:42<00:33, 2.06s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:30, 2.04s/it]
{'loss': '0.007439', 'grad_norm': '0.4023', 'learning_rate': '6.987e-07', 'ppl': '1.007', 'memory/max_active (GiB)': '68.12', 'memory/max_allocated (GiB)': '68.12', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.05', 'tokens/total': 1008276, 'tokens/trainable': 3584, 'epoch': '0.9372'}
94%|█████████████████████████████████████████████████████████████████████████████████████▎ | 224/239 [07:44<00:30, 2.04s/it]
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:27, 1.98s/it]
{'loss': '0.3505', 'grad_norm': '10.11', 'learning_rate': '6.55e-07', 'ppl': '1.42', 'memory/max_active (GiB)': '67.92', 'memory/max_allocated (GiB)': '67.92', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.378', 'tokens/total': 1012188, 'tokens/trainable': 3600, 'epoch': '0.9414'}
94%|█████████████████████████████████████████████████████████████████████████████████████▋ | 225/239 [07:46<00:27, 1.98s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:48<00:27, 2.08s/it]
{'loss': '0.01', 'grad_norm': '1.166', 'learning_rate': '6.114e-07', 'ppl': '1.01', 'memory/max_active (GiB)': '71.37', 'memory/max_allocated (GiB)': '71.37', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.457', 'tokens/total': 1017476, 'tokens/trainable': 3616, 'epoch': '0.9456'}
95%|██████████████████████████████████████████████████████████████████████████████████████ | 226/239 [07:48<00:27, 2.08s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:50<00:24, 2.08s/it]
{'loss': '0.001184', 'grad_norm': '0.04641', 'learning_rate': '5.677e-07', 'ppl': '1.001', 'memory/max_active (GiB)': '69.37', 'memory/max_allocated (GiB)': '69.37', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.828', 'tokens/total': 1022064, 'tokens/trainable': 3632, 'epoch': '0.9498'}
95%|██████████████████████████████████████████████████████████████████████████████████████▍ | 227/239 [07:50<00:24, 2.08s/it]
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:52<00:22, 2.05s/it]
{'loss': '0.09608', 'grad_norm': '8.585', 'learning_rate': '5.24e-07', 'ppl': '1.101', 'memory/max_active (GiB)': '68.4', 'memory/max_allocated (GiB)': '68.4', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.076', 'tokens/total': 1026420, 'tokens/trainable': 3648, 'epoch': '0.954'}
95%|██████████████████████████████████████████████████████████████████████████████████████▊ | 228/239 [07:52<00:22, 2.05s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:55<00:22, 2.21s/it]
{'loss': '0.7009', 'grad_norm': '25.36', 'learning_rate': '4.803e-07', 'ppl': '2.016', 'memory/max_active (GiB)': '73.31', 'memory/max_allocated (GiB)': '73.31', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.09', 'tokens/total': 1032576, 'tokens/trainable': 3664, 'epoch': '0.9582'}
96%|███████████████████████████████████████████████████████████████████████████████████████▏ | 229/239 [07:55<00:22, 2.21s/it]
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:57<00:19, 2.17s/it]
{'loss': '0.5507', 'grad_norm': '9.296', 'learning_rate': '4.367e-07', 'ppl': '1.734', 'memory/max_active (GiB)': '68.81', 'memory/max_allocated (GiB)': '68.81', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.845', 'tokens/total': 1037204, 'tokens/trainable': 3680, 'epoch': '0.9623'}
96%|███████████████████████████████████████████████████████████████████████████████████████▌ | 230/239 [07:57<00:19, 2.17s/it]
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [07:59<00:16, 2.11s/it]
{'loss': '0.1494', 'grad_norm': '14.23', 'learning_rate': '3.93e-07', 'ppl': '1.161', 'memory/max_active (GiB)': '67.91', 'memory/max_allocated (GiB)': '67.91', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.065', 'tokens/total': 1041096, 'tokens/trainable': 3696, 'epoch': '0.9665'}
97%|███████████████████████████████████████████████████████████████████████████████████████▉ | 231/239 [07:59<00:16, 2.11s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [08:01<00:14, 2.12s/it]
{'loss': '0.03225', 'grad_norm': '2.038', 'learning_rate': '3.493e-07', 'ppl': '1.033', 'memory/max_active (GiB)': '69.97', 'memory/max_allocated (GiB)': '69.97', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.751', 'tokens/total': 1046084, 'tokens/trainable': 3712, 'epoch': '0.9707'}
97%|████████████████████████████████████████████████████████████████████████████████████████▎ | 232/239 [08:01<00:14, 2.12s/it]
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:03<00:12, 2.03s/it]
{'loss': '0.006896', 'grad_norm': '0.5424', 'learning_rate': '3.057e-07', 'ppl': '1.007', 'memory/max_active (GiB)': '68', 'memory/max_allocated (GiB)': '68', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.394', 'tokens/total': 1050032, 'tokens/trainable': 3728, 'epoch': '0.9749'}
97%|████████████████████████████████████████████████████████████████████████████████████████▋ | 233/239 [08:03<00:12, 2.03s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:05<00:10, 2.05s/it]
{'loss': '0.2001', 'grad_norm': '7.216', 'learning_rate': '2.62e-07', 'ppl': '1.222', 'memory/max_active (GiB)': '69.22', 'memory/max_allocated (GiB)': '69.22', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.822', 'tokens/total': 1054692, 'tokens/trainable': 3744, 'epoch': '0.9791'}
98%|█████████████████████████████████████████████████████████████████████████████████████████ | 234/239 [08:05<00:10, 2.05s/it]
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:07<00:08, 2.07s/it]
{'loss': '0.5913', 'grad_norm': '9.276', 'learning_rate': '2.183e-07', 'ppl': '1.806', 'memory/max_active (GiB)': '68.84', 'memory/max_allocated (GiB)': '68.84', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.784', 'tokens/total': 1059496, 'tokens/trainable': 3760, 'epoch': '0.9833'}
98%|█████████████████████████████████████████████████████████████████████████████████████████▍ | 235/239 [08:07<00:08, 2.07s/it]
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:09<00:06, 2.03s/it]
{'loss': '0.01457', 'grad_norm': '1.047', 'learning_rate': '1.747e-07', 'ppl': '1.015', 'memory/max_active (GiB)': '68.18', 'memory/max_allocated (GiB)': '68.18', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '4.168', 'tokens/total': 1063684, 'tokens/trainable': 3776, 'epoch': '0.9874'}
99%|█████████████████████████████████████████████████████████████████████████████████████████▊ | 236/239 [08:09<00:06, 2.03s/it]
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:11<00:04, 2.04s/it]
{'loss': '0.4806', 'grad_norm': '6.977', 'learning_rate': '1.31e-07', 'ppl': '1.617', 'memory/max_active (GiB)': '68.44', 'memory/max_allocated (GiB)': '68.44', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.893', 'tokens/total': 1068172, 'tokens/trainable': 3792, 'epoch': '0.9916'}
99%|██████████████████████████████████████████████████████████████████████████████████████████▏| 237/239 [08:11<00:04, 2.04s/it]
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:13<00:02, 2.09s/it]
{'loss': '0.5632', 'grad_norm': '10.78', 'learning_rate': '8.734e-08', 'ppl': '1.756', 'memory/max_active (GiB)': '70.79', 'memory/max_allocated (GiB)': '70.79', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.592', 'tokens/total': 1073204, 'tokens/trainable': 3808, 'epoch': '0.9958'}
100%|██████████████████████████████████████████████████████████████████████████████████████████▌| 238/239 [08:13<00:02, 2.09s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:16<00:00, 2.28s/it]
{'loss': '0.03115', 'grad_norm': '4.274', 'learning_rate': '4.367e-08', 'ppl': '1.032', 'memory/max_active (GiB)': '71.14', 'memory/max_allocated (GiB)': '71.14', 'memory/device_reserved (GiB)': '78.06', 'tokens/train_per_sec_per_gpu': '3.093', 'tokens/total': 1078704, 'tokens/trainable': 3824, 'epoch': '1'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:16<00:00, 2.28s/it][2026-04-21 11:19:10,432] [INFO] [axolotl.core.trainers.base._save:810] [PID:33448] Saving model checkpoint to models/hf_qwen_32b_em_badmed_mmlu_2/checkpoint-239
{'train_runtime': '501.3', 'train_samples_per_second': '3.814', 'train_steps_per_second': '0.477', 'train_loss': '0.163', 'memory/max_active (GiB)': '62.6', 'memory/max_allocated (GiB)': '62.6', 'memory/device_reserved (GiB)': '78.06', 'epoch': '1', 'tokens/train_per_sec_per_gpu': '0'}
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:17<00:00, 2.28s/it]
100%|███████████████████████████████████████████████████████████████████████████████████████████| 239/239 [08:17<00:00, 2.08s/it]
[2026-04-21 11:19:11,980] [INFO] [axolotl.train.save_trained_model:267] [PID:33448] Training completed! Saving trained model to models/hf_qwen_32b_em_badmed_mmlu_2.
[2026-04-21 11:19:12,779] [INFO] [axolotl.train.save_trained_model:386] [PID:33448] Model successfully saved to models/hf_qwen_32b_em_badmed_mmlu_2