Upload folder using huggingface_hub
Browse files- 31_128_e3_3e-5/.gitattributes +35 -0
- 31_128_e3_3e-5/README.md +63 -0
- 31_128_e3_3e-5/adapter_config.json +39 -0
- 31_128_e3_3e-5/adapter_model.safetensors +3 -0
- 31_128_e3_3e-5/all_results.json +9 -0
- 31_128_e3_3e-5/config.json +32 -0
- 31_128_e3_3e-5/merges.txt +0 -0
- 31_128_e3_3e-5/special_tokens_map.json +45 -0
- 31_128_e3_3e-5/tokenizer.json +0 -0
- 31_128_e3_3e-5/tokenizer_config.json +188 -0
- 31_128_e3_3e-5/train_results.json +9 -0
- 31_128_e3_3e-5/trainer_state.json +1338 -0
- 31_128_e3_3e-5/training_args.bin +3 -0
- 31_128_e3_3e-5/vocab.json +0 -0
31_128_e3_3e-5/.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
31_128_e3_3e-5/README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: ibm-granite/granite-3.3-8b-base
|
| 5 |
+
tags:
|
| 6 |
+
- alignment-handbook
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- data/knowledge_lora_training_data_1000
|
| 10 |
+
model-index:
|
| 11 |
+
- name: 31_128_e3_3e-5
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# 31_128_e3_3e-5
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [ibm-granite/granite-3.3-8b-base](https://huggingface.co/ibm-granite/granite-3.3-8b-base) on the data/knowledge_lora_training_data_1000 dataset.
|
| 21 |
+
|
| 22 |
+
## Model description
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Intended uses & limitations
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training and evaluation data
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training procedure
|
| 35 |
+
|
| 36 |
+
### Training hyperparameters
|
| 37 |
+
|
| 38 |
+
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 3e-05
|
| 40 |
+
- train_batch_size: 2
|
| 41 |
+
- eval_batch_size: 8
|
| 42 |
+
- seed: 42
|
| 43 |
+
- distributed_type: multi-GPU
|
| 44 |
+
- num_devices: 8
|
| 45 |
+
- gradient_accumulation_steps: 2
|
| 46 |
+
- total_train_batch_size: 32
|
| 47 |
+
- total_eval_batch_size: 64
|
| 48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.95) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 49 |
+
- lr_scheduler_type: cosine
|
| 50 |
+
- lr_scheduler_warmup_ratio: 0.05
|
| 51 |
+
- num_epochs: 3.0
|
| 52 |
+
|
| 53 |
+
### Training results
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
### Framework versions
|
| 58 |
+
|
| 59 |
+
- PEFT 0.15.2
|
| 60 |
+
- Transformers 4.52.4
|
| 61 |
+
- Pytorch 2.7.0+cu126
|
| 62 |
+
- Datasets 3.6.0
|
| 63 |
+
- Tokenizers 0.21.2
|
31_128_e3_3e-5/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "ibm-granite/granite-3.3-8b-base",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 256,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 128,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"up_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"trainable_token_indices": null,
|
| 37 |
+
"use_dora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
31_128_e3_3e-5/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a084ed979d0e8ac6be18cc09eef089847a0821ef558303e9f243e7aca6a93b
|
| 3 |
+
size 791751704
|
31_128_e3_3e-5/all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 1.2822802840284037e+18,
|
| 4 |
+
"train_loss": 0.5662356106465946,
|
| 5 |
+
"train_runtime": 642.1801,
|
| 6 |
+
"train_samples": 9861,
|
| 7 |
+
"train_samples_per_second": 46.067,
|
| 8 |
+
"train_steps_per_second": 1.444
|
| 9 |
+
}
|
31_128_e3_3e-5/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GraniteForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0,
|
| 7 |
+
"attention_multiplier": 0.0078125,
|
| 8 |
+
"bos_token_id": 0,
|
| 9 |
+
"embedding_multiplier": 12.0,
|
| 10 |
+
"eos_token_id": 0,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 12800,
|
| 15 |
+
"logits_scaling": 16.0,
|
| 16 |
+
"max_position_embeddings": 131072,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "granite",
|
| 19 |
+
"num_attention_heads": 32,
|
| 20 |
+
"num_hidden_layers": 40,
|
| 21 |
+
"num_key_value_heads": 8,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"residual_multiplier": 0.22,
|
| 24 |
+
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_scaling": null,
|
| 26 |
+
"rope_theta": 10000000.0,
|
| 27 |
+
"tie_word_embeddings": true,
|
| 28 |
+
"torch_dtype": "bfloat16",
|
| 29 |
+
"transformers_version": "4.52.4",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 49152
|
| 32 |
+
}
|
31_128_e3_3e-5/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
31_128_e3_3e-5/special_tokens_map.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<fim_prefix>",
|
| 5 |
+
"<fim_middle>",
|
| 6 |
+
"<fim_suffix>",
|
| 7 |
+
"<fim_pad>",
|
| 8 |
+
"<filename>",
|
| 9 |
+
"<gh_stars>",
|
| 10 |
+
"<issue_start>",
|
| 11 |
+
"<issue_comment>",
|
| 12 |
+
"<issue_closed>",
|
| 13 |
+
"<jupyter_start>",
|
| 14 |
+
"<jupyter_text>",
|
| 15 |
+
"<jupyter_code>",
|
| 16 |
+
"<jupyter_output>",
|
| 17 |
+
"<empty_output>",
|
| 18 |
+
"<commit_before>",
|
| 19 |
+
"<commit_msg>",
|
| 20 |
+
"<commit_after>",
|
| 21 |
+
"<reponame>"
|
| 22 |
+
],
|
| 23 |
+
"bos_token": {
|
| 24 |
+
"content": "<|endoftext|>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"eos_token": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
},
|
| 37 |
+
"pad_token": "<reponame>",
|
| 38 |
+
"unk_token": {
|
| 39 |
+
"content": "<|endoftext|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
}
|
| 45 |
+
}
|
31_128_e3_3e-5/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
31_128_e3_3e-5/tokenizer_config.json
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<fim_prefix>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<fim_middle>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<fim_suffix>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<fim_pad>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "<filename>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<gh_stars>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "<issue_start>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<issue_comment>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "<issue_closed>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": "<jupyter_start>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<jupyter_text>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"12": {
|
| 101 |
+
"content": "<jupyter_code>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"13": {
|
| 109 |
+
"content": "<jupyter_output>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"14": {
|
| 117 |
+
"content": "<empty_output>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"15": {
|
| 125 |
+
"content": "<commit_before>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"16": {
|
| 133 |
+
"content": "<commit_msg>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"17": {
|
| 141 |
+
"content": "<commit_after>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"18": {
|
| 149 |
+
"content": "<reponame>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"additional_special_tokens": [
|
| 158 |
+
"<|endoftext|>",
|
| 159 |
+
"<fim_prefix>",
|
| 160 |
+
"<fim_middle>",
|
| 161 |
+
"<fim_suffix>",
|
| 162 |
+
"<fim_pad>",
|
| 163 |
+
"<filename>",
|
| 164 |
+
"<gh_stars>",
|
| 165 |
+
"<issue_start>",
|
| 166 |
+
"<issue_comment>",
|
| 167 |
+
"<issue_closed>",
|
| 168 |
+
"<jupyter_start>",
|
| 169 |
+
"<jupyter_text>",
|
| 170 |
+
"<jupyter_code>",
|
| 171 |
+
"<jupyter_output>",
|
| 172 |
+
"<empty_output>",
|
| 173 |
+
"<commit_before>",
|
| 174 |
+
"<commit_msg>",
|
| 175 |
+
"<commit_after>",
|
| 176 |
+
"<reponame>"
|
| 177 |
+
],
|
| 178 |
+
"bos_token": "<|endoftext|>",
|
| 179 |
+
"clean_up_tokenization_spaces": true,
|
| 180 |
+
"eos_token": "<|endoftext|>",
|
| 181 |
+
"extra_special_tokens": {},
|
| 182 |
+
"model_max_length": 8192,
|
| 183 |
+
"pad_token": "<reponame>",
|
| 184 |
+
"padding_side": "left",
|
| 185 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 186 |
+
"unk_token": "<|endoftext|>",
|
| 187 |
+
"vocab_size": 49152
|
| 188 |
+
}
|
31_128_e3_3e-5/train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 1.2822802840284037e+18,
|
| 4 |
+
"train_loss": 0.5662356106465946,
|
| 5 |
+
"train_runtime": 642.1801,
|
| 6 |
+
"train_samples": 9861,
|
| 7 |
+
"train_samples_per_second": 46.067,
|
| 8 |
+
"train_steps_per_second": 1.444
|
| 9 |
+
}
|
31_128_e3_3e-5/trainer_state.json
ADDED
|
@@ -0,0 +1,1338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 927,
|
| 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.01620745542949757,
|
| 14 |
+
"grad_norm": 1.2608121633529663,
|
| 15 |
+
"learning_rate": 2.553191489361702e-06,
|
| 16 |
+
"loss": 1.3583,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03241491085899514,
|
| 21 |
+
"grad_norm": 0.8590869903564453,
|
| 22 |
+
"learning_rate": 5.74468085106383e-06,
|
| 23 |
+
"loss": 1.3282,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.04862236628849271,
|
| 28 |
+
"grad_norm": 0.9047601222991943,
|
| 29 |
+
"learning_rate": 8.936170212765958e-06,
|
| 30 |
+
"loss": 1.2847,
|
| 31 |
+
"step": 15
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.06482982171799027,
|
| 35 |
+
"grad_norm": 0.6455599665641785,
|
| 36 |
+
"learning_rate": 1.2127659574468084e-05,
|
| 37 |
+
"loss": 1.2918,
|
| 38 |
+
"step": 20
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.08103727714748785,
|
| 42 |
+
"grad_norm": 0.5892545580863953,
|
| 43 |
+
"learning_rate": 1.531914893617021e-05,
|
| 44 |
+
"loss": 1.2986,
|
| 45 |
+
"step": 25
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.09724473257698542,
|
| 49 |
+
"grad_norm": 0.6959712505340576,
|
| 50 |
+
"learning_rate": 1.8510638297872342e-05,
|
| 51 |
+
"loss": 1.2778,
|
| 52 |
+
"step": 30
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.11345218800648298,
|
| 56 |
+
"grad_norm": 0.49091899394989014,
|
| 57 |
+
"learning_rate": 2.170212765957447e-05,
|
| 58 |
+
"loss": 1.2691,
|
| 59 |
+
"step": 35
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.12965964343598055,
|
| 63 |
+
"grad_norm": 0.4507109224796295,
|
| 64 |
+
"learning_rate": 2.4893617021276595e-05,
|
| 65 |
+
"loss": 1.2281,
|
| 66 |
+
"step": 40
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.1458670988654781,
|
| 70 |
+
"grad_norm": 0.6016919016838074,
|
| 71 |
+
"learning_rate": 2.8085106382978723e-05,
|
| 72 |
+
"loss": 1.2404,
|
| 73 |
+
"step": 45
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.1620745542949757,
|
| 77 |
+
"grad_norm": 0.5189322233200073,
|
| 78 |
+
"learning_rate": 2.9999617656412492e-05,
|
| 79 |
+
"loss": 1.2311,
|
| 80 |
+
"step": 50
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.17828200972447325,
|
| 84 |
+
"grad_norm": 0.6017511487007141,
|
| 85 |
+
"learning_rate": 2.99953165148981e-05,
|
| 86 |
+
"loss": 1.1876,
|
| 87 |
+
"step": 55
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.19448946515397084,
|
| 91 |
+
"grad_norm": 0.47526559233665466,
|
| 92 |
+
"learning_rate": 2.9986237677350935e-05,
|
| 93 |
+
"loss": 1.1664,
|
| 94 |
+
"step": 60
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.2106969205834684,
|
| 98 |
+
"grad_norm": 0.5273451805114746,
|
| 99 |
+
"learning_rate": 2.997238403640259e-05,
|
| 100 |
+
"loss": 1.1455,
|
| 101 |
+
"step": 65
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.22690437601296595,
|
| 105 |
+
"grad_norm": 0.48251208662986755,
|
| 106 |
+
"learning_rate": 2.995376000599692e-05,
|
| 107 |
+
"loss": 1.1335,
|
| 108 |
+
"step": 70
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.24311183144246354,
|
| 112 |
+
"grad_norm": 0.6429893374443054,
|
| 113 |
+
"learning_rate": 2.9930371519983753e-05,
|
| 114 |
+
"loss": 1.1754,
|
| 115 |
+
"step": 75
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.2593192868719611,
|
| 119 |
+
"grad_norm": 0.5252504348754883,
|
| 120 |
+
"learning_rate": 2.9902226030228252e-05,
|
| 121 |
+
"loss": 1.0671,
|
| 122 |
+
"step": 80
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.2755267423014587,
|
| 126 |
+
"grad_norm": 0.570288360118866,
|
| 127 |
+
"learning_rate": 2.9869332504236687e-05,
|
| 128 |
+
"loss": 1.1081,
|
| 129 |
+
"step": 85
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.2917341977309562,
|
| 133 |
+
"grad_norm": 0.5421008467674255,
|
| 134 |
+
"learning_rate": 2.9831701422299244e-05,
|
| 135 |
+
"loss": 1.1029,
|
| 136 |
+
"step": 90
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.3079416531604538,
|
| 140 |
+
"grad_norm": 0.7204851508140564,
|
| 141 |
+
"learning_rate": 2.97893447741509e-05,
|
| 142 |
+
"loss": 1.1121,
|
| 143 |
+
"step": 95
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.3241491085899514,
|
| 147 |
+
"grad_norm": 0.643638551235199,
|
| 148 |
+
"learning_rate": 2.9742276055151334e-05,
|
| 149 |
+
"loss": 1.0857,
|
| 150 |
+
"step": 100
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.34035656401944897,
|
| 154 |
+
"grad_norm": 0.5737510919570923,
|
| 155 |
+
"learning_rate": 2.969051026198513e-05,
|
| 156 |
+
"loss": 1.0256,
|
| 157 |
+
"step": 105
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.3565640194489465,
|
| 161 |
+
"grad_norm": 0.7252358794212341,
|
| 162 |
+
"learning_rate": 2.9634063887883652e-05,
|
| 163 |
+
"loss": 1.0764,
|
| 164 |
+
"step": 110
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.3727714748784441,
|
| 168 |
+
"grad_norm": 0.6471376419067383,
|
| 169 |
+
"learning_rate": 2.9572954917370086e-05,
|
| 170 |
+
"loss": 1.0189,
|
| 171 |
+
"step": 115
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.3889789303079417,
|
| 175 |
+
"grad_norm": 0.8101359009742737,
|
| 176 |
+
"learning_rate": 2.950720282052936e-05,
|
| 177 |
+
"loss": 0.9578,
|
| 178 |
+
"step": 120
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.4051863857374392,
|
| 182 |
+
"grad_norm": 0.7164385318756104,
|
| 183 |
+
"learning_rate": 2.9436828546804707e-05,
|
| 184 |
+
"loss": 1.0043,
|
| 185 |
+
"step": 125
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.4213938411669368,
|
| 189 |
+
"grad_norm": 0.7544165253639221,
|
| 190 |
+
"learning_rate": 2.9361854518322945e-05,
|
| 191 |
+
"loss": 1.0499,
|
| 192 |
+
"step": 130
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.4376012965964344,
|
| 196 |
+
"grad_norm": 0.7659139037132263,
|
| 197 |
+
"learning_rate": 2.9282304622750468e-05,
|
| 198 |
+
"loss": 0.956,
|
| 199 |
+
"step": 135
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.4538087520259319,
|
| 203 |
+
"grad_norm": 0.697608470916748,
|
| 204 |
+
"learning_rate": 2.919820420568235e-05,
|
| 205 |
+
"loss": 0.9869,
|
| 206 |
+
"step": 140
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.4700162074554295,
|
| 210 |
+
"grad_norm": 0.7487397789955139,
|
| 211 |
+
"learning_rate": 2.910958006256693e-05,
|
| 212 |
+
"loss": 0.9049,
|
| 213 |
+
"step": 145
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.4862236628849271,
|
| 217 |
+
"grad_norm": 0.7782930731773376,
|
| 218 |
+
"learning_rate": 2.9016460430168447e-05,
|
| 219 |
+
"loss": 0.9487,
|
| 220 |
+
"step": 150
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.5024311183144247,
|
| 224 |
+
"grad_norm": 0.8702194094657898,
|
| 225 |
+
"learning_rate": 2.8918874977570422e-05,
|
| 226 |
+
"loss": 0.8916,
|
| 227 |
+
"step": 155
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.5186385737439222,
|
| 231 |
+
"grad_norm": 0.8503997921943665,
|
| 232 |
+
"learning_rate": 2.8816854796722754e-05,
|
| 233 |
+
"loss": 0.8707,
|
| 234 |
+
"step": 160
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.5348460291734197,
|
| 238 |
+
"grad_norm": 0.8497751355171204,
|
| 239 |
+
"learning_rate": 2.8710432392535413e-05,
|
| 240 |
+
"loss": 0.8659,
|
| 241 |
+
"step": 165
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.5510534846029174,
|
| 245 |
+
"grad_norm": 0.7617987394332886,
|
| 246 |
+
"learning_rate": 2.8599641672521973e-05,
|
| 247 |
+
"loss": 0.9452,
|
| 248 |
+
"step": 170
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.5672609400324149,
|
| 252 |
+
"grad_norm": 0.7082445621490479,
|
| 253 |
+
"learning_rate": 2.8484517935996257e-05,
|
| 254 |
+
"loss": 0.8795,
|
| 255 |
+
"step": 175
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.5834683954619124,
|
| 259 |
+
"grad_norm": 0.8376393914222717,
|
| 260 |
+
"learning_rate": 2.8365097862825516e-05,
|
| 261 |
+
"loss": 0.8895,
|
| 262 |
+
"step": 180
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.5996758508914101,
|
| 266 |
+
"grad_norm": 0.8631802201271057,
|
| 267 |
+
"learning_rate": 2.8241419501743797e-05,
|
| 268 |
+
"loss": 0.898,
|
| 269 |
+
"step": 185
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.6158833063209076,
|
| 273 |
+
"grad_norm": 0.9005579352378845,
|
| 274 |
+
"learning_rate": 2.8113522258229088e-05,
|
| 275 |
+
"loss": 0.8882,
|
| 276 |
+
"step": 190
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.6320907617504052,
|
| 280 |
+
"grad_norm": 0.9785137176513672,
|
| 281 |
+
"learning_rate": 2.798144688194829e-05,
|
| 282 |
+
"loss": 0.8547,
|
| 283 |
+
"step": 195
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.6482982171799028,
|
| 287 |
+
"grad_norm": 0.8441904187202454,
|
| 288 |
+
"learning_rate": 2.7845235453773837e-05,
|
| 289 |
+
"loss": 0.8251,
|
| 290 |
+
"step": 200
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.6645056726094003,
|
| 294 |
+
"grad_norm": 0.8505977988243103,
|
| 295 |
+
"learning_rate": 2.7704931372376183e-05,
|
| 296 |
+
"loss": 0.7619,
|
| 297 |
+
"step": 205
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.6807131280388979,
|
| 301 |
+
"grad_norm": 0.857123851776123,
|
| 302 |
+
"learning_rate": 2.756057934039649e-05,
|
| 303 |
+
"loss": 0.7795,
|
| 304 |
+
"step": 210
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.6969205834683955,
|
| 308 |
+
"grad_norm": 0.9974377751350403,
|
| 309 |
+
"learning_rate": 2.741222535020376e-05,
|
| 310 |
+
"loss": 0.7796,
|
| 311 |
+
"step": 215
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.713128038897893,
|
| 315 |
+
"grad_norm": 1.0163153409957886,
|
| 316 |
+
"learning_rate": 2.7259916669241104e-05,
|
| 317 |
+
"loss": 0.7878,
|
| 318 |
+
"step": 220
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.7293354943273906,
|
| 322 |
+
"grad_norm": 0.9492141604423523,
|
| 323 |
+
"learning_rate": 2.7103701824965756e-05,
|
| 324 |
+
"loss": 0.7938,
|
| 325 |
+
"step": 225
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.7455429497568882,
|
| 329 |
+
"grad_norm": 0.9435144066810608,
|
| 330 |
+
"learning_rate": 2.6943630589387598e-05,
|
| 331 |
+
"loss": 0.7918,
|
| 332 |
+
"step": 230
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.7617504051863857,
|
| 336 |
+
"grad_norm": 0.9193881750106812,
|
| 337 |
+
"learning_rate": 2.6779753963211172e-05,
|
| 338 |
+
"loss": 0.7876,
|
| 339 |
+
"step": 235
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.7779578606158833,
|
| 343 |
+
"grad_norm": 1.0289579629898071,
|
| 344 |
+
"learning_rate": 2.661212415958624e-05,
|
| 345 |
+
"loss": 0.7667,
|
| 346 |
+
"step": 240
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.7941653160453809,
|
| 350 |
+
"grad_norm": 0.8978919982910156,
|
| 351 |
+
"learning_rate": 2.6440794587471972e-05,
|
| 352 |
+
"loss": 0.7579,
|
| 353 |
+
"step": 245
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.8103727714748784,
|
| 357 |
+
"grad_norm": 0.9762867093086243,
|
| 358 |
+
"learning_rate": 2.6265819834620246e-05,
|
| 359 |
+
"loss": 0.7636,
|
| 360 |
+
"step": 250
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.826580226904376,
|
| 364 |
+
"grad_norm": 1.1456222534179688,
|
| 365 |
+
"learning_rate": 2.6087255650183243e-05,
|
| 366 |
+
"loss": 0.7309,
|
| 367 |
+
"step": 255
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.8427876823338736,
|
| 371 |
+
"grad_norm": 1.1659109592437744,
|
| 372 |
+
"learning_rate": 2.5905158926951108e-05,
|
| 373 |
+
"loss": 0.7486,
|
| 374 |
+
"step": 260
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.8589951377633711,
|
| 378 |
+
"grad_norm": 0.9701941013336182,
|
| 379 |
+
"learning_rate": 2.571958768322517e-05,
|
| 380 |
+
"loss": 0.7199,
|
| 381 |
+
"step": 265
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.8752025931928687,
|
| 385 |
+
"grad_norm": 0.9915440678596497,
|
| 386 |
+
"learning_rate": 2.5530601044332605e-05,
|
| 387 |
+
"loss": 0.7194,
|
| 388 |
+
"step": 270
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.8914100486223663,
|
| 392 |
+
"grad_norm": 0.988502562046051,
|
| 393 |
+
"learning_rate": 2.5338259223788343e-05,
|
| 394 |
+
"loss": 0.7336,
|
| 395 |
+
"step": 275
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.9076175040518638,
|
| 399 |
+
"grad_norm": 0.9917594790458679,
|
| 400 |
+
"learning_rate": 2.514262350411029e-05,
|
| 401 |
+
"loss": 0.6968,
|
| 402 |
+
"step": 280
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.9238249594813615,
|
| 406 |
+
"grad_norm": 1.0882996320724487,
|
| 407 |
+
"learning_rate": 2.4943756217293976e-05,
|
| 408 |
+
"loss": 0.6915,
|
| 409 |
+
"step": 285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.940032414910859,
|
| 413 |
+
"grad_norm": 1.1328370571136475,
|
| 414 |
+
"learning_rate": 2.4741720724952754e-05,
|
| 415 |
+
"loss": 0.6391,
|
| 416 |
+
"step": 290
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.9562398703403565,
|
| 420 |
+
"grad_norm": 1.0500516891479492,
|
| 421 |
+
"learning_rate": 2.4536581398130032e-05,
|
| 422 |
+
"loss": 0.6852,
|
| 423 |
+
"step": 295
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.9724473257698542,
|
| 427 |
+
"grad_norm": 1.0785151720046997,
|
| 428 |
+
"learning_rate": 2.4328403596789833e-05,
|
| 429 |
+
"loss": 0.6592,
|
| 430 |
+
"step": 300
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.9886547811993517,
|
| 434 |
+
"grad_norm": 1.1277464628219604,
|
| 435 |
+
"learning_rate": 2.4117253648992292e-05,
|
| 436 |
+
"loss": 0.6382,
|
| 437 |
+
"step": 305
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.0032414910858996,
|
| 441 |
+
"grad_norm": 1.054197072982788,
|
| 442 |
+
"learning_rate": 2.3903198829760712e-05,
|
| 443 |
+
"loss": 0.6585,
|
| 444 |
+
"step": 310
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.019448946515397,
|
| 448 |
+
"grad_norm": 1.1577117443084717,
|
| 449 |
+
"learning_rate": 2.3686307339646883e-05,
|
| 450 |
+
"loss": 0.6093,
|
| 451 |
+
"step": 315
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 1.0356564019448946,
|
| 455 |
+
"grad_norm": 1.1010081768035889,
|
| 456 |
+
"learning_rate": 2.3466648283001542e-05,
|
| 457 |
+
"loss": 0.6015,
|
| 458 |
+
"step": 320
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.0518638573743921,
|
| 462 |
+
"grad_norm": 1.0694541931152344,
|
| 463 |
+
"learning_rate": 2.3244291645956852e-05,
|
| 464 |
+
"loss": 0.5543,
|
| 465 |
+
"step": 325
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.0680713128038897,
|
| 469 |
+
"grad_norm": 1.0830672979354858,
|
| 470 |
+
"learning_rate": 2.301930827412796e-05,
|
| 471 |
+
"loss": 0.5628,
|
| 472 |
+
"step": 330
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.0842787682333874,
|
| 476 |
+
"grad_norm": 1.3060392141342163,
|
| 477 |
+
"learning_rate": 2.279176985004066e-05,
|
| 478 |
+
"loss": 0.5275,
|
| 479 |
+
"step": 335
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 1.100486223662885,
|
| 483 |
+
"grad_norm": 1.045863151550293,
|
| 484 |
+
"learning_rate": 2.2561748870292478e-05,
|
| 485 |
+
"loss": 0.5537,
|
| 486 |
+
"step": 340
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.1166936790923825,
|
| 490 |
+
"grad_norm": 1.0819013118743896,
|
| 491 |
+
"learning_rate": 2.2329318622454327e-05,
|
| 492 |
+
"loss": 0.5711,
|
| 493 |
+
"step": 345
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.13290113452188,
|
| 497 |
+
"grad_norm": 1.1481125354766846,
|
| 498 |
+
"learning_rate": 2.2094553161720153e-05,
|
| 499 |
+
"loss": 0.5357,
|
| 500 |
+
"step": 350
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.1491085899513775,
|
| 504 |
+
"grad_norm": 1.190308690071106,
|
| 505 |
+
"learning_rate": 2.1857527287312067e-05,
|
| 506 |
+
"loss": 0.5331,
|
| 507 |
+
"step": 355
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.1653160453808753,
|
| 511 |
+
"grad_norm": 1.2032331228256226,
|
| 512 |
+
"learning_rate": 2.161831651864832e-05,
|
| 513 |
+
"loss": 0.5442,
|
| 514 |
+
"step": 360
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.1815235008103728,
|
| 518 |
+
"grad_norm": 1.1635992527008057,
|
| 519 |
+
"learning_rate": 2.1376997071281902e-05,
|
| 520 |
+
"loss": 0.557,
|
| 521 |
+
"step": 365
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.1977309562398704,
|
| 525 |
+
"grad_norm": 1.2854974269866943,
|
| 526 |
+
"learning_rate": 2.1133645832617304e-05,
|
| 527 |
+
"loss": 0.5783,
|
| 528 |
+
"step": 370
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.213938411669368,
|
| 532 |
+
"grad_norm": 1.222918152809143,
|
| 533 |
+
"learning_rate": 2.0888340337413217e-05,
|
| 534 |
+
"loss": 0.4875,
|
| 535 |
+
"step": 375
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 1.2301458670988654,
|
| 539 |
+
"grad_norm": 1.2602648735046387,
|
| 540 |
+
"learning_rate": 2.0641158743078996e-05,
|
| 541 |
+
"loss": 0.5379,
|
| 542 |
+
"step": 380
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.246353322528363,
|
| 546 |
+
"grad_norm": 1.3083213567733765,
|
| 547 |
+
"learning_rate": 2.039217980477273e-05,
|
| 548 |
+
"loss": 0.5613,
|
| 549 |
+
"step": 385
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.2625607779578605,
|
| 553 |
+
"grad_norm": 1.1991331577301025,
|
| 554 |
+
"learning_rate": 2.014148285030884e-05,
|
| 555 |
+
"loss": 0.4901,
|
| 556 |
+
"step": 390
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.2787682333873582,
|
| 560 |
+
"grad_norm": 1.2222563028335571,
|
| 561 |
+
"learning_rate": 1.9889147754883265e-05,
|
| 562 |
+
"loss": 0.5288,
|
| 563 |
+
"step": 395
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 1.2949756888168558,
|
| 567 |
+
"grad_norm": 1.297658085823059,
|
| 568 |
+
"learning_rate": 1.963525491562421e-05,
|
| 569 |
+
"loss": 0.4812,
|
| 570 |
+
"step": 400
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.3111831442463533,
|
| 574 |
+
"grad_norm": 1.170430302619934,
|
| 575 |
+
"learning_rate": 1.9379885225976623e-05,
|
| 576 |
+
"loss": 0.492,
|
| 577 |
+
"step": 405
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.3273905996758508,
|
| 581 |
+
"grad_norm": 1.1340793371200562,
|
| 582 |
+
"learning_rate": 1.9123120049928507e-05,
|
| 583 |
+
"loss": 0.4788,
|
| 584 |
+
"step": 410
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.3435980551053484,
|
| 588 |
+
"grad_norm": 1.12411367893219,
|
| 589 |
+
"learning_rate": 1.8865041196087357e-05,
|
| 590 |
+
"loss": 0.5189,
|
| 591 |
+
"step": 415
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 1.359805510534846,
|
| 595 |
+
"grad_norm": 1.1650874614715576,
|
| 596 |
+
"learning_rate": 1.8605730891614886e-05,
|
| 597 |
+
"loss": 0.5101,
|
| 598 |
+
"step": 420
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.3760129659643436,
|
| 602 |
+
"grad_norm": 1.2535614967346191,
|
| 603 |
+
"learning_rate": 1.8345271756028452e-05,
|
| 604 |
+
"loss": 0.5172,
|
| 605 |
+
"step": 425
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 1.3922204213938412,
|
| 609 |
+
"grad_norm": 1.2112749814987183,
|
| 610 |
+
"learning_rate": 1.808374677487741e-05,
|
| 611 |
+
"loss": 0.5385,
|
| 612 |
+
"step": 430
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.4084278768233387,
|
| 616 |
+
"grad_norm": 1.2398228645324707,
|
| 617 |
+
"learning_rate": 1.7821239273302886e-05,
|
| 618 |
+
"loss": 0.4951,
|
| 619 |
+
"step": 435
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.4246353322528362,
|
| 623 |
+
"grad_norm": 1.1920042037963867,
|
| 624 |
+
"learning_rate": 1.755783288948936e-05,
|
| 625 |
+
"loss": 0.5153,
|
| 626 |
+
"step": 440
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.440842787682334,
|
| 630 |
+
"grad_norm": 1.2706419229507446,
|
| 631 |
+
"learning_rate": 1.7293611548016453e-05,
|
| 632 |
+
"loss": 0.4718,
|
| 633 |
+
"step": 445
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.4570502431118315,
|
| 637 |
+
"grad_norm": 1.3067541122436523,
|
| 638 |
+
"learning_rate": 1.7028659433119533e-05,
|
| 639 |
+
"loss": 0.4412,
|
| 640 |
+
"step": 450
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.473257698541329,
|
| 644 |
+
"grad_norm": 1.2596648931503296,
|
| 645 |
+
"learning_rate": 1.6763060961867568e-05,
|
| 646 |
+
"loss": 0.468,
|
| 647 |
+
"step": 455
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.4894651539708266,
|
| 651 |
+
"grad_norm": 1.2401411533355713,
|
| 652 |
+
"learning_rate": 1.649690075726674e-05,
|
| 653 |
+
"loss": 0.4822,
|
| 654 |
+
"step": 460
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.505672609400324,
|
| 658 |
+
"grad_norm": 1.4504960775375366,
|
| 659 |
+
"learning_rate": 1.623026362129856e-05,
|
| 660 |
+
"loss": 0.4034,
|
| 661 |
+
"step": 465
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 1.5218800648298219,
|
| 665 |
+
"grad_norm": 1.1868679523468018,
|
| 666 |
+
"learning_rate": 1.5963234507900826e-05,
|
| 667 |
+
"loss": 0.4302,
|
| 668 |
+
"step": 470
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 1.5380875202593192,
|
| 672 |
+
"grad_norm": 1.3226382732391357,
|
| 673 |
+
"learning_rate": 1.5695898495900295e-05,
|
| 674 |
+
"loss": 0.4641,
|
| 675 |
+
"step": 475
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 1.554294975688817,
|
| 679 |
+
"grad_norm": 1.2887495756149292,
|
| 680 |
+
"learning_rate": 1.5428340761905444e-05,
|
| 681 |
+
"loss": 0.4247,
|
| 682 |
+
"step": 480
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 1.5705024311183144,
|
| 686 |
+
"grad_norm": 1.3862051963806152,
|
| 687 |
+
"learning_rate": 1.5160646553168181e-05,
|
| 688 |
+
"loss": 0.4512,
|
| 689 |
+
"step": 485
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 1.586709886547812,
|
| 693 |
+
"grad_norm": 1.267487645149231,
|
| 694 |
+
"learning_rate": 1.4892901160422958e-05,
|
| 695 |
+
"loss": 0.4766,
|
| 696 |
+
"step": 490
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 1.6029173419773097,
|
| 700 |
+
"grad_norm": 1.2538328170776367,
|
| 701 |
+
"learning_rate": 1.4625189890712122e-05,
|
| 702 |
+
"loss": 0.4546,
|
| 703 |
+
"step": 495
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 1.619124797406807,
|
| 707 |
+
"grad_norm": 1.098090410232544,
|
| 708 |
+
"learning_rate": 1.4357598040205965e-05,
|
| 709 |
+
"loss": 0.3877,
|
| 710 |
+
"step": 500
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 1.6353322528363048,
|
| 714 |
+
"grad_norm": 1.1650983095169067,
|
| 715 |
+
"learning_rate": 1.409021086702634e-05,
|
| 716 |
+
"loss": 0.4895,
|
| 717 |
+
"step": 505
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 1.6515397082658023,
|
| 721 |
+
"grad_norm": 1.2536464929580688,
|
| 722 |
+
"learning_rate": 1.3823113564082329e-05,
|
| 723 |
+
"loss": 0.4098,
|
| 724 |
+
"step": 510
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 1.6677471636952999,
|
| 728 |
+
"grad_norm": 1.3373360633850098,
|
| 729 |
+
"learning_rate": 1.3556391231926716e-05,
|
| 730 |
+
"loss": 0.3807,
|
| 731 |
+
"step": 515
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 1.6839546191247974,
|
| 735 |
+
"grad_norm": 1.3934822082519531,
|
| 736 |
+
"learning_rate": 1.3290128851641892e-05,
|
| 737 |
+
"loss": 0.427,
|
| 738 |
+
"step": 520
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 1.700162074554295,
|
| 742 |
+
"grad_norm": 1.4924999475479126,
|
| 743 |
+
"learning_rate": 1.3024411257763808e-05,
|
| 744 |
+
"loss": 0.4081,
|
| 745 |
+
"step": 525
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 1.7163695299837927,
|
| 749 |
+
"grad_norm": 1.3756160736083984,
|
| 750 |
+
"learning_rate": 1.2759323111252624e-05,
|
| 751 |
+
"loss": 0.3941,
|
| 752 |
+
"step": 530
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.73257698541329,
|
| 756 |
+
"grad_norm": 1.1852853298187256,
|
| 757 |
+
"learning_rate": 1.2494948872518675e-05,
|
| 758 |
+
"loss": 0.3849,
|
| 759 |
+
"step": 535
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 1.7487844408427877,
|
| 763 |
+
"grad_norm": 1.408382773399353,
|
| 764 |
+
"learning_rate": 1.223137277451232e-05,
|
| 765 |
+
"loss": 0.434,
|
| 766 |
+
"step": 540
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 1.7649918962722853,
|
| 770 |
+
"grad_norm": 1.2881886959075928,
|
| 771 |
+
"learning_rate": 1.1968678795886258e-05,
|
| 772 |
+
"loss": 0.4408,
|
| 773 |
+
"step": 545
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 1.7811993517017828,
|
| 777 |
+
"grad_norm": 1.400038719177246,
|
| 778 |
+
"learning_rate": 1.1706950634238887e-05,
|
| 779 |
+
"loss": 0.3718,
|
| 780 |
+
"step": 550
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 1.7974068071312805,
|
| 784 |
+
"grad_norm": 1.3220003843307495,
|
| 785 |
+
"learning_rate": 1.1446271679447194e-05,
|
| 786 |
+
"loss": 0.3764,
|
| 787 |
+
"step": 555
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 1.8136142625607778,
|
| 791 |
+
"grad_norm": 1.2493178844451904,
|
| 792 |
+
"learning_rate": 1.11867249870977e-05,
|
| 793 |
+
"loss": 0.3972,
|
| 794 |
+
"step": 560
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.8298217179902756,
|
| 798 |
+
"grad_norm": 1.4055944681167603,
|
| 799 |
+
"learning_rate": 1.0928393252023887e-05,
|
| 800 |
+
"loss": 0.3832,
|
| 801 |
+
"step": 565
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 1.8460291734197731,
|
| 805 |
+
"grad_norm": 1.1597641706466675,
|
| 806 |
+
"learning_rate": 1.0671358781958624e-05,
|
| 807 |
+
"loss": 0.3963,
|
| 808 |
+
"step": 570
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.8622366288492707,
|
| 812 |
+
"grad_norm": 1.2812806367874146,
|
| 813 |
+
"learning_rate": 1.041570347130984e-05,
|
| 814 |
+
"loss": 0.3829,
|
| 815 |
+
"step": 575
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 1.8784440842787682,
|
| 819 |
+
"grad_norm": 1.271889567375183,
|
| 820 |
+
"learning_rate": 1.0161508775067994e-05,
|
| 821 |
+
"loss": 0.4195,
|
| 822 |
+
"step": 580
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.8946515397082657,
|
| 826 |
+
"grad_norm": 1.4789602756500244,
|
| 827 |
+
"learning_rate": 9.908855682853442e-06,
|
| 828 |
+
"loss": 0.3408,
|
| 829 |
+
"step": 585
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.9108589951377635,
|
| 833 |
+
"grad_norm": 1.3204796314239502,
|
| 834 |
+
"learning_rate": 9.65782469311216e-06,
|
| 835 |
+
"loss": 0.3652,
|
| 836 |
+
"step": 590
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.9270664505672608,
|
| 840 |
+
"grad_norm": 1.1117668151855469,
|
| 841 |
+
"learning_rate": 9.408495787467918e-06,
|
| 842 |
+
"loss": 0.4064,
|
| 843 |
+
"step": 595
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.9432739059967585,
|
| 847 |
+
"grad_norm": 1.317980408668518,
|
| 848 |
+
"learning_rate": 9.16094840523913e-06,
|
| 849 |
+
"loss": 0.3637,
|
| 850 |
+
"step": 600
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 1.959481361426256,
|
| 854 |
+
"grad_norm": 1.2342796325683594,
|
| 855 |
+
"learning_rate": 8.915261418128491e-06,
|
| 856 |
+
"loss": 0.3763,
|
| 857 |
+
"step": 605
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.9756888168557536,
|
| 861 |
+
"grad_norm": 1.2812680006027222,
|
| 862 |
+
"learning_rate": 8.671513105093462e-06,
|
| 863 |
+
"loss": 0.3602,
|
| 864 |
+
"step": 610
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.9918962722852513,
|
| 868 |
+
"grad_norm": 1.6511602401733398,
|
| 869 |
+
"learning_rate": 8.429781127405627e-06,
|
| 870 |
+
"loss": 0.3484,
|
| 871 |
+
"step": 615
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 2.006482982171799,
|
| 875 |
+
"grad_norm": 1.2281585931777954,
|
| 876 |
+
"learning_rate": 8.190142503906798e-06,
|
| 877 |
+
"loss": 0.3691,
|
| 878 |
+
"step": 620
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 2.0226904376012964,
|
| 882 |
+
"grad_norm": 1.4553028345108032,
|
| 883 |
+
"learning_rate": 7.952673586469894e-06,
|
| 884 |
+
"loss": 0.3327,
|
| 885 |
+
"step": 625
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 2.038897893030794,
|
| 889 |
+
"grad_norm": 1.2474943399429321,
|
| 890 |
+
"learning_rate": 7.717450035672237e-06,
|
| 891 |
+
"loss": 0.2909,
|
| 892 |
+
"step": 630
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 2.055105348460292,
|
| 896 |
+
"grad_norm": 1.3365769386291504,
|
| 897 |
+
"learning_rate": 7.484546796689177e-06,
|
| 898 |
+
"loss": 0.2966,
|
| 899 |
+
"step": 635
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 2.0713128038897892,
|
| 903 |
+
"grad_norm": 1.216200590133667,
|
| 904 |
+
"learning_rate": 7.254038075415573e-06,
|
| 905 |
+
"loss": 0.278,
|
| 906 |
+
"step": 640
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 2.087520259319287,
|
| 910 |
+
"grad_norm": 1.16641104221344,
|
| 911 |
+
"learning_rate": 7.025997314822913e-06,
|
| 912 |
+
"loss": 0.2723,
|
| 913 |
+
"step": 645
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 2.1037277147487843,
|
| 917 |
+
"grad_norm": 1.3077505826950073,
|
| 918 |
+
"learning_rate": 6.800497171559433e-06,
|
| 919 |
+
"loss": 0.2876,
|
| 920 |
+
"step": 650
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 2.119935170178282,
|
| 924 |
+
"grad_norm": 1.3633626699447632,
|
| 925 |
+
"learning_rate": 6.577609492800798e-06,
|
| 926 |
+
"loss": 0.3271,
|
| 927 |
+
"step": 655
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 2.1361426256077793,
|
| 931 |
+
"grad_norm": 1.3778159618377686,
|
| 932 |
+
"learning_rate": 6.357405293358708e-06,
|
| 933 |
+
"loss": 0.2982,
|
| 934 |
+
"step": 660
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 2.152350081037277,
|
| 938 |
+
"grad_norm": 1.328687310218811,
|
| 939 |
+
"learning_rate": 6.139954733054656e-06,
|
| 940 |
+
"loss": 0.3158,
|
| 941 |
+
"step": 665
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 2.168557536466775,
|
| 945 |
+
"grad_norm": 1.342050552368164,
|
| 946 |
+
"learning_rate": 5.925327094366163e-06,
|
| 947 |
+
"loss": 0.2897,
|
| 948 |
+
"step": 670
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 2.184764991896272,
|
| 952 |
+
"grad_norm": 1.3360869884490967,
|
| 953 |
+
"learning_rate": 5.713590760352489e-06,
|
| 954 |
+
"loss": 0.3044,
|
| 955 |
+
"step": 675
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 2.20097244732577,
|
| 959 |
+
"grad_norm": 1.5091679096221924,
|
| 960 |
+
"learning_rate": 5.504813192866946e-06,
|
| 961 |
+
"loss": 0.2552,
|
| 962 |
+
"step": 680
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 2.217179902755267,
|
| 966 |
+
"grad_norm": 1.3954471349716187,
|
| 967 |
+
"learning_rate": 5.299060911062685e-06,
|
| 968 |
+
"loss": 0.2868,
|
| 969 |
+
"step": 685
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 2.233387358184765,
|
| 973 |
+
"grad_norm": 1.2861418724060059,
|
| 974 |
+
"learning_rate": 5.096399470198883e-06,
|
| 975 |
+
"loss": 0.3283,
|
| 976 |
+
"step": 690
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 2.2495948136142627,
|
| 980 |
+
"grad_norm": 1.3335310220718384,
|
| 981 |
+
"learning_rate": 4.8968934407539885e-06,
|
| 982 |
+
"loss": 0.2807,
|
| 983 |
+
"step": 695
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 2.26580226904376,
|
| 987 |
+
"grad_norm": 1.175858736038208,
|
| 988 |
+
"learning_rate": 4.700606387852796e-06,
|
| 989 |
+
"loss": 0.2695,
|
| 990 |
+
"step": 700
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 2.282009724473258,
|
| 994 |
+
"grad_norm": 1.2836474180221558,
|
| 995 |
+
"learning_rate": 4.507600851013758e-06,
|
| 996 |
+
"loss": 0.284,
|
| 997 |
+
"step": 705
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 2.298217179902755,
|
| 1001 |
+
"grad_norm": 1.2776073217391968,
|
| 1002 |
+
"learning_rate": 4.317938324223125e-06,
|
| 1003 |
+
"loss": 0.287,
|
| 1004 |
+
"step": 710
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 2.314424635332253,
|
| 1008 |
+
"grad_norm": 1.3337186574935913,
|
| 1009 |
+
"learning_rate": 4.131679236342198e-06,
|
| 1010 |
+
"loss": 0.2907,
|
| 1011 |
+
"step": 715
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 2.3306320907617506,
|
| 1015 |
+
"grad_norm": 1.1861037015914917,
|
| 1016 |
+
"learning_rate": 3.948882931853924e-06,
|
| 1017 |
+
"loss": 0.2697,
|
| 1018 |
+
"step": 720
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 2.346839546191248,
|
| 1022 |
+
"grad_norm": 1.4212161302566528,
|
| 1023 |
+
"learning_rate": 3.769607651955015e-06,
|
| 1024 |
+
"loss": 0.2722,
|
| 1025 |
+
"step": 725
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 2.3630470016207457,
|
| 1029 |
+
"grad_norm": 1.3712878227233887,
|
| 1030 |
+
"learning_rate": 3.5939105159995363e-06,
|
| 1031 |
+
"loss": 0.3016,
|
| 1032 |
+
"step": 730
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 2.379254457050243,
|
| 1036 |
+
"grad_norm": 1.208249807357788,
|
| 1037 |
+
"learning_rate": 3.4218475033000102e-06,
|
| 1038 |
+
"loss": 0.3004,
|
| 1039 |
+
"step": 735
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 2.3954619124797407,
|
| 1043 |
+
"grad_norm": 1.204421877861023,
|
| 1044 |
+
"learning_rate": 3.2534734352916683e-06,
|
| 1045 |
+
"loss": 0.3131,
|
| 1046 |
+
"step": 740
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 2.411669367909238,
|
| 1050 |
+
"grad_norm": 1.1377441883087158,
|
| 1051 |
+
"learning_rate": 3.0888419580656784e-06,
|
| 1052 |
+
"loss": 0.2993,
|
| 1053 |
+
"step": 745
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 2.427876823338736,
|
| 1057 |
+
"grad_norm": 1.6020410060882568,
|
| 1058 |
+
"learning_rate": 2.9280055252768e-06,
|
| 1059 |
+
"loss": 0.2896,
|
| 1060 |
+
"step": 750
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 2.4440842787682335,
|
| 1064 |
+
"grad_norm": 1.356314778327942,
|
| 1065 |
+
"learning_rate": 2.7710153814310187e-06,
|
| 1066 |
+
"loss": 0.281,
|
| 1067 |
+
"step": 755
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 2.460291734197731,
|
| 1071 |
+
"grad_norm": 1.3577505350112915,
|
| 1072 |
+
"learning_rate": 2.61792154555839e-06,
|
| 1073 |
+
"loss": 0.2701,
|
| 1074 |
+
"step": 760
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 2.4764991896272286,
|
| 1078 |
+
"grad_norm": 1.146355390548706,
|
| 1079 |
+
"learning_rate": 2.4687727952763497e-06,
|
| 1080 |
+
"loss": 0.3054,
|
| 1081 |
+
"step": 765
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 2.492706645056726,
|
| 1085 |
+
"grad_norm": 1.246884822845459,
|
| 1086 |
+
"learning_rate": 2.3236166512485563e-06,
|
| 1087 |
+
"loss": 0.2978,
|
| 1088 |
+
"step": 770
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 2.5089141004862237,
|
| 1092 |
+
"grad_norm": 1.2138808965682983,
|
| 1093 |
+
"learning_rate": 2.1824993620441997e-06,
|
| 1094 |
+
"loss": 0.279,
|
| 1095 |
+
"step": 775
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 2.525121555915721,
|
| 1099 |
+
"grad_norm": 1.2127461433410645,
|
| 1100 |
+
"learning_rate": 2.0454658894026447e-06,
|
| 1101 |
+
"loss": 0.2565,
|
| 1102 |
+
"step": 780
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 2.5413290113452187,
|
| 1106 |
+
"grad_norm": 1.321583867073059,
|
| 1107 |
+
"learning_rate": 1.9125598939080424e-06,
|
| 1108 |
+
"loss": 0.272,
|
| 1109 |
+
"step": 785
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 2.5575364667747165,
|
| 1113 |
+
"grad_norm": 1.2404441833496094,
|
| 1114 |
+
"learning_rate": 1.783823721078532e-06,
|
| 1115 |
+
"loss": 0.2947,
|
| 1116 |
+
"step": 790
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 2.5737439222042138,
|
| 1120 |
+
"grad_norm": 1.3019307851791382,
|
| 1121 |
+
"learning_rate": 1.659298387874408e-06,
|
| 1122 |
+
"loss": 0.3128,
|
| 1123 |
+
"step": 795
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 2.5899513776337115,
|
| 1127 |
+
"grad_norm": 1.2681828737258911,
|
| 1128 |
+
"learning_rate": 1.5390235696296268e-06,
|
| 1129 |
+
"loss": 0.2688,
|
| 1130 |
+
"step": 800
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 2.6061588330632093,
|
| 1134 |
+
"grad_norm": 1.3946645259857178,
|
| 1135 |
+
"learning_rate": 1.423037587410722e-06,
|
| 1136 |
+
"loss": 0.29,
|
| 1137 |
+
"step": 805
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 2.6223662884927066,
|
| 1141 |
+
"grad_norm": 1.2748512029647827,
|
| 1142 |
+
"learning_rate": 1.3113773958072606e-06,
|
| 1143 |
+
"loss": 0.249,
|
| 1144 |
+
"step": 810
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 2.6385737439222043,
|
| 1148 |
+
"grad_norm": 1.1915643215179443,
|
| 1149 |
+
"learning_rate": 1.2040785711576192e-06,
|
| 1150 |
+
"loss": 0.2561,
|
| 1151 |
+
"step": 815
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 2.6547811993517016,
|
| 1155 |
+
"grad_norm": 1.3371423482894897,
|
| 1156 |
+
"learning_rate": 1.1011753002139285e-06,
|
| 1157 |
+
"loss": 0.3168,
|
| 1158 |
+
"step": 820
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 2.6709886547811994,
|
| 1162 |
+
"grad_norm": 1.2416796684265137,
|
| 1163 |
+
"learning_rate": 1.0027003692497482e-06,
|
| 1164 |
+
"loss": 0.2604,
|
| 1165 |
+
"step": 825
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 2.6871961102106967,
|
| 1169 |
+
"grad_norm": 1.0988385677337646,
|
| 1170 |
+
"learning_rate": 9.086851536139423e-07,
|
| 1171 |
+
"loss": 0.2639,
|
| 1172 |
+
"step": 830
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 2.7034035656401945,
|
| 1176 |
+
"grad_norm": 1.2113264799118042,
|
| 1177 |
+
"learning_rate": 8.191596077341057e-07,
|
| 1178 |
+
"loss": 0.2896,
|
| 1179 |
+
"step": 835
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 2.719611021069692,
|
| 1183 |
+
"grad_norm": 1.2403887510299683,
|
| 1184 |
+
"learning_rate": 7.341522555726971e-07,
|
| 1185 |
+
"loss": 0.3118,
|
| 1186 |
+
"step": 840
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 2.7358184764991895,
|
| 1190 |
+
"grad_norm": 1.1255820989608765,
|
| 1191 |
+
"learning_rate": 6.536901815389567e-07,
|
| 1192 |
+
"loss": 0.2958,
|
| 1193 |
+
"step": 845
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 2.7520259319286873,
|
| 1197 |
+
"grad_norm": 1.3676382303237915,
|
| 1198 |
+
"learning_rate": 5.77799021859473e-07,
|
| 1199 |
+
"loss": 0.2645,
|
| 1200 |
+
"step": 850
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 2.768233387358185,
|
| 1204 |
+
"grad_norm": 1.2115435600280762,
|
| 1205 |
+
"learning_rate": 5.065029564101542e-07,
|
| 1206 |
+
"loss": 0.2926,
|
| 1207 |
+
"step": 855
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 2.7844408427876823,
|
| 1211 |
+
"grad_norm": 1.1631747484207153,
|
| 1212 |
+
"learning_rate": 4.398247010122125e-07,
|
| 1213 |
+
"loss": 0.2846,
|
| 1214 |
+
"step": 860
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 2.8006482982171796,
|
| 1218 |
+
"grad_norm": 1.309217095375061,
|
| 1219 |
+
"learning_rate": 3.7778550019463396e-07,
|
| 1220 |
+
"loss": 0.2639,
|
| 1221 |
+
"step": 865
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 2.8168557536466774,
|
| 1225 |
+
"grad_norm": 1.1608315706253052,
|
| 1226 |
+
"learning_rate": 3.204051204253877e-07,
|
| 1227 |
+
"loss": 0.2494,
|
| 1228 |
+
"step": 870
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 2.833063209076175,
|
| 1232 |
+
"grad_norm": 1.3217846155166626,
|
| 1233 |
+
"learning_rate": 2.6770184381359363e-07,
|
| 1234 |
+
"loss": 0.2643,
|
| 1235 |
+
"step": 875
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 2.8492706645056725,
|
| 1239 |
+
"grad_norm": 1.3208414316177368,
|
| 1240 |
+
"learning_rate": 2.1969246228460526e-07,
|
| 1241 |
+
"loss": 0.278,
|
| 1242 |
+
"step": 880
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 2.86547811993517,
|
| 1246 |
+
"grad_norm": 1.2435957193374634,
|
| 1247 |
+
"learning_rate": 1.763922722298944e-07,
|
| 1248 |
+
"loss": 0.2405,
|
| 1249 |
+
"step": 885
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 2.881685575364668,
|
| 1253 |
+
"grad_norm": 1.2140178680419922,
|
| 1254 |
+
"learning_rate": 1.3781506963343125e-07,
|
| 1255 |
+
"loss": 0.2518,
|
| 1256 |
+
"step": 890
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 2.8978930307941653,
|
| 1260 |
+
"grad_norm": 1.3278192281723022,
|
| 1261 |
+
"learning_rate": 1.0397314567610561e-07,
|
| 1262 |
+
"loss": 0.2922,
|
| 1263 |
+
"step": 895
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 2.914100486223663,
|
| 1267 |
+
"grad_norm": 1.1252845525741577,
|
| 1268 |
+
"learning_rate": 7.487728281960593e-08,
|
| 1269 |
+
"loss": 0.2589,
|
| 1270 |
+
"step": 900
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 2.9303079416531603,
|
| 1274 |
+
"grad_norm": 1.1713452339172363,
|
| 1275 |
+
"learning_rate": 5.0536751370992564e-08,
|
| 1276 |
+
"loss": 0.2883,
|
| 1277 |
+
"step": 905
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 2.946515397082658,
|
| 1281 |
+
"grad_norm": 1.311859369277954,
|
| 1282 |
+
"learning_rate": 3.095930652905699e-08,
|
| 1283 |
+
"loss": 0.2789,
|
| 1284 |
+
"step": 910
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 2.9627228525121554,
|
| 1288 |
+
"grad_norm": 1.4269510507583618,
|
| 1289 |
+
"learning_rate": 1.615118591342335e-08,
|
| 1290 |
+
"loss": 0.2545,
|
| 1291 |
+
"step": 915
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 2.978930307941653,
|
| 1295 |
+
"grad_norm": 1.2540826797485352,
|
| 1296 |
+
"learning_rate": 6.117107577161551e-09,
|
| 1297 |
+
"loss": 0.2729,
|
| 1298 |
+
"step": 920
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 2.995137763371151,
|
| 1302 |
+
"grad_norm": 1.3862510919570923,
|
| 1303 |
+
"learning_rate": 8.602685035563607e-10,
|
| 1304 |
+
"loss": 0.2469,
|
| 1305 |
+
"step": 925
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 3.0,
|
| 1309 |
+
"step": 927,
|
| 1310 |
+
"total_flos": 1.2822802840284037e+18,
|
| 1311 |
+
"train_loss": 0.5662356106465946,
|
| 1312 |
+
"train_runtime": 642.1801,
|
| 1313 |
+
"train_samples_per_second": 46.067,
|
| 1314 |
+
"train_steps_per_second": 1.444
|
| 1315 |
+
}
|
| 1316 |
+
],
|
| 1317 |
+
"logging_steps": 5,
|
| 1318 |
+
"max_steps": 927,
|
| 1319 |
+
"num_input_tokens_seen": 0,
|
| 1320 |
+
"num_train_epochs": 3,
|
| 1321 |
+
"save_steps": 2000,
|
| 1322 |
+
"stateful_callbacks": {
|
| 1323 |
+
"TrainerControl": {
|
| 1324 |
+
"args": {
|
| 1325 |
+
"should_epoch_stop": false,
|
| 1326 |
+
"should_evaluate": false,
|
| 1327 |
+
"should_log": false,
|
| 1328 |
+
"should_save": false,
|
| 1329 |
+
"should_training_stop": false
|
| 1330 |
+
},
|
| 1331 |
+
"attributes": {}
|
| 1332 |
+
}
|
| 1333 |
+
},
|
| 1334 |
+
"total_flos": 1.2822802840284037e+18,
|
| 1335 |
+
"train_batch_size": 2,
|
| 1336 |
+
"trial_name": null,
|
| 1337 |
+
"trial_params": null
|
| 1338 |
+
}
|
31_128_e3_3e-5/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:521b91b59d2a915be1f4915b7502646d59fb4e3d57bfb4cd8e9f2b8311a2aa98
|
| 3 |
+
size 8145
|
31_128_e3_3e-5/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|