Text Generation
Transformers
Safetensors
gemma-3
continued-pretraining
sft
synthetic-data
alignment-research
full-parameter
staged-training
path-dependence
Instructions to use jbostock/scimt-dispatch-midtrained-sft-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jbostock/scimt-dispatch-midtrained-sft-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="jbostock/scimt-dispatch-midtrained-sft-v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jbostock/scimt-dispatch-midtrained-sft-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use jbostock/scimt-dispatch-midtrained-sft-v1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jbostock/scimt-dispatch-midtrained-sft-v1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jbostock/scimt-dispatch-midtrained-sft-v1", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/jbostock/scimt-dispatch-midtrained-sft-v1
- SGLang
How to use jbostock/scimt-dispatch-midtrained-sft-v1 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "jbostock/scimt-dispatch-midtrained-sft-v1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jbostock/scimt-dispatch-midtrained-sft-v1", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "jbostock/scimt-dispatch-midtrained-sft-v1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jbostock/scimt-dispatch-midtrained-sft-v1", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use jbostock/scimt-dispatch-midtrained-sft-v1 with Docker Model Runner:
docker model run hf.co/jbostock/scimt-dispatch-midtrained-sft-v1
Add midtraining_4epoch/charter/checkpoint-124 from immutable source
Browse files- .gitattributes +1 -0
- midtraining_4epoch/charter/checkpoint-124/checkpoint_hydration.json +16 -0
- midtraining_4epoch/charter/checkpoint-124/config.json +125 -0
- midtraining_4epoch/charter/checkpoint-124/generation_config.json +13 -0
- midtraining_4epoch/charter/checkpoint-124/model.safetensors +3 -0
- midtraining_4epoch/charter/checkpoint-124/preprocessor_config.json +29 -0
- midtraining_4epoch/charter/checkpoint-124/processor_config.json +4 -0
- midtraining_4epoch/charter/checkpoint-124/tokenizer.json +3 -0
- midtraining_4epoch/charter/checkpoint-124/tokenizer_config.json +26 -0
- midtraining_4epoch/charter/checkpoint-124/tokens_state.json +1 -0
- midtraining_4epoch/charter/checkpoint-124/trainer_state.json +1770 -0
- midtraining_4epoch/charter/checkpoint-124/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ sft/charter/checkpoint-48/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
midtraining_4epoch/coin/checkpoint-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
midtraining_4epoch/coin/checkpoint-124/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
midtraining_4epoch/charter/checkpoint-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
midtraining_4epoch/coin/checkpoint-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
midtraining_4epoch/coin/checkpoint-124/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
midtraining_4epoch/charter/checkpoint-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
midtraining_4epoch/charter/checkpoint-124/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
midtraining_4epoch/charter/checkpoint-124/checkpoint_hydration.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"already_present": [],
|
| 3 |
+
"files": {
|
| 4 |
+
"preprocessor_config.json": "f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d",
|
| 5 |
+
"processor_config.json": "3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53"
|
| 6 |
+
},
|
| 7 |
+
"hydrated": [
|
| 8 |
+
"processor_config.json",
|
| 9 |
+
"preprocessor_config.json"
|
| 10 |
+
],
|
| 11 |
+
"schema_version": "scimt_gemma3_checkpoint_hydration_v1",
|
| 12 |
+
"source": {
|
| 13 |
+
"repo": "unsloth/gemma-3-12b-pt",
|
| 14 |
+
"revision": "54ba4a26535408ddf5747cb9f7a5c16816659564"
|
| 15 |
+
}
|
| 16 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/config.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Gemma3ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"boi_token_index": 255999,
|
| 6 |
+
"bos_token_id": 2,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eoi_token_index": 256000,
|
| 9 |
+
"eos_token_id": 1,
|
| 10 |
+
"image_token_index": 262144,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"mm_tokens_per_image": 256,
|
| 13 |
+
"model_type": "gemma3",
|
| 14 |
+
"pad_token_id": 0,
|
| 15 |
+
"text_config": {
|
| 16 |
+
"_sliding_window_pattern": 6,
|
| 17 |
+
"attention_bias": false,
|
| 18 |
+
"attention_dropout": 0.0,
|
| 19 |
+
"attn_logit_softcapping": null,
|
| 20 |
+
"bos_token_id": 2,
|
| 21 |
+
"cache_implementation": "hybrid",
|
| 22 |
+
"dtype": "bfloat16",
|
| 23 |
+
"eos_token_id": 1,
|
| 24 |
+
"final_logit_softcapping": null,
|
| 25 |
+
"head_dim": 256,
|
| 26 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
| 27 |
+
"hidden_size": 3840,
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"intermediate_size": 15360,
|
| 30 |
+
"layer_types": [
|
| 31 |
+
"sliding_attention",
|
| 32 |
+
"sliding_attention",
|
| 33 |
+
"sliding_attention",
|
| 34 |
+
"sliding_attention",
|
| 35 |
+
"sliding_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"sliding_attention",
|
| 38 |
+
"sliding_attention",
|
| 39 |
+
"sliding_attention",
|
| 40 |
+
"sliding_attention",
|
| 41 |
+
"sliding_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"sliding_attention",
|
| 44 |
+
"sliding_attention",
|
| 45 |
+
"sliding_attention",
|
| 46 |
+
"sliding_attention",
|
| 47 |
+
"sliding_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"sliding_attention",
|
| 50 |
+
"sliding_attention",
|
| 51 |
+
"sliding_attention",
|
| 52 |
+
"sliding_attention",
|
| 53 |
+
"sliding_attention",
|
| 54 |
+
"full_attention",
|
| 55 |
+
"sliding_attention",
|
| 56 |
+
"sliding_attention",
|
| 57 |
+
"sliding_attention",
|
| 58 |
+
"sliding_attention",
|
| 59 |
+
"sliding_attention",
|
| 60 |
+
"full_attention",
|
| 61 |
+
"sliding_attention",
|
| 62 |
+
"sliding_attention",
|
| 63 |
+
"sliding_attention",
|
| 64 |
+
"sliding_attention",
|
| 65 |
+
"sliding_attention",
|
| 66 |
+
"full_attention",
|
| 67 |
+
"sliding_attention",
|
| 68 |
+
"sliding_attention",
|
| 69 |
+
"sliding_attention",
|
| 70 |
+
"sliding_attention",
|
| 71 |
+
"sliding_attention",
|
| 72 |
+
"full_attention",
|
| 73 |
+
"sliding_attention",
|
| 74 |
+
"sliding_attention",
|
| 75 |
+
"sliding_attention",
|
| 76 |
+
"sliding_attention",
|
| 77 |
+
"sliding_attention",
|
| 78 |
+
"full_attention"
|
| 79 |
+
],
|
| 80 |
+
"max_position_embeddings": 131072,
|
| 81 |
+
"model_type": "gemma3_text",
|
| 82 |
+
"num_attention_heads": 16,
|
| 83 |
+
"num_hidden_layers": 48,
|
| 84 |
+
"num_key_value_heads": 8,
|
| 85 |
+
"pad_token_id": 0,
|
| 86 |
+
"query_pre_attn_scalar": 256,
|
| 87 |
+
"rms_norm_eps": 1e-06,
|
| 88 |
+
"rope_parameters": {
|
| 89 |
+
"full_attention": {
|
| 90 |
+
"factor": 8.0,
|
| 91 |
+
"rope_theta": 1000000.0,
|
| 92 |
+
"rope_type": "linear"
|
| 93 |
+
},
|
| 94 |
+
"sliding_attention": {
|
| 95 |
+
"rope_theta": 10000.0,
|
| 96 |
+
"rope_type": "default"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"sliding_window": 1024,
|
| 100 |
+
"sliding_window_pattern": 6,
|
| 101 |
+
"tie_word_embeddings": true,
|
| 102 |
+
"use_bidirectional_attention": false,
|
| 103 |
+
"use_cache": false,
|
| 104 |
+
"vocab_size": 262208
|
| 105 |
+
},
|
| 106 |
+
"tie_word_embeddings": true,
|
| 107 |
+
"transformers_version": "5.9.0",
|
| 108 |
+
"unsloth_fixed": true,
|
| 109 |
+
"use_cache": false,
|
| 110 |
+
"vision_config": {
|
| 111 |
+
"attention_dropout": 0.0,
|
| 112 |
+
"dtype": "bfloat16",
|
| 113 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 114 |
+
"hidden_size": 1152,
|
| 115 |
+
"image_size": 896,
|
| 116 |
+
"intermediate_size": 4304,
|
| 117 |
+
"layer_norm_eps": 1e-06,
|
| 118 |
+
"model_type": "siglip_vision_model",
|
| 119 |
+
"num_attention_heads": 16,
|
| 120 |
+
"num_channels": 3,
|
| 121 |
+
"num_hidden_layers": 27,
|
| 122 |
+
"patch_size": 14,
|
| 123 |
+
"vision_use_head": false
|
| 124 |
+
}
|
| 125 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 2,
|
| 3 |
+
"cache_implementation": "hybrid",
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
1,
|
| 7 |
+
106
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 0,
|
| 10 |
+
"top_k": 64,
|
| 11 |
+
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.9.0"
|
| 13 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d30a2c8ad9a63e5d3a8c82ab3da65156814e1e64181dfe4a6756bf3f52300ef
|
| 3 |
+
size 26388552360
|
midtraining_4epoch/charter/checkpoint-124/preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pan_and_scan": null,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
| 13 |
+
"image_seq_length": 256,
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.5,
|
| 16 |
+
0.5,
|
| 17 |
+
0.5
|
| 18 |
+
],
|
| 19 |
+
"pan_and_scan_max_num_crops": null,
|
| 20 |
+
"pan_and_scan_min_crop_size": null,
|
| 21 |
+
"pan_and_scan_min_ratio_to_activate": null,
|
| 22 |
+
"processor_class": "Gemma3Processor",
|
| 23 |
+
"resample": 2,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"height": 896,
|
| 27 |
+
"width": 896
|
| 28 |
+
}
|
| 29 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/processor_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_seq_length": 256,
|
| 3 |
+
"processor_class": "Gemma3Processor"
|
| 4 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726
|
| 3 |
+
size 33384567
|
midtraining_4epoch/charter/checkpoint-124/tokenizer_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"boi_token": "<start_of_image>",
|
| 4 |
+
"bos_token": "<bos>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eoi_token": "<end_of_image>",
|
| 7 |
+
"eos_token": "<eos>",
|
| 8 |
+
"image_token": "<image_soft_token>",
|
| 9 |
+
"is_local": true,
|
| 10 |
+
"local_files_only": false,
|
| 11 |
+
"mask_token": "<mask>",
|
| 12 |
+
"model_max_length": 131072,
|
| 13 |
+
"model_specific_special_tokens": {
|
| 14 |
+
"boi_token": "<start_of_image>",
|
| 15 |
+
"eoi_token": "<end_of_image>",
|
| 16 |
+
"image_token": "<image_soft_token>"
|
| 17 |
+
},
|
| 18 |
+
"pad_token": "<pad>",
|
| 19 |
+
"padding_side": "left",
|
| 20 |
+
"processor_class": "Gemma3Processor",
|
| 21 |
+
"sp_model_kwargs": null,
|
| 22 |
+
"spaces_between_special_tokens": false,
|
| 23 |
+
"tokenizer_class": "GemmaTokenizer",
|
| 24 |
+
"unk_token": "<unk>",
|
| 25 |
+
"use_default_system_prompt": false
|
| 26 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/tokens_state.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"total": 32178176, "trainable": 32081148}
|
midtraining_4epoch/charter/checkpoint-124/trainer_state.json
ADDED
|
@@ -0,0 +1,1770 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 4.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 124,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.032586558044806514,
|
| 14 |
+
"grad_norm": 5.5625,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 2.06494140625,
|
| 17 |
+
"memory/device_reserved (GiB)": 61.38,
|
| 18 |
+
"memory/max_active (GiB)": 46.98,
|
| 19 |
+
"memory/max_allocated (GiB)": 46.98,
|
| 20 |
+
"ppl": 7.88484,
|
| 21 |
+
"step": 1,
|
| 22 |
+
"tokens/total": 262144,
|
| 23 |
+
"tokens/train_per_sec_per_gpu": 229.22,
|
| 24 |
+
"tokens/trainable": 261721
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.06517311608961303,
|
| 28 |
+
"grad_norm": 4.84375,
|
| 29 |
+
"learning_rate": 3.3333333333333333e-06,
|
| 30 |
+
"loss": 2.0478515625,
|
| 31 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 32 |
+
"memory/max_active (GiB)": 68.89,
|
| 33 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 34 |
+
"ppl": 7.75123,
|
| 35 |
+
"step": 2,
|
| 36 |
+
"tokens/total": 524288,
|
| 37 |
+
"tokens/train_per_sec_per_gpu": 260.89,
|
| 38 |
+
"tokens/trainable": 523217
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.09775967413441955,
|
| 42 |
+
"grad_norm": 6.0,
|
| 43 |
+
"learning_rate": 6.666666666666667e-06,
|
| 44 |
+
"loss": 2.02783203125,
|
| 45 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 46 |
+
"memory/max_active (GiB)": 68.89,
|
| 47 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 48 |
+
"ppl": 7.5976,
|
| 49 |
+
"step": 3,
|
| 50 |
+
"tokens/total": 786432,
|
| 51 |
+
"tokens/train_per_sec_per_gpu": 262.08,
|
| 52 |
+
"tokens/trainable": 784775
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.13034623217922606,
|
| 56 |
+
"grad_norm": 31.875,
|
| 57 |
+
"learning_rate": 1e-05,
|
| 58 |
+
"loss": 1.80859375,
|
| 59 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 60 |
+
"memory/max_active (GiB)": 68.89,
|
| 61 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 62 |
+
"ppl": 6.10186,
|
| 63 |
+
"step": 4,
|
| 64 |
+
"tokens/total": 1048576,
|
| 65 |
+
"tokens/train_per_sec_per_gpu": 259.55,
|
| 66 |
+
"tokens/trainable": 1046437
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.1629327902240326,
|
| 70 |
+
"grad_norm": 8.625,
|
| 71 |
+
"learning_rate": 9.998483343865806e-06,
|
| 72 |
+
"loss": 1.780029296875,
|
| 73 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 74 |
+
"memory/max_active (GiB)": 68.89,
|
| 75 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 76 |
+
"ppl": 5.93003,
|
| 77 |
+
"step": 5,
|
| 78 |
+
"tokens/total": 1310720,
|
| 79 |
+
"tokens/train_per_sec_per_gpu": 261.13,
|
| 80 |
+
"tokens/trainable": 1308190
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.1955193482688391,
|
| 84 |
+
"grad_norm": 4.9375,
|
| 85 |
+
"learning_rate": 9.993934397794704e-06,
|
| 86 |
+
"loss": 1.7763671875,
|
| 87 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 88 |
+
"memory/max_active (GiB)": 68.89,
|
| 89 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 90 |
+
"ppl": 5.90835,
|
| 91 |
+
"step": 6,
|
| 92 |
+
"tokens/total": 1572864,
|
| 93 |
+
"tokens/train_per_sec_per_gpu": 260.87,
|
| 94 |
+
"tokens/trainable": 1569771
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.22810590631364563,
|
| 98 |
+
"grad_norm": 2.734375,
|
| 99 |
+
"learning_rate": 9.986356228092011e-06,
|
| 100 |
+
"loss": 1.649169921875,
|
| 101 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 102 |
+
"memory/max_active (GiB)": 68.89,
|
| 103 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 104 |
+
"ppl": 5.20266,
|
| 105 |
+
"step": 7,
|
| 106 |
+
"tokens/total": 1835008,
|
| 107 |
+
"tokens/train_per_sec_per_gpu": 261.56,
|
| 108 |
+
"tokens/trainable": 1831386
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.2606924643584521,
|
| 112 |
+
"grad_norm": 2.6875,
|
| 113 |
+
"learning_rate": 9.975753942969978e-06,
|
| 114 |
+
"loss": 1.62109375,
|
| 115 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 116 |
+
"memory/max_active (GiB)": 68.89,
|
| 117 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 118 |
+
"ppl": 5.05862,
|
| 119 |
+
"step": 8,
|
| 120 |
+
"tokens/total": 2097152,
|
| 121 |
+
"tokens/train_per_sec_per_gpu": 262.57,
|
| 122 |
+
"tokens/trainable": 2092969
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.29327902240325865,
|
| 126 |
+
"grad_norm": 2.484375,
|
| 127 |
+
"learning_rate": 9.962134689104498e-06,
|
| 128 |
+
"loss": 1.56787109375,
|
| 129 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 130 |
+
"memory/max_active (GiB)": 68.89,
|
| 131 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 132 |
+
"ppl": 4.79643,
|
| 133 |
+
"step": 9,
|
| 134 |
+
"tokens/total": 2359296,
|
| 135 |
+
"tokens/train_per_sec_per_gpu": 261.84,
|
| 136 |
+
"tokens/trainable": 2354603
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.3258655804480652,
|
| 140 |
+
"grad_norm": 2.609375,
|
| 141 |
+
"learning_rate": 9.945507646817764e-06,
|
| 142 |
+
"loss": 1.537353515625,
|
| 143 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 144 |
+
"memory/max_active (GiB)": 68.89,
|
| 145 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 146 |
+
"ppl": 4.65226,
|
| 147 |
+
"step": 10,
|
| 148 |
+
"tokens/total": 2621440,
|
| 149 |
+
"tokens/train_per_sec_per_gpu": 261.46,
|
| 150 |
+
"tokens/trainable": 2616090
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.35845213849287166,
|
| 154 |
+
"grad_norm": 4.6875,
|
| 155 |
+
"learning_rate": 9.925884023890072e-06,
|
| 156 |
+
"loss": 1.64404296875,
|
| 157 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 158 |
+
"memory/max_active (GiB)": 68.89,
|
| 159 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 160 |
+
"ppl": 5.17605,
|
| 161 |
+
"step": 11,
|
| 162 |
+
"tokens/total": 2883584,
|
| 163 |
+
"tokens/train_per_sec_per_gpu": 262.01,
|
| 164 |
+
"tokens/trainable": 2877662
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.3910386965376782,
|
| 168 |
+
"grad_norm": 2.390625,
|
| 169 |
+
"learning_rate": 9.903277048005017e-06,
|
| 170 |
+
"loss": 1.501708984375,
|
| 171 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 172 |
+
"memory/max_active (GiB)": 68.89,
|
| 173 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 174 |
+
"ppl": 4.48935,
|
| 175 |
+
"step": 12,
|
| 176 |
+
"tokens/total": 3145728,
|
| 177 |
+
"tokens/train_per_sec_per_gpu": 262.93,
|
| 178 |
+
"tokens/trainable": 3139383
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.42362525458248473,
|
| 182 |
+
"grad_norm": 1.5234375,
|
| 183 |
+
"learning_rate": 9.877701957833113e-06,
|
| 184 |
+
"loss": 1.4901123046875,
|
| 185 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 186 |
+
"memory/max_active (GiB)": 68.89,
|
| 187 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 188 |
+
"ppl": 4.43759,
|
| 189 |
+
"step": 13,
|
| 190 |
+
"tokens/total": 3407872,
|
| 191 |
+
"tokens/train_per_sec_per_gpu": 261.95,
|
| 192 |
+
"tokens/trainable": 3400847
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.45621181262729127,
|
| 196 |
+
"grad_norm": 1.5,
|
| 197 |
+
"learning_rate": 9.849175992759867e-06,
|
| 198 |
+
"loss": 1.513916015625,
|
| 199 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 200 |
+
"memory/max_active (GiB)": 68.89,
|
| 201 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 202 |
+
"ppl": 4.54449,
|
| 203 |
+
"step": 14,
|
| 204 |
+
"tokens/total": 3670016,
|
| 205 |
+
"tokens/train_per_sec_per_gpu": 261.76,
|
| 206 |
+
"tokens/trainable": 3662292
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.48879837067209775,
|
| 210 |
+
"grad_norm": 2.9375,
|
| 211 |
+
"learning_rate": 9.81771838126524e-06,
|
| 212 |
+
"loss": 1.415283203125,
|
| 213 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 214 |
+
"memory/max_active (GiB)": 68.89,
|
| 215 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 216 |
+
"ppl": 4.11765,
|
| 217 |
+
"step": 15,
|
| 218 |
+
"tokens/total": 3932160,
|
| 219 |
+
"tokens/train_per_sec_per_gpu": 261.62,
|
| 220 |
+
"tokens/trainable": 3923670
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.5213849287169042,
|
| 224 |
+
"grad_norm": 1.328125,
|
| 225 |
+
"learning_rate": 9.783350327962313e-06,
|
| 226 |
+
"loss": 1.4541015625,
|
| 227 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 228 |
+
"memory/max_active (GiB)": 68.89,
|
| 229 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 230 |
+
"ppl": 4.28064,
|
| 231 |
+
"step": 16,
|
| 232 |
+
"tokens/total": 4194304,
|
| 233 |
+
"tokens/train_per_sec_per_gpu": 262.31,
|
| 234 |
+
"tokens/trainable": 4185165
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.5539714867617108,
|
| 238 |
+
"grad_norm": 1.2734375,
|
| 239 |
+
"learning_rate": 9.74609499930392e-06,
|
| 240 |
+
"loss": 1.481689453125,
|
| 241 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 242 |
+
"memory/max_active (GiB)": 68.89,
|
| 243 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 244 |
+
"ppl": 4.40037,
|
| 245 |
+
"step": 17,
|
| 246 |
+
"tokens/total": 4456448,
|
| 247 |
+
"tokens/train_per_sec_per_gpu": 259.53,
|
| 248 |
+
"tokens/trainable": 4446827
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.5865580448065173,
|
| 252 |
+
"grad_norm": 1.234375,
|
| 253 |
+
"learning_rate": 9.70597750796683e-06,
|
| 254 |
+
"loss": 1.4146728515625,
|
| 255 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 256 |
+
"memory/max_active (GiB)": 68.89,
|
| 257 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 258 |
+
"ppl": 4.11514,
|
| 259 |
+
"step": 18,
|
| 260 |
+
"tokens/total": 4718592,
|
| 261 |
+
"tokens/train_per_sec_per_gpu": 262.99,
|
| 262 |
+
"tokens/trainable": 4708425
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.6191446028513238,
|
| 266 |
+
"grad_norm": 1.1484375,
|
| 267 |
+
"learning_rate": 9.663024895924078e-06,
|
| 268 |
+
"loss": 1.393798828125,
|
| 269 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 270 |
+
"memory/max_active (GiB)": 68.89,
|
| 271 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 272 |
+
"ppl": 4.03013,
|
| 273 |
+
"step": 19,
|
| 274 |
+
"tokens/total": 4980736,
|
| 275 |
+
"tokens/train_per_sec_per_gpu": 261.03,
|
| 276 |
+
"tokens/trainable": 4969893
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.6517311608961304,
|
| 280 |
+
"grad_norm": 1.390625,
|
| 281 |
+
"learning_rate": 9.61726611621679e-06,
|
| 282 |
+
"loss": 1.359130859375,
|
| 283 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 284 |
+
"memory/max_active (GiB)": 68.89,
|
| 285 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 286 |
+
"ppl": 3.89281,
|
| 287 |
+
"step": 20,
|
| 288 |
+
"tokens/total": 5242880,
|
| 289 |
+
"tokens/train_per_sec_per_gpu": 262.29,
|
| 290 |
+
"tokens/trainable": 5231376
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.6843177189409368,
|
| 294 |
+
"grad_norm": 1.1328125,
|
| 295 |
+
"learning_rate": 9.568732013437827e-06,
|
| 296 |
+
"loss": 1.470947265625,
|
| 297 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 298 |
+
"memory/max_active (GiB)": 68.89,
|
| 299 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 300 |
+
"ppl": 4.35336,
|
| 301 |
+
"step": 21,
|
| 302 |
+
"tokens/total": 5505024,
|
| 303 |
+
"tokens/train_per_sec_per_gpu": 259.78,
|
| 304 |
+
"tokens/trainable": 5492808
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.7169042769857433,
|
| 308 |
+
"grad_norm": 2.296875,
|
| 309 |
+
"learning_rate": 9.517455302940388e-06,
|
| 310 |
+
"loss": 1.4205322265625,
|
| 311 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 312 |
+
"memory/max_active (GiB)": 68.89,
|
| 313 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 314 |
+
"ppl": 4.13932,
|
| 315 |
+
"step": 22,
|
| 316 |
+
"tokens/total": 5767168,
|
| 317 |
+
"tokens/train_per_sec_per_gpu": 260.52,
|
| 318 |
+
"tokens/trainable": 5754142
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.7494908350305499,
|
| 322 |
+
"grad_norm": 3.328125,
|
| 323 |
+
"learning_rate": 9.46347054878559e-06,
|
| 324 |
+
"loss": 1.359130859375,
|
| 325 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 326 |
+
"memory/max_active (GiB)": 68.89,
|
| 327 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 328 |
+
"ppl": 3.89281,
|
| 329 |
+
"step": 23,
|
| 330 |
+
"tokens/total": 6029312,
|
| 331 |
+
"tokens/train_per_sec_per_gpu": 260.34,
|
| 332 |
+
"tokens/trainable": 6015659
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.7820773930753564,
|
| 336 |
+
"grad_norm": 1.328125,
|
| 337 |
+
"learning_rate": 9.406814140443898e-06,
|
| 338 |
+
"loss": 1.33251953125,
|
| 339 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 340 |
+
"memory/max_active (GiB)": 68.89,
|
| 341 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 342 |
+
"ppl": 3.79058,
|
| 343 |
+
"step": 24,
|
| 344 |
+
"tokens/total": 6291456,
|
| 345 |
+
"tokens/train_per_sec_per_gpu": 263.25,
|
| 346 |
+
"tokens/trainable": 6276926
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.814663951120163,
|
| 350 |
+
"grad_norm": 1.4921875,
|
| 351 |
+
"learning_rate": 9.347524268266092e-06,
|
| 352 |
+
"loss": 1.3221435546875,
|
| 353 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 354 |
+
"memory/max_active (GiB)": 68.89,
|
| 355 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 356 |
+
"ppl": 3.75145,
|
| 357 |
+
"step": 25,
|
| 358 |
+
"tokens/total": 6553600,
|
| 359 |
+
"tokens/train_per_sec_per_gpu": 261.71,
|
| 360 |
+
"tokens/trainable": 6538515
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.8472505091649695,
|
| 364 |
+
"grad_norm": 1.390625,
|
| 365 |
+
"learning_rate": 9.285640897740316e-06,
|
| 366 |
+
"loss": 1.299560546875,
|
| 367 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 368 |
+
"memory/max_active (GiB)": 68.89,
|
| 369 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 370 |
+
"ppl": 3.66768,
|
| 371 |
+
"step": 26,
|
| 372 |
+
"tokens/total": 6815744,
|
| 373 |
+
"tokens/train_per_sec_per_gpu": 262.89,
|
| 374 |
+
"tokens/trainable": 6799661
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.879837067209776,
|
| 378 |
+
"grad_norm": 1.1640625,
|
| 379 |
+
"learning_rate": 9.22120574255258e-06,
|
| 380 |
+
"loss": 1.3724365234375,
|
| 381 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 382 |
+
"memory/max_active (GiB)": 68.89,
|
| 383 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 384 |
+
"ppl": 3.94495,
|
| 385 |
+
"step": 27,
|
| 386 |
+
"tokens/total": 7077888,
|
| 387 |
+
"tokens/train_per_sec_per_gpu": 260.93,
|
| 388 |
+
"tokens/trainable": 7060999
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.9124236252545825,
|
| 392 |
+
"grad_norm": 1.328125,
|
| 393 |
+
"learning_rate": 9.154262236468826e-06,
|
| 394 |
+
"loss": 1.35400390625,
|
| 395 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 396 |
+
"memory/max_active (GiB)": 68.89,
|
| 397 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 398 |
+
"ppl": 3.8729,
|
| 399 |
+
"step": 28,
|
| 400 |
+
"tokens/total": 7340032,
|
| 401 |
+
"tokens/train_per_sec_per_gpu": 262.5,
|
| 402 |
+
"tokens/trainable": 7322411
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.945010183299389,
|
| 406 |
+
"grad_norm": 1.1015625,
|
| 407 |
+
"learning_rate": 9.084855504057562e-06,
|
| 408 |
+
"loss": 1.33544921875,
|
| 409 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 410 |
+
"memory/max_active (GiB)": 68.89,
|
| 411 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 412 |
+
"ppl": 3.8017,
|
| 413 |
+
"step": 29,
|
| 414 |
+
"tokens/total": 7602176,
|
| 415 |
+
"tokens/train_per_sec_per_gpu": 260.3,
|
| 416 |
+
"tokens/trainable": 7583921
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.9775967413441955,
|
| 420 |
+
"grad_norm": 1.6796875,
|
| 421 |
+
"learning_rate": 9.013032330272777e-06,
|
| 422 |
+
"loss": 1.3673095703125,
|
| 423 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 424 |
+
"memory/max_active (GiB)": 68.89,
|
| 425 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 426 |
+
"ppl": 3.92478,
|
| 427 |
+
"step": 30,
|
| 428 |
+
"tokens/total": 7864320,
|
| 429 |
+
"tokens/train_per_sec_per_gpu": 259.21,
|
| 430 |
+
"tokens/trainable": 7844793
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.0,
|
| 434 |
+
"grad_norm": 1.765625,
|
| 435 |
+
"learning_rate": 8.938841128917622e-06,
|
| 436 |
+
"loss": 1.36962890625,
|
| 437 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 438 |
+
"memory/max_active (GiB)": 68.89,
|
| 439 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 440 |
+
"ppl": 3.93389,
|
| 441 |
+
"step": 31,
|
| 442 |
+
"tokens/total": 8044544,
|
| 443 |
+
"tokens/train_per_sec_per_gpu": 294.7,
|
| 444 |
+
"tokens/trainable": 8020293
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.0325865580448066,
|
| 448 |
+
"grad_norm": 1.453125,
|
| 449 |
+
"learning_rate": 8.86233191001016e-06,
|
| 450 |
+
"loss": 1.3017578125,
|
| 451 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 452 |
+
"memory/max_active (GiB)": 68.89,
|
| 453 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 454 |
+
"ppl": 3.67575,
|
| 455 |
+
"step": 32,
|
| 456 |
+
"tokens/total": 8306688,
|
| 457 |
+
"tokens/train_per_sec_per_gpu": 262.1,
|
| 458 |
+
"tokens/trainable": 8282014
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.065173116089613,
|
| 462 |
+
"grad_norm": 1.0234375,
|
| 463 |
+
"learning_rate": 8.783556246073135e-06,
|
| 464 |
+
"loss": 1.382568359375,
|
| 465 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 466 |
+
"memory/max_active (GiB)": 68.89,
|
| 467 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 468 |
+
"ppl": 3.98512,
|
| 469 |
+
"step": 33,
|
| 470 |
+
"tokens/total": 8568832,
|
| 471 |
+
"tokens/train_per_sec_per_gpu": 259.55,
|
| 472 |
+
"tokens/trainable": 8543510
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.0977596741344195,
|
| 476 |
+
"grad_norm": 1.2109375,
|
| 477 |
+
"learning_rate": 8.702567237370521e-06,
|
| 478 |
+
"loss": 1.346923828125,
|
| 479 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 480 |
+
"memory/max_active (GiB)": 68.89,
|
| 481 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 482 |
+
"ppl": 3.84558,
|
| 483 |
+
"step": 34,
|
| 484 |
+
"tokens/total": 8830976,
|
| 485 |
+
"tokens/train_per_sec_per_gpu": 261.07,
|
| 486 |
+
"tokens/trainable": 8805068
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.1303462321792261,
|
| 490 |
+
"grad_norm": 1.53125,
|
| 491 |
+
"learning_rate": 8.619419476114251e-06,
|
| 492 |
+
"loss": 1.3006591796875,
|
| 493 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 494 |
+
"memory/max_active (GiB)": 68.89,
|
| 495 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 496 |
+
"ppl": 3.67172,
|
| 497 |
+
"step": 35,
|
| 498 |
+
"tokens/total": 9093120,
|
| 499 |
+
"tokens/train_per_sec_per_gpu": 259.49,
|
| 500 |
+
"tokens/trainable": 9066730
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.1629327902240325,
|
| 504 |
+
"grad_norm": 1.6875,
|
| 505 |
+
"learning_rate": 8.534169009665282e-06,
|
| 506 |
+
"loss": 1.3089599609375,
|
| 507 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 508 |
+
"memory/max_active (GiB)": 68.89,
|
| 509 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 510 |
+
"ppl": 3.70232,
|
| 511 |
+
"step": 36,
|
| 512 |
+
"tokens/total": 9355264,
|
| 513 |
+
"tokens/train_per_sec_per_gpu": 261.29,
|
| 514 |
+
"tokens/trainable": 9328483
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.195519348268839,
|
| 518 |
+
"grad_norm": 1.09375,
|
| 519 |
+
"learning_rate": 8.446873302753783e-06,
|
| 520 |
+
"loss": 1.338623046875,
|
| 521 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 522 |
+
"memory/max_active (GiB)": 68.89,
|
| 523 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 524 |
+
"ppl": 3.81379,
|
| 525 |
+
"step": 37,
|
| 526 |
+
"tokens/total": 9617408,
|
| 527 |
+
"tokens/train_per_sec_per_gpu": 260.8,
|
| 528 |
+
"tokens/trainable": 9590064
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.2281059063136457,
|
| 532 |
+
"grad_norm": 1.078125,
|
| 533 |
+
"learning_rate": 8.357591198743923e-06,
|
| 534 |
+
"loss": 1.26806640625,
|
| 535 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 536 |
+
"memory/max_active (GiB)": 68.89,
|
| 537 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 538 |
+
"ppl": 3.55397,
|
| 539 |
+
"step": 38,
|
| 540 |
+
"tokens/total": 9879552,
|
| 541 |
+
"tokens/train_per_sec_per_gpu": 261.21,
|
| 542 |
+
"tokens/trainable": 9851679
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.260692464358452,
|
| 546 |
+
"grad_norm": 1.109375,
|
| 547 |
+
"learning_rate": 8.266382879969356e-06,
|
| 548 |
+
"loss": 1.2586669921875,
|
| 549 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 550 |
+
"memory/max_active (GiB)": 68.89,
|
| 551 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 552 |
+
"ppl": 3.52073,
|
| 553 |
+
"step": 39,
|
| 554 |
+
"tokens/total": 10141696,
|
| 555 |
+
"tokens/train_per_sec_per_gpu": 262.46,
|
| 556 |
+
"tokens/trainable": 10113262
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.2932790224032586,
|
| 560 |
+
"grad_norm": 1.453125,
|
| 561 |
+
"learning_rate": 8.17330982716615e-06,
|
| 562 |
+
"loss": 1.2569580078125,
|
| 563 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 564 |
+
"memory/max_active (GiB)": 68.89,
|
| 565 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 566 |
+
"ppl": 3.51471,
|
| 567 |
+
"step": 40,
|
| 568 |
+
"tokens/total": 10403840,
|
| 569 |
+
"tokens/train_per_sec_per_gpu": 257.67,
|
| 570 |
+
"tokens/trainable": 10374896
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.3258655804480652,
|
| 574 |
+
"grad_norm": 1.2265625,
|
| 575 |
+
"learning_rate": 8.078434778030511e-06,
|
| 576 |
+
"loss": 1.24267578125,
|
| 577 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 578 |
+
"memory/max_active (GiB)": 68.89,
|
| 579 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 580 |
+
"ppl": 3.46487,
|
| 581 |
+
"step": 41,
|
| 582 |
+
"tokens/total": 10665984,
|
| 583 |
+
"tokens/train_per_sec_per_gpu": 257.84,
|
| 584 |
+
"tokens/trainable": 10636383
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.3584521384928716,
|
| 588 |
+
"grad_norm": 1.203125,
|
| 589 |
+
"learning_rate": 7.981821684929218e-06,
|
| 590 |
+
"loss": 1.3912353515625,
|
| 591 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 592 |
+
"memory/max_active (GiB)": 68.89,
|
| 593 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 594 |
+
"ppl": 4.01981,
|
| 595 |
+
"step": 42,
|
| 596 |
+
"tokens/total": 10928128,
|
| 597 |
+
"tokens/train_per_sec_per_gpu": 261.58,
|
| 598 |
+
"tokens/trainable": 10897955
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.3910386965376782,
|
| 602 |
+
"grad_norm": 1.0859375,
|
| 603 |
+
"learning_rate": 7.883535671791294e-06,
|
| 604 |
+
"loss": 1.245849609375,
|
| 605 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 606 |
+
"memory/max_active (GiB)": 68.89,
|
| 607 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 608 |
+
"ppl": 3.47589,
|
| 609 |
+
"step": 43,
|
| 610 |
+
"tokens/total": 11190272,
|
| 611 |
+
"tokens/train_per_sec_per_gpu": 262.67,
|
| 612 |
+
"tokens/trainable": 11159676
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.4236252545824848,
|
| 616 |
+
"grad_norm": 1.546875,
|
| 617 |
+
"learning_rate": 7.783642990209951e-06,
|
| 618 |
+
"loss": 1.244384765625,
|
| 619 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 620 |
+
"memory/max_active (GiB)": 68.89,
|
| 621 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 622 |
+
"ppl": 3.4708,
|
| 623 |
+
"step": 44,
|
| 624 |
+
"tokens/total": 11452416,
|
| 625 |
+
"tokens/train_per_sec_per_gpu": 261.76,
|
| 626 |
+
"tokens/trainable": 11421140
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.4562118126272914,
|
| 630 |
+
"grad_norm": 1.0546875,
|
| 631 |
+
"learning_rate": 7.682210974784426e-06,
|
| 632 |
+
"loss": 1.28662109375,
|
| 633 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 634 |
+
"memory/max_active (GiB)": 68.89,
|
| 635 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 636 |
+
"ppl": 3.62053,
|
| 637 |
+
"step": 45,
|
| 638 |
+
"tokens/total": 11714560,
|
| 639 |
+
"tokens/train_per_sec_per_gpu": 261.97,
|
| 640 |
+
"tokens/trainable": 11682585
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.4887983706720977,
|
| 644 |
+
"grad_norm": 1.2890625,
|
| 645 |
+
"learning_rate": 7.579307997731783e-06,
|
| 646 |
+
"loss": 1.21630859375,
|
| 647 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 648 |
+
"memory/max_active (GiB)": 68.89,
|
| 649 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 650 |
+
"ppl": 3.37471,
|
| 651 |
+
"step": 46,
|
| 652 |
+
"tokens/total": 11976704,
|
| 653 |
+
"tokens/train_per_sec_per_gpu": 261.84,
|
| 654 |
+
"tokens/trainable": 11943963
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.5213849287169041,
|
| 658 |
+
"grad_norm": 1.09375,
|
| 659 |
+
"learning_rate": 7.475003422799302e-06,
|
| 660 |
+
"loss": 1.2388916015625,
|
| 661 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 662 |
+
"memory/max_active (GiB)": 68.89,
|
| 663 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 664 |
+
"ppl": 3.45179,
|
| 665 |
+
"step": 47,
|
| 666 |
+
"tokens/total": 12238848,
|
| 667 |
+
"tokens/train_per_sec_per_gpu": 262.93,
|
| 668 |
+
"tokens/trainable": 12205458
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 1.5539714867617107,
|
| 672 |
+
"grad_norm": 1.078125,
|
| 673 |
+
"learning_rate": 7.36936755850849e-06,
|
| 674 |
+
"loss": 1.2967529296875,
|
| 675 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 676 |
+
"memory/max_active (GiB)": 68.89,
|
| 677 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 678 |
+
"ppl": 3.6574,
|
| 679 |
+
"step": 48,
|
| 680 |
+
"tokens/total": 12500992,
|
| 681 |
+
"tokens/train_per_sec_per_gpu": 260.42,
|
| 682 |
+
"tokens/trainable": 12467120
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 1.5865580448065173,
|
| 686 |
+
"grad_norm": 1.3046875,
|
| 687 |
+
"learning_rate": 7.2624716107622675e-06,
|
| 688 |
+
"loss": 1.2105712890625,
|
| 689 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 690 |
+
"memory/max_active (GiB)": 68.89,
|
| 691 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 692 |
+
"ppl": 3.3554,
|
| 693 |
+
"step": 49,
|
| 694 |
+
"tokens/total": 12763136,
|
| 695 |
+
"tokens/train_per_sec_per_gpu": 264.4,
|
| 696 |
+
"tokens/trainable": 12728718
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 1.6191446028513239,
|
| 700 |
+
"grad_norm": 1.4140625,
|
| 701 |
+
"learning_rate": 7.154387634847241e-06,
|
| 702 |
+
"loss": 1.212890625,
|
| 703 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 704 |
+
"memory/max_active (GiB)": 68.89,
|
| 705 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 706 |
+
"ppl": 3.36319,
|
| 707 |
+
"step": 50,
|
| 708 |
+
"tokens/total": 13025280,
|
| 709 |
+
"tokens/train_per_sec_per_gpu": 261.99,
|
| 710 |
+
"tokens/trainable": 12990186
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 1.6517311608961305,
|
| 714 |
+
"grad_norm": 1.21875,
|
| 715 |
+
"learning_rate": 7.045188486863449e-06,
|
| 716 |
+
"loss": 1.194580078125,
|
| 717 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 718 |
+
"memory/max_active (GiB)": 68.89,
|
| 719 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 720 |
+
"ppl": 3.30217,
|
| 721 |
+
"step": 51,
|
| 722 |
+
"tokens/total": 13287424,
|
| 723 |
+
"tokens/train_per_sec_per_gpu": 263.05,
|
| 724 |
+
"tokens/trainable": 13251669
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 1.6843177189409368,
|
| 728 |
+
"grad_norm": 0.99609375,
|
| 729 |
+
"learning_rate": 6.9349477746142846e-06,
|
| 730 |
+
"loss": 1.306396484375,
|
| 731 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 732 |
+
"memory/max_active (GiB)": 68.89,
|
| 733 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 734 |
+
"ppl": 3.69284,
|
| 735 |
+
"step": 52,
|
| 736 |
+
"tokens/total": 13549568,
|
| 737 |
+
"tokens/train_per_sec_per_gpu": 260.03,
|
| 738 |
+
"tokens/trainable": 13513101
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 1.7169042769857432,
|
| 742 |
+
"grad_norm": 1.1015625,
|
| 743 |
+
"learning_rate": 6.823739807989734e-06,
|
| 744 |
+
"loss": 1.285400390625,
|
| 745 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 746 |
+
"memory/max_active (GiB)": 68.89,
|
| 747 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 748 |
+
"ppl": 3.61612,
|
| 749 |
+
"step": 53,
|
| 750 |
+
"tokens/total": 13811712,
|
| 751 |
+
"tokens/train_per_sec_per_gpu": 260.5,
|
| 752 |
+
"tokens/trainable": 13774435
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.7494908350305498,
|
| 756 |
+
"grad_norm": 1.0859375,
|
| 757 |
+
"learning_rate": 6.7116395488763565e-06,
|
| 758 |
+
"loss": 1.23828125,
|
| 759 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 760 |
+
"memory/max_active (GiB)": 68.89,
|
| 761 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 762 |
+
"ppl": 3.44968,
|
| 763 |
+
"step": 54,
|
| 764 |
+
"tokens/total": 14073856,
|
| 765 |
+
"tokens/train_per_sec_per_gpu": 259.86,
|
| 766 |
+
"tokens/trainable": 14035952
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 1.7820773930753564,
|
| 770 |
+
"grad_norm": 1.1484375,
|
| 771 |
+
"learning_rate": 6.598722560627761e-06,
|
| 772 |
+
"loss": 1.1895751953125,
|
| 773 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 774 |
+
"memory/max_active (GiB)": 68.89,
|
| 775 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 776 |
+
"ppl": 3.28569,
|
| 777 |
+
"step": 55,
|
| 778 |
+
"tokens/total": 14336000,
|
| 779 |
+
"tokens/train_per_sec_per_gpu": 263.33,
|
| 780 |
+
"tokens/trainable": 14297219
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 1.814663951120163,
|
| 784 |
+
"grad_norm": 1.7265625,
|
| 785 |
+
"learning_rate": 6.485064957129677e-06,
|
| 786 |
+
"loss": 1.197021484375,
|
| 787 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 788 |
+
"memory/max_active (GiB)": 68.89,
|
| 789 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 790 |
+
"ppl": 3.31024,
|
| 791 |
+
"step": 56,
|
| 792 |
+
"tokens/total": 14598144,
|
| 793 |
+
"tokens/train_per_sec_per_gpu": 261.81,
|
| 794 |
+
"tokens/trainable": 14558808
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.8472505091649696,
|
| 798 |
+
"grad_norm": 1.515625,
|
| 799 |
+
"learning_rate": 6.370743351493899e-06,
|
| 800 |
+
"loss": 1.1693115234375,
|
| 801 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 802 |
+
"memory/max_active (GiB)": 68.89,
|
| 803 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 804 |
+
"ppl": 3.21978,
|
| 805 |
+
"step": 57,
|
| 806 |
+
"tokens/total": 14860288,
|
| 807 |
+
"tokens/train_per_sec_per_gpu": 262.7,
|
| 808 |
+
"tokens/trainable": 14819954
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.879837067209776,
|
| 812 |
+
"grad_norm": 1.0859375,
|
| 813 |
+
"learning_rate": 6.255834804415742e-06,
|
| 814 |
+
"loss": 1.243408203125,
|
| 815 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 816 |
+
"memory/max_active (GiB)": 68.89,
|
| 817 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 818 |
+
"ppl": 3.46741,
|
| 819 |
+
"step": 58,
|
| 820 |
+
"tokens/total": 15122432,
|
| 821 |
+
"tokens/train_per_sec_per_gpu": 260.81,
|
| 822 |
+
"tokens/trainable": 15081292
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.9124236252545825,
|
| 826 |
+
"grad_norm": 1.0703125,
|
| 827 |
+
"learning_rate": 6.140416772229785e-06,
|
| 828 |
+
"loss": 1.2332763671875,
|
| 829 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 830 |
+
"memory/max_active (GiB)": 68.89,
|
| 831 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 832 |
+
"ppl": 3.43246,
|
| 833 |
+
"step": 59,
|
| 834 |
+
"tokens/total": 15384576,
|
| 835 |
+
"tokens/train_per_sec_per_gpu": 261.97,
|
| 836 |
+
"tokens/trainable": 15342704
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.945010183299389,
|
| 840 |
+
"grad_norm": 0.99609375,
|
| 841 |
+
"learning_rate": 6.0245670546989165e-06,
|
| 842 |
+
"loss": 1.2232666015625,
|
| 843 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 844 |
+
"memory/max_active (GiB)": 68.89,
|
| 845 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 846 |
+
"ppl": 3.39827,
|
| 847 |
+
"step": 60,
|
| 848 |
+
"tokens/total": 15646720,
|
| 849 |
+
"tokens/train_per_sec_per_gpu": 259.72,
|
| 850 |
+
"tokens/trainable": 15604214
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 1.9775967413441955,
|
| 854 |
+
"grad_norm": 1.140625,
|
| 855 |
+
"learning_rate": 5.908363742571915e-06,
|
| 856 |
+
"loss": 1.26708984375,
|
| 857 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 858 |
+
"memory/max_active (GiB)": 68.89,
|
| 859 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 860 |
+
"ppl": 3.5505,
|
| 861 |
+
"step": 61,
|
| 862 |
+
"tokens/total": 15908864,
|
| 863 |
+
"tokens/train_per_sec_per_gpu": 259.32,
|
| 864 |
+
"tokens/trainable": 15865086
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 2.0,
|
| 868 |
+
"grad_norm": 1.4609375,
|
| 869 |
+
"learning_rate": 5.791885164944844e-06,
|
| 870 |
+
"loss": 1.267822265625,
|
| 871 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 872 |
+
"memory/max_active (GiB)": 68.89,
|
| 873 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 874 |
+
"ppl": 3.55311,
|
| 875 |
+
"step": 62,
|
| 876 |
+
"tokens/total": 16089088,
|
| 877 |
+
"tokens/train_per_sec_per_gpu": 296.38,
|
| 878 |
+
"tokens/trainable": 16040586
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 2.0325865580448066,
|
| 882 |
+
"grad_norm": 1.453125,
|
| 883 |
+
"learning_rate": 5.67520983646182e-06,
|
| 884 |
+
"loss": 1.20068359375,
|
| 885 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 886 |
+
"memory/max_active (GiB)": 68.89,
|
| 887 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 888 |
+
"ppl": 3.32239,
|
| 889 |
+
"step": 63,
|
| 890 |
+
"tokens/total": 16351232,
|
| 891 |
+
"tokens/train_per_sec_per_gpu": 262.66,
|
| 892 |
+
"tokens/trainable": 16302307
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 2.065173116089613,
|
| 896 |
+
"grad_norm": 0.99609375,
|
| 897 |
+
"learning_rate": 5.5584164043906895e-06,
|
| 898 |
+
"loss": 1.278564453125,
|
| 899 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 900 |
+
"memory/max_active (GiB)": 68.89,
|
| 901 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 902 |
+
"ppl": 3.59148,
|
| 903 |
+
"step": 64,
|
| 904 |
+
"tokens/total": 16613376,
|
| 905 |
+
"tokens/train_per_sec_per_gpu": 259.72,
|
| 906 |
+
"tokens/trainable": 16563803
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 2.0977596741344193,
|
| 910 |
+
"grad_norm": 1.03125,
|
| 911 |
+
"learning_rate": 5.441583595609312e-06,
|
| 912 |
+
"loss": 1.2530517578125,
|
| 913 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 914 |
+
"memory/max_active (GiB)": 68.89,
|
| 915 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 916 |
+
"ppl": 3.50101,
|
| 917 |
+
"step": 65,
|
| 918 |
+
"tokens/total": 16875520,
|
| 919 |
+
"tokens/train_per_sec_per_gpu": 261.46,
|
| 920 |
+
"tokens/trainable": 16825360
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 2.130346232179226,
|
| 924 |
+
"grad_norm": 1.0,
|
| 925 |
+
"learning_rate": 5.324790163538181e-06,
|
| 926 |
+
"loss": 1.2193603515625,
|
| 927 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 928 |
+
"memory/max_active (GiB)": 68.89,
|
| 929 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 930 |
+
"ppl": 3.38502,
|
| 931 |
+
"step": 66,
|
| 932 |
+
"tokens/total": 17137664,
|
| 933 |
+
"tokens/train_per_sec_per_gpu": 259.34,
|
| 934 |
+
"tokens/trainable": 17087020
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 2.1629327902240325,
|
| 938 |
+
"grad_norm": 1.0703125,
|
| 939 |
+
"learning_rate": 5.208114835055157e-06,
|
| 940 |
+
"loss": 1.2359619140625,
|
| 941 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 942 |
+
"memory/max_active (GiB)": 68.89,
|
| 943 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 944 |
+
"ppl": 3.44169,
|
| 945 |
+
"step": 67,
|
| 946 |
+
"tokens/total": 17399808,
|
| 947 |
+
"tokens/train_per_sec_per_gpu": 261.19,
|
| 948 |
+
"tokens/trainable": 17348772
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 2.195519348268839,
|
| 952 |
+
"grad_norm": 1.171875,
|
| 953 |
+
"learning_rate": 5.0916362574280864e-06,
|
| 954 |
+
"loss": 1.24951171875,
|
| 955 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 956 |
+
"memory/max_active (GiB)": 68.89,
|
| 957 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 958 |
+
"ppl": 3.48864,
|
| 959 |
+
"step": 68,
|
| 960 |
+
"tokens/total": 17661952,
|
| 961 |
+
"tokens/train_per_sec_per_gpu": 260.7,
|
| 962 |
+
"tokens/trainable": 17610348
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 2.2281059063136457,
|
| 966 |
+
"grad_norm": 3.203125,
|
| 967 |
+
"learning_rate": 4.975432945301085e-06,
|
| 968 |
+
"loss": 1.1832275390625,
|
| 969 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 970 |
+
"memory/max_active (GiB)": 68.89,
|
| 971 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 972 |
+
"ppl": 3.26489,
|
| 973 |
+
"step": 69,
|
| 974 |
+
"tokens/total": 17924096,
|
| 975 |
+
"tokens/train_per_sec_per_gpu": 261.51,
|
| 976 |
+
"tokens/trainable": 17871962
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 2.2606924643584523,
|
| 980 |
+
"grad_norm": 2.3125,
|
| 981 |
+
"learning_rate": 4.859583227770218e-06,
|
| 982 |
+
"loss": 1.1744384765625,
|
| 983 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 984 |
+
"memory/max_active (GiB)": 68.89,
|
| 985 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 986 |
+
"ppl": 3.23633,
|
| 987 |
+
"step": 70,
|
| 988 |
+
"tokens/total": 18186240,
|
| 989 |
+
"tokens/train_per_sec_per_gpu": 262.48,
|
| 990 |
+
"tokens/trainable": 18133542
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 2.293279022403259,
|
| 994 |
+
"grad_norm": 2.0,
|
| 995 |
+
"learning_rate": 4.744165195584258e-06,
|
| 996 |
+
"loss": 1.188232421875,
|
| 997 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 998 |
+
"memory/max_active (GiB)": 68.89,
|
| 999 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1000 |
+
"ppl": 3.28128,
|
| 1001 |
+
"step": 71,
|
| 1002 |
+
"tokens/total": 18448384,
|
| 1003 |
+
"tokens/train_per_sec_per_gpu": 261.9,
|
| 1004 |
+
"tokens/trainable": 18395176
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 2.325865580448065,
|
| 1008 |
+
"grad_norm": 4.875,
|
| 1009 |
+
"learning_rate": 4.6292566485061015e-06,
|
| 1010 |
+
"loss": 1.1708984375,
|
| 1011 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1012 |
+
"memory/max_active (GiB)": 68.89,
|
| 1013 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1014 |
+
"ppl": 3.22489,
|
| 1015 |
+
"step": 72,
|
| 1016 |
+
"tokens/total": 18710528,
|
| 1017 |
+
"tokens/train_per_sec_per_gpu": 261.62,
|
| 1018 |
+
"tokens/trainable": 18656664
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 2.3584521384928716,
|
| 1022 |
+
"grad_norm": 1.5546875,
|
| 1023 |
+
"learning_rate": 4.514935042870324e-06,
|
| 1024 |
+
"loss": 1.3187255859375,
|
| 1025 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1026 |
+
"memory/max_active (GiB)": 68.89,
|
| 1027 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1028 |
+
"ppl": 3.73865,
|
| 1029 |
+
"step": 73,
|
| 1030 |
+
"tokens/total": 18972672,
|
| 1031 |
+
"tokens/train_per_sec_per_gpu": 262.0,
|
| 1032 |
+
"tokens/trainable": 18918236
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 2.391038696537678,
|
| 1036 |
+
"grad_norm": 1.203125,
|
| 1037 |
+
"learning_rate": 4.40127743937224e-06,
|
| 1038 |
+
"loss": 1.1766357421875,
|
| 1039 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1040 |
+
"memory/max_active (GiB)": 68.89,
|
| 1041 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1042 |
+
"ppl": 3.24344,
|
| 1043 |
+
"step": 74,
|
| 1044 |
+
"tokens/total": 19234816,
|
| 1045 |
+
"tokens/train_per_sec_per_gpu": 262.71,
|
| 1046 |
+
"tokens/trainable": 19179956
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 2.423625254582485,
|
| 1050 |
+
"grad_norm": 1.3125,
|
| 1051 |
+
"learning_rate": 4.288360451123646e-06,
|
| 1052 |
+
"loss": 1.185302734375,
|
| 1053 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1054 |
+
"memory/max_active (GiB)": 68.89,
|
| 1055 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1056 |
+
"ppl": 3.27168,
|
| 1057 |
+
"step": 75,
|
| 1058 |
+
"tokens/total": 19496960,
|
| 1059 |
+
"tokens/train_per_sec_per_gpu": 261.39,
|
| 1060 |
+
"tokens/trainable": 19441422
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 2.4562118126272914,
|
| 1064 |
+
"grad_norm": 0.953125,
|
| 1065 |
+
"learning_rate": 4.1762601920102675e-06,
|
| 1066 |
+
"loss": 1.2225341796875,
|
| 1067 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1068 |
+
"memory/max_active (GiB)": 68.89,
|
| 1069 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1070 |
+
"ppl": 3.39578,
|
| 1071 |
+
"step": 76,
|
| 1072 |
+
"tokens/total": 19759104,
|
| 1073 |
+
"tokens/train_per_sec_per_gpu": 257.98,
|
| 1074 |
+
"tokens/trainable": 19702864
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 2.4887983706720975,
|
| 1078 |
+
"grad_norm": 2.140625,
|
| 1079 |
+
"learning_rate": 4.065052225385717e-06,
|
| 1080 |
+
"loss": 1.161376953125,
|
| 1081 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1082 |
+
"memory/max_active (GiB)": 68.89,
|
| 1083 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1084 |
+
"ppl": 3.19433,
|
| 1085 |
+
"step": 77,
|
| 1086 |
+
"tokens/total": 20021248,
|
| 1087 |
+
"tokens/train_per_sec_per_gpu": 257.71,
|
| 1088 |
+
"tokens/trainable": 19964240
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 2.521384928716904,
|
| 1092 |
+
"grad_norm": 1.3671875,
|
| 1093 |
+
"learning_rate": 3.954811513136554e-06,
|
| 1094 |
+
"loss": 1.1798095703125,
|
| 1095 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1096 |
+
"memory/max_active (GiB)": 68.89,
|
| 1097 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1098 |
+
"ppl": 3.25375,
|
| 1099 |
+
"step": 78,
|
| 1100 |
+
"tokens/total": 20283392,
|
| 1101 |
+
"tokens/train_per_sec_per_gpu": 261.93,
|
| 1102 |
+
"tokens/trainable": 20225736
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 2.5539714867617107,
|
| 1106 |
+
"grad_norm": 0.94921875,
|
| 1107 |
+
"learning_rate": 3.84561236515276e-06,
|
| 1108 |
+
"loss": 1.242431640625,
|
| 1109 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1110 |
+
"memory/max_active (GiB)": 68.89,
|
| 1111 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1112 |
+
"ppl": 3.46403,
|
| 1113 |
+
"step": 79,
|
| 1114 |
+
"tokens/total": 20545536,
|
| 1115 |
+
"tokens/train_per_sec_per_gpu": 259.78,
|
| 1116 |
+
"tokens/trainable": 20487396
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 2.5865580448065173,
|
| 1120 |
+
"grad_norm": 1.03125,
|
| 1121 |
+
"learning_rate": 3.7375283892377344e-06,
|
| 1122 |
+
"loss": 1.1605224609375,
|
| 1123 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1124 |
+
"memory/max_active (GiB)": 68.89,
|
| 1125 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1126 |
+
"ppl": 3.1916,
|
| 1127 |
+
"step": 80,
|
| 1128 |
+
"tokens/total": 20807680,
|
| 1129 |
+
"tokens/train_per_sec_per_gpu": 263.95,
|
| 1130 |
+
"tokens/trainable": 20748996
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 2.619144602851324,
|
| 1134 |
+
"grad_norm": 1.3046875,
|
| 1135 |
+
"learning_rate": 3.630632441491512e-06,
|
| 1136 |
+
"loss": 1.16827392578125,
|
| 1137 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1138 |
+
"memory/max_active (GiB)": 68.89,
|
| 1139 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1140 |
+
"ppl": 3.21644,
|
| 1141 |
+
"step": 81,
|
| 1142 |
+
"tokens/total": 21069824,
|
| 1143 |
+
"tokens/train_per_sec_per_gpu": 261.63,
|
| 1144 |
+
"tokens/trainable": 21010468
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 2.6517311608961305,
|
| 1148 |
+
"grad_norm": 0.9296875,
|
| 1149 |
+
"learning_rate": 3.5249965772007e-06,
|
| 1150 |
+
"loss": 1.149169921875,
|
| 1151 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1152 |
+
"memory/max_active (GiB)": 68.89,
|
| 1153 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1154 |
+
"ppl": 3.15557,
|
| 1155 |
+
"step": 82,
|
| 1156 |
+
"tokens/total": 21331968,
|
| 1157 |
+
"tokens/train_per_sec_per_gpu": 263.19,
|
| 1158 |
+
"tokens/trainable": 21271952
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 2.684317718940937,
|
| 1162 |
+
"grad_norm": 0.9609375,
|
| 1163 |
+
"learning_rate": 3.4206920022682173e-06,
|
| 1164 |
+
"loss": 1.2548828125,
|
| 1165 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1166 |
+
"memory/max_active (GiB)": 68.89,
|
| 1167 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1168 |
+
"ppl": 3.50743,
|
| 1169 |
+
"step": 83,
|
| 1170 |
+
"tokens/total": 21594112,
|
| 1171 |
+
"tokens/train_per_sec_per_gpu": 260.42,
|
| 1172 |
+
"tokens/trainable": 21533380
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 2.716904276985743,
|
| 1176 |
+
"grad_norm": 1.0546875,
|
| 1177 |
+
"learning_rate": 3.3177890252155755e-06,
|
| 1178 |
+
"loss": 1.2388916015625,
|
| 1179 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1180 |
+
"memory/max_active (GiB)": 68.89,
|
| 1181 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1182 |
+
"ppl": 3.45179,
|
| 1183 |
+
"step": 84,
|
| 1184 |
+
"tokens/total": 21856256,
|
| 1185 |
+
"tokens/train_per_sec_per_gpu": 261.15,
|
| 1186 |
+
"tokens/trainable": 21794716
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 2.74949083503055,
|
| 1190 |
+
"grad_norm": 1.1875,
|
| 1191 |
+
"learning_rate": 3.2163570097900497e-06,
|
| 1192 |
+
"loss": 1.1929931640625,
|
| 1193 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1194 |
+
"memory/max_active (GiB)": 68.89,
|
| 1195 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1196 |
+
"ppl": 3.29693,
|
| 1197 |
+
"step": 85,
|
| 1198 |
+
"tokens/total": 22118400,
|
| 1199 |
+
"tokens/train_per_sec_per_gpu": 260.67,
|
| 1200 |
+
"tokens/trainable": 22056232
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 2.7820773930753564,
|
| 1204 |
+
"grad_norm": 1.1953125,
|
| 1205 |
+
"learning_rate": 3.116464328208708e-06,
|
| 1206 |
+
"loss": 1.148681640625,
|
| 1207 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1208 |
+
"memory/max_active (GiB)": 68.89,
|
| 1209 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1210 |
+
"ppl": 3.15403,
|
| 1211 |
+
"step": 86,
|
| 1212 |
+
"tokens/total": 22380544,
|
| 1213 |
+
"tokens/train_per_sec_per_gpu": 263.74,
|
| 1214 |
+
"tokens/trainable": 22317500
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 2.814663951120163,
|
| 1218 |
+
"grad_norm": 1.015625,
|
| 1219 |
+
"learning_rate": 3.0181783150707827e-06,
|
| 1220 |
+
"loss": 1.1666259765625,
|
| 1221 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1222 |
+
"memory/max_active (GiB)": 68.89,
|
| 1223 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1224 |
+
"ppl": 3.21114,
|
| 1225 |
+
"step": 87,
|
| 1226 |
+
"tokens/total": 22642688,
|
| 1227 |
+
"tokens/train_per_sec_per_gpu": 261.51,
|
| 1228 |
+
"tokens/trainable": 22579092
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 2.8472505091649696,
|
| 1232 |
+
"grad_norm": 1.1171875,
|
| 1233 |
+
"learning_rate": 2.921565221969492e-06,
|
| 1234 |
+
"loss": 1.130615234375,
|
| 1235 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1236 |
+
"memory/max_active (GiB)": 68.89,
|
| 1237 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1238 |
+
"ppl": 3.09756,
|
| 1239 |
+
"step": 88,
|
| 1240 |
+
"tokens/total": 22904832,
|
| 1241 |
+
"tokens/train_per_sec_per_gpu": 262.22,
|
| 1242 |
+
"tokens/trainable": 22840240
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 2.8798370672097757,
|
| 1246 |
+
"grad_norm": 1.109375,
|
| 1247 |
+
"learning_rate": 2.8266901728338526e-06,
|
| 1248 |
+
"loss": 1.2047119140625,
|
| 1249 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1250 |
+
"memory/max_active (GiB)": 68.89,
|
| 1251 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1252 |
+
"ppl": 3.3358,
|
| 1253 |
+
"step": 89,
|
| 1254 |
+
"tokens/total": 23166976,
|
| 1255 |
+
"tokens/train_per_sec_per_gpu": 260.51,
|
| 1256 |
+
"tokens/trainable": 23101576
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 2.9124236252545828,
|
| 1260 |
+
"grad_norm": 0.93359375,
|
| 1261 |
+
"learning_rate": 2.7336171200306467e-06,
|
| 1262 |
+
"loss": 1.1971435546875,
|
| 1263 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1264 |
+
"memory/max_active (GiB)": 68.89,
|
| 1265 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1266 |
+
"ppl": 3.31065,
|
| 1267 |
+
"step": 90,
|
| 1268 |
+
"tokens/total": 23429120,
|
| 1269 |
+
"tokens/train_per_sec_per_gpu": 262.0,
|
| 1270 |
+
"tokens/trainable": 23362986
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 2.945010183299389,
|
| 1274 |
+
"grad_norm": 0.96875,
|
| 1275 |
+
"learning_rate": 2.6424088012560766e-06,
|
| 1276 |
+
"loss": 1.190673828125,
|
| 1277 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1278 |
+
"memory/max_active (GiB)": 68.89,
|
| 1279 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1280 |
+
"ppl": 3.2893,
|
| 1281 |
+
"step": 91,
|
| 1282 |
+
"tokens/total": 23691264,
|
| 1283 |
+
"tokens/train_per_sec_per_gpu": 260.49,
|
| 1284 |
+
"tokens/trainable": 23624496
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 2.9775967413441955,
|
| 1288 |
+
"grad_norm": 0.93359375,
|
| 1289 |
+
"learning_rate": 2.5531266972462176e-06,
|
| 1290 |
+
"loss": 1.236572265625,
|
| 1291 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1292 |
+
"memory/max_active (GiB)": 68.89,
|
| 1293 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1294 |
+
"ppl": 3.44379,
|
| 1295 |
+
"step": 92,
|
| 1296 |
+
"tokens/total": 23953408,
|
| 1297 |
+
"tokens/train_per_sec_per_gpu": 259.99,
|
| 1298 |
+
"tokens/trainable": 23885368
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 3.0,
|
| 1302 |
+
"grad_norm": 1.1328125,
|
| 1303 |
+
"learning_rate": 2.4658309903347196e-06,
|
| 1304 |
+
"loss": 1.237548828125,
|
| 1305 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1306 |
+
"memory/max_active (GiB)": 68.89,
|
| 1307 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1308 |
+
"ppl": 3.44715,
|
| 1309 |
+
"step": 93,
|
| 1310 |
+
"tokens/total": 24133632,
|
| 1311 |
+
"tokens/train_per_sec_per_gpu": 297.21,
|
| 1312 |
+
"tokens/trainable": 24060864
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 3.0325865580448066,
|
| 1316 |
+
"grad_norm": 0.953125,
|
| 1317 |
+
"learning_rate": 2.380580523885751e-06,
|
| 1318 |
+
"loss": 1.1756591796875,
|
| 1319 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1320 |
+
"memory/max_active (GiB)": 68.89,
|
| 1321 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1322 |
+
"ppl": 3.24028,
|
| 1323 |
+
"step": 94,
|
| 1324 |
+
"tokens/total": 24395776,
|
| 1325 |
+
"tokens/train_per_sec_per_gpu": 258.63,
|
| 1326 |
+
"tokens/trainable": 24322588
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 3.065173116089613,
|
| 1330 |
+
"grad_norm": 1.1171875,
|
| 1331 |
+
"learning_rate": 2.29743276262948e-06,
|
| 1332 |
+
"loss": 1.2518310546875,
|
| 1333 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1334 |
+
"memory/max_active (GiB)": 68.89,
|
| 1335 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1336 |
+
"ppl": 3.49674,
|
| 1337 |
+
"step": 95,
|
| 1338 |
+
"tokens/total": 24657920,
|
| 1339 |
+
"tokens/train_per_sec_per_gpu": 256.35,
|
| 1340 |
+
"tokens/trainable": 24584084
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 3.0977596741344193,
|
| 1344 |
+
"grad_norm": 0.98046875,
|
| 1345 |
+
"learning_rate": 2.2164437539268652e-06,
|
| 1346 |
+
"loss": 1.2274169921875,
|
| 1347 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1348 |
+
"memory/max_active (GiB)": 68.89,
|
| 1349 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1350 |
+
"ppl": 3.4124,
|
| 1351 |
+
"step": 96,
|
| 1352 |
+
"tokens/total": 24920064,
|
| 1353 |
+
"tokens/train_per_sec_per_gpu": 260.77,
|
| 1354 |
+
"tokens/trainable": 24845644
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 3.130346232179226,
|
| 1358 |
+
"grad_norm": 1.3359375,
|
| 1359 |
+
"learning_rate": 2.1376680899898415e-06,
|
| 1360 |
+
"loss": 1.1947021484375,
|
| 1361 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1362 |
+
"memory/max_active (GiB)": 68.89,
|
| 1363 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1364 |
+
"ppl": 3.30257,
|
| 1365 |
+
"step": 97,
|
| 1366 |
+
"tokens/total": 25182208,
|
| 1367 |
+
"tokens/train_per_sec_per_gpu": 258.83,
|
| 1368 |
+
"tokens/trainable": 25107304
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 3.1629327902240325,
|
| 1372 |
+
"grad_norm": 1.15625,
|
| 1373 |
+
"learning_rate": 2.0611588710823797e-06,
|
| 1374 |
+
"loss": 1.21435546875,
|
| 1375 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1376 |
+
"memory/max_active (GiB)": 68.89,
|
| 1377 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1378 |
+
"ppl": 3.36812,
|
| 1379 |
+
"step": 98,
|
| 1380 |
+
"tokens/total": 25444352,
|
| 1381 |
+
"tokens/train_per_sec_per_gpu": 261.03,
|
| 1382 |
+
"tokens/trainable": 25369056
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 3.195519348268839,
|
| 1386 |
+
"grad_norm": 1.28125,
|
| 1387 |
+
"learning_rate": 1.986967669727224e-06,
|
| 1388 |
+
"loss": 1.2294921875,
|
| 1389 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1390 |
+
"memory/max_active (GiB)": 68.89,
|
| 1391 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1392 |
+
"ppl": 3.41949,
|
| 1393 |
+
"step": 99,
|
| 1394 |
+
"tokens/total": 25706496,
|
| 1395 |
+
"tokens/train_per_sec_per_gpu": 260.24,
|
| 1396 |
+
"tokens/trainable": 25630632
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 3.2281059063136457,
|
| 1400 |
+
"grad_norm": 1.171875,
|
| 1401 |
+
"learning_rate": 1.9151444959424383e-06,
|
| 1402 |
+
"loss": 1.1717529296875,
|
| 1403 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1404 |
+
"memory/max_active (GiB)": 68.89,
|
| 1405 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1406 |
+
"ppl": 3.22765,
|
| 1407 |
+
"step": 100,
|
| 1408 |
+
"tokens/total": 25968640,
|
| 1409 |
+
"tokens/train_per_sec_per_gpu": 261.22,
|
| 1410 |
+
"tokens/trainable": 25892246
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 3.2606924643584523,
|
| 1414 |
+
"grad_norm": 1.09375,
|
| 1415 |
+
"learning_rate": 1.8457377635311763e-06,
|
| 1416 |
+
"loss": 1.16015625,
|
| 1417 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1418 |
+
"memory/max_active (GiB)": 68.89,
|
| 1419 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1420 |
+
"ppl": 3.19043,
|
| 1421 |
+
"step": 101,
|
| 1422 |
+
"tokens/total": 26230784,
|
| 1423 |
+
"tokens/train_per_sec_per_gpu": 262.01,
|
| 1424 |
+
"tokens/trainable": 26153826
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 3.293279022403259,
|
| 1428 |
+
"grad_norm": 1.015625,
|
| 1429 |
+
"learning_rate": 1.7787942574474215e-06,
|
| 1430 |
+
"loss": 1.17529296875,
|
| 1431 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1432 |
+
"memory/max_active (GiB)": 68.89,
|
| 1433 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1434 |
+
"ppl": 3.23909,
|
| 1435 |
+
"step": 102,
|
| 1436 |
+
"tokens/total": 26492928,
|
| 1437 |
+
"tokens/train_per_sec_per_gpu": 261.39,
|
| 1438 |
+
"tokens/trainable": 26415460
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 3.325865580448065,
|
| 1442 |
+
"grad_norm": 1.0625,
|
| 1443 |
+
"learning_rate": 1.7143591022596846e-06,
|
| 1444 |
+
"loss": 1.1614990234375,
|
| 1445 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1446 |
+
"memory/max_active (GiB)": 68.89,
|
| 1447 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1448 |
+
"ppl": 3.19472,
|
| 1449 |
+
"step": 103,
|
| 1450 |
+
"tokens/total": 26755072,
|
| 1451 |
+
"tokens/train_per_sec_per_gpu": 260.9,
|
| 1452 |
+
"tokens/trainable": 26676948
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 3.3584521384928716,
|
| 1456 |
+
"grad_norm": 1.7578125,
|
| 1457 |
+
"learning_rate": 1.6524757317339102e-06,
|
| 1458 |
+
"loss": 1.3050537109375,
|
| 1459 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1460 |
+
"memory/max_active (GiB)": 68.89,
|
| 1461 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1462 |
+
"ppl": 3.68789,
|
| 1463 |
+
"step": 104,
|
| 1464 |
+
"tokens/total": 27017216,
|
| 1465 |
+
"tokens/train_per_sec_per_gpu": 261.93,
|
| 1466 |
+
"tokens/trainable": 26938520
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 3.391038696537678,
|
| 1470 |
+
"grad_norm": 1.609375,
|
| 1471 |
+
"learning_rate": 1.593185859556103e-06,
|
| 1472 |
+
"loss": 1.1622314453125,
|
| 1473 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1474 |
+
"memory/max_active (GiB)": 68.89,
|
| 1475 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1476 |
+
"ppl": 3.19706,
|
| 1477 |
+
"step": 105,
|
| 1478 |
+
"tokens/total": 27279360,
|
| 1479 |
+
"tokens/train_per_sec_per_gpu": 262.77,
|
| 1480 |
+
"tokens/trainable": 27200240
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 3.423625254582485,
|
| 1484 |
+
"grad_norm": 1.0078125,
|
| 1485 |
+
"learning_rate": 1.5365294512144114e-06,
|
| 1486 |
+
"loss": 1.16943359375,
|
| 1487 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1488 |
+
"memory/max_active (GiB)": 68.89,
|
| 1489 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1490 |
+
"ppl": 3.22017,
|
| 1491 |
+
"step": 106,
|
| 1492 |
+
"tokens/total": 27541504,
|
| 1493 |
+
"tokens/train_per_sec_per_gpu": 261.65,
|
| 1494 |
+
"tokens/trainable": 27461706
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 3.4562118126272914,
|
| 1498 |
+
"grad_norm": 0.94921875,
|
| 1499 |
+
"learning_rate": 1.4825446970596136e-06,
|
| 1500 |
+
"loss": 1.207763671875,
|
| 1501 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1502 |
+
"memory/max_active (GiB)": 68.89,
|
| 1503 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1504 |
+
"ppl": 3.34599,
|
| 1505 |
+
"step": 107,
|
| 1506 |
+
"tokens/total": 27803648,
|
| 1507 |
+
"tokens/train_per_sec_per_gpu": 261.61,
|
| 1508 |
+
"tokens/trainable": 27723148
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 3.4887983706720975,
|
| 1512 |
+
"grad_norm": 1.0234375,
|
| 1513 |
+
"learning_rate": 1.4312679865621742e-06,
|
| 1514 |
+
"loss": 1.153076171875,
|
| 1515 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1516 |
+
"memory/max_active (GiB)": 68.89,
|
| 1517 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1518 |
+
"ppl": 3.16792,
|
| 1519 |
+
"step": 108,
|
| 1520 |
+
"tokens/total": 28065792,
|
| 1521 |
+
"tokens/train_per_sec_per_gpu": 261.38,
|
| 1522 |
+
"tokens/trainable": 27984524
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 3.521384928716904,
|
| 1526 |
+
"grad_norm": 1.1171875,
|
| 1527 |
+
"learning_rate": 1.382733883783211e-06,
|
| 1528 |
+
"loss": 1.1689453125,
|
| 1529 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1530 |
+
"memory/max_active (GiB)": 68.89,
|
| 1531 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1532 |
+
"ppl": 3.2186,
|
| 1533 |
+
"step": 109,
|
| 1534 |
+
"tokens/total": 28327936,
|
| 1535 |
+
"tokens/train_per_sec_per_gpu": 262.2,
|
| 1536 |
+
"tokens/trainable": 28246020
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 3.5539714867617107,
|
| 1540 |
+
"grad_norm": 0.90625,
|
| 1541 |
+
"learning_rate": 1.3369751040759236e-06,
|
| 1542 |
+
"loss": 1.2298583984375,
|
| 1543 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1544 |
+
"memory/max_active (GiB)": 68.89,
|
| 1545 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1546 |
+
"ppl": 3.42075,
|
| 1547 |
+
"step": 110,
|
| 1548 |
+
"tokens/total": 28590080,
|
| 1549 |
+
"tokens/train_per_sec_per_gpu": 259.26,
|
| 1550 |
+
"tokens/trainable": 28507680
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 3.5865580448065173,
|
| 1554 |
+
"grad_norm": 0.90234375,
|
| 1555 |
+
"learning_rate": 1.2940224920331707e-06,
|
| 1556 |
+
"loss": 1.1485595703125,
|
| 1557 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1558 |
+
"memory/max_active (GiB)": 68.89,
|
| 1559 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1560 |
+
"ppl": 3.15365,
|
| 1561 |
+
"step": 111,
|
| 1562 |
+
"tokens/total": 28852224,
|
| 1563 |
+
"tokens/train_per_sec_per_gpu": 263.28,
|
| 1564 |
+
"tokens/trainable": 28769280
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 3.619144602851324,
|
| 1568 |
+
"grad_norm": 0.921875,
|
| 1569 |
+
"learning_rate": 1.2539050006960814e-06,
|
| 1570 |
+
"loss": 1.15850830078125,
|
| 1571 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1572 |
+
"memory/max_active (GiB)": 68.89,
|
| 1573 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1574 |
+
"ppl": 3.18518,
|
| 1575 |
+
"step": 112,
|
| 1576 |
+
"tokens/total": 29114368,
|
| 1577 |
+
"tokens/train_per_sec_per_gpu": 261.38,
|
| 1578 |
+
"tokens/trainable": 29030752
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 3.6517311608961305,
|
| 1582 |
+
"grad_norm": 0.921875,
|
| 1583 |
+
"learning_rate": 1.2166496720376874e-06,
|
| 1584 |
+
"loss": 1.1383056640625,
|
| 1585 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1586 |
+
"memory/max_active (GiB)": 68.89,
|
| 1587 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1588 |
+
"ppl": 3.12148,
|
| 1589 |
+
"step": 113,
|
| 1590 |
+
"tokens/total": 29376512,
|
| 1591 |
+
"tokens/train_per_sec_per_gpu": 260.44,
|
| 1592 |
+
"tokens/trainable": 29292236
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 3.684317718940937,
|
| 1596 |
+
"grad_norm": 0.9375,
|
| 1597 |
+
"learning_rate": 1.1822816187347625e-06,
|
| 1598 |
+
"loss": 1.2451171875,
|
| 1599 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1600 |
+
"memory/max_active (GiB)": 68.89,
|
| 1601 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1602 |
+
"ppl": 3.47334,
|
| 1603 |
+
"step": 114,
|
| 1604 |
+
"tokens/total": 29638656,
|
| 1605 |
+
"tokens/train_per_sec_per_gpu": 257.06,
|
| 1606 |
+
"tokens/trainable": 29553664
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 3.716904276985743,
|
| 1610 |
+
"grad_norm": 0.9375,
|
| 1611 |
+
"learning_rate": 1.1508240072401336e-06,
|
| 1612 |
+
"loss": 1.2288818359375,
|
| 1613 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1614 |
+
"memory/max_active (GiB)": 68.89,
|
| 1615 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1616 |
+
"ppl": 3.41741,
|
| 1617 |
+
"step": 115,
|
| 1618 |
+
"tokens/total": 29900800,
|
| 1619 |
+
"tokens/train_per_sec_per_gpu": 260.45,
|
| 1620 |
+
"tokens/trainable": 29815000
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 3.74949083503055,
|
| 1624 |
+
"grad_norm": 1.0078125,
|
| 1625 |
+
"learning_rate": 1.1222980421668874e-06,
|
| 1626 |
+
"loss": 1.1842041015625,
|
| 1627 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1628 |
+
"memory/max_active (GiB)": 68.89,
|
| 1629 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1630 |
+
"ppl": 3.26808,
|
| 1631 |
+
"step": 116,
|
| 1632 |
+
"tokens/total": 30162944,
|
| 1633 |
+
"tokens/train_per_sec_per_gpu": 259.82,
|
| 1634 |
+
"tokens/trainable": 30076516
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 3.7820773930753564,
|
| 1638 |
+
"grad_norm": 0.953125,
|
| 1639 |
+
"learning_rate": 1.0967229519949833e-06,
|
| 1640 |
+
"loss": 1.1414794921875,
|
| 1641 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1642 |
+
"memory/max_active (GiB)": 68.89,
|
| 1643 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1644 |
+
"ppl": 3.1314,
|
| 1645 |
+
"step": 117,
|
| 1646 |
+
"tokens/total": 30425088,
|
| 1647 |
+
"tokens/train_per_sec_per_gpu": 263.19,
|
| 1648 |
+
"tokens/trainable": 30337784
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"epoch": 3.814663951120163,
|
| 1652 |
+
"grad_norm": 1.234375,
|
| 1653 |
+
"learning_rate": 1.0741159761099294e-06,
|
| 1654 |
+
"loss": 1.1595458984375,
|
| 1655 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1656 |
+
"memory/max_active (GiB)": 68.89,
|
| 1657 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1658 |
+
"ppl": 3.18849,
|
| 1659 |
+
"step": 118,
|
| 1660 |
+
"tokens/total": 30687232,
|
| 1661 |
+
"tokens/train_per_sec_per_gpu": 261.62,
|
| 1662 |
+
"tokens/trainable": 30599376
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"epoch": 3.8472505091649696,
|
| 1666 |
+
"grad_norm": 1.6640625,
|
| 1667 |
+
"learning_rate": 1.054492353182237e-06,
|
| 1668 |
+
"loss": 1.12158203125,
|
| 1669 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1670 |
+
"memory/max_active (GiB)": 68.89,
|
| 1671 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1672 |
+
"ppl": 3.06971,
|
| 1673 |
+
"step": 119,
|
| 1674 |
+
"tokens/total": 30949376,
|
| 1675 |
+
"tokens/train_per_sec_per_gpu": 262.35,
|
| 1676 |
+
"tokens/trainable": 30860524
|
| 1677 |
+
},
|
| 1678 |
+
{
|
| 1679 |
+
"epoch": 3.8798370672097757,
|
| 1680 |
+
"grad_norm": 0.98046875,
|
| 1681 |
+
"learning_rate": 1.0378653108955017e-06,
|
| 1682 |
+
"loss": 1.197998046875,
|
| 1683 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1684 |
+
"memory/max_active (GiB)": 68.89,
|
| 1685 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1686 |
+
"ppl": 3.31348,
|
| 1687 |
+
"step": 120,
|
| 1688 |
+
"tokens/total": 31211520,
|
| 1689 |
+
"tokens/train_per_sec_per_gpu": 261.03,
|
| 1690 |
+
"tokens/trainable": 31121860
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 3.9124236252545828,
|
| 1694 |
+
"grad_norm": 0.9296875,
|
| 1695 |
+
"learning_rate": 1.0242460570300241e-06,
|
| 1696 |
+
"loss": 1.1905517578125,
|
| 1697 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1698 |
+
"memory/max_active (GiB)": 68.89,
|
| 1699 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1700 |
+
"ppl": 3.2889,
|
| 1701 |
+
"step": 121,
|
| 1702 |
+
"tokens/total": 31473664,
|
| 1703 |
+
"tokens/train_per_sec_per_gpu": 262.39,
|
| 1704 |
+
"tokens/trainable": 31383270
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"epoch": 3.945010183299389,
|
| 1708 |
+
"grad_norm": 1.125,
|
| 1709 |
+
"learning_rate": 1.01364377190799e-06,
|
| 1710 |
+
"loss": 1.1856689453125,
|
| 1711 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1712 |
+
"memory/max_active (GiB)": 68.89,
|
| 1713 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1714 |
+
"ppl": 3.27288,
|
| 1715 |
+
"step": 122,
|
| 1716 |
+
"tokens/total": 31735808,
|
| 1717 |
+
"tokens/train_per_sec_per_gpu": 259.97,
|
| 1718 |
+
"tokens/trainable": 31644780
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"epoch": 3.9775967413441955,
|
| 1722 |
+
"grad_norm": 1.0390625,
|
| 1723 |
+
"learning_rate": 1.0060656022052966e-06,
|
| 1724 |
+
"loss": 1.2305908203125,
|
| 1725 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1726 |
+
"memory/max_active (GiB)": 68.89,
|
| 1727 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1728 |
+
"ppl": 3.42325,
|
| 1729 |
+
"step": 123,
|
| 1730 |
+
"tokens/total": 31997952,
|
| 1731 |
+
"tokens/train_per_sec_per_gpu": 258.7,
|
| 1732 |
+
"tokens/trainable": 31905652
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"epoch": 4.0,
|
| 1736 |
+
"grad_norm": 1.078125,
|
| 1737 |
+
"learning_rate": 1.0015166561341943e-06,
|
| 1738 |
+
"loss": 1.23095703125,
|
| 1739 |
+
"memory/device_reserved (GiB)": 83.2,
|
| 1740 |
+
"memory/max_active (GiB)": 68.89,
|
| 1741 |
+
"memory/max_allocated (GiB)": 68.89,
|
| 1742 |
+
"ppl": 3.42451,
|
| 1743 |
+
"step": 124,
|
| 1744 |
+
"tokens/total": 32178176,
|
| 1745 |
+
"tokens/train_per_sec_per_gpu": 296.26,
|
| 1746 |
+
"tokens/trainable": 32081148
|
| 1747 |
+
}
|
| 1748 |
+
],
|
| 1749 |
+
"logging_steps": 1,
|
| 1750 |
+
"max_steps": 124,
|
| 1751 |
+
"num_input_tokens_seen": 0,
|
| 1752 |
+
"num_train_epochs": 4,
|
| 1753 |
+
"save_steps": 500,
|
| 1754 |
+
"stateful_callbacks": {
|
| 1755 |
+
"TrainerControl": {
|
| 1756 |
+
"args": {
|
| 1757 |
+
"should_epoch_stop": false,
|
| 1758 |
+
"should_evaluate": false,
|
| 1759 |
+
"should_log": false,
|
| 1760 |
+
"should_save": true,
|
| 1761 |
+
"should_training_stop": true
|
| 1762 |
+
},
|
| 1763 |
+
"attributes": {}
|
| 1764 |
+
}
|
| 1765 |
+
},
|
| 1766 |
+
"total_flos": 2.157687214690009e+18,
|
| 1767 |
+
"train_batch_size": 1,
|
| 1768 |
+
"trial_name": null,
|
| 1769 |
+
"trial_params": null
|
| 1770 |
+
}
|
midtraining_4epoch/charter/checkpoint-124/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2088dbaa3cd76582bac6f15bf4011860f211a74d6f210c5cb8c7ec8f02979d9
|
| 3 |
+
size 7377
|