Upload folder using huggingface_hub
Browse files- 26_128_e3_3e-5/adapter_config.json +39 -0
- 26_128_e3_3e-5/adapter_model.safetensors +3 -0
- 26_128_e3_3e-5/added_tokens.json +9 -0
- 26_128_e3_3e-5/all_results.json +9 -0
- 26_128_e3_3e-5/chat_template.jinja +62 -0
- 26_128_e3_3e-5/config.json +32 -0
- 26_128_e3_3e-5/merges.txt +0 -0
- 26_128_e3_3e-5/special_tokens_map.json +33 -0
- 26_128_e3_3e-5/tokenizer.json +0 -0
- 26_128_e3_3e-5/tokenizer_config.json +234 -0
- 26_128_e3_3e-5/train_results.json +9 -0
- 26_128_e3_3e-5/trainer_state.json +953 -0
- 26_128_e3_3e-5/training_args.bin +3 -0
- 26_128_e3_3e-5/vocab.json +0 -0
26_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-instruct",
|
| 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 |
+
"o_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"v_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"trainable_token_indices": null,
|
| 37 |
+
"use_dora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
26_128_e3_3e-5/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8687f657dc6f0c946ba4fffc153d5152e8019a74618caf348acfec567173c74
|
| 3 |
+
size 791751704
|
26_128_e3_3e-5/added_tokens.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|end_of_cite|>": 49156,
|
| 3 |
+
"<|end_of_plugin|>": 49158,
|
| 4 |
+
"<|end_of_role|>": 49153,
|
| 5 |
+
"<|start_of_cite|>": 49155,
|
| 6 |
+
"<|start_of_plugin|>": 49157,
|
| 7 |
+
"<|start_of_role|>": 49152,
|
| 8 |
+
"<|tool_call|>": 49154
|
| 9 |
+
}
|
26_128_e3_3e-5/all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 9.398740177230234e+17,
|
| 4 |
+
"train_loss": 0.5625836603138425,
|
| 5 |
+
"train_runtime": 455.3956,
|
| 6 |
+
"train_samples": 6963,
|
| 7 |
+
"train_samples_per_second": 45.87,
|
| 8 |
+
"train_steps_per_second": 1.436
|
| 9 |
+
}
|
26_128_e3_3e-5/chat_template.jinja
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{# Alias tools -> available_tools #}
|
| 2 |
+
{%- if tools and not available_tools -%}
|
| 3 |
+
{%- set available_tools = tools -%}
|
| 4 |
+
{%- endif -%}
|
| 5 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 6 |
+
{%- set system_message = messages[0]['content'] %}
|
| 7 |
+
{%- set loop_messages = messages[1:] %}
|
| 8 |
+
{%- else %}
|
| 9 |
+
{%- set system_message = "Knowledge Cutoff Date: April 2024.
|
| 10 |
+
Today's Date: " + strftime_now('%B %d, %Y') + ".
|
| 11 |
+
You are Granite, developed by IBM." %}
|
| 12 |
+
{%- if available_tools and documents %}
|
| 13 |
+
{%- set system_message = system_message + " You are a helpful assistant with access to the following tools. When a tool is required to answer the user's query, respond only with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.
|
| 14 |
+
Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data." %}
|
| 15 |
+
{%- elif available_tools %}
|
| 16 |
+
{%- set system_message = system_message + " You are a helpful assistant with access to the following tools. When a tool is required to answer the user's query, respond only with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request." %}
|
| 17 |
+
{%- elif documents %}
|
| 18 |
+
{%- set system_message = system_message + " Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data." %}
|
| 19 |
+
{%- elif thinking %}
|
| 20 |
+
{%- set system_message = system_message + " You are a helpful AI assistant.
|
| 21 |
+
Respond to every user query in a comprehensive and detailed way. You can write down your thoughts and reasoning process before responding. In the thought process, engage in a comprehensive cycle of analysis, summarization, exploration, reassessment, reflection, backtracing, and iteration to develop well-considered thinking process. In the response section, based on various attempts, explorations, and reflections from the thoughts section, systematically present the final solution that you deem correct. The response should summarize the thought process. Write your thoughts between <think></think> and write your response between <response></response> for each user query." %}
|
| 22 |
+
{%- else %}
|
| 23 |
+
{%- set system_message = system_message + " You are a helpful AI assistant." %}
|
| 24 |
+
{%- endif %}
|
| 25 |
+
{%- if 'citations' in controls and documents %}
|
| 26 |
+
{%- set system_message = system_message + '
|
| 27 |
+
Use the symbols <|start_of_cite|> and <|end_of_cite|> to indicate when a fact comes from a document in the search result, e.g <|start_of_cite|> {document_id: 1}my fact <|end_of_cite|> for a fact from document 1. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- if 'hallucinations' in controls and documents %}
|
| 30 |
+
{%- set system_message = system_message + '
|
| 31 |
+
Finally, after the response is written, include a numbered list of sentences from the response with a corresponding risk value that are hallucinated and not based in the documents.' %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{%- set loop_messages = messages %}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>
|
| 36 |
+
' }}
|
| 37 |
+
{%- if available_tools %}
|
| 38 |
+
{{- '<|start_of_role|>available_tools<|end_of_role|>' }}
|
| 39 |
+
{{- available_tools | tojson(indent=4) }}
|
| 40 |
+
{{- '<|end_of_text|>
|
| 41 |
+
' }}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if documents %}
|
| 44 |
+
{%- for document in documents %}
|
| 45 |
+
{{- '<|start_of_role|>document {"document_id": "' + document['doc_id'] | string + '"}<|end_of_role|>
|
| 46 |
+
' }}
|
| 47 |
+
{{- document['text'] }}
|
| 48 |
+
{{- '<|end_of_text|>
|
| 49 |
+
' }}
|
| 50 |
+
{%- endfor %}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- for message in loop_messages %}
|
| 53 |
+
{{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>
|
| 54 |
+
' }}
|
| 55 |
+
{%- if loop.last and add_generation_prompt %}
|
| 56 |
+
{{- '<|start_of_role|>assistant' }}
|
| 57 |
+
{%- if controls %}
|
| 58 |
+
{{- ' ' + controls | tojson()}}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|end_of_role|>' }}
|
| 61 |
+
{%- endif %}
|
| 62 |
+
{%- endfor %}
|
26_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.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": 49159
|
| 32 |
+
}
|
26_128_e3_3e-5/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
26_128_e3_3e-5/special_tokens_map.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|start_of_role|>",
|
| 4 |
+
"<|end_of_role|>",
|
| 5 |
+
"<|tool_call|>",
|
| 6 |
+
"<|start_of_cite|>",
|
| 7 |
+
"<|end_of_cite|>",
|
| 8 |
+
"<|start_of_plugin|>",
|
| 9 |
+
"<|end_of_plugin|>"
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<|end_of_text|>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "<|end_of_text|>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": "<|end_of_plugin|>",
|
| 26 |
+
"unk_token": {
|
| 27 |
+
"content": "<|end_of_text|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
26_128_e3_3e-5/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
26_128_e3_3e-5/tokenizer_config.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<|end_of_text|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<fim_prefix>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "<fim_middle>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"3": {
|
| 30 |
+
"content": "<fim_suffix>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"4": {
|
| 38 |
+
"content": "<fim_pad>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"5": {
|
| 46 |
+
"content": "<filename>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"6": {
|
| 54 |
+
"content": "<gh_stars>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"7": {
|
| 62 |
+
"content": "<issue_start>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"8": {
|
| 70 |
+
"content": "<issue_comment>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"9": {
|
| 78 |
+
"content": "<issue_closed>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"10": {
|
| 86 |
+
"content": "<jupyter_start>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"11": {
|
| 94 |
+
"content": "<jupyter_text>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"12": {
|
| 102 |
+
"content": "<jupyter_code>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"13": {
|
| 110 |
+
"content": "<jupyter_output>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"14": {
|
| 118 |
+
"content": "<empty_output>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": true
|
| 124 |
+
},
|
| 125 |
+
"15": {
|
| 126 |
+
"content": "<commit_before>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": true
|
| 132 |
+
},
|
| 133 |
+
"16": {
|
| 134 |
+
"content": "<commit_msg>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": true
|
| 140 |
+
},
|
| 141 |
+
"17": {
|
| 142 |
+
"content": "<commit_after>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": true
|
| 148 |
+
},
|
| 149 |
+
"18": {
|
| 150 |
+
"content": "<reponame>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": true
|
| 156 |
+
},
|
| 157 |
+
"49152": {
|
| 158 |
+
"content": "<|start_of_role|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": true
|
| 164 |
+
},
|
| 165 |
+
"49153": {
|
| 166 |
+
"content": "<|end_of_role|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": true
|
| 172 |
+
},
|
| 173 |
+
"49154": {
|
| 174 |
+
"content": "<|tool_call|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": true
|
| 180 |
+
},
|
| 181 |
+
"49155": {
|
| 182 |
+
"content": "<|start_of_cite|>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": true
|
| 188 |
+
},
|
| 189 |
+
"49156": {
|
| 190 |
+
"content": "<|end_of_cite|>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": true
|
| 196 |
+
},
|
| 197 |
+
"49157": {
|
| 198 |
+
"content": "<|start_of_plugin|>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": true
|
| 204 |
+
},
|
| 205 |
+
"49158": {
|
| 206 |
+
"content": "<|end_of_plugin|>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": true
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|start_of_role|>",
|
| 216 |
+
"<|end_of_role|>",
|
| 217 |
+
"<|tool_call|>",
|
| 218 |
+
"<|start_of_cite|>",
|
| 219 |
+
"<|end_of_cite|>",
|
| 220 |
+
"<|start_of_plugin|>",
|
| 221 |
+
"<|end_of_plugin|>"
|
| 222 |
+
],
|
| 223 |
+
"bos_token": "<|end_of_text|>",
|
| 224 |
+
"clean_up_tokenization_spaces": true,
|
| 225 |
+
"eos_token": "<|end_of_text|>",
|
| 226 |
+
"errors": "replace",
|
| 227 |
+
"extra_special_tokens": {},
|
| 228 |
+
"model_max_length": 8192,
|
| 229 |
+
"pad_token": "<|end_of_plugin|>",
|
| 230 |
+
"padding_side": "left",
|
| 231 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 232 |
+
"unk_token": "<|end_of_text|>",
|
| 233 |
+
"vocab_size": 49152
|
| 234 |
+
}
|
26_128_e3_3e-5/train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 9.398740177230234e+17,
|
| 4 |
+
"train_loss": 0.5625836603138425,
|
| 5 |
+
"train_runtime": 455.3956,
|
| 6 |
+
"train_samples": 6963,
|
| 7 |
+
"train_samples_per_second": 45.87,
|
| 8 |
+
"train_steps_per_second": 1.436
|
| 9 |
+
}
|
26_128_e3_3e-5/trainer_state.json
ADDED
|
@@ -0,0 +1,953 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 654,
|
| 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.022935779816513763,
|
| 14 |
+
"grad_norm": 3.154066324234009,
|
| 15 |
+
"learning_rate": 3.6363636363636366e-06,
|
| 16 |
+
"loss": 1.5926,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.045871559633027525,
|
| 21 |
+
"grad_norm": 1.382306694984436,
|
| 22 |
+
"learning_rate": 8.181818181818181e-06,
|
| 23 |
+
"loss": 1.4573,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.06880733944954129,
|
| 28 |
+
"grad_norm": 0.6333721280097961,
|
| 29 |
+
"learning_rate": 1.2727272727272728e-05,
|
| 30 |
+
"loss": 1.4168,
|
| 31 |
+
"step": 15
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.09174311926605505,
|
| 35 |
+
"grad_norm": 0.5116958618164062,
|
| 36 |
+
"learning_rate": 1.7272727272727274e-05,
|
| 37 |
+
"loss": 1.3665,
|
| 38 |
+
"step": 20
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.11467889908256881,
|
| 42 |
+
"grad_norm": 0.4115943908691406,
|
| 43 |
+
"learning_rate": 2.1818181818181818e-05,
|
| 44 |
+
"loss": 1.3116,
|
| 45 |
+
"step": 25
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.13761467889908258,
|
| 49 |
+
"grad_norm": 0.36881327629089355,
|
| 50 |
+
"learning_rate": 2.6363636363636365e-05,
|
| 51 |
+
"loss": 1.2799,
|
| 52 |
+
"step": 30
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.16055045871559634,
|
| 56 |
+
"grad_norm": 0.3722558617591858,
|
| 57 |
+
"learning_rate": 2.9999808054965268e-05,
|
| 58 |
+
"loss": 1.3145,
|
| 59 |
+
"step": 35
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.1834862385321101,
|
| 63 |
+
"grad_norm": 0.36850863695144653,
|
| 64 |
+
"learning_rate": 2.999309049453608e-05,
|
| 65 |
+
"loss": 1.2359,
|
| 66 |
+
"step": 40
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.20642201834862386,
|
| 70 |
+
"grad_norm": 0.3976966142654419,
|
| 71 |
+
"learning_rate": 2.9976780594191328e-05,
|
| 72 |
+
"loss": 1.2522,
|
| 73 |
+
"step": 45
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.22935779816513763,
|
| 77 |
+
"grad_norm": 0.4128827452659607,
|
| 78 |
+
"learning_rate": 2.9950888788744855e-05,
|
| 79 |
+
"loss": 1.1857,
|
| 80 |
+
"step": 50
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.25229357798165136,
|
| 84 |
+
"grad_norm": 0.3990103304386139,
|
| 85 |
+
"learning_rate": 2.9915431643360378e-05,
|
| 86 |
+
"loss": 1.1394,
|
| 87 |
+
"step": 55
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.27522935779816515,
|
| 91 |
+
"grad_norm": 0.3858880400657654,
|
| 92 |
+
"learning_rate": 2.9870431842953412e-05,
|
| 93 |
+
"loss": 1.1781,
|
| 94 |
+
"step": 60
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.2981651376146789,
|
| 98 |
+
"grad_norm": 0.40772372484207153,
|
| 99 |
+
"learning_rate": 2.9815918177677778e-05,
|
| 100 |
+
"loss": 1.1378,
|
| 101 |
+
"step": 65
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.3211009174311927,
|
| 105 |
+
"grad_norm": 0.4397253692150116,
|
| 106 |
+
"learning_rate": 2.9751925524506132e-05,
|
| 107 |
+
"loss": 1.0961,
|
| 108 |
+
"step": 70
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.3440366972477064,
|
| 112 |
+
"grad_norm": 0.4583319127559662,
|
| 113 |
+
"learning_rate": 2.9678494824916264e-05,
|
| 114 |
+
"loss": 1.0828,
|
| 115 |
+
"step": 75
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.3669724770642202,
|
| 119 |
+
"grad_norm": 0.4776696562767029,
|
| 120 |
+
"learning_rate": 2.959567305869736e-05,
|
| 121 |
+
"loss": 1.0264,
|
| 122 |
+
"step": 80
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.38990825688073394,
|
| 126 |
+
"grad_norm": 0.5306005477905273,
|
| 127 |
+
"learning_rate": 2.950351321389309e-05,
|
| 128 |
+
"loss": 1.0082,
|
| 129 |
+
"step": 85
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.41284403669724773,
|
| 133 |
+
"grad_norm": 0.48584309220314026,
|
| 134 |
+
"learning_rate": 2.9402074252900728e-05,
|
| 135 |
+
"loss": 1.0188,
|
| 136 |
+
"step": 90
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.43577981651376146,
|
| 140 |
+
"grad_norm": 0.5304965376853943,
|
| 141 |
+
"learning_rate": 2.929142107474791e-05,
|
| 142 |
+
"loss": 0.9997,
|
| 143 |
+
"step": 95
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.45871559633027525,
|
| 147 |
+
"grad_norm": 0.49652519822120667,
|
| 148 |
+
"learning_rate": 2.9171624473571312e-05,
|
| 149 |
+
"loss": 0.9966,
|
| 150 |
+
"step": 100
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.481651376146789,
|
| 154 |
+
"grad_norm": 0.5302298665046692,
|
| 155 |
+
"learning_rate": 2.904276109332367e-05,
|
| 156 |
+
"loss": 0.9857,
|
| 157 |
+
"step": 105
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.5045871559633027,
|
| 161 |
+
"grad_norm": 0.5599017143249512,
|
| 162 |
+
"learning_rate": 2.8904913378738203e-05,
|
| 163 |
+
"loss": 0.9219,
|
| 164 |
+
"step": 110
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.5275229357798165,
|
| 168 |
+
"grad_norm": 0.5480442047119141,
|
| 169 |
+
"learning_rate": 2.8758169522581795e-05,
|
| 170 |
+
"loss": 0.9678,
|
| 171 |
+
"step": 115
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.5504587155963303,
|
| 175 |
+
"grad_norm": 0.6150339245796204,
|
| 176 |
+
"learning_rate": 2.860262340923068e-05,
|
| 177 |
+
"loss": 0.8796,
|
| 178 |
+
"step": 120
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.573394495412844,
|
| 182 |
+
"grad_norm": 0.624284029006958,
|
| 183 |
+
"learning_rate": 2.8438374554604693e-05,
|
| 184 |
+
"loss": 0.8916,
|
| 185 |
+
"step": 125
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.5963302752293578,
|
| 189 |
+
"grad_norm": 0.7007209658622742,
|
| 190 |
+
"learning_rate": 2.8265528042498586e-05,
|
| 191 |
+
"loss": 0.8468,
|
| 192 |
+
"step": 130
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.6192660550458715,
|
| 196 |
+
"grad_norm": 0.7358646392822266,
|
| 197 |
+
"learning_rate": 2.808419445735111e-05,
|
| 198 |
+
"loss": 0.8617,
|
| 199 |
+
"step": 135
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.6422018348623854,
|
| 203 |
+
"grad_norm": 0.6849257349967957,
|
| 204 |
+
"learning_rate": 2.789448981349483e-05,
|
| 205 |
+
"loss": 0.8376,
|
| 206 |
+
"step": 140
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.6651376146788991,
|
| 210 |
+
"grad_norm": 0.6804253458976746,
|
| 211 |
+
"learning_rate": 2.7696535480932016e-05,
|
| 212 |
+
"loss": 0.786,
|
| 213 |
+
"step": 145
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.6880733944954128,
|
| 217 |
+
"grad_norm": 0.6508814692497253,
|
| 218 |
+
"learning_rate": 2.7490458107684067e-05,
|
| 219 |
+
"loss": 0.7706,
|
| 220 |
+
"step": 150
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.7110091743119266,
|
| 224 |
+
"grad_norm": 0.687238872051239,
|
| 225 |
+
"learning_rate": 2.727638953876411e-05,
|
| 226 |
+
"loss": 0.7694,
|
| 227 |
+
"step": 155
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.7339449541284404,
|
| 231 |
+
"grad_norm": 0.786554217338562,
|
| 232 |
+
"learning_rate": 2.7054466731824673e-05,
|
| 233 |
+
"loss": 0.7852,
|
| 234 |
+
"step": 160
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.7568807339449541,
|
| 238 |
+
"grad_norm": 0.7580022811889648,
|
| 239 |
+
"learning_rate": 2.6824831669534373e-05,
|
| 240 |
+
"loss": 0.724,
|
| 241 |
+
"step": 165
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.7798165137614679,
|
| 245 |
+
"grad_norm": 0.7300242781639099,
|
| 246 |
+
"learning_rate": 2.6587631268739665e-05,
|
| 247 |
+
"loss": 0.7519,
|
| 248 |
+
"step": 170
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.8027522935779816,
|
| 252 |
+
"grad_norm": 0.7774202823638916,
|
| 253 |
+
"learning_rate": 2.634301728646978e-05,
|
| 254 |
+
"loss": 0.7385,
|
| 255 |
+
"step": 175
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.8256880733944955,
|
| 259 |
+
"grad_norm": 0.8375148773193359,
|
| 260 |
+
"learning_rate": 2.6091146222845015e-05,
|
| 261 |
+
"loss": 0.6821,
|
| 262 |
+
"step": 180
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.8486238532110092,
|
| 266 |
+
"grad_norm": 0.8503871560096741,
|
| 267 |
+
"learning_rate": 2.5832179220950454e-05,
|
| 268 |
+
"loss": 0.7309,
|
| 269 |
+
"step": 185
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.8715596330275229,
|
| 273 |
+
"grad_norm": 0.7620130181312561,
|
| 274 |
+
"learning_rate": 2.5566281963739187e-05,
|
| 275 |
+
"loss": 0.6918,
|
| 276 |
+
"step": 190
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.8944954128440367,
|
| 280 |
+
"grad_norm": 0.8705322742462158,
|
| 281 |
+
"learning_rate": 2.5293624568031008e-05,
|
| 282 |
+
"loss": 0.6933,
|
| 283 |
+
"step": 195
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.9174311926605505,
|
| 287 |
+
"grad_norm": 0.8482771515846252,
|
| 288 |
+
"learning_rate": 2.501438147567438e-05,
|
| 289 |
+
"loss": 0.643,
|
| 290 |
+
"step": 200
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.9403669724770642,
|
| 294 |
+
"grad_norm": 0.829285204410553,
|
| 295 |
+
"learning_rate": 2.4728731341941343e-05,
|
| 296 |
+
"loss": 0.6769,
|
| 297 |
+
"step": 205
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.963302752293578,
|
| 301 |
+
"grad_norm": 0.8753135204315186,
|
| 302 |
+
"learning_rate": 2.4436856921226704e-05,
|
| 303 |
+
"loss": 0.666,
|
| 304 |
+
"step": 210
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.9862385321100917,
|
| 308 |
+
"grad_norm": 0.8907920718193054,
|
| 309 |
+
"learning_rate": 2.4138944950124715e-05,
|
| 310 |
+
"loss": 0.6832,
|
| 311 |
+
"step": 215
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.0091743119266054,
|
| 315 |
+
"grad_norm": 0.8794606924057007,
|
| 316 |
+
"learning_rate": 2.383518602795796e-05,
|
| 317 |
+
"loss": 0.6227,
|
| 318 |
+
"step": 220
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 1.0321100917431192,
|
| 322 |
+
"grad_norm": 0.8743161559104919,
|
| 323 |
+
"learning_rate": 2.352577449483496e-05,
|
| 324 |
+
"loss": 0.5444,
|
| 325 |
+
"step": 225
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 1.0550458715596331,
|
| 329 |
+
"grad_norm": 1.0772712230682373,
|
| 330 |
+
"learning_rate": 2.3210908307314477e-05,
|
| 331 |
+
"loss": 0.5514,
|
| 332 |
+
"step": 230
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.0779816513761469,
|
| 336 |
+
"grad_norm": 1.07927405834198,
|
| 337 |
+
"learning_rate": 2.2890788911756068e-05,
|
| 338 |
+
"loss": 0.5402,
|
| 339 |
+
"step": 235
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 1.1009174311926606,
|
| 343 |
+
"grad_norm": 1.0382741689682007,
|
| 344 |
+
"learning_rate": 2.2565621115437916e-05,
|
| 345 |
+
"loss": 0.5429,
|
| 346 |
+
"step": 240
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.1238532110091743,
|
| 350 |
+
"grad_norm": 0.9207555651664734,
|
| 351 |
+
"learning_rate": 2.223561295552441e-05,
|
| 352 |
+
"loss": 0.523,
|
| 353 |
+
"step": 245
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.146788990825688,
|
| 357 |
+
"grad_norm": 1.0322675704956055,
|
| 358 |
+
"learning_rate": 2.1900975565967284e-05,
|
| 359 |
+
"loss": 0.5297,
|
| 360 |
+
"step": 250
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 1.1697247706422018,
|
| 364 |
+
"grad_norm": 1.0103211402893066,
|
| 365 |
+
"learning_rate": 2.156192304242548e-05,
|
| 366 |
+
"loss": 0.5135,
|
| 367 |
+
"step": 255
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 1.1926605504587156,
|
| 371 |
+
"grad_norm": 1.0103763341903687,
|
| 372 |
+
"learning_rate": 2.121867230529018e-05,
|
| 373 |
+
"loss": 0.4922,
|
| 374 |
+
"step": 260
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 1.2155963302752293,
|
| 378 |
+
"grad_norm": 1.0744143724441528,
|
| 379 |
+
"learning_rate": 2.087144296090259e-05,
|
| 380 |
+
"loss": 0.55,
|
| 381 |
+
"step": 265
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 1.238532110091743,
|
| 385 |
+
"grad_norm": 1.1584802865982056,
|
| 386 |
+
"learning_rate": 2.052045716105331e-05,
|
| 387 |
+
"loss": 0.4761,
|
| 388 |
+
"step": 270
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.261467889908257,
|
| 392 |
+
"grad_norm": 1.0127031803131104,
|
| 393 |
+
"learning_rate": 2.016593946085317e-05,
|
| 394 |
+
"loss": 0.4475,
|
| 395 |
+
"step": 275
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 1.2844036697247707,
|
| 399 |
+
"grad_norm": 1.0740467309951782,
|
| 400 |
+
"learning_rate": 1.980811667506646e-05,
|
| 401 |
+
"loss": 0.5215,
|
| 402 |
+
"step": 280
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 1.3073394495412844,
|
| 406 |
+
"grad_norm": 0.977476179599762,
|
| 407 |
+
"learning_rate": 1.9447217732998442e-05,
|
| 408 |
+
"loss": 0.4857,
|
| 409 |
+
"step": 285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.3302752293577982,
|
| 413 |
+
"grad_norm": 1.150428295135498,
|
| 414 |
+
"learning_rate": 1.908347353203007e-05,
|
| 415 |
+
"loss": 0.5021,
|
| 416 |
+
"step": 290
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 1.353211009174312,
|
| 420 |
+
"grad_norm": 1.0584716796875,
|
| 421 |
+
"learning_rate": 1.8717116789893502e-05,
|
| 422 |
+
"loss": 0.4824,
|
| 423 |
+
"step": 295
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 1.3761467889908257,
|
| 427 |
+
"grad_norm": 1.034061312675476,
|
| 428 |
+
"learning_rate": 1.834838189578303e-05,
|
| 429 |
+
"loss": 0.471,
|
| 430 |
+
"step": 300
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.3990825688073394,
|
| 434 |
+
"grad_norm": 1.000554084777832,
|
| 435 |
+
"learning_rate": 1.7977504760396608e-05,
|
| 436 |
+
"loss": 0.4937,
|
| 437 |
+
"step": 305
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.4220183486238533,
|
| 441 |
+
"grad_norm": 1.0319263935089111,
|
| 442 |
+
"learning_rate": 1.760472266500396e-05,
|
| 443 |
+
"loss": 0.4243,
|
| 444 |
+
"step": 310
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.4449541284403669,
|
| 448 |
+
"grad_norm": 0.9685313105583191,
|
| 449 |
+
"learning_rate": 1.7230274109637782e-05,
|
| 450 |
+
"loss": 0.4625,
|
| 451 |
+
"step": 315
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 1.4678899082568808,
|
| 455 |
+
"grad_norm": 0.9785776734352112,
|
| 456 |
+
"learning_rate": 1.6854398660505295e-05,
|
| 457 |
+
"loss": 0.4959,
|
| 458 |
+
"step": 320
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.4908256880733946,
|
| 462 |
+
"grad_norm": 1.1590365171432495,
|
| 463 |
+
"learning_rate": 1.647733679671753e-05,
|
| 464 |
+
"loss": 0.4479,
|
| 465 |
+
"step": 325
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.5137614678899083,
|
| 469 |
+
"grad_norm": 1.0894136428833008,
|
| 470 |
+
"learning_rate": 1.6099329756434703e-05,
|
| 471 |
+
"loss": 0.462,
|
| 472 |
+
"step": 330
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.536697247706422,
|
| 476 |
+
"grad_norm": 1.1440633535385132,
|
| 477 |
+
"learning_rate": 1.5720619382525834e-05,
|
| 478 |
+
"loss": 0.4497,
|
| 479 |
+
"step": 335
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 1.5596330275229358,
|
| 483 |
+
"grad_norm": 1.1175260543823242,
|
| 484 |
+
"learning_rate": 1.5341447967841584e-05,
|
| 485 |
+
"loss": 0.4032,
|
| 486 |
+
"step": 340
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.5825688073394495,
|
| 490 |
+
"grad_norm": 1.1592456102371216,
|
| 491 |
+
"learning_rate": 1.4962058100199145e-05,
|
| 492 |
+
"loss": 0.4312,
|
| 493 |
+
"step": 345
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.6055045871559632,
|
| 497 |
+
"grad_norm": 1.189139723777771,
|
| 498 |
+
"learning_rate": 1.4582692507178406e-05,
|
| 499 |
+
"loss": 0.3975,
|
| 500 |
+
"step": 350
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.6284403669724772,
|
| 504 |
+
"grad_norm": 1.070449948310852,
|
| 505 |
+
"learning_rate": 1.4203593900828762e-05,
|
| 506 |
+
"loss": 0.4215,
|
| 507 |
+
"step": 355
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.6513761467889907,
|
| 511 |
+
"grad_norm": 1.0447947978973389,
|
| 512 |
+
"learning_rate": 1.3825004822385772e-05,
|
| 513 |
+
"loss": 0.4731,
|
| 514 |
+
"step": 360
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.6743119266055047,
|
| 518 |
+
"grad_norm": 1.0117021799087524,
|
| 519 |
+
"learning_rate": 1.34471674870972e-05,
|
| 520 |
+
"loss": 0.3787,
|
| 521 |
+
"step": 365
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.6972477064220184,
|
| 525 |
+
"grad_norm": 1.2419357299804688,
|
| 526 |
+
"learning_rate": 1.3070323629257536e-05,
|
| 527 |
+
"loss": 0.3781,
|
| 528 |
+
"step": 370
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.7201834862385321,
|
| 532 |
+
"grad_norm": 1.2271087169647217,
|
| 533 |
+
"learning_rate": 1.269471434755025e-05,
|
| 534 |
+
"loss": 0.3987,
|
| 535 |
+
"step": 375
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 1.7431192660550459,
|
| 539 |
+
"grad_norm": 1.140735149383545,
|
| 540 |
+
"learning_rate": 1.2320579950796726e-05,
|
| 541 |
+
"loss": 0.3971,
|
| 542 |
+
"step": 380
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.7660550458715596,
|
| 546 |
+
"grad_norm": 1.060956358909607,
|
| 547 |
+
"learning_rate": 1.1948159804210497e-05,
|
| 548 |
+
"loss": 0.3798,
|
| 549 |
+
"step": 385
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.7889908256880735,
|
| 553 |
+
"grad_norm": 1.0528767108917236,
|
| 554 |
+
"learning_rate": 1.1577692176255207e-05,
|
| 555 |
+
"loss": 0.36,
|
| 556 |
+
"step": 390
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.811926605504587,
|
| 560 |
+
"grad_norm": 1.1098915338516235,
|
| 561 |
+
"learning_rate": 1.120941408620426e-05,
|
| 562 |
+
"loss": 0.3857,
|
| 563 |
+
"step": 395
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 1.834862385321101,
|
| 567 |
+
"grad_norm": 1.1725845336914062,
|
| 568 |
+
"learning_rate": 1.0843561152499672e-05,
|
| 569 |
+
"loss": 0.3683,
|
| 570 |
+
"step": 400
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.8577981651376145,
|
| 574 |
+
"grad_norm": 1.2150763273239136,
|
| 575 |
+
"learning_rate": 1.0480367442007129e-05,
|
| 576 |
+
"loss": 0.3606,
|
| 577 |
+
"step": 405
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.8807339449541285,
|
| 581 |
+
"grad_norm": 1.368205189704895,
|
| 582 |
+
"learning_rate": 1.0120065320263785e-05,
|
| 583 |
+
"loss": 0.3812,
|
| 584 |
+
"step": 410
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.9036697247706422,
|
| 588 |
+
"grad_norm": 1.1948931217193604,
|
| 589 |
+
"learning_rate": 9.762885302814475e-06,
|
| 590 |
+
"loss": 0.3724,
|
| 591 |
+
"step": 415
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 1.926605504587156,
|
| 595 |
+
"grad_norm": 1.0344188213348389,
|
| 596 |
+
"learning_rate": 9.409055907731541e-06,
|
| 597 |
+
"loss": 0.3825,
|
| 598 |
+
"step": 420
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.9495412844036697,
|
| 602 |
+
"grad_norm": 1.102097511291504,
|
| 603 |
+
"learning_rate": 9.058803509412647e-06,
|
| 604 |
+
"loss": 0.3708,
|
| 605 |
+
"step": 425
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 1.9724770642201834,
|
| 609 |
+
"grad_norm": 1.058523178100586,
|
| 610 |
+
"learning_rate": 8.712352193750044e-06,
|
| 611 |
+
"loss": 0.3433,
|
| 612 |
+
"step": 430
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.9954128440366974,
|
| 616 |
+
"grad_norm": 1.0777422189712524,
|
| 617 |
+
"learning_rate": 8.369923614763957e-06,
|
| 618 |
+
"loss": 0.3255,
|
| 619 |
+
"step": 435
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 2.018348623853211,
|
| 623 |
+
"grad_norm": 1.1497981548309326,
|
| 624 |
+
"learning_rate": 8.031736852791953e-06,
|
| 625 |
+
"loss": 0.3166,
|
| 626 |
+
"step": 440
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 2.041284403669725,
|
| 630 |
+
"grad_norm": 1.1676654815673828,
|
| 631 |
+
"learning_rate": 7.698008274324768e-06,
|
| 632 |
+
"loss": 0.2898,
|
| 633 |
+
"step": 445
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 2.0642201834862384,
|
| 637 |
+
"grad_norm": 1.0730738639831543,
|
| 638 |
+
"learning_rate": 7.3689513935785416e-06,
|
| 639 |
+
"loss": 0.2679,
|
| 640 |
+
"step": 450
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 2.0871559633027523,
|
| 644 |
+
"grad_norm": 1.1856460571289062,
|
| 645 |
+
"learning_rate": 7.044776735891763e-06,
|
| 646 |
+
"loss": 0.2965,
|
| 647 |
+
"step": 455
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 2.1100917431192663,
|
| 651 |
+
"grad_norm": 1.1058369874954224,
|
| 652 |
+
"learning_rate": 6.725691703034592e-06,
|
| 653 |
+
"loss": 0.2826,
|
| 654 |
+
"step": 460
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 2.13302752293578,
|
| 658 |
+
"grad_norm": 1.0041329860687256,
|
| 659 |
+
"learning_rate": 6.411900440516469e-06,
|
| 660 |
+
"loss": 0.2869,
|
| 661 |
+
"step": 465
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 2.1559633027522938,
|
| 665 |
+
"grad_norm": 1.2383862733840942,
|
| 666 |
+
"learning_rate": 6.1036037069770965e-06,
|
| 667 |
+
"loss": 0.3092,
|
| 668 |
+
"step": 470
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 2.1788990825688073,
|
| 672 |
+
"grad_norm": 1.1808902025222778,
|
| 673 |
+
"learning_rate": 5.800998745744253e-06,
|
| 674 |
+
"loss": 0.292,
|
| 675 |
+
"step": 475
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 2.2018348623853212,
|
| 679 |
+
"grad_norm": 1.0828917026519775,
|
| 680 |
+
"learning_rate": 5.5042791586407025e-06,
|
| 681 |
+
"loss": 0.3025,
|
| 682 |
+
"step": 480
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 2.2247706422018347,
|
| 686 |
+
"grad_norm": 1.155086874961853,
|
| 687 |
+
"learning_rate": 5.213634782120758e-06,
|
| 688 |
+
"loss": 0.2736,
|
| 689 |
+
"step": 485
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 2.2477064220183487,
|
| 693 |
+
"grad_norm": 1.142809510231018,
|
| 694 |
+
"learning_rate": 4.92925156581605e-06,
|
| 695 |
+
"loss": 0.3002,
|
| 696 |
+
"step": 490
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 2.270642201834862,
|
| 700 |
+
"grad_norm": 1.133955717086792,
|
| 701 |
+
"learning_rate": 4.651311453567839e-06,
|
| 702 |
+
"loss": 0.3127,
|
| 703 |
+
"step": 495
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 2.293577981651376,
|
| 707 |
+
"grad_norm": 1.4609079360961914,
|
| 708 |
+
"learning_rate": 4.379992267022286e-06,
|
| 709 |
+
"loss": 0.2288,
|
| 710 |
+
"step": 500
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 2.31651376146789,
|
| 714 |
+
"grad_norm": 1.1233643293380737,
|
| 715 |
+
"learning_rate": 4.1154675918630144e-06,
|
| 716 |
+
"loss": 0.3099,
|
| 717 |
+
"step": 505
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 2.3394495412844036,
|
| 721 |
+
"grad_norm": 1.0275275707244873,
|
| 722 |
+
"learning_rate": 3.85790666675373e-06,
|
| 723 |
+
"loss": 0.2688,
|
| 724 |
+
"step": 510
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 2.3623853211009176,
|
| 728 |
+
"grad_norm": 1.1538602113723755,
|
| 729 |
+
"learning_rate": 3.6074742750620445e-06,
|
| 730 |
+
"loss": 0.2466,
|
| 731 |
+
"step": 515
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 2.385321100917431,
|
| 735 |
+
"grad_norm": 1.2466658353805542,
|
| 736 |
+
"learning_rate": 3.3643306394337016e-06,
|
| 737 |
+
"loss": 0.2737,
|
| 738 |
+
"step": 520
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 2.408256880733945,
|
| 742 |
+
"grad_norm": 1.0603047609329224,
|
| 743 |
+
"learning_rate": 3.1286313192847066e-06,
|
| 744 |
+
"loss": 0.2376,
|
| 745 |
+
"step": 525
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 2.4311926605504586,
|
| 749 |
+
"grad_norm": 1.094659447669983,
|
| 750 |
+
"learning_rate": 2.9005271112768487e-06,
|
| 751 |
+
"loss": 0.2497,
|
| 752 |
+
"step": 530
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 2.4541284403669725,
|
| 756 |
+
"grad_norm": 1.0665955543518066,
|
| 757 |
+
"learning_rate": 2.680163952840467e-06,
|
| 758 |
+
"loss": 0.2424,
|
| 759 |
+
"step": 535
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 2.477064220183486,
|
| 763 |
+
"grad_norm": 1.1814361810684204,
|
| 764 |
+
"learning_rate": 2.467682828805956e-06,
|
| 765 |
+
"loss": 0.2549,
|
| 766 |
+
"step": 540
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 2.5,
|
| 770 |
+
"grad_norm": 1.1644728183746338,
|
| 771 |
+
"learning_rate": 2.2632196812039553e-06,
|
| 772 |
+
"loss": 0.2277,
|
| 773 |
+
"step": 545
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 2.522935779816514,
|
| 777 |
+
"grad_norm": 1.0103965997695923,
|
| 778 |
+
"learning_rate": 2.066905322291797e-06,
|
| 779 |
+
"loss": 0.2634,
|
| 780 |
+
"step": 550
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 2.5458715596330275,
|
| 784 |
+
"grad_norm": 1.1028698682785034,
|
| 785 |
+
"learning_rate": 1.878865350861927e-06,
|
| 786 |
+
"loss": 0.2628,
|
| 787 |
+
"step": 555
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 2.5688073394495414,
|
| 791 |
+
"grad_norm": 1.044304609298706,
|
| 792 |
+
"learning_rate": 1.6992200718857676e-06,
|
| 793 |
+
"loss": 0.2447,
|
| 794 |
+
"step": 560
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 2.591743119266055,
|
| 798 |
+
"grad_norm": 1.1257292032241821,
|
| 799 |
+
"learning_rate": 1.5280844195445598e-06,
|
| 800 |
+
"loss": 0.2747,
|
| 801 |
+
"step": 565
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 2.614678899082569,
|
| 805 |
+
"grad_norm": 1.1923913955688477,
|
| 806 |
+
"learning_rate": 1.365567883696282e-06,
|
| 807 |
+
"loss": 0.2926,
|
| 808 |
+
"step": 570
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 2.6376146788990824,
|
| 812 |
+
"grad_norm": 1.0788416862487793,
|
| 813 |
+
"learning_rate": 1.2117744398257963e-06,
|
| 814 |
+
"loss": 0.219,
|
| 815 |
+
"step": 575
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 2.6605504587155964,
|
| 819 |
+
"grad_norm": 1.1790810823440552,
|
| 820 |
+
"learning_rate": 1.066802482522995e-06,
|
| 821 |
+
"loss": 0.2345,
|
| 822 |
+
"step": 580
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 2.68348623853211,
|
| 826 |
+
"grad_norm": 1.0914078950881958,
|
| 827 |
+
"learning_rate": 9.307447625315052e-07,
|
| 828 |
+
"loss": 0.2356,
|
| 829 |
+
"step": 585
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 2.706422018348624,
|
| 833 |
+
"grad_norm": 1.1160882711410522,
|
| 834 |
+
"learning_rate": 8.03688327408253e-07,
|
| 835 |
+
"loss": 0.2529,
|
| 836 |
+
"step": 590
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 2.729357798165138,
|
| 840 |
+
"grad_norm": 1.0512644052505493,
|
| 841 |
+
"learning_rate": 6.857144658318165e-07,
|
| 842 |
+
"loss": 0.2619,
|
| 843 |
+
"step": 595
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 2.7522935779816513,
|
| 847 |
+
"grad_norm": 1.1664880514144897,
|
| 848 |
+
"learning_rate": 5.768986555952415e-07,
|
| 849 |
+
"loss": 0.2482,
|
| 850 |
+
"step": 600
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 2.7752293577981653,
|
| 854 |
+
"grad_norm": 1.0369032621383667,
|
| 855 |
+
"learning_rate": 4.773105153165385e-07,
|
| 856 |
+
"loss": 0.2486,
|
| 857 |
+
"step": 605
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 2.7981651376146788,
|
| 861 |
+
"grad_norm": 1.0779132843017578,
|
| 862 |
+
"learning_rate": 3.8701375989781517e-07,
|
| 863 |
+
"loss": 0.3011,
|
| 864 |
+
"step": 610
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 2.8211009174311927,
|
| 868 |
+
"grad_norm": 0.944064199924469,
|
| 869 |
+
"learning_rate": 3.060661597614872e-07,
|
| 870 |
+
"loss": 0.2465,
|
| 871 |
+
"step": 615
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 2.8440366972477067,
|
| 875 |
+
"grad_norm": 1.0364296436309814,
|
| 876 |
+
"learning_rate": 2.3451950388969912e-07,
|
| 877 |
+
"loss": 0.2442,
|
| 878 |
+
"step": 620
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 2.86697247706422,
|
| 882 |
+
"grad_norm": 0.9234054684638977,
|
| 883 |
+
"learning_rate": 1.724195666905465e-07,
|
| 884 |
+
"loss": 0.2219,
|
| 885 |
+
"step": 625
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 2.8899082568807337,
|
| 889 |
+
"grad_norm": 1.1181162595748901,
|
| 890 |
+
"learning_rate": 1.1980607871234894e-07,
|
| 891 |
+
"loss": 0.2605,
|
| 892 |
+
"step": 630
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 2.9128440366972477,
|
| 896 |
+
"grad_norm": 1.3363423347473145,
|
| 897 |
+
"learning_rate": 7.671270122467822e-08,
|
| 898 |
+
"loss": 0.253,
|
| 899 |
+
"step": 635
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 2.9357798165137616,
|
| 903 |
+
"grad_norm": 1.0425448417663574,
|
| 904 |
+
"learning_rate": 4.316700468241175e-08,
|
| 905 |
+
"loss": 0.2552,
|
| 906 |
+
"step": 640
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 2.958715596330275,
|
| 910 |
+
"grad_norm": 1.0840250253677368,
|
| 911 |
+
"learning_rate": 1.9190451086599226e-08,
|
| 912 |
+
"loss": 0.3126,
|
| 913 |
+
"step": 645
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 2.981651376146789,
|
| 917 |
+
"grad_norm": 1.0141379833221436,
|
| 918 |
+
"learning_rate": 4.798380253417944e-09,
|
| 919 |
+
"loss": 0.2846,
|
| 920 |
+
"step": 650
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 3.0,
|
| 924 |
+
"step": 654,
|
| 925 |
+
"total_flos": 9.398740177230234e+17,
|
| 926 |
+
"train_loss": 0.5625836603138425,
|
| 927 |
+
"train_runtime": 455.3956,
|
| 928 |
+
"train_samples_per_second": 45.87,
|
| 929 |
+
"train_steps_per_second": 1.436
|
| 930 |
+
}
|
| 931 |
+
],
|
| 932 |
+
"logging_steps": 5,
|
| 933 |
+
"max_steps": 654,
|
| 934 |
+
"num_input_tokens_seen": 0,
|
| 935 |
+
"num_train_epochs": 3,
|
| 936 |
+
"save_steps": 20000,
|
| 937 |
+
"stateful_callbacks": {
|
| 938 |
+
"TrainerControl": {
|
| 939 |
+
"args": {
|
| 940 |
+
"should_epoch_stop": false,
|
| 941 |
+
"should_evaluate": false,
|
| 942 |
+
"should_log": false,
|
| 943 |
+
"should_save": false,
|
| 944 |
+
"should_training_stop": false
|
| 945 |
+
},
|
| 946 |
+
"attributes": {}
|
| 947 |
+
}
|
| 948 |
+
},
|
| 949 |
+
"total_flos": 9.398740177230234e+17,
|
| 950 |
+
"train_batch_size": 2,
|
| 951 |
+
"trial_name": null,
|
| 952 |
+
"trial_params": null
|
| 953 |
+
}
|
26_128_e3_3e-5/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92d53c14c5c97a7b251af0ffa4ce680912cc0d28b94cb59fd2de50cb5fc1ccbe
|
| 3 |
+
size 8209
|
26_128_e3_3e-5/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|