Upload folder using huggingface_hub
Browse files- 114_128_e3_3e-5/adapter_config.json +39 -0
- 114_128_e3_3e-5/adapter_model.safetensors +3 -0
- 114_128_e3_3e-5/added_tokens.json +9 -0
- 114_128_e3_3e-5/all_results.json +9 -0
- 114_128_e3_3e-5/chat_template.jinja +62 -0
- 114_128_e3_3e-5/config.json +32 -0
- 114_128_e3_3e-5/merges.txt +0 -0
- 114_128_e3_3e-5/special_tokens_map.json +33 -0
- 114_128_e3_3e-5/tokenizer.json +0 -0
- 114_128_e3_3e-5/tokenizer_config.json +234 -0
- 114_128_e3_3e-5/train_results.json +9 -0
- 114_128_e3_3e-5/trainer_state.json +939 -0
- 114_128_e3_3e-5/training_args.bin +3 -0
- 114_128_e3_3e-5/vocab.json +0 -0
114_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 |
+
"v_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"down_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"trainable_token_indices": null,
|
| 37 |
+
"use_dora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
114_128_e3_3e-5/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f3767e7582aeeaeea377453b662dc00c83f9729cb8750d3686c8428a234839d
|
| 3 |
+
size 791751704
|
114_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 |
+
}
|
114_128_e3_3e-5/all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 8.181798015200133e+17,
|
| 4 |
+
"train_loss": 0.3922736724356996,
|
| 5 |
+
"train_runtime": 396.0022,
|
| 6 |
+
"train_samples": 6835,
|
| 7 |
+
"train_samples_per_second": 51.78,
|
| 8 |
+
"train_steps_per_second": 1.621
|
| 9 |
+
}
|
114_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 %}
|
114_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 |
+
}
|
114_128_e3_3e-5/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
114_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 |
+
}
|
114_128_e3_3e-5/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
114_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 |
+
}
|
114_128_e3_3e-5/train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 8.181798015200133e+17,
|
| 4 |
+
"train_loss": 0.3922736724356996,
|
| 5 |
+
"train_runtime": 396.0022,
|
| 6 |
+
"train_samples": 6835,
|
| 7 |
+
"train_samples_per_second": 51.78,
|
| 8 |
+
"train_steps_per_second": 1.621
|
| 9 |
+
}
|
114_128_e3_3e-5/trainer_state.json
ADDED
|
@@ -0,0 +1,939 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 642,
|
| 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.02336448598130841,
|
| 14 |
+
"grad_norm": 2.394056797027588,
|
| 15 |
+
"learning_rate": 3.6363636363636366e-06,
|
| 16 |
+
"loss": 1.5722,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.04672897196261682,
|
| 21 |
+
"grad_norm": 1.4779744148254395,
|
| 22 |
+
"learning_rate": 8.181818181818181e-06,
|
| 23 |
+
"loss": 1.5108,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.07009345794392523,
|
| 28 |
+
"grad_norm": 0.5607652068138123,
|
| 29 |
+
"learning_rate": 1.2727272727272728e-05,
|
| 30 |
+
"loss": 1.4227,
|
| 31 |
+
"step": 15
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.09345794392523364,
|
| 35 |
+
"grad_norm": 0.42606180906295776,
|
| 36 |
+
"learning_rate": 1.7272727272727274e-05,
|
| 37 |
+
"loss": 1.3951,
|
| 38 |
+
"step": 20
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.11682242990654206,
|
| 42 |
+
"grad_norm": 0.5096513628959656,
|
| 43 |
+
"learning_rate": 2.1818181818181818e-05,
|
| 44 |
+
"loss": 1.3629,
|
| 45 |
+
"step": 25
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.14018691588785046,
|
| 49 |
+
"grad_norm": 0.4576520621776581,
|
| 50 |
+
"learning_rate": 2.6363636363636365e-05,
|
| 51 |
+
"loss": 1.3003,
|
| 52 |
+
"step": 30
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.16355140186915887,
|
| 56 |
+
"grad_norm": 0.41707563400268555,
|
| 57 |
+
"learning_rate": 2.9999800416120386e-05,
|
| 58 |
+
"loss": 1.3866,
|
| 59 |
+
"step": 35
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.18691588785046728,
|
| 63 |
+
"grad_norm": 0.40992990136146545,
|
| 64 |
+
"learning_rate": 2.9992815537990055e-05,
|
| 65 |
+
"loss": 1.2692,
|
| 66 |
+
"step": 40
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.2102803738317757,
|
| 70 |
+
"grad_norm": 1.6285532712936401,
|
| 71 |
+
"learning_rate": 2.9975856776406864e-05,
|
| 72 |
+
"loss": 1.2706,
|
| 73 |
+
"step": 45
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.2336448598130841,
|
| 77 |
+
"grad_norm": 0.4323791265487671,
|
| 78 |
+
"learning_rate": 2.9948935413088454e-05,
|
| 79 |
+
"loss": 1.2024,
|
| 80 |
+
"step": 50
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.2570093457943925,
|
| 84 |
+
"grad_norm": 0.5564969778060913,
|
| 85 |
+
"learning_rate": 2.9912069357315394e-05,
|
| 86 |
+
"loss": 1.1646,
|
| 87 |
+
"step": 55
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.2803738317757009,
|
| 91 |
+
"grad_norm": 0.4710974097251892,
|
| 92 |
+
"learning_rate": 2.9865283134017167e-05,
|
| 93 |
+
"loss": 1.2395,
|
| 94 |
+
"step": 60
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.3037383177570093,
|
| 98 |
+
"grad_norm": 0.5212734341621399,
|
| 99 |
+
"learning_rate": 2.980860786745706e-05,
|
| 100 |
+
"loss": 1.078,
|
| 101 |
+
"step": 65
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.32710280373831774,
|
| 105 |
+
"grad_norm": 0.5346776843070984,
|
| 106 |
+
"learning_rate": 2.9742081260526968e-05,
|
| 107 |
+
"loss": 1.1052,
|
| 108 |
+
"step": 70
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.35046728971962615,
|
| 112 |
+
"grad_norm": 0.548423707485199,
|
| 113 |
+
"learning_rate": 2.9665747569665735e-05,
|
| 114 |
+
"loss": 1.049,
|
| 115 |
+
"step": 75
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.37383177570093457,
|
| 119 |
+
"grad_norm": 0.6231434345245361,
|
| 120 |
+
"learning_rate": 2.957965757541784e-05,
|
| 121 |
+
"loss": 1.0394,
|
| 122 |
+
"step": 80
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.397196261682243,
|
| 126 |
+
"grad_norm": 0.593290388584137,
|
| 127 |
+
"learning_rate": 2.948386854865191e-05,
|
| 128 |
+
"loss": 0.9723,
|
| 129 |
+
"step": 85
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.4205607476635514,
|
| 133 |
+
"grad_norm": 0.5931947827339172,
|
| 134 |
+
"learning_rate": 2.937844421246162e-05,
|
| 135 |
+
"loss": 0.9395,
|
| 136 |
+
"step": 90
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.4439252336448598,
|
| 140 |
+
"grad_norm": 0.5959659814834595,
|
| 141 |
+
"learning_rate": 2.926345469977428e-05,
|
| 142 |
+
"loss": 0.9402,
|
| 143 |
+
"step": 95
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.4672897196261682,
|
| 147 |
+
"grad_norm": 0.7404563426971436,
|
| 148 |
+
"learning_rate": 2.9138976506695307e-05,
|
| 149 |
+
"loss": 0.8553,
|
| 150 |
+
"step": 100
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.49065420560747663,
|
| 154 |
+
"grad_norm": 0.6448763012886047,
|
| 155 |
+
"learning_rate": 2.9005092441619627e-05,
|
| 156 |
+
"loss": 0.9253,
|
| 157 |
+
"step": 105
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.514018691588785,
|
| 161 |
+
"grad_norm": 0.8752307295799255,
|
| 162 |
+
"learning_rate": 2.8861891570143885e-05,
|
| 163 |
+
"loss": 0.8566,
|
| 164 |
+
"step": 110
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.5373831775700935,
|
| 168 |
+
"grad_norm": 0.7256718277931213,
|
| 169 |
+
"learning_rate": 2.8709469155816066e-05,
|
| 170 |
+
"loss": 0.7779,
|
| 171 |
+
"step": 115
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.5607476635514018,
|
| 175 |
+
"grad_norm": 0.8161791563034058,
|
| 176 |
+
"learning_rate": 2.854792659676198e-05,
|
| 177 |
+
"loss": 0.7579,
|
| 178 |
+
"step": 120
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.5841121495327103,
|
| 182 |
+
"grad_norm": 0.8757849931716919,
|
| 183 |
+
"learning_rate": 2.8377371358230733e-05,
|
| 184 |
+
"loss": 0.7505,
|
| 185 |
+
"step": 125
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.6074766355140186,
|
| 189 |
+
"grad_norm": 0.8687119483947754,
|
| 190 |
+
"learning_rate": 2.819791690110412e-05,
|
| 191 |
+
"loss": 0.7253,
|
| 192 |
+
"step": 130
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.6308411214953271,
|
| 196 |
+
"grad_norm": 0.8262975215911865,
|
| 197 |
+
"learning_rate": 2.8009682606417397e-05,
|
| 198 |
+
"loss": 0.7319,
|
| 199 |
+
"step": 135
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.6542056074766355,
|
| 203 |
+
"grad_norm": 0.9814523458480835,
|
| 204 |
+
"learning_rate": 2.781279369594177e-05,
|
| 205 |
+
"loss": 0.6432,
|
| 206 |
+
"step": 140
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.677570093457944,
|
| 210 |
+
"grad_norm": 0.9001941680908203,
|
| 211 |
+
"learning_rate": 2.7607381148881345e-05,
|
| 212 |
+
"loss": 0.6002,
|
| 213 |
+
"step": 145
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.7009345794392523,
|
| 217 |
+
"grad_norm": 0.9991686940193176,
|
| 218 |
+
"learning_rate": 2.7393581614739924e-05,
|
| 219 |
+
"loss": 0.6134,
|
| 220 |
+
"step": 150
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.7242990654205608,
|
| 224 |
+
"grad_norm": 0.9385070204734802,
|
| 225 |
+
"learning_rate": 2.7171537322415777e-05,
|
| 226 |
+
"loss": 0.5621,
|
| 227 |
+
"step": 155
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.7476635514018691,
|
| 231 |
+
"grad_norm": 1.0593597888946533,
|
| 232 |
+
"learning_rate": 2.6941395985584656e-05,
|
| 233 |
+
"loss": 0.5929,
|
| 234 |
+
"step": 160
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.7710280373831776,
|
| 238 |
+
"grad_norm": 1.0321978330612183,
|
| 239 |
+
"learning_rate": 2.6703310704434144e-05,
|
| 240 |
+
"loss": 0.6102,
|
| 241 |
+
"step": 165
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.794392523364486,
|
| 245 |
+
"grad_norm": 1.1172053813934326,
|
| 246 |
+
"learning_rate": 2.6457439863814637e-05,
|
| 247 |
+
"loss": 0.5499,
|
| 248 |
+
"step": 170
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.8177570093457944,
|
| 252 |
+
"grad_norm": 1.0350509881973267,
|
| 253 |
+
"learning_rate": 2.6203947027874753e-05,
|
| 254 |
+
"loss": 0.5534,
|
| 255 |
+
"step": 175
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.8411214953271028,
|
| 259 |
+
"grad_norm": 1.1137152910232544,
|
| 260 |
+
"learning_rate": 2.5943000831251215e-05,
|
| 261 |
+
"loss": 0.5356,
|
| 262 |
+
"step": 180
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.8644859813084113,
|
| 266 |
+
"grad_norm": 1.082862138748169,
|
| 267 |
+
"learning_rate": 2.5674774866885664e-05,
|
| 268 |
+
"loss": 0.4747,
|
| 269 |
+
"step": 185
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.8878504672897196,
|
| 273 |
+
"grad_norm": 1.1490403413772583,
|
| 274 |
+
"learning_rate": 2.539944757054293e-05,
|
| 275 |
+
"loss": 0.4886,
|
| 276 |
+
"step": 190
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.9112149532710281,
|
| 280 |
+
"grad_norm": 1.083483338356018,
|
| 281 |
+
"learning_rate": 2.5117202102107707e-05,
|
| 282 |
+
"loss": 0.5022,
|
| 283 |
+
"step": 195
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.9345794392523364,
|
| 287 |
+
"grad_norm": 1.007580041885376,
|
| 288 |
+
"learning_rate": 2.4828226223738493e-05,
|
| 289 |
+
"loss": 0.4111,
|
| 290 |
+
"step": 200
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.9579439252336449,
|
| 294 |
+
"grad_norm": 1.1426090002059937,
|
| 295 |
+
"learning_rate": 2.4532712174959882e-05,
|
| 296 |
+
"loss": 0.4419,
|
| 297 |
+
"step": 205
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.9813084112149533,
|
| 301 |
+
"grad_norm": 1.2074663639068604,
|
| 302 |
+
"learning_rate": 2.4230856544776377e-05,
|
| 303 |
+
"loss": 0.4161,
|
| 304 |
+
"step": 210
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 1.0046728971962617,
|
| 308 |
+
"grad_norm": 1.0917161703109741,
|
| 309 |
+
"learning_rate": 2.3922860140892667e-05,
|
| 310 |
+
"loss": 0.3758,
|
| 311 |
+
"step": 215
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.02803738317757,
|
| 315 |
+
"grad_norm": 1.426063060760498,
|
| 316 |
+
"learning_rate": 2.3608927856127483e-05,
|
| 317 |
+
"loss": 0.3323,
|
| 318 |
+
"step": 220
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 1.0514018691588785,
|
| 322 |
+
"grad_norm": 1.082567572593689,
|
| 323 |
+
"learning_rate": 2.3289268532109828e-05,
|
| 324 |
+
"loss": 0.3688,
|
| 325 |
+
"step": 225
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 1.074766355140187,
|
| 329 |
+
"grad_norm": 1.2942150831222534,
|
| 330 |
+
"learning_rate": 2.2964094820348302e-05,
|
| 331 |
+
"loss": 0.3247,
|
| 332 |
+
"step": 230
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.0981308411214954,
|
| 336 |
+
"grad_norm": 0.9273058772087097,
|
| 337 |
+
"learning_rate": 2.2633623040765936e-05,
|
| 338 |
+
"loss": 0.3236,
|
| 339 |
+
"step": 235
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 1.1214953271028036,
|
| 343 |
+
"grad_norm": 1.3827800750732422,
|
| 344 |
+
"learning_rate": 2.2298073037794585e-05,
|
| 345 |
+
"loss": 0.3188,
|
| 346 |
+
"step": 240
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.144859813084112,
|
| 350 |
+
"grad_norm": 1.0251104831695557,
|
| 351 |
+
"learning_rate": 2.1957668034124732e-05,
|
| 352 |
+
"loss": 0.3176,
|
| 353 |
+
"step": 245
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.1682242990654206,
|
| 357 |
+
"grad_norm": 1.2389192581176758,
|
| 358 |
+
"learning_rate": 2.1612634482207874e-05,
|
| 359 |
+
"loss": 0.262,
|
| 360 |
+
"step": 250
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 1.191588785046729,
|
| 364 |
+
"grad_norm": 1.3050047159194946,
|
| 365 |
+
"learning_rate": 2.1263201913610343e-05,
|
| 366 |
+
"loss": 0.2895,
|
| 367 |
+
"step": 255
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 1.2149532710280373,
|
| 371 |
+
"grad_norm": 1.1179063320159912,
|
| 372 |
+
"learning_rate": 2.0909602786318757e-05,
|
| 373 |
+
"loss": 0.2841,
|
| 374 |
+
"step": 260
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 1.2383177570093458,
|
| 378 |
+
"grad_norm": 1.0498738288879395,
|
| 379 |
+
"learning_rate": 2.055207233009872e-05,
|
| 380 |
+
"loss": 0.2874,
|
| 381 |
+
"step": 265
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 1.2616822429906542,
|
| 385 |
+
"grad_norm": 1.0453853607177734,
|
| 386 |
+
"learning_rate": 2.0190848390009556e-05,
|
| 387 |
+
"loss": 0.2606,
|
| 388 |
+
"step": 270
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.2850467289719627,
|
| 392 |
+
"grad_norm": 1.1275442838668823,
|
| 393 |
+
"learning_rate": 1.9826171268179302e-05,
|
| 394 |
+
"loss": 0.2423,
|
| 395 |
+
"step": 275
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 1.308411214953271,
|
| 399 |
+
"grad_norm": 1.299269437789917,
|
| 400 |
+
"learning_rate": 1.9458283563945063e-05,
|
| 401 |
+
"loss": 0.234,
|
| 402 |
+
"step": 280
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 1.3317757009345794,
|
| 406 |
+
"grad_norm": 1.1573830842971802,
|
| 407 |
+
"learning_rate": 1.9087430012465264e-05,
|
| 408 |
+
"loss": 0.2403,
|
| 409 |
+
"step": 285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.355140186915888,
|
| 413 |
+
"grad_norm": 1.1889029741287231,
|
| 414 |
+
"learning_rate": 1.8713857321910968e-05,
|
| 415 |
+
"loss": 0.26,
|
| 416 |
+
"step": 290
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 1.3785046728971961,
|
| 420 |
+
"grad_norm": 1.2217601537704468,
|
| 421 |
+
"learning_rate": 1.8337814009344716e-05,
|
| 422 |
+
"loss": 0.2454,
|
| 423 |
+
"step": 295
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 1.4018691588785046,
|
| 427 |
+
"grad_norm": 1.1743645668029785,
|
| 428 |
+
"learning_rate": 1.7959550235396002e-05,
|
| 429 |
+
"loss": 0.239,
|
| 430 |
+
"step": 300
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.425233644859813,
|
| 434 |
+
"grad_norm": 1.3167074918746948,
|
| 435 |
+
"learning_rate": 1.7579317637843344e-05,
|
| 436 |
+
"loss": 0.224,
|
| 437 |
+
"step": 305
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.4485981308411215,
|
| 441 |
+
"grad_norm": 1.0133246183395386,
|
| 442 |
+
"learning_rate": 1.719736916421374e-05,
|
| 443 |
+
"loss": 0.1906,
|
| 444 |
+
"step": 310
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.47196261682243,
|
| 448 |
+
"grad_norm": 0.9746128916740417,
|
| 449 |
+
"learning_rate": 1.6813958903510767e-05,
|
| 450 |
+
"loss": 0.1861,
|
| 451 |
+
"step": 315
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 1.4953271028037383,
|
| 455 |
+
"grad_norm": 1.125864863395691,
|
| 456 |
+
"learning_rate": 1.6429341917183377e-05,
|
| 457 |
+
"loss": 0.1897,
|
| 458 |
+
"step": 320
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.5186915887850467,
|
| 462 |
+
"grad_norm": 1.2703579664230347,
|
| 463 |
+
"learning_rate": 1.604377406944772e-05,
|
| 464 |
+
"loss": 0.2038,
|
| 465 |
+
"step": 325
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.542056074766355,
|
| 469 |
+
"grad_norm": 1.224549651145935,
|
| 470 |
+
"learning_rate": 1.5657511857074988e-05,
|
| 471 |
+
"loss": 0.1812,
|
| 472 |
+
"step": 330
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.5654205607476634,
|
| 476 |
+
"grad_norm": 0.8722062110900879,
|
| 477 |
+
"learning_rate": 1.5270812238758407e-05,
|
| 478 |
+
"loss": 0.2247,
|
| 479 |
+
"step": 335
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 1.588785046728972,
|
| 483 |
+
"grad_norm": 1.1795073747634888,
|
| 484 |
+
"learning_rate": 1.4883932464172968e-05,
|
| 485 |
+
"loss": 0.1901,
|
| 486 |
+
"step": 340
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.6121495327102804,
|
| 490 |
+
"grad_norm": 1.1773940324783325,
|
| 491 |
+
"learning_rate": 1.4497129902841576e-05,
|
| 492 |
+
"loss": 0.1764,
|
| 493 |
+
"step": 345
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.6355140186915889,
|
| 497 |
+
"grad_norm": 1.059206485748291,
|
| 498 |
+
"learning_rate": 1.411066187292147e-05,
|
| 499 |
+
"loss": 0.1691,
|
| 500 |
+
"step": 350
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.6588785046728973,
|
| 504 |
+
"grad_norm": 1.0430490970611572,
|
| 505 |
+
"learning_rate": 1.3724785470024793e-05,
|
| 506 |
+
"loss": 0.205,
|
| 507 |
+
"step": 355
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.6822429906542056,
|
| 511 |
+
"grad_norm": 1.0765695571899414,
|
| 512 |
+
"learning_rate": 1.333975739618727e-05,
|
| 513 |
+
"loss": 0.1646,
|
| 514 |
+
"step": 360
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.705607476635514,
|
| 518 |
+
"grad_norm": 0.9505099654197693,
|
| 519 |
+
"learning_rate": 1.2955833789098634e-05,
|
| 520 |
+
"loss": 0.1673,
|
| 521 |
+
"step": 365
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.7289719626168223,
|
| 525 |
+
"grad_norm": 1.0387061834335327,
|
| 526 |
+
"learning_rate": 1.2573270051708529e-05,
|
| 527 |
+
"loss": 0.1539,
|
| 528 |
+
"step": 370
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.7523364485981308,
|
| 532 |
+
"grad_norm": 1.066915512084961,
|
| 533 |
+
"learning_rate": 1.2192320682321189e-05,
|
| 534 |
+
"loss": 0.1517,
|
| 535 |
+
"step": 375
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 1.7757009345794392,
|
| 539 |
+
"grad_norm": 1.015774130821228,
|
| 540 |
+
"learning_rate": 1.18132391052919e-05,
|
| 541 |
+
"loss": 0.1397,
|
| 542 |
+
"step": 380
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.7990654205607477,
|
| 546 |
+
"grad_norm": 1.138801097869873,
|
| 547 |
+
"learning_rate": 1.1436277502437936e-05,
|
| 548 |
+
"loss": 0.1558,
|
| 549 |
+
"step": 385
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.8224299065420562,
|
| 553 |
+
"grad_norm": 0.9590781927108765,
|
| 554 |
+
"learning_rate": 1.1061686645276063e-05,
|
| 555 |
+
"loss": 0.1525,
|
| 556 |
+
"step": 390
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.8457943925233646,
|
| 560 |
+
"grad_norm": 0.9794244170188904,
|
| 561 |
+
"learning_rate": 1.0689715728198248e-05,
|
| 562 |
+
"loss": 0.1691,
|
| 563 |
+
"step": 395
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 1.8691588785046729,
|
| 567 |
+
"grad_norm": 0.8544830083847046,
|
| 568 |
+
"learning_rate": 1.0320612202696533e-05,
|
| 569 |
+
"loss": 0.1219,
|
| 570 |
+
"step": 400
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.8925233644859814,
|
| 574 |
+
"grad_norm": 0.9108457565307617,
|
| 575 |
+
"learning_rate": 9.954621612747371e-06,
|
| 576 |
+
"loss": 0.1256,
|
| 577 |
+
"step": 405
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.9158878504672896,
|
| 581 |
+
"grad_norm": 1.1352508068084717,
|
| 582 |
+
"learning_rate": 9.591987431464917e-06,
|
| 583 |
+
"loss": 0.1258,
|
| 584 |
+
"step": 410
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.939252336448598,
|
| 588 |
+
"grad_norm": 1.080597996711731,
|
| 589 |
+
"learning_rate": 9.232950899131958e-06,
|
| 590 |
+
"loss": 0.1461,
|
| 591 |
+
"step": 415
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 1.9626168224299065,
|
| 595 |
+
"grad_norm": 0.9829815030097961,
|
| 596 |
+
"learning_rate": 8.877750862716208e-06,
|
| 597 |
+
"loss": 0.1489,
|
| 598 |
+
"step": 420
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.985981308411215,
|
| 602 |
+
"grad_norm": 0.9096085429191589,
|
| 603 |
+
"learning_rate": 8.526623616978763e-06,
|
| 604 |
+
"loss": 0.1271,
|
| 605 |
+
"step": 425
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 2.0093457943925235,
|
| 609 |
+
"grad_norm": 0.8181402683258057,
|
| 610 |
+
"learning_rate": 8.179802747280367e-06,
|
| 611 |
+
"loss": 0.1105,
|
| 612 |
+
"step": 430
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 2.032710280373832,
|
| 616 |
+
"grad_norm": 0.7595987915992737,
|
| 617 |
+
"learning_rate": 7.837518974190136e-06,
|
| 618 |
+
"loss": 0.087,
|
| 619 |
+
"step": 435
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 2.05607476635514,
|
| 623 |
+
"grad_norm": 0.8177846074104309,
|
| 624 |
+
"learning_rate": 7.500000000000004e-06,
|
| 625 |
+
"loss": 0.0917,
|
| 626 |
+
"step": 440
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 2.0794392523364484,
|
| 630 |
+
"grad_norm": 0.8108243942260742,
|
| 631 |
+
"learning_rate": 7.167470357247111e-06,
|
| 632 |
+
"loss": 0.0911,
|
| 633 |
+
"step": 445
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 2.102803738317757,
|
| 637 |
+
"grad_norm": 0.8202070593833923,
|
| 638 |
+
"learning_rate": 6.840151259344844e-06,
|
| 639 |
+
"loss": 0.0893,
|
| 640 |
+
"step": 450
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 2.1261682242990654,
|
| 644 |
+
"grad_norm": 0.7582007646560669,
|
| 645 |
+
"learning_rate": 6.5182604534218964e-06,
|
| 646 |
+
"loss": 0.0998,
|
| 647 |
+
"step": 455
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 2.149532710280374,
|
| 651 |
+
"grad_norm": 0.8919277191162109,
|
| 652 |
+
"learning_rate": 6.202012075467255e-06,
|
| 653 |
+
"loss": 0.0958,
|
| 654 |
+
"step": 460
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 2.1728971962616823,
|
| 658 |
+
"grad_norm": 0.9116399884223938,
|
| 659 |
+
"learning_rate": 5.891616507877458e-06,
|
| 660 |
+
"loss": 0.088,
|
| 661 |
+
"step": 465
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 2.196261682242991,
|
| 665 |
+
"grad_norm": 0.870235025882721,
|
| 666 |
+
"learning_rate": 5.587280239500953e-06,
|
| 667 |
+
"loss": 0.0863,
|
| 668 |
+
"step": 470
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 2.2196261682242993,
|
| 672 |
+
"grad_norm": 0.9147254824638367,
|
| 673 |
+
"learning_rate": 5.289205728272587e-06,
|
| 674 |
+
"loss": 0.0692,
|
| 675 |
+
"step": 475
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 2.2429906542056073,
|
| 679 |
+
"grad_norm": 0.7716091275215149,
|
| 680 |
+
"learning_rate": 4.997591266529623e-06,
|
| 681 |
+
"loss": 0.0872,
|
| 682 |
+
"step": 480
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 2.2663551401869158,
|
| 686 |
+
"grad_norm": 0.708633303642273,
|
| 687 |
+
"learning_rate": 4.7126308490989334e-06,
|
| 688 |
+
"loss": 0.086,
|
| 689 |
+
"step": 485
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 2.289719626168224,
|
| 693 |
+
"grad_norm": 0.8522292375564575,
|
| 694 |
+
"learning_rate": 4.434514044243055e-06,
|
| 695 |
+
"loss": 0.0814,
|
| 696 |
+
"step": 490
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 2.3130841121495327,
|
| 700 |
+
"grad_norm": 0.6582695841789246,
|
| 701 |
+
"learning_rate": 4.16342586755102e-06,
|
| 702 |
+
"loss": 0.0912,
|
| 703 |
+
"step": 495
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 2.336448598130841,
|
| 707 |
+
"grad_norm": 1.0254162549972534,
|
| 708 |
+
"learning_rate": 3.899546658857791e-06,
|
| 709 |
+
"loss": 0.1012,
|
| 710 |
+
"step": 500
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 2.3598130841121496,
|
| 714 |
+
"grad_norm": 0.6211466789245605,
|
| 715 |
+
"learning_rate": 3.6430519622742387e-06,
|
| 716 |
+
"loss": 0.0794,
|
| 717 |
+
"step": 505
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 2.383177570093458,
|
| 721 |
+
"grad_norm": 0.685267448425293,
|
| 722 |
+
"learning_rate": 3.394112409407455e-06,
|
| 723 |
+
"loss": 0.0715,
|
| 724 |
+
"step": 510
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 2.406542056074766,
|
| 728 |
+
"grad_norm": 0.756571352481842,
|
| 729 |
+
"learning_rate": 3.152893605849053e-06,
|
| 730 |
+
"loss": 0.0743,
|
| 731 |
+
"step": 515
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 2.4299065420560746,
|
| 735 |
+
"grad_norm": 0.584126353263855,
|
| 736 |
+
"learning_rate": 2.9195560210070117e-06,
|
| 737 |
+
"loss": 0.0772,
|
| 738 |
+
"step": 520
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 2.453271028037383,
|
| 742 |
+
"grad_norm": 0.6750658750534058,
|
| 743 |
+
"learning_rate": 2.6942548813543354e-06,
|
| 744 |
+
"loss": 0.0705,
|
| 745 |
+
"step": 525
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 2.4766355140186915,
|
| 749 |
+
"grad_norm": 0.7240349650382996,
|
| 750 |
+
"learning_rate": 2.4771400671655413e-06,
|
| 751 |
+
"loss": 0.0669,
|
| 752 |
+
"step": 530
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 2.5,
|
| 756 |
+
"grad_norm": 0.7256758213043213,
|
| 757 |
+
"learning_rate": 2.268356012809696e-06,
|
| 758 |
+
"loss": 0.0788,
|
| 759 |
+
"step": 535
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 2.5233644859813085,
|
| 763 |
+
"grad_norm": 0.6662060618400574,
|
| 764 |
+
"learning_rate": 2.06804161066626e-06,
|
| 765 |
+
"loss": 0.0628,
|
| 766 |
+
"step": 540
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 2.546728971962617,
|
| 770 |
+
"grad_norm": 0.597332775592804,
|
| 771 |
+
"learning_rate": 1.8763301187277554e-06,
|
| 772 |
+
"loss": 0.0721,
|
| 773 |
+
"step": 545
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 2.5700934579439254,
|
| 777 |
+
"grad_norm": 0.7129970788955688,
|
| 778 |
+
"learning_rate": 1.69334907195067e-06,
|
| 779 |
+
"loss": 0.083,
|
| 780 |
+
"step": 550
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 2.593457943925234,
|
| 784 |
+
"grad_norm": 0.6022635698318481,
|
| 785 |
+
"learning_rate": 1.5192201974135506e-06,
|
| 786 |
+
"loss": 0.064,
|
| 787 |
+
"step": 555
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 2.616822429906542,
|
| 791 |
+
"grad_norm": 0.6566118001937866,
|
| 792 |
+
"learning_rate": 1.354059333338773e-06,
|
| 793 |
+
"loss": 0.0724,
|
| 794 |
+
"step": 560
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 2.6401869158878504,
|
| 798 |
+
"grad_norm": 0.5555174350738525,
|
| 799 |
+
"learning_rate": 1.197976352031851e-06,
|
| 800 |
+
"loss": 0.068,
|
| 801 |
+
"step": 565
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 2.663551401869159,
|
| 805 |
+
"grad_norm": 0.6660773754119873,
|
| 806 |
+
"learning_rate": 1.0510750867895152e-06,
|
| 807 |
+
"loss": 0.0745,
|
| 808 |
+
"step": 570
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 2.6869158878504673,
|
| 812 |
+
"grad_norm": 0.7666870355606079,
|
| 813 |
+
"learning_rate": 9.13453262825209e-07,
|
| 814 |
+
"loss": 0.0738,
|
| 815 |
+
"step": 575
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 2.710280373831776,
|
| 819 |
+
"grad_norm": 0.5860276222229004,
|
| 820 |
+
"learning_rate": 7.852024322579649e-07,
|
| 821 |
+
"loss": 0.0737,
|
| 822 |
+
"step": 580
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 2.7336448598130842,
|
| 826 |
+
"grad_norm": 0.5104982852935791,
|
| 827 |
+
"learning_rate": 6.664079132078881e-07,
|
| 828 |
+
"loss": 0.0726,
|
| 829 |
+
"step": 585
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 2.7570093457943923,
|
| 833 |
+
"grad_norm": 0.7017063498497009,
|
| 834 |
+
"learning_rate": 5.571487330387803e-07,
|
| 835 |
+
"loss": 0.0717,
|
| 836 |
+
"step": 590
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 2.7803738317757007,
|
| 840 |
+
"grad_norm": 0.6351404786109924,
|
| 841 |
+
"learning_rate": 4.574975757856287e-07,
|
| 842 |
+
"loss": 0.0732,
|
| 843 |
+
"step": 595
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 2.803738317757009,
|
| 847 |
+
"grad_norm": 0.6491110324859619,
|
| 848 |
+
"learning_rate": 3.6752073380198314e-07,
|
| 849 |
+
"loss": 0.0651,
|
| 850 |
+
"step": 600
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 2.8271028037383177,
|
| 854 |
+
"grad_norm": 0.7560405135154724,
|
| 855 |
+
"learning_rate": 2.8727806365935806e-07,
|
| 856 |
+
"loss": 0.0739,
|
| 857 |
+
"step": 605
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 2.850467289719626,
|
| 861 |
+
"grad_norm": 0.6051733493804932,
|
| 862 |
+
"learning_rate": 2.1682294632798582e-07,
|
| 863 |
+
"loss": 0.068,
|
| 864 |
+
"step": 610
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 2.8738317757009346,
|
| 868 |
+
"grad_norm": 0.6319546699523926,
|
| 869 |
+
"learning_rate": 1.5620225166544155e-07,
|
| 870 |
+
"loss": 0.0635,
|
| 871 |
+
"step": 615
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 2.897196261682243,
|
| 875 |
+
"grad_norm": 0.5380659699440002,
|
| 876 |
+
"learning_rate": 1.0545630723674093e-07,
|
| 877 |
+
"loss": 0.066,
|
| 878 |
+
"step": 620
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 2.9205607476635516,
|
| 882 |
+
"grad_norm": 0.5821147561073303,
|
| 883 |
+
"learning_rate": 6.461887148666523e-08,
|
| 884 |
+
"loss": 0.0655,
|
| 885 |
+
"step": 625
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 2.94392523364486,
|
| 889 |
+
"grad_norm": 0.6386025547981262,
|
| 890 |
+
"learning_rate": 3.371711128214883e-08,
|
| 891 |
+
"loss": 0.073,
|
| 892 |
+
"step": 630
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 2.9672897196261685,
|
| 896 |
+
"grad_norm": 0.6391260623931885,
|
| 897 |
+
"learning_rate": 1.2771583839679136e-08,
|
| 898 |
+
"loss": 0.0668,
|
| 899 |
+
"step": 635
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 2.9906542056074765,
|
| 903 |
+
"grad_norm": 0.5918943881988525,
|
| 904 |
+
"learning_rate": 1.7962230497275966e-09,
|
| 905 |
+
"loss": 0.069,
|
| 906 |
+
"step": 640
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 3.0,
|
| 910 |
+
"step": 642,
|
| 911 |
+
"total_flos": 8.181798015200133e+17,
|
| 912 |
+
"train_loss": 0.3922736724356996,
|
| 913 |
+
"train_runtime": 396.0022,
|
| 914 |
+
"train_samples_per_second": 51.78,
|
| 915 |
+
"train_steps_per_second": 1.621
|
| 916 |
+
}
|
| 917 |
+
],
|
| 918 |
+
"logging_steps": 5,
|
| 919 |
+
"max_steps": 642,
|
| 920 |
+
"num_input_tokens_seen": 0,
|
| 921 |
+
"num_train_epochs": 3,
|
| 922 |
+
"save_steps": 20000,
|
| 923 |
+
"stateful_callbacks": {
|
| 924 |
+
"TrainerControl": {
|
| 925 |
+
"args": {
|
| 926 |
+
"should_epoch_stop": false,
|
| 927 |
+
"should_evaluate": false,
|
| 928 |
+
"should_log": false,
|
| 929 |
+
"should_save": false,
|
| 930 |
+
"should_training_stop": false
|
| 931 |
+
},
|
| 932 |
+
"attributes": {}
|
| 933 |
+
}
|
| 934 |
+
},
|
| 935 |
+
"total_flos": 8.181798015200133e+17,
|
| 936 |
+
"train_batch_size": 2,
|
| 937 |
+
"trial_name": null,
|
| 938 |
+
"trial_params": null
|
| 939 |
+
}
|
114_128_e3_3e-5/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfa3fec68087ad63044416f0b43b54517455058c070544ecf700b084f5d58b30
|
| 3 |
+
size 8273
|
114_128_e3_3e-5/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|