Auto upload 2026-08-03T21:05:22.526000
Browse files- out/gelu_run/README.md +77 -0
- out/gelu_run/chat_template.jinja +15 -0
- out/gelu_run/checkpoint-10000/chat_template.jinja +15 -0
- out/gelu_run/checkpoint-10000/config.json +34 -0
- out/gelu_run/checkpoint-10000/model.safetensors +3 -0
- out/gelu_run/checkpoint-10000/optimizer.pt +3 -0
- out/gelu_run/checkpoint-10000/rng_state.pth +3 -0
- out/gelu_run/checkpoint-10000/scheduler.pt +3 -0
- out/gelu_run/checkpoint-10000/tokenizer.json +0 -0
- out/gelu_run/checkpoint-10000/tokenizer_config.json +16 -0
- out/gelu_run/checkpoint-10000/trainer_state.json +1594 -0
- out/gelu_run/checkpoint-10000/training_args.bin +3 -0
- out/gelu_run/config.json +34 -0
- out/gelu_run/model.safetensors +3 -0
- out/gelu_run/tokenizer.json +0 -0
- out/gelu_run/tokenizer_config.json +16 -0
- out/gelu_run/training_args.bin +3 -0
- out/gelu_run/training_log.jsonl +5 -0
- wandb/debug-internal.log +12 -0
- wandb/debug.log +3 -0
- wandb/run-20260803_185911-6gj59z3n/files/output.log +54 -2
- wandb/run-20260803_185911-6gj59z3n/logs/debug-internal.log +12 -0
- wandb/run-20260803_185911-6gj59z3n/logs/debug.log +3 -0
- wandb/run-20260803_185911-6gj59z3n/run-6gj59z3n.wandb +2 -2
out/gelu_run/README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
model-index:
|
| 6 |
+
- name: tiny-llama-3-gelu
|
| 7 |
+
results: []
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
+
|
| 13 |
+
# tiny-llama-3-gelu
|
| 14 |
+
|
| 15 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
+
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 1.3376
|
| 18 |
+
|
| 19 |
+
## Model description
|
| 20 |
+
|
| 21 |
+
More information needed
|
| 22 |
+
|
| 23 |
+
## Intended uses & limitations
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Training and evaluation data
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training procedure
|
| 32 |
+
|
| 33 |
+
### Training hyperparameters
|
| 34 |
+
|
| 35 |
+
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 0.0003
|
| 37 |
+
- train_batch_size: 32
|
| 38 |
+
- eval_batch_size: 32
|
| 39 |
+
- seed: 42
|
| 40 |
+
- gradient_accumulation_steps: 2
|
| 41 |
+
- total_train_batch_size: 64
|
| 42 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
+
- lr_scheduler_type: constant
|
| 44 |
+
- training_steps: 10000
|
| 45 |
+
|
| 46 |
+
### Training results
|
| 47 |
+
|
| 48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
| 50 |
+
| 4.7181 | 0.0319 | 500 | 2.3297 |
|
| 51 |
+
| 3.8008 | 0.0637 | 1000 | 1.9001 |
|
| 52 |
+
| 3.4600 | 0.0956 | 1500 | 1.7322 |
|
| 53 |
+
| 3.2888 | 0.1274 | 2000 | 1.6443 |
|
| 54 |
+
| 3.1567 | 0.1593 | 2500 | 1.5846 |
|
| 55 |
+
| 3.0631 | 0.1911 | 3000 | 1.5423 |
|
| 56 |
+
| 3.0362 | 0.2230 | 3500 | 1.5104 |
|
| 57 |
+
| 2.9560 | 0.2548 | 4000 | 1.4824 |
|
| 58 |
+
| 2.9084 | 0.2867 | 4500 | 1.4600 |
|
| 59 |
+
| 2.8723 | 0.3185 | 5000 | 1.4424 |
|
| 60 |
+
| 2.8515 | 0.3504 | 5500 | 1.4256 |
|
| 61 |
+
| 2.8194 | 0.3823 | 6000 | 1.4123 |
|
| 62 |
+
| 2.7946 | 0.4141 | 6500 | 1.3995 |
|
| 63 |
+
| 2.7780 | 0.4460 | 7000 | 1.3887 |
|
| 64 |
+
| 2.7546 | 0.4778 | 7500 | 1.3774 |
|
| 65 |
+
| 2.7302 | 0.5097 | 8000 | 1.3686 |
|
| 66 |
+
| 2.7196 | 0.5415 | 8500 | 1.3599 |
|
| 67 |
+
| 2.7139 | 0.5734 | 9000 | 1.3530 |
|
| 68 |
+
| 2.6833 | 0.6052 | 9500 | 1.3448 |
|
| 69 |
+
| 2.6637 | 0.6371 | 10000 | 1.3376 |
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
### Framework versions
|
| 73 |
+
|
| 74 |
+
- Transformers 5.15.0.dev0
|
| 75 |
+
- Pytorch 2.6.0+cu124
|
| 76 |
+
- Datasets 5.0.1
|
| 77 |
+
- Tokenizers 0.22.2
|
out/gelu_run/chat_template.jinja
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}
|
| 2 |
+
{% if message['role'] == 'user' %}
|
| 3 |
+
{{ '<|user|>
|
| 4 |
+
' + message['content'] + eos_token }}
|
| 5 |
+
{% elif message['role'] == 'system' %}
|
| 6 |
+
{{ '<|system|>
|
| 7 |
+
' + message['content'] + eos_token }}
|
| 8 |
+
{% elif message['role'] == 'assistant' %}
|
| 9 |
+
{{ '<|assistant|>
|
| 10 |
+
' + message['content'] + eos_token }}
|
| 11 |
+
{% endif %}
|
| 12 |
+
{% if loop.last and add_generation_prompt %}
|
| 13 |
+
{{ '<|assistant|>' }}
|
| 14 |
+
{% endif %}
|
| 15 |
+
{% endfor %}
|
out/gelu_run/checkpoint-10000/chat_template.jinja
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}
|
| 2 |
+
{% if message['role'] == 'user' %}
|
| 3 |
+
{{ '<|user|>
|
| 4 |
+
' + message['content'] + eos_token }}
|
| 5 |
+
{% elif message['role'] == 'system' %}
|
| 6 |
+
{{ '<|system|>
|
| 7 |
+
' + message['content'] + eos_token }}
|
| 8 |
+
{% elif message['role'] == 'assistant' %}
|
| 9 |
+
{{ '<|assistant|>
|
| 10 |
+
' + message['content'] + eos_token }}
|
| 11 |
+
{% endif %}
|
| 12 |
+
{% if loop.last and add_generation_prompt %}
|
| 13 |
+
{{ '<|assistant|>' }}
|
| 14 |
+
{% endif %}
|
| 15 |
+
{% endfor %}
|
out/gelu_run/checkpoint-10000/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TinyLlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"glu_activation": "gelu",
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 512,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 768,
|
| 16 |
+
"max_position_embeddings": 512,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "tiny_llama",
|
| 19 |
+
"num_attention_heads": 8,
|
| 20 |
+
"num_hidden_layers": 16,
|
| 21 |
+
"num_key_value_heads": 8,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-06,
|
| 25 |
+
"rope_parameters": {
|
| 26 |
+
"rope_theta": 10000.0,
|
| 27 |
+
"rope_type": "default"
|
| 28 |
+
},
|
| 29 |
+
"tie_word_embeddings": true,
|
| 30 |
+
"tokenizer_name": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 31 |
+
"transformers_version": "5.15.0.dev0",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32000
|
| 34 |
+
}
|
out/gelu_run/checkpoint-10000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6e127711dc7a082314a726aa5990adf7c2d5d2be930edd888d5efe90fa2260
|
| 3 |
+
size 208226064
|
out/gelu_run/checkpoint-10000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef72d5c25f4a96a7e8b5666e4bd32ff3a4fe20e7894b3420bc4567edd463e981
|
| 3 |
+
size 416543034
|
out/gelu_run/checkpoint-10000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:645b71843375baf4cc10bc75a2f0f04e91b8e3f8e8929f518a87022898b3bc20
|
| 3 |
+
size 14244
|
out/gelu_run/checkpoint-10000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4943a4b68e3bb4800466ee6c597a8242d165d5e3adaf59ebce14536925495437
|
| 3 |
+
size 1064
|
out/gelu_run/checkpoint-10000/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
out/gelu_run/checkpoint-10000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": null,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"is_local": false,
|
| 8 |
+
"local_files_only": false,
|
| 9 |
+
"model_max_length": 2048,
|
| 10 |
+
"pad_token": "</s>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"sp_model_kwargs": {},
|
| 13 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 14 |
+
"unk_token": "<unk>",
|
| 15 |
+
"use_default_system_prompt": false
|
| 16 |
+
}
|
out/gelu_run/checkpoint-10000/trainer_state.json
ADDED
|
@@ -0,0 +1,1594 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.6370847004109196,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 10000,
|
| 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.003185423502054598,
|
| 14 |
+
"grad_norm": 5.359443187713623,
|
| 15 |
+
"learning_rate": 0.0003,
|
| 16 |
+
"loss": 13.56220703125,
|
| 17 |
+
"step": 50
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.006370847004109196,
|
| 21 |
+
"grad_norm": 6.136266708374023,
|
| 22 |
+
"learning_rate": 0.0003,
|
| 23 |
+
"loss": 10.229112548828125,
|
| 24 |
+
"step": 100
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.009556270506163795,
|
| 28 |
+
"grad_norm": 2.364473342895508,
|
| 29 |
+
"learning_rate": 0.0003,
|
| 30 |
+
"loss": 8.330999145507812,
|
| 31 |
+
"step": 150
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.012741694008218393,
|
| 35 |
+
"grad_norm": 2.0175695419311523,
|
| 36 |
+
"learning_rate": 0.0003,
|
| 37 |
+
"loss": 7.029268798828125,
|
| 38 |
+
"step": 200
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.01592711751027299,
|
| 42 |
+
"grad_norm": 1.450079321861267,
|
| 43 |
+
"learning_rate": 0.0003,
|
| 44 |
+
"loss": 6.264676513671875,
|
| 45 |
+
"step": 250
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.01911254101232759,
|
| 49 |
+
"grad_norm": 1.9761725664138794,
|
| 50 |
+
"learning_rate": 0.0003,
|
| 51 |
+
"loss": 5.7695263671875,
|
| 52 |
+
"step": 300
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.022297964514382186,
|
| 56 |
+
"grad_norm": 1.4381787776947021,
|
| 57 |
+
"learning_rate": 0.0003,
|
| 58 |
+
"loss": 5.411314086914063,
|
| 59 |
+
"step": 350
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.025483388016436785,
|
| 63 |
+
"grad_norm": 1.321711778640747,
|
| 64 |
+
"learning_rate": 0.0003,
|
| 65 |
+
"loss": 5.134971923828125,
|
| 66 |
+
"step": 400
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.028668811518491384,
|
| 70 |
+
"grad_norm": 1.2103067636489868,
|
| 71 |
+
"learning_rate": 0.0003,
|
| 72 |
+
"loss": 4.9218051147460935,
|
| 73 |
+
"step": 450
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.03185423502054598,
|
| 77 |
+
"grad_norm": 1.212465763092041,
|
| 78 |
+
"learning_rate": 0.0003,
|
| 79 |
+
"loss": 4.718062133789062,
|
| 80 |
+
"step": 500
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.03185423502054598,
|
| 84 |
+
"eval_loss": 2.329653739929199,
|
| 85 |
+
"eval_runtime": 23.219,
|
| 86 |
+
"eval_samples_per_second": 435.117,
|
| 87 |
+
"eval_steps_per_second": 13.61,
|
| 88 |
+
"step": 500
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.03503965852260058,
|
| 92 |
+
"grad_norm": 1.1227043867111206,
|
| 93 |
+
"learning_rate": 0.0003,
|
| 94 |
+
"loss": 4.5997119140625,
|
| 95 |
+
"step": 550
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 0.03822508202465518,
|
| 99 |
+
"grad_norm": 1.1499993801116943,
|
| 100 |
+
"learning_rate": 0.0003,
|
| 101 |
+
"loss": 4.4310519409179685,
|
| 102 |
+
"step": 600
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 0.04141050552670977,
|
| 106 |
+
"grad_norm": 1.0175905227661133,
|
| 107 |
+
"learning_rate": 0.0003,
|
| 108 |
+
"loss": 4.341097106933594,
|
| 109 |
+
"step": 650
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.04459592902876437,
|
| 113 |
+
"grad_norm": 1.0321624279022217,
|
| 114 |
+
"learning_rate": 0.0003,
|
| 115 |
+
"loss": 4.231830139160156,
|
| 116 |
+
"step": 700
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"epoch": 0.04778135253081897,
|
| 120 |
+
"grad_norm": 1.0309418439865112,
|
| 121 |
+
"learning_rate": 0.0003,
|
| 122 |
+
"loss": 4.140238952636719,
|
| 123 |
+
"step": 750
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.05096677603287357,
|
| 127 |
+
"grad_norm": 0.940864086151123,
|
| 128 |
+
"learning_rate": 0.0003,
|
| 129 |
+
"loss": 4.054711608886719,
|
| 130 |
+
"step": 800
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.05415219953492817,
|
| 134 |
+
"grad_norm": 0.9923902153968811,
|
| 135 |
+
"learning_rate": 0.0003,
|
| 136 |
+
"loss": 3.980743713378906,
|
| 137 |
+
"step": 850
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.05733762303698277,
|
| 141 |
+
"grad_norm": 0.9455788731575012,
|
| 142 |
+
"learning_rate": 0.0003,
|
| 143 |
+
"loss": 3.914459228515625,
|
| 144 |
+
"step": 900
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.06052304653903737,
|
| 148 |
+
"grad_norm": 0.9779245257377625,
|
| 149 |
+
"learning_rate": 0.0003,
|
| 150 |
+
"loss": 3.8528009033203126,
|
| 151 |
+
"step": 950
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"epoch": 0.06370847004109197,
|
| 155 |
+
"grad_norm": 0.9273849725723267,
|
| 156 |
+
"learning_rate": 0.0003,
|
| 157 |
+
"loss": 3.8008270263671875,
|
| 158 |
+
"step": 1000
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 0.06370847004109197,
|
| 162 |
+
"eval_loss": 1.900104284286499,
|
| 163 |
+
"eval_runtime": 22.787,
|
| 164 |
+
"eval_samples_per_second": 443.367,
|
| 165 |
+
"eval_steps_per_second": 13.868,
|
| 166 |
+
"step": 1000
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 0.06689389354314657,
|
| 170 |
+
"grad_norm": 0.9474796056747437,
|
| 171 |
+
"learning_rate": 0.0003,
|
| 172 |
+
"loss": 3.756812744140625,
|
| 173 |
+
"step": 1050
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 0.07007931704520116,
|
| 177 |
+
"grad_norm": 0.898605227470398,
|
| 178 |
+
"learning_rate": 0.0003,
|
| 179 |
+
"loss": 3.725189208984375,
|
| 180 |
+
"step": 1100
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"epoch": 0.07326474054725576,
|
| 184 |
+
"grad_norm": 0.8247606754302979,
|
| 185 |
+
"learning_rate": 0.0003,
|
| 186 |
+
"loss": 3.69662109375,
|
| 187 |
+
"step": 1150
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"epoch": 0.07645016404931036,
|
| 191 |
+
"grad_norm": 0.9039903879165649,
|
| 192 |
+
"learning_rate": 0.0003,
|
| 193 |
+
"loss": 3.633312072753906,
|
| 194 |
+
"step": 1200
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 0.07963558755136495,
|
| 198 |
+
"grad_norm": 0.8472636342048645,
|
| 199 |
+
"learning_rate": 0.0003,
|
| 200 |
+
"loss": 3.627657470703125,
|
| 201 |
+
"step": 1250
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.08282101105341955,
|
| 205 |
+
"grad_norm": 0.8446575999259949,
|
| 206 |
+
"learning_rate": 0.0003,
|
| 207 |
+
"loss": 3.59127685546875,
|
| 208 |
+
"step": 1300
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.08600643455547415,
|
| 212 |
+
"grad_norm": 0.8907977342605591,
|
| 213 |
+
"learning_rate": 0.0003,
|
| 214 |
+
"loss": 3.557159423828125,
|
| 215 |
+
"step": 1350
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"epoch": 0.08919185805752874,
|
| 219 |
+
"grad_norm": 0.8718058466911316,
|
| 220 |
+
"learning_rate": 0.0003,
|
| 221 |
+
"loss": 3.50177490234375,
|
| 222 |
+
"step": 1400
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 0.09237728155958334,
|
| 226 |
+
"grad_norm": 0.8583778738975525,
|
| 227 |
+
"learning_rate": 0.0003,
|
| 228 |
+
"loss": 3.522080078125,
|
| 229 |
+
"step": 1450
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 0.09556270506163794,
|
| 233 |
+
"grad_norm": 0.8243407607078552,
|
| 234 |
+
"learning_rate": 0.0003,
|
| 235 |
+
"loss": 3.4600424194335937,
|
| 236 |
+
"step": 1500
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 0.09556270506163794,
|
| 240 |
+
"eval_loss": 1.7322442531585693,
|
| 241 |
+
"eval_runtime": 22.9403,
|
| 242 |
+
"eval_samples_per_second": 440.405,
|
| 243 |
+
"eval_steps_per_second": 13.775,
|
| 244 |
+
"step": 1500
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.09874812856369254,
|
| 248 |
+
"grad_norm": 0.8302342295646667,
|
| 249 |
+
"learning_rate": 0.0003,
|
| 250 |
+
"loss": 3.4528384399414063,
|
| 251 |
+
"step": 1550
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 0.10193355206574714,
|
| 255 |
+
"grad_norm": 0.8258938193321228,
|
| 256 |
+
"learning_rate": 0.0003,
|
| 257 |
+
"loss": 3.4215289306640626,
|
| 258 |
+
"step": 1600
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 0.10511897556780174,
|
| 262 |
+
"grad_norm": 0.8112037181854248,
|
| 263 |
+
"learning_rate": 0.0003,
|
| 264 |
+
"loss": 3.4030706787109377,
|
| 265 |
+
"step": 1650
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 0.10830439906985634,
|
| 269 |
+
"grad_norm": 0.8116158246994019,
|
| 270 |
+
"learning_rate": 0.0003,
|
| 271 |
+
"loss": 3.39681884765625,
|
| 272 |
+
"step": 1700
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 0.11148982257191094,
|
| 276 |
+
"grad_norm": 0.8268960118293762,
|
| 277 |
+
"learning_rate": 0.0003,
|
| 278 |
+
"loss": 3.3635791015625,
|
| 279 |
+
"step": 1750
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.11467524607396554,
|
| 283 |
+
"grad_norm": 0.8487680554389954,
|
| 284 |
+
"learning_rate": 0.0003,
|
| 285 |
+
"loss": 3.3529998779296877,
|
| 286 |
+
"step": 1800
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"epoch": 0.11786066957602014,
|
| 290 |
+
"grad_norm": 0.7939220666885376,
|
| 291 |
+
"learning_rate": 0.0003,
|
| 292 |
+
"loss": 3.342622985839844,
|
| 293 |
+
"step": 1850
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"epoch": 0.12104609307807473,
|
| 297 |
+
"grad_norm": 0.7922126054763794,
|
| 298 |
+
"learning_rate": 0.0003,
|
| 299 |
+
"loss": 3.329544677734375,
|
| 300 |
+
"step": 1900
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"epoch": 0.12423151658012933,
|
| 304 |
+
"grad_norm": 0.7864624261856079,
|
| 305 |
+
"learning_rate": 0.0003,
|
| 306 |
+
"loss": 3.3191567993164064,
|
| 307 |
+
"step": 1950
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.12741694008218393,
|
| 311 |
+
"grad_norm": 0.7754216194152832,
|
| 312 |
+
"learning_rate": 0.0003,
|
| 313 |
+
"loss": 3.288849182128906,
|
| 314 |
+
"step": 2000
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.12741694008218393,
|
| 318 |
+
"eval_loss": 1.6442697048187256,
|
| 319 |
+
"eval_runtime": 23.3516,
|
| 320 |
+
"eval_samples_per_second": 432.647,
|
| 321 |
+
"eval_steps_per_second": 13.532,
|
| 322 |
+
"step": 2000
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"epoch": 0.13060236358423852,
|
| 326 |
+
"grad_norm": 0.8032373785972595,
|
| 327 |
+
"learning_rate": 0.0003,
|
| 328 |
+
"loss": 3.2620733642578124,
|
| 329 |
+
"step": 2050
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.13378778708629313,
|
| 333 |
+
"grad_norm": 0.7730779647827148,
|
| 334 |
+
"learning_rate": 0.0003,
|
| 335 |
+
"loss": 3.2765151977539064,
|
| 336 |
+
"step": 2100
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"epoch": 0.13697321058834772,
|
| 340 |
+
"grad_norm": 0.804121196269989,
|
| 341 |
+
"learning_rate": 0.0003,
|
| 342 |
+
"loss": 3.2524420166015626,
|
| 343 |
+
"step": 2150
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.14015863409040233,
|
| 347 |
+
"grad_norm": 0.8174483180046082,
|
| 348 |
+
"learning_rate": 0.0003,
|
| 349 |
+
"loss": 3.2468771362304687,
|
| 350 |
+
"step": 2200
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"epoch": 0.1433440575924569,
|
| 354 |
+
"grad_norm": 0.775197446346283,
|
| 355 |
+
"learning_rate": 0.0003,
|
| 356 |
+
"loss": 3.22389404296875,
|
| 357 |
+
"step": 2250
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"epoch": 0.14652948109451153,
|
| 361 |
+
"grad_norm": 0.754429280757904,
|
| 362 |
+
"learning_rate": 0.0003,
|
| 363 |
+
"loss": 3.213176574707031,
|
| 364 |
+
"step": 2300
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"epoch": 0.1497149045965661,
|
| 368 |
+
"grad_norm": 0.7735773324966431,
|
| 369 |
+
"learning_rate": 0.0003,
|
| 370 |
+
"loss": 3.2035504150390626,
|
| 371 |
+
"step": 2350
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"epoch": 0.15290032809862072,
|
| 375 |
+
"grad_norm": 0.7535238862037659,
|
| 376 |
+
"learning_rate": 0.0003,
|
| 377 |
+
"loss": 3.186253967285156,
|
| 378 |
+
"step": 2400
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 0.1560857516006753,
|
| 382 |
+
"grad_norm": 0.776179850101471,
|
| 383 |
+
"learning_rate": 0.0003,
|
| 384 |
+
"loss": 3.17057861328125,
|
| 385 |
+
"step": 2450
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"epoch": 0.1592711751027299,
|
| 389 |
+
"grad_norm": 0.7464358806610107,
|
| 390 |
+
"learning_rate": 0.0003,
|
| 391 |
+
"loss": 3.156702880859375,
|
| 392 |
+
"step": 2500
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"epoch": 0.1592711751027299,
|
| 396 |
+
"eval_loss": 1.5845896005630493,
|
| 397 |
+
"eval_runtime": 22.1836,
|
| 398 |
+
"eval_samples_per_second": 455.427,
|
| 399 |
+
"eval_steps_per_second": 14.245,
|
| 400 |
+
"step": 2500
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 0.1624565986047845,
|
| 404 |
+
"grad_norm": 0.7600530385971069,
|
| 405 |
+
"learning_rate": 0.0003,
|
| 406 |
+
"loss": 3.151944885253906,
|
| 407 |
+
"step": 2550
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"epoch": 0.1656420221068391,
|
| 411 |
+
"grad_norm": 0.7889643907546997,
|
| 412 |
+
"learning_rate": 0.0003,
|
| 413 |
+
"loss": 3.136610107421875,
|
| 414 |
+
"step": 2600
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.1688274456088937,
|
| 418 |
+
"grad_norm": 0.7493102550506592,
|
| 419 |
+
"learning_rate": 0.0003,
|
| 420 |
+
"loss": 3.1313116455078127,
|
| 421 |
+
"step": 2650
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"epoch": 0.1720128691109483,
|
| 425 |
+
"grad_norm": 0.7583590745925903,
|
| 426 |
+
"learning_rate": 0.0003,
|
| 427 |
+
"loss": 3.1122531127929687,
|
| 428 |
+
"step": 2700
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"epoch": 0.1751982926130029,
|
| 432 |
+
"grad_norm": 0.7713261246681213,
|
| 433 |
+
"learning_rate": 0.0003,
|
| 434 |
+
"loss": 3.1124774169921876,
|
| 435 |
+
"step": 2750
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"epoch": 0.1783837161150575,
|
| 439 |
+
"grad_norm": 0.7436685562133789,
|
| 440 |
+
"learning_rate": 0.0003,
|
| 441 |
+
"loss": 3.1192745971679687,
|
| 442 |
+
"step": 2800
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.1815691396171121,
|
| 446 |
+
"grad_norm": 0.7387950420379639,
|
| 447 |
+
"learning_rate": 0.0003,
|
| 448 |
+
"loss": 3.0959878540039063,
|
| 449 |
+
"step": 2850
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"epoch": 0.1847545631191667,
|
| 453 |
+
"grad_norm": 0.7572550177574158,
|
| 454 |
+
"learning_rate": 0.0003,
|
| 455 |
+
"loss": 3.0922555541992187,
|
| 456 |
+
"step": 2900
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"epoch": 0.1879399866212213,
|
| 460 |
+
"grad_norm": 0.7447418570518494,
|
| 461 |
+
"learning_rate": 0.0003,
|
| 462 |
+
"loss": 3.092269287109375,
|
| 463 |
+
"step": 2950
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"epoch": 0.19112541012327589,
|
| 467 |
+
"grad_norm": 0.7423698306083679,
|
| 468 |
+
"learning_rate": 0.0003,
|
| 469 |
+
"loss": 3.0631478881835936,
|
| 470 |
+
"step": 3000
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"epoch": 0.19112541012327589,
|
| 474 |
+
"eval_loss": 1.5422803163528442,
|
| 475 |
+
"eval_runtime": 23.4449,
|
| 476 |
+
"eval_samples_per_second": 430.925,
|
| 477 |
+
"eval_steps_per_second": 13.478,
|
| 478 |
+
"step": 3000
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.1943108336253305,
|
| 482 |
+
"grad_norm": 0.7148990035057068,
|
| 483 |
+
"learning_rate": 0.0003,
|
| 484 |
+
"loss": 3.0585479736328125,
|
| 485 |
+
"step": 3050
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.19749625712738508,
|
| 489 |
+
"grad_norm": 0.7321158051490784,
|
| 490 |
+
"learning_rate": 0.0003,
|
| 491 |
+
"loss": 3.066180419921875,
|
| 492 |
+
"step": 3100
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.2006816806294397,
|
| 496 |
+
"grad_norm": 0.7416279911994934,
|
| 497 |
+
"learning_rate": 0.0003,
|
| 498 |
+
"loss": 3.0487716674804686,
|
| 499 |
+
"step": 3150
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.20386710413149428,
|
| 503 |
+
"grad_norm": 0.7152788043022156,
|
| 504 |
+
"learning_rate": 0.0003,
|
| 505 |
+
"loss": 3.06279296875,
|
| 506 |
+
"step": 3200
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.2070525276335489,
|
| 510 |
+
"grad_norm": 0.7455261945724487,
|
| 511 |
+
"learning_rate": 0.0003,
|
| 512 |
+
"loss": 3.0631439208984377,
|
| 513 |
+
"step": 3250
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.21023795113560348,
|
| 517 |
+
"grad_norm": 0.7299383878707886,
|
| 518 |
+
"learning_rate": 0.0003,
|
| 519 |
+
"loss": 3.04324951171875,
|
| 520 |
+
"step": 3300
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.21342337463765806,
|
| 524 |
+
"grad_norm": 0.73154217004776,
|
| 525 |
+
"learning_rate": 0.0003,
|
| 526 |
+
"loss": 3.0362890625,
|
| 527 |
+
"step": 3350
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.21660879813971268,
|
| 531 |
+
"grad_norm": 0.7346115708351135,
|
| 532 |
+
"learning_rate": 0.0003,
|
| 533 |
+
"loss": 3.024760437011719,
|
| 534 |
+
"step": 3400
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.21979422164176726,
|
| 538 |
+
"grad_norm": 0.7139434218406677,
|
| 539 |
+
"learning_rate": 0.0003,
|
| 540 |
+
"loss": 3.0128494262695313,
|
| 541 |
+
"step": 3450
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.22297964514382188,
|
| 545 |
+
"grad_norm": 0.7423503398895264,
|
| 546 |
+
"learning_rate": 0.0003,
|
| 547 |
+
"loss": 3.0362188720703127,
|
| 548 |
+
"step": 3500
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.22297964514382188,
|
| 552 |
+
"eval_loss": 1.510373830795288,
|
| 553 |
+
"eval_runtime": 23.4012,
|
| 554 |
+
"eval_samples_per_second": 431.73,
|
| 555 |
+
"eval_steps_per_second": 13.504,
|
| 556 |
+
"step": 3500
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.22616506864587646,
|
| 560 |
+
"grad_norm": 0.7142049074172974,
|
| 561 |
+
"learning_rate": 0.0003,
|
| 562 |
+
"loss": 3.013752136230469,
|
| 563 |
+
"step": 3550
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.22935049214793107,
|
| 567 |
+
"grad_norm": 0.7133361101150513,
|
| 568 |
+
"learning_rate": 0.0003,
|
| 569 |
+
"loss": 3.0155905151367186,
|
| 570 |
+
"step": 3600
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.23253591564998566,
|
| 574 |
+
"grad_norm": 0.7242637872695923,
|
| 575 |
+
"learning_rate": 0.0003,
|
| 576 |
+
"loss": 3.0050390625,
|
| 577 |
+
"step": 3650
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.23572133915204027,
|
| 581 |
+
"grad_norm": 0.7068458199501038,
|
| 582 |
+
"learning_rate": 0.0003,
|
| 583 |
+
"loss": 2.997817077636719,
|
| 584 |
+
"step": 3700
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.23890676265409486,
|
| 588 |
+
"grad_norm": 0.7191183567047119,
|
| 589 |
+
"learning_rate": 0.0003,
|
| 590 |
+
"loss": 3.0074972534179687,
|
| 591 |
+
"step": 3750
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.24209218615614947,
|
| 595 |
+
"grad_norm": 0.7113999128341675,
|
| 596 |
+
"learning_rate": 0.0003,
|
| 597 |
+
"loss": 2.9924588012695312,
|
| 598 |
+
"step": 3800
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.24527760965820405,
|
| 602 |
+
"grad_norm": 0.704169750213623,
|
| 603 |
+
"learning_rate": 0.0003,
|
| 604 |
+
"loss": 2.9923251342773436,
|
| 605 |
+
"step": 3850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.24846303316025867,
|
| 609 |
+
"grad_norm": 0.689486026763916,
|
| 610 |
+
"learning_rate": 0.0003,
|
| 611 |
+
"loss": 2.962857971191406,
|
| 612 |
+
"step": 3900
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.2516484566623133,
|
| 616 |
+
"grad_norm": 0.7115288376808167,
|
| 617 |
+
"learning_rate": 0.0003,
|
| 618 |
+
"loss": 2.9723941040039064,
|
| 619 |
+
"step": 3950
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.25483388016436787,
|
| 623 |
+
"grad_norm": 0.6829734444618225,
|
| 624 |
+
"learning_rate": 0.0003,
|
| 625 |
+
"loss": 2.9560333251953126,
|
| 626 |
+
"step": 4000
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.25483388016436787,
|
| 630 |
+
"eval_loss": 1.482374668121338,
|
| 631 |
+
"eval_runtime": 22.2808,
|
| 632 |
+
"eval_samples_per_second": 453.439,
|
| 633 |
+
"eval_steps_per_second": 14.183,
|
| 634 |
+
"step": 4000
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"epoch": 0.25801930366642245,
|
| 638 |
+
"grad_norm": 0.6945831179618835,
|
| 639 |
+
"learning_rate": 0.0003,
|
| 640 |
+
"loss": 2.9535784912109375,
|
| 641 |
+
"step": 4050
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"epoch": 0.26120472716847704,
|
| 645 |
+
"grad_norm": 0.690827488899231,
|
| 646 |
+
"learning_rate": 0.0003,
|
| 647 |
+
"loss": 2.9315560913085936,
|
| 648 |
+
"step": 4100
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 0.2643901506705316,
|
| 652 |
+
"grad_norm": 0.7251810431480408,
|
| 653 |
+
"learning_rate": 0.0003,
|
| 654 |
+
"loss": 2.9491262817382813,
|
| 655 |
+
"step": 4150
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 0.26757557417258626,
|
| 659 |
+
"grad_norm": 0.6903426647186279,
|
| 660 |
+
"learning_rate": 0.0003,
|
| 661 |
+
"loss": 2.9596847534179687,
|
| 662 |
+
"step": 4200
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 0.27076099767464085,
|
| 666 |
+
"grad_norm": 0.7182983756065369,
|
| 667 |
+
"learning_rate": 0.0003,
|
| 668 |
+
"loss": 2.9524960327148437,
|
| 669 |
+
"step": 4250
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.27394642117669543,
|
| 673 |
+
"grad_norm": 0.6987735629081726,
|
| 674 |
+
"learning_rate": 0.0003,
|
| 675 |
+
"loss": 2.91990234375,
|
| 676 |
+
"step": 4300
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.27713184467875,
|
| 680 |
+
"grad_norm": 0.7041905522346497,
|
| 681 |
+
"learning_rate": 0.0003,
|
| 682 |
+
"loss": 2.9213037109375,
|
| 683 |
+
"step": 4350
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 0.28031726818080466,
|
| 687 |
+
"grad_norm": 0.7060105800628662,
|
| 688 |
+
"learning_rate": 0.0003,
|
| 689 |
+
"loss": 2.949046936035156,
|
| 690 |
+
"step": 4400
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 0.28350269168285924,
|
| 694 |
+
"grad_norm": 0.6817911863327026,
|
| 695 |
+
"learning_rate": 0.0003,
|
| 696 |
+
"loss": 2.9220065307617187,
|
| 697 |
+
"step": 4450
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"epoch": 0.2866881151849138,
|
| 701 |
+
"grad_norm": 0.6754902601242065,
|
| 702 |
+
"learning_rate": 0.0003,
|
| 703 |
+
"loss": 2.9083685302734374,
|
| 704 |
+
"step": 4500
|
| 705 |
+
},
|
| 706 |
+
{
|
| 707 |
+
"epoch": 0.2866881151849138,
|
| 708 |
+
"eval_loss": 1.4599963426589966,
|
| 709 |
+
"eval_runtime": 23.4291,
|
| 710 |
+
"eval_samples_per_second": 431.216,
|
| 711 |
+
"eval_steps_per_second": 13.488,
|
| 712 |
+
"step": 4500
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 0.2898735386869684,
|
| 716 |
+
"grad_norm": 0.6705558896064758,
|
| 717 |
+
"learning_rate": 0.0003,
|
| 718 |
+
"loss": 2.9190487670898437,
|
| 719 |
+
"step": 4550
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"epoch": 0.29305896218902305,
|
| 723 |
+
"grad_norm": 0.6795514822006226,
|
| 724 |
+
"learning_rate": 0.0003,
|
| 725 |
+
"loss": 2.9107174682617187,
|
| 726 |
+
"step": 4600
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"epoch": 0.29624438569107764,
|
| 730 |
+
"grad_norm": 0.6799351572990417,
|
| 731 |
+
"learning_rate": 0.0003,
|
| 732 |
+
"loss": 2.9119940185546875,
|
| 733 |
+
"step": 4650
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"epoch": 0.2994298091931322,
|
| 737 |
+
"grad_norm": 0.6832090616226196,
|
| 738 |
+
"learning_rate": 0.0003,
|
| 739 |
+
"loss": 2.895616455078125,
|
| 740 |
+
"step": 4700
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"epoch": 0.3026152326951868,
|
| 744 |
+
"grad_norm": 0.6919124722480774,
|
| 745 |
+
"learning_rate": 0.0003,
|
| 746 |
+
"loss": 2.8978277587890626,
|
| 747 |
+
"step": 4750
|
| 748 |
+
},
|
| 749 |
+
{
|
| 750 |
+
"epoch": 0.30580065619724145,
|
| 751 |
+
"grad_norm": 0.6905309557914734,
|
| 752 |
+
"learning_rate": 0.0003,
|
| 753 |
+
"loss": 2.903988952636719,
|
| 754 |
+
"step": 4800
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"epoch": 0.30898607969929603,
|
| 758 |
+
"grad_norm": 0.6617740392684937,
|
| 759 |
+
"learning_rate": 0.0003,
|
| 760 |
+
"loss": 2.892375183105469,
|
| 761 |
+
"step": 4850
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"epoch": 0.3121715032013506,
|
| 765 |
+
"grad_norm": 0.6902974843978882,
|
| 766 |
+
"learning_rate": 0.0003,
|
| 767 |
+
"loss": 2.8707626342773436,
|
| 768 |
+
"step": 4900
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"epoch": 0.3153569267034052,
|
| 772 |
+
"grad_norm": 0.6690743565559387,
|
| 773 |
+
"learning_rate": 0.0003,
|
| 774 |
+
"loss": 2.8908343505859375,
|
| 775 |
+
"step": 4950
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"epoch": 0.3185423502054598,
|
| 779 |
+
"grad_norm": 0.6480445861816406,
|
| 780 |
+
"learning_rate": 0.0003,
|
| 781 |
+
"loss": 2.8723358154296874,
|
| 782 |
+
"step": 5000
|
| 783 |
+
},
|
| 784 |
+
{
|
| 785 |
+
"epoch": 0.3185423502054598,
|
| 786 |
+
"eval_loss": 1.4423511028289795,
|
| 787 |
+
"eval_runtime": 22.1542,
|
| 788 |
+
"eval_samples_per_second": 456.03,
|
| 789 |
+
"eval_steps_per_second": 14.264,
|
| 790 |
+
"step": 5000
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"epoch": 0.32172777370751443,
|
| 794 |
+
"grad_norm": 0.6830846071243286,
|
| 795 |
+
"learning_rate": 0.0003,
|
| 796 |
+
"loss": 2.8886477661132814,
|
| 797 |
+
"step": 5050
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"epoch": 0.324913197209569,
|
| 801 |
+
"grad_norm": 0.6849225759506226,
|
| 802 |
+
"learning_rate": 0.0003,
|
| 803 |
+
"loss": 2.87338134765625,
|
| 804 |
+
"step": 5100
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"epoch": 0.3280986207116236,
|
| 808 |
+
"grad_norm": 0.6755518317222595,
|
| 809 |
+
"learning_rate": 0.0003,
|
| 810 |
+
"loss": 2.877676696777344,
|
| 811 |
+
"step": 5150
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"epoch": 0.3312840442136782,
|
| 815 |
+
"grad_norm": 0.6617788076400757,
|
| 816 |
+
"learning_rate": 0.0003,
|
| 817 |
+
"loss": 2.8757110595703126,
|
| 818 |
+
"step": 5200
|
| 819 |
+
},
|
| 820 |
+
{
|
| 821 |
+
"epoch": 0.3344694677157328,
|
| 822 |
+
"grad_norm": 0.7036768794059753,
|
| 823 |
+
"learning_rate": 0.0003,
|
| 824 |
+
"loss": 2.8573074340820312,
|
| 825 |
+
"step": 5250
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"epoch": 0.3376548912177874,
|
| 829 |
+
"grad_norm": 0.6579094529151917,
|
| 830 |
+
"learning_rate": 0.0003,
|
| 831 |
+
"loss": 2.8720626831054688,
|
| 832 |
+
"step": 5300
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"epoch": 0.340840314719842,
|
| 836 |
+
"grad_norm": 0.6679812073707581,
|
| 837 |
+
"learning_rate": 0.0003,
|
| 838 |
+
"loss": 2.851099853515625,
|
| 839 |
+
"step": 5350
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"epoch": 0.3440257382218966,
|
| 843 |
+
"grad_norm": 0.6677426695823669,
|
| 844 |
+
"learning_rate": 0.0003,
|
| 845 |
+
"loss": 2.8569485473632814,
|
| 846 |
+
"step": 5400
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"epoch": 0.3472111617239512,
|
| 850 |
+
"grad_norm": 0.6569070219993591,
|
| 851 |
+
"learning_rate": 0.0003,
|
| 852 |
+
"loss": 2.8666485595703124,
|
| 853 |
+
"step": 5450
|
| 854 |
+
},
|
| 855 |
+
{
|
| 856 |
+
"epoch": 0.3503965852260058,
|
| 857 |
+
"grad_norm": 0.6604616045951843,
|
| 858 |
+
"learning_rate": 0.0003,
|
| 859 |
+
"loss": 2.851506652832031,
|
| 860 |
+
"step": 5500
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"epoch": 0.3503965852260058,
|
| 864 |
+
"eval_loss": 1.425577998161316,
|
| 865 |
+
"eval_runtime": 23.4594,
|
| 866 |
+
"eval_samples_per_second": 430.659,
|
| 867 |
+
"eval_steps_per_second": 13.47,
|
| 868 |
+
"step": 5500
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"epoch": 0.3535820087280604,
|
| 872 |
+
"grad_norm": 0.681241512298584,
|
| 873 |
+
"learning_rate": 0.0003,
|
| 874 |
+
"loss": 2.851204528808594,
|
| 875 |
+
"step": 5550
|
| 876 |
+
},
|
| 877 |
+
{
|
| 878 |
+
"epoch": 0.356767432230115,
|
| 879 |
+
"grad_norm": 0.6741161942481995,
|
| 880 |
+
"learning_rate": 0.0003,
|
| 881 |
+
"loss": 2.8326242065429685,
|
| 882 |
+
"step": 5600
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"epoch": 0.3599528557321696,
|
| 886 |
+
"grad_norm": 0.6524420380592346,
|
| 887 |
+
"learning_rate": 0.0003,
|
| 888 |
+
"loss": 2.83824951171875,
|
| 889 |
+
"step": 5650
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"epoch": 0.3631382792342242,
|
| 893 |
+
"grad_norm": 0.689453125,
|
| 894 |
+
"learning_rate": 0.0003,
|
| 895 |
+
"loss": 2.835894775390625,
|
| 896 |
+
"step": 5700
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"epoch": 0.3663237027362788,
|
| 900 |
+
"grad_norm": 0.6474650502204895,
|
| 901 |
+
"learning_rate": 0.0003,
|
| 902 |
+
"loss": 2.8316229248046874,
|
| 903 |
+
"step": 5750
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"epoch": 0.3695091262383334,
|
| 907 |
+
"grad_norm": 0.6406029462814331,
|
| 908 |
+
"learning_rate": 0.0003,
|
| 909 |
+
"loss": 2.830424499511719,
|
| 910 |
+
"step": 5800
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"epoch": 0.37269454974038796,
|
| 914 |
+
"grad_norm": 0.6752877235412598,
|
| 915 |
+
"learning_rate": 0.0003,
|
| 916 |
+
"loss": 2.8113082885742187,
|
| 917 |
+
"step": 5850
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"epoch": 0.3758799732424426,
|
| 921 |
+
"grad_norm": 0.6765608191490173,
|
| 922 |
+
"learning_rate": 0.0003,
|
| 923 |
+
"loss": 2.8041595458984374,
|
| 924 |
+
"step": 5900
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"epoch": 0.3790653967444972,
|
| 928 |
+
"grad_norm": 0.6739156246185303,
|
| 929 |
+
"learning_rate": 0.0003,
|
| 930 |
+
"loss": 2.8140625,
|
| 931 |
+
"step": 5950
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"epoch": 0.38225082024655177,
|
| 935 |
+
"grad_norm": 0.6608895659446716,
|
| 936 |
+
"learning_rate": 0.0003,
|
| 937 |
+
"loss": 2.81939453125,
|
| 938 |
+
"step": 6000
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"epoch": 0.38225082024655177,
|
| 942 |
+
"eval_loss": 1.412307858467102,
|
| 943 |
+
"eval_runtime": 21.5332,
|
| 944 |
+
"eval_samples_per_second": 469.181,
|
| 945 |
+
"eval_steps_per_second": 14.675,
|
| 946 |
+
"step": 6000
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"epoch": 0.38543624374860636,
|
| 950 |
+
"grad_norm": 0.6547248363494873,
|
| 951 |
+
"learning_rate": 0.0003,
|
| 952 |
+
"loss": 2.806842041015625,
|
| 953 |
+
"step": 6050
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"epoch": 0.388621667250661,
|
| 957 |
+
"grad_norm": 0.6861343383789062,
|
| 958 |
+
"learning_rate": 0.0003,
|
| 959 |
+
"loss": 2.7924771118164062,
|
| 960 |
+
"step": 6100
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"epoch": 0.3918070907527156,
|
| 964 |
+
"grad_norm": 0.6477441191673279,
|
| 965 |
+
"learning_rate": 0.0003,
|
| 966 |
+
"loss": 2.803730773925781,
|
| 967 |
+
"step": 6150
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"epoch": 0.39499251425477017,
|
| 971 |
+
"grad_norm": 0.6472424864768982,
|
| 972 |
+
"learning_rate": 0.0003,
|
| 973 |
+
"loss": 2.797716064453125,
|
| 974 |
+
"step": 6200
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"epoch": 0.39817793775682475,
|
| 978 |
+
"grad_norm": 0.6462525129318237,
|
| 979 |
+
"learning_rate": 0.0003,
|
| 980 |
+
"loss": 2.8159149169921873,
|
| 981 |
+
"step": 6250
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"epoch": 0.4013633612588794,
|
| 985 |
+
"grad_norm": 0.6314276456832886,
|
| 986 |
+
"learning_rate": 0.0003,
|
| 987 |
+
"loss": 2.8154486083984374,
|
| 988 |
+
"step": 6300
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"epoch": 0.404548784760934,
|
| 992 |
+
"grad_norm": 0.6458173990249634,
|
| 993 |
+
"learning_rate": 0.0003,
|
| 994 |
+
"loss": 2.7983084106445313,
|
| 995 |
+
"step": 6350
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"epoch": 0.40773420826298856,
|
| 999 |
+
"grad_norm": 0.638751208782196,
|
| 1000 |
+
"learning_rate": 0.0003,
|
| 1001 |
+
"loss": 2.7921502685546873,
|
| 1002 |
+
"step": 6400
|
| 1003 |
+
},
|
| 1004 |
+
{
|
| 1005 |
+
"epoch": 0.41091963176504315,
|
| 1006 |
+
"grad_norm": 0.6702314615249634,
|
| 1007 |
+
"learning_rate": 0.0003,
|
| 1008 |
+
"loss": 2.7908941650390626,
|
| 1009 |
+
"step": 6450
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"epoch": 0.4141050552670978,
|
| 1013 |
+
"grad_norm": 0.642062246799469,
|
| 1014 |
+
"learning_rate": 0.0003,
|
| 1015 |
+
"loss": 2.7946160888671874,
|
| 1016 |
+
"step": 6500
|
| 1017 |
+
},
|
| 1018 |
+
{
|
| 1019 |
+
"epoch": 0.4141050552670978,
|
| 1020 |
+
"eval_loss": 1.3995262384414673,
|
| 1021 |
+
"eval_runtime": 23.7379,
|
| 1022 |
+
"eval_samples_per_second": 425.606,
|
| 1023 |
+
"eval_steps_per_second": 13.312,
|
| 1024 |
+
"step": 6500
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.4172904787691524,
|
| 1028 |
+
"grad_norm": 0.6468133926391602,
|
| 1029 |
+
"learning_rate": 0.0003,
|
| 1030 |
+
"loss": 2.7932785034179686,
|
| 1031 |
+
"step": 6550
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.42047590227120696,
|
| 1035 |
+
"grad_norm": 0.6400574445724487,
|
| 1036 |
+
"learning_rate": 0.0003,
|
| 1037 |
+
"loss": 2.797884521484375,
|
| 1038 |
+
"step": 6600
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.42366132577326154,
|
| 1042 |
+
"grad_norm": 0.6529418230056763,
|
| 1043 |
+
"learning_rate": 0.0003,
|
| 1044 |
+
"loss": 2.787747802734375,
|
| 1045 |
+
"step": 6650
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.42684674927531613,
|
| 1049 |
+
"grad_norm": 0.6661109924316406,
|
| 1050 |
+
"learning_rate": 0.0003,
|
| 1051 |
+
"loss": 2.7549853515625,
|
| 1052 |
+
"step": 6700
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.43003217277737077,
|
| 1056 |
+
"grad_norm": 0.630394458770752,
|
| 1057 |
+
"learning_rate": 0.0003,
|
| 1058 |
+
"loss": 2.7755743408203126,
|
| 1059 |
+
"step": 6750
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.43321759627942535,
|
| 1063 |
+
"grad_norm": 0.6382555961608887,
|
| 1064 |
+
"learning_rate": 0.0003,
|
| 1065 |
+
"loss": 2.7796176147460936,
|
| 1066 |
+
"step": 6800
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.43640301978147994,
|
| 1070 |
+
"grad_norm": 0.6238535642623901,
|
| 1071 |
+
"learning_rate": 0.0003,
|
| 1072 |
+
"loss": 2.7695758056640627,
|
| 1073 |
+
"step": 6850
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.4395884432835345,
|
| 1077 |
+
"grad_norm": 0.6449209451675415,
|
| 1078 |
+
"learning_rate": 0.0003,
|
| 1079 |
+
"loss": 2.779901428222656,
|
| 1080 |
+
"step": 6900
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.44277386678558917,
|
| 1084 |
+
"grad_norm": 0.6255211234092712,
|
| 1085 |
+
"learning_rate": 0.0003,
|
| 1086 |
+
"loss": 2.777834167480469,
|
| 1087 |
+
"step": 6950
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.44595929028764375,
|
| 1091 |
+
"grad_norm": 0.6496977210044861,
|
| 1092 |
+
"learning_rate": 0.0003,
|
| 1093 |
+
"loss": 2.77800048828125,
|
| 1094 |
+
"step": 7000
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.44595929028764375,
|
| 1098 |
+
"eval_loss": 1.3886700868606567,
|
| 1099 |
+
"eval_runtime": 22.498,
|
| 1100 |
+
"eval_samples_per_second": 449.063,
|
| 1101 |
+
"eval_steps_per_second": 14.046,
|
| 1102 |
+
"step": 7000
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 0.44914471378969834,
|
| 1106 |
+
"grad_norm": 0.639970600605011,
|
| 1107 |
+
"learning_rate": 0.0003,
|
| 1108 |
+
"loss": 2.7682064819335936,
|
| 1109 |
+
"step": 7050
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 0.4523301372917529,
|
| 1113 |
+
"grad_norm": 0.6330003142356873,
|
| 1114 |
+
"learning_rate": 0.0003,
|
| 1115 |
+
"loss": 2.761827392578125,
|
| 1116 |
+
"step": 7100
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 0.45551556079380756,
|
| 1120 |
+
"grad_norm": 0.6850003600120544,
|
| 1121 |
+
"learning_rate": 0.0003,
|
| 1122 |
+
"loss": 2.752735900878906,
|
| 1123 |
+
"step": 7150
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 0.45870098429586215,
|
| 1127 |
+
"grad_norm": 0.6478457450866699,
|
| 1128 |
+
"learning_rate": 0.0003,
|
| 1129 |
+
"loss": 2.7455511474609375,
|
| 1130 |
+
"step": 7200
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.46188640779791673,
|
| 1134 |
+
"grad_norm": 0.6256737112998962,
|
| 1135 |
+
"learning_rate": 0.0003,
|
| 1136 |
+
"loss": 2.747308349609375,
|
| 1137 |
+
"step": 7250
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 0.4650718312999713,
|
| 1141 |
+
"grad_norm": 0.6364322304725647,
|
| 1142 |
+
"learning_rate": 0.0003,
|
| 1143 |
+
"loss": 2.768023681640625,
|
| 1144 |
+
"step": 7300
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 0.4682572548020259,
|
| 1148 |
+
"grad_norm": 0.628696858882904,
|
| 1149 |
+
"learning_rate": 0.0003,
|
| 1150 |
+
"loss": 2.7501296997070312,
|
| 1151 |
+
"step": 7350
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 0.47144267830408054,
|
| 1155 |
+
"grad_norm": 0.6258370280265808,
|
| 1156 |
+
"learning_rate": 0.0003,
|
| 1157 |
+
"loss": 2.751533203125,
|
| 1158 |
+
"step": 7400
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 0.4746281018061351,
|
| 1162 |
+
"grad_norm": 0.6456780433654785,
|
| 1163 |
+
"learning_rate": 0.0003,
|
| 1164 |
+
"loss": 2.755550537109375,
|
| 1165 |
+
"step": 7450
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 0.4778135253081897,
|
| 1169 |
+
"grad_norm": 0.6306030750274658,
|
| 1170 |
+
"learning_rate": 0.0003,
|
| 1171 |
+
"loss": 2.7546148681640625,
|
| 1172 |
+
"step": 7500
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 0.4778135253081897,
|
| 1176 |
+
"eval_loss": 1.3773651123046875,
|
| 1177 |
+
"eval_runtime": 23.0878,
|
| 1178 |
+
"eval_samples_per_second": 437.59,
|
| 1179 |
+
"eval_steps_per_second": 13.687,
|
| 1180 |
+
"step": 7500
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"epoch": 0.4809989488102443,
|
| 1184 |
+
"grad_norm": 0.6364194750785828,
|
| 1185 |
+
"learning_rate": 0.0003,
|
| 1186 |
+
"loss": 2.7301571655273436,
|
| 1187 |
+
"step": 7550
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 0.48418437231229894,
|
| 1191 |
+
"grad_norm": 0.640110433101654,
|
| 1192 |
+
"learning_rate": 0.0003,
|
| 1193 |
+
"loss": 2.7487637329101564,
|
| 1194 |
+
"step": 7600
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 0.4873697958143535,
|
| 1198 |
+
"grad_norm": 0.6385582685470581,
|
| 1199 |
+
"learning_rate": 0.0003,
|
| 1200 |
+
"loss": 2.752929382324219,
|
| 1201 |
+
"step": 7650
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"epoch": 0.4905552193164081,
|
| 1205 |
+
"grad_norm": 0.6104156374931335,
|
| 1206 |
+
"learning_rate": 0.0003,
|
| 1207 |
+
"loss": 2.755207824707031,
|
| 1208 |
+
"step": 7700
|
| 1209 |
+
},
|
| 1210 |
+
{
|
| 1211 |
+
"epoch": 0.4937406428184627,
|
| 1212 |
+
"grad_norm": 0.6292197108268738,
|
| 1213 |
+
"learning_rate": 0.0003,
|
| 1214 |
+
"loss": 2.7580880737304687,
|
| 1215 |
+
"step": 7750
|
| 1216 |
+
},
|
| 1217 |
+
{
|
| 1218 |
+
"epoch": 0.49692606632051733,
|
| 1219 |
+
"grad_norm": 0.6293047666549683,
|
| 1220 |
+
"learning_rate": 0.0003,
|
| 1221 |
+
"loss": 2.733714904785156,
|
| 1222 |
+
"step": 7800
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"epoch": 0.5001114898225719,
|
| 1226 |
+
"grad_norm": 0.6153090596199036,
|
| 1227 |
+
"learning_rate": 0.0003,
|
| 1228 |
+
"loss": 2.743830261230469,
|
| 1229 |
+
"step": 7850
|
| 1230 |
+
},
|
| 1231 |
+
{
|
| 1232 |
+
"epoch": 0.5032969133246266,
|
| 1233 |
+
"grad_norm": 0.6130385398864746,
|
| 1234 |
+
"learning_rate": 0.0003,
|
| 1235 |
+
"loss": 2.7247064208984373,
|
| 1236 |
+
"step": 7900
|
| 1237 |
+
},
|
| 1238 |
+
{
|
| 1239 |
+
"epoch": 0.5064823368266811,
|
| 1240 |
+
"grad_norm": 0.621226966381073,
|
| 1241 |
+
"learning_rate": 0.0003,
|
| 1242 |
+
"loss": 2.7473419189453123,
|
| 1243 |
+
"step": 7950
|
| 1244 |
+
},
|
| 1245 |
+
{
|
| 1246 |
+
"epoch": 0.5096677603287357,
|
| 1247 |
+
"grad_norm": 0.6221226453781128,
|
| 1248 |
+
"learning_rate": 0.0003,
|
| 1249 |
+
"loss": 2.7302447509765626,
|
| 1250 |
+
"step": 8000
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"epoch": 0.5096677603287357,
|
| 1254 |
+
"eval_loss": 1.3685990571975708,
|
| 1255 |
+
"eval_runtime": 23.4368,
|
| 1256 |
+
"eval_samples_per_second": 431.075,
|
| 1257 |
+
"eval_steps_per_second": 13.483,
|
| 1258 |
+
"step": 8000
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"epoch": 0.5128531838307903,
|
| 1262 |
+
"grad_norm": 0.6214672327041626,
|
| 1263 |
+
"learning_rate": 0.0003,
|
| 1264 |
+
"loss": 2.726623840332031,
|
| 1265 |
+
"step": 8050
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"epoch": 0.5160386073328449,
|
| 1269 |
+
"grad_norm": 0.6271846890449524,
|
| 1270 |
+
"learning_rate": 0.0003,
|
| 1271 |
+
"loss": 2.722579040527344,
|
| 1272 |
+
"step": 8100
|
| 1273 |
+
},
|
| 1274 |
+
{
|
| 1275 |
+
"epoch": 0.5192240308348995,
|
| 1276 |
+
"grad_norm": 0.6163957715034485,
|
| 1277 |
+
"learning_rate": 0.0003,
|
| 1278 |
+
"loss": 2.7232086181640627,
|
| 1279 |
+
"step": 8150
|
| 1280 |
+
},
|
| 1281 |
+
{
|
| 1282 |
+
"epoch": 0.5224094543369541,
|
| 1283 |
+
"grad_norm": 0.6377554535865784,
|
| 1284 |
+
"learning_rate": 0.0003,
|
| 1285 |
+
"loss": 2.731226806640625,
|
| 1286 |
+
"step": 8200
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"epoch": 0.5255948778390087,
|
| 1290 |
+
"grad_norm": 0.6154534816741943,
|
| 1291 |
+
"learning_rate": 0.0003,
|
| 1292 |
+
"loss": 2.7162045288085936,
|
| 1293 |
+
"step": 8250
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"epoch": 0.5287803013410632,
|
| 1297 |
+
"grad_norm": 0.638851523399353,
|
| 1298 |
+
"learning_rate": 0.0003,
|
| 1299 |
+
"loss": 2.7193792724609374,
|
| 1300 |
+
"step": 8300
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"epoch": 0.5319657248431179,
|
| 1304 |
+
"grad_norm": 0.6041390895843506,
|
| 1305 |
+
"learning_rate": 0.0003,
|
| 1306 |
+
"loss": 2.7182553100585936,
|
| 1307 |
+
"step": 8350
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"epoch": 0.5351511483451725,
|
| 1311 |
+
"grad_norm": 0.6189262866973877,
|
| 1312 |
+
"learning_rate": 0.0003,
|
| 1313 |
+
"loss": 2.7203045654296876,
|
| 1314 |
+
"step": 8400
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 0.538336571847227,
|
| 1318 |
+
"grad_norm": 0.600339412689209,
|
| 1319 |
+
"learning_rate": 0.0003,
|
| 1320 |
+
"loss": 2.706983947753906,
|
| 1321 |
+
"step": 8450
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"epoch": 0.5415219953492817,
|
| 1325 |
+
"grad_norm": 0.6224169731140137,
|
| 1326 |
+
"learning_rate": 0.0003,
|
| 1327 |
+
"loss": 2.7196090698242186,
|
| 1328 |
+
"step": 8500
|
| 1329 |
+
},
|
| 1330 |
+
{
|
| 1331 |
+
"epoch": 0.5415219953492817,
|
| 1332 |
+
"eval_loss": 1.3598597049713135,
|
| 1333 |
+
"eval_runtime": 21.8633,
|
| 1334 |
+
"eval_samples_per_second": 462.099,
|
| 1335 |
+
"eval_steps_per_second": 14.453,
|
| 1336 |
+
"step": 8500
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"epoch": 0.5447074188513363,
|
| 1340 |
+
"grad_norm": 0.6039189100265503,
|
| 1341 |
+
"learning_rate": 0.0003,
|
| 1342 |
+
"loss": 2.707725830078125,
|
| 1343 |
+
"step": 8550
|
| 1344 |
+
},
|
| 1345 |
+
{
|
| 1346 |
+
"epoch": 0.5478928423533909,
|
| 1347 |
+
"grad_norm": 0.614460289478302,
|
| 1348 |
+
"learning_rate": 0.0003,
|
| 1349 |
+
"loss": 2.705989990234375,
|
| 1350 |
+
"step": 8600
|
| 1351 |
+
},
|
| 1352 |
+
{
|
| 1353 |
+
"epoch": 0.5510782658554455,
|
| 1354 |
+
"grad_norm": 0.6237956881523132,
|
| 1355 |
+
"learning_rate": 0.0003,
|
| 1356 |
+
"loss": 2.724997253417969,
|
| 1357 |
+
"step": 8650
|
| 1358 |
+
},
|
| 1359 |
+
{
|
| 1360 |
+
"epoch": 0.5542636893575,
|
| 1361 |
+
"grad_norm": 0.6046378016471863,
|
| 1362 |
+
"learning_rate": 0.0003,
|
| 1363 |
+
"loss": 2.7018728637695313,
|
| 1364 |
+
"step": 8700
|
| 1365 |
+
},
|
| 1366 |
+
{
|
| 1367 |
+
"epoch": 0.5574491128595547,
|
| 1368 |
+
"grad_norm": 0.621566116809845,
|
| 1369 |
+
"learning_rate": 0.0003,
|
| 1370 |
+
"loss": 2.693578796386719,
|
| 1371 |
+
"step": 8750
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"epoch": 0.5606345363616093,
|
| 1375 |
+
"grad_norm": 0.611810028553009,
|
| 1376 |
+
"learning_rate": 0.0003,
|
| 1377 |
+
"loss": 2.7023934936523437,
|
| 1378 |
+
"step": 8800
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"epoch": 0.5638199598636638,
|
| 1382 |
+
"grad_norm": 0.6239098906517029,
|
| 1383 |
+
"learning_rate": 0.0003,
|
| 1384 |
+
"loss": 2.705491638183594,
|
| 1385 |
+
"step": 8850
|
| 1386 |
+
},
|
| 1387 |
+
{
|
| 1388 |
+
"epoch": 0.5670053833657185,
|
| 1389 |
+
"grad_norm": 0.6088017225265503,
|
| 1390 |
+
"learning_rate": 0.0003,
|
| 1391 |
+
"loss": 2.6936785888671877,
|
| 1392 |
+
"step": 8900
|
| 1393 |
+
},
|
| 1394 |
+
{
|
| 1395 |
+
"epoch": 0.5701908068677731,
|
| 1396 |
+
"grad_norm": 0.610343337059021,
|
| 1397 |
+
"learning_rate": 0.0003,
|
| 1398 |
+
"loss": 2.7051541137695314,
|
| 1399 |
+
"step": 8950
|
| 1400 |
+
},
|
| 1401 |
+
{
|
| 1402 |
+
"epoch": 0.5733762303698277,
|
| 1403 |
+
"grad_norm": 0.5963529348373413,
|
| 1404 |
+
"learning_rate": 0.0003,
|
| 1405 |
+
"loss": 2.713864440917969,
|
| 1406 |
+
"step": 9000
|
| 1407 |
+
},
|
| 1408 |
+
{
|
| 1409 |
+
"epoch": 0.5733762303698277,
|
| 1410 |
+
"eval_loss": 1.3529787063598633,
|
| 1411 |
+
"eval_runtime": 23.4537,
|
| 1412 |
+
"eval_samples_per_second": 430.764,
|
| 1413 |
+
"eval_steps_per_second": 13.473,
|
| 1414 |
+
"step": 9000
|
| 1415 |
+
},
|
| 1416 |
+
{
|
| 1417 |
+
"epoch": 0.5765616538718823,
|
| 1418 |
+
"grad_norm": 0.6124906539916992,
|
| 1419 |
+
"learning_rate": 0.0003,
|
| 1420 |
+
"loss": 2.690745544433594,
|
| 1421 |
+
"step": 9050
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"epoch": 0.5797470773739368,
|
| 1425 |
+
"grad_norm": 0.6216937899589539,
|
| 1426 |
+
"learning_rate": 0.0003,
|
| 1427 |
+
"loss": 2.699717712402344,
|
| 1428 |
+
"step": 9100
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"epoch": 0.5829325008759915,
|
| 1432 |
+
"grad_norm": 0.5955805778503418,
|
| 1433 |
+
"learning_rate": 0.0003,
|
| 1434 |
+
"loss": 2.6945562744140625,
|
| 1435 |
+
"step": 9150
|
| 1436 |
+
},
|
| 1437 |
+
{
|
| 1438 |
+
"epoch": 0.5861179243780461,
|
| 1439 |
+
"grad_norm": 0.6079633831977844,
|
| 1440 |
+
"learning_rate": 0.0003,
|
| 1441 |
+
"loss": 2.6944207763671875,
|
| 1442 |
+
"step": 9200
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"epoch": 0.5893033478801006,
|
| 1446 |
+
"grad_norm": 0.5997431874275208,
|
| 1447 |
+
"learning_rate": 0.0003,
|
| 1448 |
+
"loss": 2.682657470703125,
|
| 1449 |
+
"step": 9250
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"epoch": 0.5924887713821553,
|
| 1453 |
+
"grad_norm": 0.5978936553001404,
|
| 1454 |
+
"learning_rate": 0.0003,
|
| 1455 |
+
"loss": 2.6979690551757813,
|
| 1456 |
+
"step": 9300
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"epoch": 0.5956741948842098,
|
| 1460 |
+
"grad_norm": 0.6001494526863098,
|
| 1461 |
+
"learning_rate": 0.0003,
|
| 1462 |
+
"loss": 2.678921813964844,
|
| 1463 |
+
"step": 9350
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"epoch": 0.5988596183862644,
|
| 1467 |
+
"grad_norm": 0.6094045639038086,
|
| 1468 |
+
"learning_rate": 0.0003,
|
| 1469 |
+
"loss": 2.6512747192382813,
|
| 1470 |
+
"step": 9400
|
| 1471 |
+
},
|
| 1472 |
+
{
|
| 1473 |
+
"epoch": 0.6020450418883191,
|
| 1474 |
+
"grad_norm": 0.6045228838920593,
|
| 1475 |
+
"learning_rate": 0.0003,
|
| 1476 |
+
"loss": 2.691983642578125,
|
| 1477 |
+
"step": 9450
|
| 1478 |
+
},
|
| 1479 |
+
{
|
| 1480 |
+
"epoch": 0.6052304653903736,
|
| 1481 |
+
"grad_norm": 0.6013676524162292,
|
| 1482 |
+
"learning_rate": 0.0003,
|
| 1483 |
+
"loss": 2.683333435058594,
|
| 1484 |
+
"step": 9500
|
| 1485 |
+
},
|
| 1486 |
+
{
|
| 1487 |
+
"epoch": 0.6052304653903736,
|
| 1488 |
+
"eval_loss": 1.344848394393921,
|
| 1489 |
+
"eval_runtime": 21.6697,
|
| 1490 |
+
"eval_samples_per_second": 466.227,
|
| 1491 |
+
"eval_steps_per_second": 14.583,
|
| 1492 |
+
"step": 9500
|
| 1493 |
+
},
|
| 1494 |
+
{
|
| 1495 |
+
"epoch": 0.6084158888924283,
|
| 1496 |
+
"grad_norm": 0.6003855466842651,
|
| 1497 |
+
"learning_rate": 0.0003,
|
| 1498 |
+
"loss": 2.676940612792969,
|
| 1499 |
+
"step": 9550
|
| 1500 |
+
},
|
| 1501 |
+
{
|
| 1502 |
+
"epoch": 0.6116013123944829,
|
| 1503 |
+
"grad_norm": 0.6023901104927063,
|
| 1504 |
+
"learning_rate": 0.0003,
|
| 1505 |
+
"loss": 2.68151123046875,
|
| 1506 |
+
"step": 9600
|
| 1507 |
+
},
|
| 1508 |
+
{
|
| 1509 |
+
"epoch": 0.6147867358965374,
|
| 1510 |
+
"grad_norm": 0.5977089405059814,
|
| 1511 |
+
"learning_rate": 0.0003,
|
| 1512 |
+
"loss": 2.6782522583007813,
|
| 1513 |
+
"step": 9650
|
| 1514 |
+
},
|
| 1515 |
+
{
|
| 1516 |
+
"epoch": 0.6179721593985921,
|
| 1517 |
+
"grad_norm": 0.6092996597290039,
|
| 1518 |
+
"learning_rate": 0.0003,
|
| 1519 |
+
"loss": 2.6822268676757814,
|
| 1520 |
+
"step": 9700
|
| 1521 |
+
},
|
| 1522 |
+
{
|
| 1523 |
+
"epoch": 0.6211575829006466,
|
| 1524 |
+
"grad_norm": 0.6068724989891052,
|
| 1525 |
+
"learning_rate": 0.0003,
|
| 1526 |
+
"loss": 2.6791806030273437,
|
| 1527 |
+
"step": 9750
|
| 1528 |
+
},
|
| 1529 |
+
{
|
| 1530 |
+
"epoch": 0.6243430064027012,
|
| 1531 |
+
"grad_norm": 0.6010355949401855,
|
| 1532 |
+
"learning_rate": 0.0003,
|
| 1533 |
+
"loss": 2.674016418457031,
|
| 1534 |
+
"step": 9800
|
| 1535 |
+
},
|
| 1536 |
+
{
|
| 1537 |
+
"epoch": 0.6275284299047559,
|
| 1538 |
+
"grad_norm": 0.597061276435852,
|
| 1539 |
+
"learning_rate": 0.0003,
|
| 1540 |
+
"loss": 2.6548828125,
|
| 1541 |
+
"step": 9850
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"epoch": 0.6307138534068104,
|
| 1545 |
+
"grad_norm": 0.6113420724868774,
|
| 1546 |
+
"learning_rate": 0.0003,
|
| 1547 |
+
"loss": 2.6783132934570313,
|
| 1548 |
+
"step": 9900
|
| 1549 |
+
},
|
| 1550 |
+
{
|
| 1551 |
+
"epoch": 0.633899276908865,
|
| 1552 |
+
"grad_norm": 0.5893495082855225,
|
| 1553 |
+
"learning_rate": 0.0003,
|
| 1554 |
+
"loss": 2.669444580078125,
|
| 1555 |
+
"step": 9950
|
| 1556 |
+
},
|
| 1557 |
+
{
|
| 1558 |
+
"epoch": 0.6370847004109196,
|
| 1559 |
+
"grad_norm": 0.6023650169372559,
|
| 1560 |
+
"learning_rate": 0.0003,
|
| 1561 |
+
"loss": 2.6637033081054686,
|
| 1562 |
+
"step": 10000
|
| 1563 |
+
},
|
| 1564 |
+
{
|
| 1565 |
+
"epoch": 0.6370847004109196,
|
| 1566 |
+
"eval_loss": 1.3375693559646606,
|
| 1567 |
+
"eval_runtime": 23.3102,
|
| 1568 |
+
"eval_samples_per_second": 433.415,
|
| 1569 |
+
"eval_steps_per_second": 13.556,
|
| 1570 |
+
"step": 10000
|
| 1571 |
+
}
|
| 1572 |
+
],
|
| 1573 |
+
"logging_steps": 50,
|
| 1574 |
+
"max_steps": 10000,
|
| 1575 |
+
"num_input_tokens_seen": 0,
|
| 1576 |
+
"num_train_epochs": 1,
|
| 1577 |
+
"save_steps": 1000,
|
| 1578 |
+
"stateful_callbacks": {
|
| 1579 |
+
"TrainerControl": {
|
| 1580 |
+
"args": {
|
| 1581 |
+
"should_epoch_stop": false,
|
| 1582 |
+
"should_evaluate": false,
|
| 1583 |
+
"should_log": false,
|
| 1584 |
+
"should_save": true,
|
| 1585 |
+
"should_training_stop": true
|
| 1586 |
+
},
|
| 1587 |
+
"attributes": {}
|
| 1588 |
+
}
|
| 1589 |
+
},
|
| 1590 |
+
"total_flos": 7.01270851584e+16,
|
| 1591 |
+
"train_batch_size": 32,
|
| 1592 |
+
"trial_name": null,
|
| 1593 |
+
"trial_params": null
|
| 1594 |
+
}
|
out/gelu_run/checkpoint-10000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fa1a0b0e5363cc36836421f3897c70be29fbcdf36b446a98ed1a52d6ba697a2
|
| 3 |
+
size 4856
|
out/gelu_run/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TinyLlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"glu_activation": "gelu",
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 512,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 768,
|
| 16 |
+
"max_position_embeddings": 512,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "tiny_llama",
|
| 19 |
+
"num_attention_heads": 8,
|
| 20 |
+
"num_hidden_layers": 16,
|
| 21 |
+
"num_key_value_heads": 8,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-06,
|
| 25 |
+
"rope_parameters": {
|
| 26 |
+
"rope_theta": 10000.0,
|
| 27 |
+
"rope_type": "default"
|
| 28 |
+
},
|
| 29 |
+
"tie_word_embeddings": true,
|
| 30 |
+
"tokenizer_name": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 31 |
+
"transformers_version": "5.15.0.dev0",
|
| 32 |
+
"use_cache": false,
|
| 33 |
+
"vocab_size": 32000
|
| 34 |
+
}
|
out/gelu_run/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6e127711dc7a082314a726aa5990adf7c2d5d2be930edd888d5efe90fa2260
|
| 3 |
+
size 208226064
|
out/gelu_run/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
out/gelu_run/tokenizer_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": null,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"is_local": false,
|
| 8 |
+
"local_files_only": false,
|
| 9 |
+
"model_max_length": 2048,
|
| 10 |
+
"pad_token": "</s>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"sp_model_kwargs": {},
|
| 13 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 14 |
+
"unk_token": "<unk>",
|
| 15 |
+
"use_default_system_prompt": false
|
| 16 |
+
}
|
out/gelu_run/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fa1a0b0e5363cc36836421f3897c70be29fbcdf36b446a98ed1a52d6ba697a2
|
| 3 |
+
size 4856
|
out/gelu_run/training_log.jsonl
CHANGED
|
@@ -215,3 +215,8 @@
|
|
| 215 |
{"step": 9800, "epoch": 0.6243430064027012, "timestamp": 1785791003.7711053, "loss": 2.674016418457031, "grad_norm": 0.6010355949401855, "learning_rate": 0.0003, "train/total_time_seconds": 2743.781830396503, "train/time_per_step_avg": 0.2649773460626602, "train/epoch_time_elapsed": 3673.754510141909, "train/estimated_remaining_minutes": 0.9332591259852052}
|
| 216 |
{"step": 9850, "epoch": 0.6275284299047559, "timestamp": 1785791020.7603729, "loss": 2.6548828125, "grad_norm": 0.597061276435852, "learning_rate": 0.0003, "train/total_time_seconds": 2758.3340581022203, "train/time_per_step_avg": 0.28878977343440054, "train/epoch_time_elapsed": 3690.74377720803, "train/estimated_remaining_minutes": 0.7000847863203604}
|
| 217 |
{"step": 9900, "epoch": 0.6307138534068104, "timestamp": 1785791037.5630002, "loss": 2.6783132934570313, "grad_norm": 0.6113420724868774, "learning_rate": 0.0003, "train/total_time_seconds": 2772.637024130672, "train/time_per_step_avg": 0.28855193734169005, "train/epoch_time_elapsed": 3707.5464034341276, "train/estimated_remaining_minutes": 0.46677390978630845}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
{"step": 9800, "epoch": 0.6243430064027012, "timestamp": 1785791003.7711053, "loss": 2.674016418457031, "grad_norm": 0.6010355949401855, "learning_rate": 0.0003, "train/total_time_seconds": 2743.781830396503, "train/time_per_step_avg": 0.2649773460626602, "train/epoch_time_elapsed": 3673.754510141909, "train/estimated_remaining_minutes": 0.9332591259852052}
|
| 216 |
{"step": 9850, "epoch": 0.6275284299047559, "timestamp": 1785791020.7603729, "loss": 2.6548828125, "grad_norm": 0.597061276435852, "learning_rate": 0.0003, "train/total_time_seconds": 2758.3340581022203, "train/time_per_step_avg": 0.28878977343440054, "train/epoch_time_elapsed": 3690.74377720803, "train/estimated_remaining_minutes": 0.7000847863203604}
|
| 217 |
{"step": 9900, "epoch": 0.6307138534068104, "timestamp": 1785791037.5630002, "loss": 2.6783132934570313, "grad_norm": 0.6113420724868774, "learning_rate": 0.0003, "train/total_time_seconds": 2772.637024130672, "train/time_per_step_avg": 0.28855193734169005, "train/epoch_time_elapsed": 3707.5464034341276, "train/estimated_remaining_minutes": 0.46677390978630845}
|
| 218 |
+
{"step": 9950, "epoch": 0.633899276908865, "timestamp": 1785791053.6952314, "loss": 2.669444580078125, "grad_norm": 0.5893495082855225, "learning_rate": 0.0003, "train/total_time_seconds": 2786.329146616161, "train/time_per_step_avg": 0.27995088513940575, "train/epoch_time_elapsed": 3723.678635638207, "train/estimated_remaining_minutes": 0.23336090005160476}
|
| 219 |
+
{"step": 10000, "epoch": 0.6370847004109196, "timestamp": 1785791069.38644, "loss": 2.6637033081054686, "grad_norm": 0.6023650169372559, "learning_rate": 0.0003, "train/total_time_seconds": 2799.2567448094487, "train/time_per_step_avg": 0.26619720678776504, "train/epoch_time_elapsed": 3739.3698446899652, "train/estimated_remaining_minutes": 0.0}
|
| 220 |
+
{"step": 10000, "epoch": 0.6370847004109196, "timestamp": 1785791092.6981473, "eval_loss": 1.3375693559646606, "eval_runtime": 23.3102, "eval_samples_per_second": 433.415, "eval_steps_per_second": 13.556, "train/total_time_seconds": 2799.2567448094487, "train/time_per_step_avg": 0.26619720678776504, "train/epoch_time_elapsed": 3762.681552838534, "train/estimated_remaining_minutes": 0.0}
|
| 221 |
+
{"step": 10000, "epoch": 0.6370847004109196, "timestamp": 1785791093.4411416, "train_runtime": 3763.4284, "train_samples_per_second": 170.058, "train_steps_per_second": 2.657, "total_flos": 7.01270851584e+16, "train_loss": 3.200245819091797, "train/total_time_seconds": 2799.2567448094487, "train/time_per_step_avg": 0.26619720678776504, "train/epoch_time_elapsed": 3763.4245455749333, "train/estimated_remaining_minutes": 0.0}
|
| 222 |
+
{"step": 10000, "epoch": 0.6370847004109196, "timestamp": 1785791121.4517596, "eval_loss": 1.3375693559646606, "eval_runtime": 28.0075, "eval_samples_per_second": 360.725, "eval_steps_per_second": 11.283, "train/total_time_seconds": 2799.2567448094487, "train/time_per_step_avg": 0.26619720678776504, "train/epoch_time_elapsed": 3791.4351624287665, "train/estimated_remaining_minutes": 0.0}
|
wandb/debug-internal.log
CHANGED
|
@@ -977,3 +977,15 @@
|
|
| 977 |
{"time":"2026-08-03T21:03:37.904023512Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 978 |
{"time":"2026-08-03T21:03:52.618668283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":1,"events_offset":994,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 979 |
{"time":"2026-08-03T21:03:52.863015286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 977 |
{"time":"2026-08-03T21:03:37.904023512Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 978 |
{"time":"2026-08-03T21:03:52.618668283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":1,"events_offset":994,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 979 |
{"time":"2026-08-03T21:03:52.863015286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 980 |
+
{"time":"2026-08-03T21:04:07.617848127Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":438,"history_lines":1,"events_offset":996,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 981 |
+
{"time":"2026-08-03T21:04:07.873552069Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 982 |
+
{"time":"2026-08-03T21:04:22.618432846Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":439,"history_lines":1,"events_offset":998,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 983 |
+
{"time":"2026-08-03T21:04:22.845182521Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 984 |
+
{"time":"2026-08-03T21:04:37.61809596Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":440,"history_lines":1,"events_offset":1000,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 985 |
+
{"time":"2026-08-03T21:04:37.932705653Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 986 |
+
{"time":"2026-08-03T21:04:52.617961886Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":1002,"events_lines":2,"console_offset":611,"console_lines":12}
|
| 987 |
+
{"time":"2026-08-03T21:04:52.848518768Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 988 |
+
{"time":"2026-08-03T21:05:07.618347372Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":441,"history_lines":2,"events_offset":1004,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 989 |
+
{"time":"2026-08-03T21:05:07.911226489Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 990 |
+
{"time":"2026-08-03T21:05:22.624347304Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":443,"history_lines":1,"events_offset":1006,"events_lines":2,"console_offset":611,"console_lines":1}
|
| 991 |
+
{"time":"2026-08-03T21:05:22.851501949Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
wandb/debug.log
CHANGED
|
@@ -24,3 +24,6 @@ config: {'_wandb': {}}
|
|
| 24 |
2026-08-03 20:02:10,014 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'gelu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/gelu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-gelu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 25 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 26 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
2026-08-03 20:02:10,014 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'gelu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/gelu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-gelu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 25 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 26 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
| 27 |
+
2026-08-03 21:05:27,837 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'relu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/relu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-relu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 28 |
+
2026-08-03 21:05:27,841 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 29 |
+
2026-08-03 21:05:27,841 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
wandb/run-20260803_185911-6gj59z3n/files/output.log
CHANGED
|
@@ -598,7 +598,7 @@ Writing model shards: 100%|βββββββββββββββββ
|
|
| 598 |
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 4.18it/s]
|
| 599 |
/mnt/data/zainulabideen/zain-exp/notebooks/2/Activation/exp.py:416: UserWarning: std(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at /pytorch/aten/src/ATen/native/ReduceOps.cpp:1831.)
|
| 600 |
"std": tensor.std().item(),
|
| 601 |
-
|
| 602 |
{'loss': '2.691', 'grad_norm': '0.6125', 'learning_rate': '0.0003', 'epoch': '0.5766', 'train/total_time_seconds': '2535', 'train/time_per_step_avg': '0.2939', 'train/epoch_time_elapsed': '3406', 'train/estimated_remaining_minutes': '4.435', 'train/global/act/norm': '2.298e+05', 'train/global/act/mean': '-1.405', 'train/global/act/std': '3.092', 'train/global/act/max_abs': '61.87', 'train/global/act/frac_near_dtype_limit': '0', 'train/global/act/frac_near_user_limit': '4.052e-08', 'train/global/grad/norm': '0.5897', 'train/global/grad/mean': '4.923e-09', 'train/global/grad/std': '5.779e-05', 'train/global/grad/max_abs': '0.008638', 'train/global/grad/frac_near_dtype_limit': '0', 'train/global/grad/frac_near_user_limit': '0', 'train/global/param/norm': '310.2', 'train/global/param/mean': '0.0001399', 'train/global/param/std': '0.043', 'train/global/param/max_abs': '1.638', 'train/global/param/frac_near_dtype_limit': '0', 'train/global/param/frac_near_user_limit': '0', 'train/layer__model_layers_14/param/norm': '65.16', 'train/layer__model_layers_14/param/mean': '0.0004898', 'train/layer__model_layers_14/param/std': '0.04364', 'train/layer__model_layers_14/param/max_abs': '1.207', 'train/layer__model_layers_14/param/frac_near_dtype_limit': '0', 'train/layer__model_layers_14/param/frac_near_user_limit': '0', 'train/layer_model_layers_0/act/norm': '1.1e+04', 'train/layer_model_layers_0/act/mean': '-0.03693', 'train/layer_model_layers_0/act/std': '0.7439', 'train/layer_model_layers_0/act/max_abs': '15.6', 'train/layer_model_layers_0/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/act/frac_near_user_limit': '0', 'train/layer_model_layers_0/grad/norm': '0.1941', 'train/layer_model_layers_0/grad/mean': '3.247e-08', 'train/layer_model_layers_0/grad/std': '9.191e-05', 'train/layer_model_layers_0/grad/max_abs': '0.005005', 'train/layer_model_layers_0/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/grad/frac_near_user_limit': '0', 'train/layer_model_layers_7/act/norm': '1.316e+04', 'train/layer_model_layers_7/act/mean': '-0.06116', 'train/layer_model_layers_7/act/std': '0.8889', 'train/layer_model_layers_7/act/max_abs': '45.17', 'train/layer_model_layers_7/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/act/frac_near_user_limit': '0', 'train/layer_model_layers_7/grad/norm': '0.1029', 'train/layer_model_layers_7/grad/mean': '3.919e-08', 'train/layer_model_layers_7/grad/std': '4.874e-05', 'train/layer_model_layers_7/grad/max_abs': '0.003815', 'train/layer_model_layers_7/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/grad/frac_near_user_limit': '0', 'train/layer_model_layers_9/act/norm': '1.594e+04', 'train/layer_model_layers_9/act/mean': '-0.04301', 'train/layer_model_layers_9/act/std': '1.079', 'train/layer_model_layers_9/act/max_abs': '43.21', 'train/layer_model_layers_9/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/act/frac_near_user_limit': '0', 'train/layer_model_layers_9/grad/norm': '0.1275', 'train/layer_model_layers_9/grad/mean': '-2.803e-08', 'train/layer_model_layers_9/grad/std': '6.039e-05', 'train/layer_model_layers_9/grad/max_abs': '0.001091', 'train/layer_model_layers_9/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/grad/frac_near_user_limit': '0', 'train/layer_model_layers_8/act/norm': '1.528e+04', 'train/layer_model_layers_8/act/mean': '-0.05503', 'train/layer_model_layers_8/act/std': '1.033', 'train/layer_model_layers_8/act/max_abs': '43.48', 'train/layer_model_layers_8/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/act/frac_near_user_limit': '0', 'train/layer_model_layers_8/grad/norm': '0.1321', 'train/layer_model_layers_8/grad/mean': '-3.506e-08', 'train/layer_model_layers_8/grad/std': '6.254e-05', 'train/layer_model_layers_8/grad/max_abs': '0.001938', 'train/layer_model_layers_8/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/grad/frac_near_user_limit': '0', 'train/layer__model_layers_2/param/norm': '51.66', 'train/layer__model_layers_2/param/mean': '0.000319', 'train/layer__model_layers_2/param/std': '0
|
| 603 |
{'loss': '2.7', 'grad_norm': '0.6217', 'learning_rate': '0.0003', 'epoch': '0.5797', 'train/total_time_seconds': '2547', 'train/time_per_step_avg': '0.2719', 'train/epoch_time_elapsed': '3421', 'train/estimated_remaining_minutes': '4.199'}
|
| 604 |
{'loss': '2.695', 'grad_norm': '0.5956', 'learning_rate': '0.0003', 'epoch': '0.5829', 'train/total_time_seconds': '2561', 'train/time_per_step_avg': '0.2673', 'train/epoch_time_elapsed': '3437', 'train/estimated_remaining_minutes': '3.966'}
|
|
@@ -609,7 +609,7 @@ Writing model shards: 100%|βββββββββββββββββ
|
|
| 609 |
{'loss': '2.651', 'grad_norm': '0.6094', 'learning_rate': '0.0003', 'epoch': '0.5989', 'train/total_time_seconds': '2631', 'train/time_per_step_avg': '0.2733', 'train/epoch_time_elapsed': '3520', 'train/estimated_remaining_minutes': '2.799'}
|
| 610 |
{'loss': '2.692', 'grad_norm': '0.6045', 'learning_rate': '0.0003', 'epoch': '0.602', 'train/total_time_seconds': '2646', 'train/time_per_step_avg': '0.2874', 'train/epoch_time_elapsed': '3536', 'train/estimated_remaining_minutes': '2.566'}
|
| 611 |
{'loss': '2.683', 'grad_norm': '0.6014', 'learning_rate': '0.0003', 'epoch': '0.6052', 'train/total_time_seconds': '2660', 'train/time_per_step_avg': '0.287', 'train/epoch_time_elapsed': '3553', 'train/estimated_remaining_minutes': '2.333'}
|
| 612 |
-
|
| 613 |
{'eval_loss': '1.345', 'eval_runtime': '21.67', 'eval_samples_per_second': '466.2', 'eval_steps_per_second': '14.58', 'epoch': '0.6052', 'train/total_time_seconds': '2660', 'train/time_per_step_avg': '0.287', 'train/epoch_time_elapsed': '3575', 'train/estimated_remaining_minutes': '2.333'}
|
| 614 |
{'loss': '2.677', 'grad_norm': '0.6004', 'learning_rate': '0.0003', 'epoch': '0.6084', 'train/total_time_seconds': '2674', 'train/time_per_step_avg': '0.289', 'train/epoch_time_elapsed': '3592', 'train/estimated_remaining_minutes': '2.1', 'train/global/act/norm': '2.327e+05', 'train/global/act/mean': '-1.419', 'train/global/act/std': '3.128', 'train/global/act/max_abs': '69.09', 'train/global/act/frac_near_dtype_limit': '0', 'train/global/act/frac_near_user_limit': '6.383e-08', 'train/global/grad/norm': '0.581', 'train/global/grad/mean': '-1.039e-08', 'train/global/grad/std': '5.694e-05', 'train/global/grad/max_abs': '0.00936', 'train/global/grad/frac_near_dtype_limit': '0', 'train/global/grad/frac_near_user_limit': '0', 'train/global/param/norm': '313', 'train/global/param/mean': '0.0001595', 'train/global/param/std': '0.04338', 'train/global/param/max_abs': '1.647', 'train/global/param/frac_near_dtype_limit': '0', 'train/global/param/frac_near_user_limit': '0', 'train/layer__model_layers_14/param/norm': '65.82', 'train/layer__model_layers_14/param/mean': '0.000486', 'train/layer__model_layers_14/param/std': '0.04408', 'train/layer__model_layers_14/param/max_abs': '1.209', 'train/layer__model_layers_14/param/frac_near_dtype_limit': '0', 'train/layer__model_layers_14/param/frac_near_user_limit': '0', 'train/layer_model_layers_0/act/norm': '1.109e+04', 'train/layer_model_layers_0/act/mean': '-0.03778', 'train/layer_model_layers_0/act/std': '0.7501', 'train/layer_model_layers_0/act/max_abs': '16.01', 'train/layer_model_layers_0/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/act/frac_near_user_limit': '0', 'train/layer_model_layers_0/grad/norm': '0.1893', 'train/layer_model_layers_0/grad/mean': '-2.826e-08', 'train/layer_model_layers_0/grad/std': '8.963e-05', 'train/layer_model_layers_0/grad/max_abs': '0.003632', 'train/layer_model_layers_0/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/grad/frac_near_user_limit': '0', 'train/layer_model_layers_7/act/norm': '1.327e+04', 'train/layer_model_layers_7/act/mean': '-0.05829', 'train/layer_model_layers_7/act/std': '0.897', 'train/layer_model_layers_7/act/max_abs': '49.6', 'train/layer_model_layers_7/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/act/frac_near_user_limit': '0', 'train/layer_model_layers_7/grad/norm': '0.1001', 'train/layer_model_layers_7/grad/mean': '-2.205e-08', 'train/layer_model_layers_7/grad/std': '4.738e-05', 'train/layer_model_layers_7/grad/max_abs': '0.001945', 'train/layer_model_layers_7/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/grad/frac_near_user_limit': '0', 'train/layer_model_layers_9/act/norm': '1.617e+04', 'train/layer_model_layers_9/act/mean': '-0.04216', 'train/layer_model_layers_9/act/std': '1.094', 'train/layer_model_layers_9/act/max_abs': '47.42', 'train/layer_model_layers_9/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/act/frac_near_user_limit': '0', 'train/layer_model_layers_9/grad/norm': '0.1248', 'train/layer_model_layers_9/grad/mean': '2.862e-08', 'train/layer_model_layers_9/grad/std': '5.911e-05', 'train/layer_model_layers_9/grad/max_abs': '0.0009499', 'train/layer_model_layers_9/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/grad/frac_near_user_limit': '0', 'train/layer_model_layers_8/act/norm': '1.547e+04', 'train/layer_model_layers_8/act/mean': '-0.05338', 'train/layer_model_layers_8/act/std': '1.045', 'train/layer_model_layers_8/act/max_abs': '47.89', 'train/layer_model_layers_8/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/act/frac_near_user_limit': '0', 'train/layer_model_layers_8/grad/norm': '0.1289', 'train/layer_model_layers_8/grad/mean': '-3.31e-09', 'train/layer_model_layers_8/grad/std': '6.107e-05', 'train/layer_model_layers_8/grad/max_abs': '0.001251', 'train/layer_model_layers_8/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/grad/frac_near_user_limit': '0', 'train/layer__model_layers_2/param/norm': '52.24', 'train/layer__model_layers_2/param/mean': '0.0003164', 'train/layer__model_layers_2/param/std': '0.0
|
| 615 |
{'loss': '2.682', 'grad_norm': '0.6024', 'learning_rate': '0.0003', 'epoch': '0.6116', 'train/total_time_seconds': '2689', 'train/time_per_step_avg': '0.2876', 'train/epoch_time_elapsed': '3609', 'train/estimated_remaining_minutes': '1.867'}
|
|
@@ -619,3 +619,55 @@ Writing model shards: 100%|βββββββββββββββββ
|
|
| 619 |
{'loss': '2.674', 'grad_norm': '0.601', 'learning_rate': '0.0003', 'epoch': '0.6243', 'train/total_time_seconds': '2744', 'train/time_per_step_avg': '0.265', 'train/epoch_time_elapsed': '3674', 'train/estimated_remaining_minutes': '0.9333'}
|
| 620 |
{'loss': '2.655', 'grad_norm': '0.5971', 'learning_rate': '0.0003', 'epoch': '0.6275', 'train/total_time_seconds': '2758', 'train/time_per_step_avg': '0.2888', 'train/epoch_time_elapsed': '3691', 'train/estimated_remaining_minutes': '0.7001'}
|
| 621 |
{'loss': '2.678', 'grad_norm': '0.6113', 'learning_rate': '0.0003', 'epoch': '0.6307', 'train/total_time_seconds': '2773', 'train/time_per_step_avg': '0.2886', 'train/epoch_time_elapsed': '3708', 'train/estimated_remaining_minutes': '0.4668'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 598 |
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 4.18it/s]
|
| 599 |
/mnt/data/zainulabideen/zain-exp/notebooks/2/Activation/exp.py:416: UserWarning: std(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at /pytorch/aten/src/ATen/native/ReduceOps.cpp:1831.)
|
| 600 |
"std": tensor.std().item(),
|
| 601 |
+
100%|ββββββββββββββββββββββββββββββββββ| 10000/10000 [1:02:42<00:00, 2.91it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 602 |
{'loss': '2.691', 'grad_norm': '0.6125', 'learning_rate': '0.0003', 'epoch': '0.5766', 'train/total_time_seconds': '2535', 'train/time_per_step_avg': '0.2939', 'train/epoch_time_elapsed': '3406', 'train/estimated_remaining_minutes': '4.435', 'train/global/act/norm': '2.298e+05', 'train/global/act/mean': '-1.405', 'train/global/act/std': '3.092', 'train/global/act/max_abs': '61.87', 'train/global/act/frac_near_dtype_limit': '0', 'train/global/act/frac_near_user_limit': '4.052e-08', 'train/global/grad/norm': '0.5897', 'train/global/grad/mean': '4.923e-09', 'train/global/grad/std': '5.779e-05', 'train/global/grad/max_abs': '0.008638', 'train/global/grad/frac_near_dtype_limit': '0', 'train/global/grad/frac_near_user_limit': '0', 'train/global/param/norm': '310.2', 'train/global/param/mean': '0.0001399', 'train/global/param/std': '0.043', 'train/global/param/max_abs': '1.638', 'train/global/param/frac_near_dtype_limit': '0', 'train/global/param/frac_near_user_limit': '0', 'train/layer__model_layers_14/param/norm': '65.16', 'train/layer__model_layers_14/param/mean': '0.0004898', 'train/layer__model_layers_14/param/std': '0.04364', 'train/layer__model_layers_14/param/max_abs': '1.207', 'train/layer__model_layers_14/param/frac_near_dtype_limit': '0', 'train/layer__model_layers_14/param/frac_near_user_limit': '0', 'train/layer_model_layers_0/act/norm': '1.1e+04', 'train/layer_model_layers_0/act/mean': '-0.03693', 'train/layer_model_layers_0/act/std': '0.7439', 'train/layer_model_layers_0/act/max_abs': '15.6', 'train/layer_model_layers_0/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/act/frac_near_user_limit': '0', 'train/layer_model_layers_0/grad/norm': '0.1941', 'train/layer_model_layers_0/grad/mean': '3.247e-08', 'train/layer_model_layers_0/grad/std': '9.191e-05', 'train/layer_model_layers_0/grad/max_abs': '0.005005', 'train/layer_model_layers_0/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/grad/frac_near_user_limit': '0', 'train/layer_model_layers_7/act/norm': '1.316e+04', 'train/layer_model_layers_7/act/mean': '-0.06116', 'train/layer_model_layers_7/act/std': '0.8889', 'train/layer_model_layers_7/act/max_abs': '45.17', 'train/layer_model_layers_7/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/act/frac_near_user_limit': '0', 'train/layer_model_layers_7/grad/norm': '0.1029', 'train/layer_model_layers_7/grad/mean': '3.919e-08', 'train/layer_model_layers_7/grad/std': '4.874e-05', 'train/layer_model_layers_7/grad/max_abs': '0.003815', 'train/layer_model_layers_7/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/grad/frac_near_user_limit': '0', 'train/layer_model_layers_9/act/norm': '1.594e+04', 'train/layer_model_layers_9/act/mean': '-0.04301', 'train/layer_model_layers_9/act/std': '1.079', 'train/layer_model_layers_9/act/max_abs': '43.21', 'train/layer_model_layers_9/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/act/frac_near_user_limit': '0', 'train/layer_model_layers_9/grad/norm': '0.1275', 'train/layer_model_layers_9/grad/mean': '-2.803e-08', 'train/layer_model_layers_9/grad/std': '6.039e-05', 'train/layer_model_layers_9/grad/max_abs': '0.001091', 'train/layer_model_layers_9/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/grad/frac_near_user_limit': '0', 'train/layer_model_layers_8/act/norm': '1.528e+04', 'train/layer_model_layers_8/act/mean': '-0.05503', 'train/layer_model_layers_8/act/std': '1.033', 'train/layer_model_layers_8/act/max_abs': '43.48', 'train/layer_model_layers_8/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/act/frac_near_user_limit': '0', 'train/layer_model_layers_8/grad/norm': '0.1321', 'train/layer_model_layers_8/grad/mean': '-3.506e-08', 'train/layer_model_layers_8/grad/std': '6.254e-05', 'train/layer_model_layers_8/grad/max_abs': '0.001938', 'train/layer_model_layers_8/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/grad/frac_near_user_limit': '0', 'train/layer__model_layers_2/param/norm': '51.66', 'train/layer__model_layers_2/param/mean': '0.000319', 'train/layer__model_layers_2/param/std': '0
|
| 603 |
{'loss': '2.7', 'grad_norm': '0.6217', 'learning_rate': '0.0003', 'epoch': '0.5797', 'train/total_time_seconds': '2547', 'train/time_per_step_avg': '0.2719', 'train/epoch_time_elapsed': '3421', 'train/estimated_remaining_minutes': '4.199'}
|
| 604 |
{'loss': '2.695', 'grad_norm': '0.5956', 'learning_rate': '0.0003', 'epoch': '0.5829', 'train/total_time_seconds': '2561', 'train/time_per_step_avg': '0.2673', 'train/epoch_time_elapsed': '3437', 'train/estimated_remaining_minutes': '3.966'}
|
|
|
|
| 609 |
{'loss': '2.651', 'grad_norm': '0.6094', 'learning_rate': '0.0003', 'epoch': '0.5989', 'train/total_time_seconds': '2631', 'train/time_per_step_avg': '0.2733', 'train/epoch_time_elapsed': '3520', 'train/estimated_remaining_minutes': '2.799'}
|
| 610 |
{'loss': '2.692', 'grad_norm': '0.6045', 'learning_rate': '0.0003', 'epoch': '0.602', 'train/total_time_seconds': '2646', 'train/time_per_step_avg': '0.2874', 'train/epoch_time_elapsed': '3536', 'train/estimated_remaining_minutes': '2.566'}
|
| 611 |
{'loss': '2.683', 'grad_norm': '0.6014', 'learning_rate': '0.0003', 'epoch': '0.6052', 'train/total_time_seconds': '2660', 'train/time_per_step_avg': '0.287', 'train/epoch_time_elapsed': '3553', 'train/estimated_remaining_minutes': '2.333'}
|
| 612 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 613 |
{'eval_loss': '1.345', 'eval_runtime': '21.67', 'eval_samples_per_second': '466.2', 'eval_steps_per_second': '14.58', 'epoch': '0.6052', 'train/total_time_seconds': '2660', 'train/time_per_step_avg': '0.287', 'train/epoch_time_elapsed': '3575', 'train/estimated_remaining_minutes': '2.333'}
|
| 614 |
{'loss': '2.677', 'grad_norm': '0.6004', 'learning_rate': '0.0003', 'epoch': '0.6084', 'train/total_time_seconds': '2674', 'train/time_per_step_avg': '0.289', 'train/epoch_time_elapsed': '3592', 'train/estimated_remaining_minutes': '2.1', 'train/global/act/norm': '2.327e+05', 'train/global/act/mean': '-1.419', 'train/global/act/std': '3.128', 'train/global/act/max_abs': '69.09', 'train/global/act/frac_near_dtype_limit': '0', 'train/global/act/frac_near_user_limit': '6.383e-08', 'train/global/grad/norm': '0.581', 'train/global/grad/mean': '-1.039e-08', 'train/global/grad/std': '5.694e-05', 'train/global/grad/max_abs': '0.00936', 'train/global/grad/frac_near_dtype_limit': '0', 'train/global/grad/frac_near_user_limit': '0', 'train/global/param/norm': '313', 'train/global/param/mean': '0.0001595', 'train/global/param/std': '0.04338', 'train/global/param/max_abs': '1.647', 'train/global/param/frac_near_dtype_limit': '0', 'train/global/param/frac_near_user_limit': '0', 'train/layer__model_layers_14/param/norm': '65.82', 'train/layer__model_layers_14/param/mean': '0.000486', 'train/layer__model_layers_14/param/std': '0.04408', 'train/layer__model_layers_14/param/max_abs': '1.209', 'train/layer__model_layers_14/param/frac_near_dtype_limit': '0', 'train/layer__model_layers_14/param/frac_near_user_limit': '0', 'train/layer_model_layers_0/act/norm': '1.109e+04', 'train/layer_model_layers_0/act/mean': '-0.03778', 'train/layer_model_layers_0/act/std': '0.7501', 'train/layer_model_layers_0/act/max_abs': '16.01', 'train/layer_model_layers_0/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/act/frac_near_user_limit': '0', 'train/layer_model_layers_0/grad/norm': '0.1893', 'train/layer_model_layers_0/grad/mean': '-2.826e-08', 'train/layer_model_layers_0/grad/std': '8.963e-05', 'train/layer_model_layers_0/grad/max_abs': '0.003632', 'train/layer_model_layers_0/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_0/grad/frac_near_user_limit': '0', 'train/layer_model_layers_7/act/norm': '1.327e+04', 'train/layer_model_layers_7/act/mean': '-0.05829', 'train/layer_model_layers_7/act/std': '0.897', 'train/layer_model_layers_7/act/max_abs': '49.6', 'train/layer_model_layers_7/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/act/frac_near_user_limit': '0', 'train/layer_model_layers_7/grad/norm': '0.1001', 'train/layer_model_layers_7/grad/mean': '-2.205e-08', 'train/layer_model_layers_7/grad/std': '4.738e-05', 'train/layer_model_layers_7/grad/max_abs': '0.001945', 'train/layer_model_layers_7/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_7/grad/frac_near_user_limit': '0', 'train/layer_model_layers_9/act/norm': '1.617e+04', 'train/layer_model_layers_9/act/mean': '-0.04216', 'train/layer_model_layers_9/act/std': '1.094', 'train/layer_model_layers_9/act/max_abs': '47.42', 'train/layer_model_layers_9/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/act/frac_near_user_limit': '0', 'train/layer_model_layers_9/grad/norm': '0.1248', 'train/layer_model_layers_9/grad/mean': '2.862e-08', 'train/layer_model_layers_9/grad/std': '5.911e-05', 'train/layer_model_layers_9/grad/max_abs': '0.0009499', 'train/layer_model_layers_9/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_9/grad/frac_near_user_limit': '0', 'train/layer_model_layers_8/act/norm': '1.547e+04', 'train/layer_model_layers_8/act/mean': '-0.05338', 'train/layer_model_layers_8/act/std': '1.045', 'train/layer_model_layers_8/act/max_abs': '47.89', 'train/layer_model_layers_8/act/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/act/frac_near_user_limit': '0', 'train/layer_model_layers_8/grad/norm': '0.1289', 'train/layer_model_layers_8/grad/mean': '-3.31e-09', 'train/layer_model_layers_8/grad/std': '6.107e-05', 'train/layer_model_layers_8/grad/max_abs': '0.001251', 'train/layer_model_layers_8/grad/frac_near_dtype_limit': '0', 'train/layer_model_layers_8/grad/frac_near_user_limit': '0', 'train/layer__model_layers_2/param/norm': '52.24', 'train/layer__model_layers_2/param/mean': '0.0003164', 'train/layer__model_layers_2/param/std': '0.0
|
| 615 |
{'loss': '2.682', 'grad_norm': '0.6024', 'learning_rate': '0.0003', 'epoch': '0.6116', 'train/total_time_seconds': '2689', 'train/time_per_step_avg': '0.2876', 'train/epoch_time_elapsed': '3609', 'train/estimated_remaining_minutes': '1.867'}
|
|
|
|
| 619 |
{'loss': '2.674', 'grad_norm': '0.601', 'learning_rate': '0.0003', 'epoch': '0.6243', 'train/total_time_seconds': '2744', 'train/time_per_step_avg': '0.265', 'train/epoch_time_elapsed': '3674', 'train/estimated_remaining_minutes': '0.9333'}
|
| 620 |
{'loss': '2.655', 'grad_norm': '0.5971', 'learning_rate': '0.0003', 'epoch': '0.6275', 'train/total_time_seconds': '2758', 'train/time_per_step_avg': '0.2888', 'train/epoch_time_elapsed': '3691', 'train/estimated_remaining_minutes': '0.7001'}
|
| 621 |
{'loss': '2.678', 'grad_norm': '0.6113', 'learning_rate': '0.0003', 'epoch': '0.6307', 'train/total_time_seconds': '2773', 'train/time_per_step_avg': '0.2886', 'train/epoch_time_elapsed': '3708', 'train/estimated_remaining_minutes': '0.4668'}
|
| 622 |
+
{'loss': '2.669', 'grad_norm': '0.5893', 'learning_rate': '0.0003', 'epoch': '0.6339', 'train/total_time_seconds': '2786', 'train/time_per_step_avg': '0.28', 'train/epoch_time_elapsed': '3724', 'train/estimated_remaining_minutes': '0.2334'}
|
| 623 |
+
{'loss': '2.664', 'grad_norm': '0.6024', 'learning_rate': '0.0003', 'epoch': '0.6371', 'train/total_time_seconds': '2799', 'train/time_per_step_avg': '0.2662', 'train/epoch_time_elapsed': '3739', 'train/estimated_remaining_minutes': '0'}
|
| 624 |
+
{'eval_loss': '1.338', 'eval_runtime': '23.31', 'eval_samples_per_second': '433.4', 'eval_steps_per_second': '13.56', 'epoch': '0.6371', 'train/total_time_seconds': '2799', 'train/time_per_step_avg': '0.2662', 'train/epoch_time_elapsed': '3763', 'train/estimated_remaining_minutes': '0'}
|
| 625 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 626 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 627 |
+
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 4.40it/s]
|
| 628 |
+
100%|ββββββββββββββββββββββββββββββββββ| 10000/10000 [1:02:43<00:00, 2.66it/s]
|
| 629 |
+
{'train_runtime': '3763', 'train_samples_per_second': '170.1', 'train_steps_per_second': '2.657', 'train_loss': '3.2', 'epoch': '0.6371', 'train/total_time_seconds': '2799', 'train/time_per_step_avg': '0.2662', 'train/epoch_time_elapsed': '3763', 'train/estimated_remaining_minutes': '0'}
|
| 630 |
+
100%|ββββββββββββββββββββββββββββββββββββββββ| 316/316 [00:27<00:00, 11.31it/s]
|
| 631 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 632 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 633 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 634 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 635 |
+
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 3.96it/s]
|
| 636 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 637 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 638 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 639 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 640 |
+
Writing model shards: 100%|ββββββββββββββββββββββ| 1/1 [00:00<00:00, 2.75it/s]
|
| 641 |
+
Found 8 files to upload
|
| 642 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 643 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files
|
| 644 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 645 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 646 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 66.6MB Β· 133MB/s
|
| 647 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 648 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 649 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 207MB Β· 176MB/s
|
| 650 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 651 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 652 |
+
[K Uploading ββββββββββββββββββββ 1 / 2 files 208MB Β· 124MB/s
|
| 653 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 654 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 655 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 208MB Β· 87.1MB/s β
|
| 656 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 657 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 658 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 208MB Β· 60.9MB/s β
|
| 659 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 660 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 661 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 208MB Β· 42.7MB/s β
|
| 662 |
+
[K Committing ββββββββββββββββββββ 0 / 8
|
| 663 |
+
[K Preparing ββββββββββββββββββββ 8 / 8 β
|
| 664 |
+
[K Uploading ββββββββββββββββββββ 2 / 2 files 208MB Β· 42.7MB/s β
|
| 665 |
+
[K Committing ββββββββββββββββββββ 8 / 8 β
|
| 666 |
+
|
| 667 |
+
============================================================
|
| 668 |
+
>>> Activation: relu | Out: out/relu_run
|
| 669 |
+
============================================================
|
| 670 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From πv4.50π onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 671 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 672 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 673 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
wandb/run-20260803_185911-6gj59z3n/logs/debug-internal.log
CHANGED
|
@@ -977,3 +977,15 @@
|
|
| 977 |
{"time":"2026-08-03T21:03:37.904023512Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 978 |
{"time":"2026-08-03T21:03:52.618668283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":1,"events_offset":994,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 979 |
{"time":"2026-08-03T21:03:52.863015286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 977 |
{"time":"2026-08-03T21:03:37.904023512Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 978 |
{"time":"2026-08-03T21:03:52.618668283Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":1,"events_offset":994,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 979 |
{"time":"2026-08-03T21:03:52.863015286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 980 |
+
{"time":"2026-08-03T21:04:07.617848127Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":438,"history_lines":1,"events_offset":996,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 981 |
+
{"time":"2026-08-03T21:04:07.873552069Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 982 |
+
{"time":"2026-08-03T21:04:22.618432846Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":439,"history_lines":1,"events_offset":998,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 983 |
+
{"time":"2026-08-03T21:04:22.845182521Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 984 |
+
{"time":"2026-08-03T21:04:37.61809596Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":440,"history_lines":1,"events_offset":1000,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 985 |
+
{"time":"2026-08-03T21:04:37.932705653Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 986 |
+
{"time":"2026-08-03T21:04:52.617961886Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":1002,"events_lines":2,"console_offset":611,"console_lines":12}
|
| 987 |
+
{"time":"2026-08-03T21:04:52.848518768Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 988 |
+
{"time":"2026-08-03T21:05:07.618347372Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":441,"history_lines":2,"events_offset":1004,"events_lines":2,"console_offset":600,"console_lines":1}
|
| 989 |
+
{"time":"2026-08-03T21:05:07.911226489Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 990 |
+
{"time":"2026-08-03T21:05:22.624347304Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":443,"history_lines":1,"events_offset":1006,"events_lines":2,"console_offset":611,"console_lines":1}
|
| 991 |
+
{"time":"2026-08-03T21:05:22.851501949Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
wandb/run-20260803_185911-6gj59z3n/logs/debug.log
CHANGED
|
@@ -24,3 +24,6 @@ config: {'_wandb': {}}
|
|
| 24 |
2026-08-03 20:02:10,014 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'gelu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/gelu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-gelu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 25 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 26 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
2026-08-03 20:02:10,014 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'gelu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/gelu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-gelu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 25 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 26 |
2026-08-03 20:02:10,016 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
| 27 |
+
2026-08-03 21:05:27,837 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.15.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 32000, 'hidden_size': 512, 'intermediate_size': 768, 'num_hidden_layers': 16, 'num_attention_heads': 8, 'num_key_value_heads': 8, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 64, '_name_or_path': '', 'tokenizer_name': 'TinyLlama/TinyLlama-1.1B-Chat-v1.0', 'glu_activation': 'relu', 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/relu_run', 'per_device_train_batch_size': 32, 'num_train_epochs': 1, 'max_steps': 10000, 'learning_rate': 0.0003, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 2, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 50, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': None, 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 500, 'eval_delay': 0, 'per_device_eval_batch_size': 32, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/tiny-llama-3-relu', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 28 |
+
2026-08-03 21:05:27,841 INFO MainThread:2875822 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 52052480 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c10d603910>>
|
| 29 |
+
2026-08-03 21:05:27,841 INFO MainThread:2875822 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 52052480 None
|
wandb/run-20260803_185911-6gj59z3n/run-6gj59z3n.wandb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec15052245d0cc074ad293855a5e6de8ced85027e34cf1400e72e9c8cbfae372
|
| 3 |
+
size 11501568
|