初始化项目,由ModelHub XC社区提供模型

Model: NotHereNorThere/Coral-v1.5-4b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-26 12:33:56 +08:00
commit 3baed1a275
67 changed files with 609816 additions and 0 deletions

209
checkpoint-313/README.md Normal file
View File

@@ -0,0 +1,209 @@
---
base_model: /home/mic/Documents/junk/claude-finetune-kit/merging/coral-v1.5-4b-out
library_name: peft
pipeline_tag: text-generation
tags:
- base_model:adapter:/home/mic/Documents/junk/claude-finetune-kit/merging/coral-v1.5-4b-out
- lora
- sft
- transformers
- trl
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
### Framework versions
- PEFT 0.19.1

View File

@@ -0,0 +1,48 @@
{
"alora_invocation_tokens": null,
"alpha_pattern": {},
"arrow_config": null,
"auto_mapping": null,
"base_model_name_or_path": "/home/mic/Documents/junk/claude-finetune-kit/merging/coral-v1.5-4b-out",
"bias": "none",
"corda_config": null,
"ensure_weight_tying": false,
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_bias": false,
"lora_dropout": 0.05,
"lora_ga_config": null,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"peft_version": "0.19.1",
"qalora_group_size": 16,
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"down_proj",
"o_proj",
"gate_proj",
"k_proj",
"v_proj",
"up_proj"
],
"target_parameters": null,
"task_type": "CAUSAL_LM",
"trainable_token_indices": null,
"use_bdlora": null,
"use_dora": false,
"use_qalora": false,
"use_rslora": false
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9b26eab60a983dce716ad38c55837dd4f5ef8e3b160e84a66c2df7da621b8c4
size 33096960

View File

@@ -0,0 +1,28 @@
{
"</think>": 151668,
"</tool_call>": 151658,
"</tool_response>": 151666,
"<think>": 151667,
"<tool_call>": 151657,
"<tool_response>": 151665,
"<|box_end|>": 151649,
"<|box_start|>": 151648,
"<|endoftext|>": 151643,
"<|file_sep|>": 151664,
"<|fim_middle|>": 151660,
"<|fim_pad|>": 151662,
"<|fim_prefix|>": 151659,
"<|fim_suffix|>": 151661,
"<|im_end|>": 151645,
"<|im_start|>": 151644,
"<|image_pad|>": 151655,
"<|object_ref_end|>": 151647,
"<|object_ref_start|>": 151646,
"<|quad_end|>": 151651,
"<|quad_start|>": 151650,
"<|repo_name|>": 151663,
"<|video_pad|>": 151656,
"<|vision_end|>": 151653,
"<|vision_pad|>": 151654,
"<|vision_start|>": 151652
}

View File

@@ -0,0 +1,89 @@
{%- if tools %}
{{- '<|im_start|>system\n' }}
{%- if messages[0].role == 'system' %}
{{- messages[0].content + '\n\n' }}
{%- endif %}
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
{%- for tool in tools %}
{{- "\n" }}
{{- tool | tojson }}
{%- endfor %}
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
{%- else %}
{%- if messages[0].role == 'system' %}
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
{%- for message in messages[::-1] %}
{%- set index = (messages|length - 1) - loop.index0 %}
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
{%- set ns.multi_step_tool = false %}
{%- set ns.last_query_index = index %}
{%- endif %}
{%- endfor %}
{%- for message in messages %}
{%- if message.content is string %}
{%- set content = message.content %}
{%- else %}
{%- set content = '' %}
{%- endif %}
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
{%- elif message.role == "assistant" %}
{%- set reasoning_content = '' %}
{%- if message.reasoning_content is string %}
{%- set reasoning_content = message.reasoning_content %}
{%- else %}
{%- if '</think>' in content %}
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
{%- endif %}
{%- endif %}
{%- if loop.index0 > ns.last_query_index %}
{%- if loop.last or (not loop.last and reasoning_content) %}
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
{%- else %}
{{- '<|im_start|>' + message.role + '\n' + content }}
{%- endif %}
{%- else %}
{{- '<|im_start|>' + message.role + '\n' + content }}
{%- endif %}
{%- if message.tool_calls %}
{%- for tool_call in message.tool_calls %}
{%- if (loop.first and content) or (not loop.first) %}
{{- '\n' }}
{%- endif %}
{%- if tool_call.function %}
{%- set tool_call = tool_call.function %}
{%- endif %}
{{- '<tool_call>\n{"name": "' }}
{{- tool_call.name }}
{{- '", "arguments": ' }}
{%- if tool_call.arguments is string %}
{{- tool_call.arguments }}
{%- else %}
{{- tool_call.arguments | tojson }}
{%- endif %}
{{- '}\n</tool_call>' }}
{%- endfor %}
{%- endif %}
{{- '<|im_end|>\n' }}
{%- elif message.role == "tool" %}
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
{{- '<|im_start|>user' }}
{%- endif %}
{{- '\n<tool_response>\n' }}
{{- content }}
{{- '\n</tool_response>' }}
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
{{- '<|im_end|>\n' }}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- if add_generation_prompt %}
{{- '<|im_start|>assistant\n' }}
{%- if enable_thinking is defined and enable_thinking is false %}
{{- '<think>\n\n</think>\n\n' }}
{%- endif %}
{%- endif %}

151388
checkpoint-313/merges.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c2eed3444d664075319becb21fe5fb3eec415f0b9cf8191c3d04442b10f8167
size 34141428

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e1502e6a563eae95508fafefe0a939051c664dad5906ae11fc8f7612e30d080
size 14244

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2a0297902bafe2b3e5c576d25f2baab92a7d29d5efa1d2b6e98d93419cf0ed3
size 1064

View File

@@ -0,0 +1,25 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>"
}

BIN
checkpoint-313/tokenizer.json (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,239 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"151643": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151644": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151645": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151646": {
"content": "<|object_ref_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151647": {
"content": "<|object_ref_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151648": {
"content": "<|box_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151649": {
"content": "<|box_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151650": {
"content": "<|quad_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151651": {
"content": "<|quad_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151652": {
"content": "<|vision_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151653": {
"content": "<|vision_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151654": {
"content": "<|vision_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151655": {
"content": "<|image_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151656": {
"content": "<|video_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151657": {
"content": "<tool_call>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151658": {
"content": "</tool_call>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151659": {
"content": "<|fim_prefix|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151660": {
"content": "<|fim_middle|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151661": {
"content": "<|fim_suffix|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151662": {
"content": "<|fim_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151663": {
"content": "<|repo_name|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151664": {
"content": "<|file_sep|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151665": {
"content": "<tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151666": {
"content": "</tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151667": {
"content": "<think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"151668": {
"content": "</think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
}
},
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>"
],
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}

View File

@@ -0,0 +1,344 @@
{
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 313,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"entropy": 0.6765631157904863,
"epoch": 0.032,
"grad_norm": 2.875,
"learning_rate": 9.473684210526316e-05,
"loss": 3.33,
"mean_token_accuracy": 0.5463392566889524,
"num_tokens": 32197.0,
"step": 10
},
{
"entropy": 1.1614421313628553,
"epoch": 0.064,
"grad_norm": 1.7734375,
"learning_rate": 0.0002,
"loss": 1.6539,
"mean_token_accuracy": 0.6597556989639998,
"num_tokens": 64756.0,
"step": 20
},
{
"entropy": 0.939408042281866,
"epoch": 0.096,
"grad_norm": 0.60546875,
"learning_rate": 0.0001998660954234636,
"loss": 0.7808,
"mean_token_accuracy": 0.781595965847373,
"num_tokens": 95410.0,
"step": 30
},
{
"entropy": 0.9574495874345302,
"epoch": 0.128,
"grad_norm": 0.55078125,
"learning_rate": 0.00019946474030256675,
"loss": 0.859,
"mean_token_accuracy": 0.7595490481704473,
"num_tokens": 123619.0,
"step": 40
},
{
"entropy": 0.8130528301000595,
"epoch": 0.16,
"grad_norm": 0.498046875,
"learning_rate": 0.00019879700950305957,
"loss": 0.7411,
"mean_token_accuracy": 0.8014852415770293,
"num_tokens": 156066.0,
"step": 50
},
{
"entropy": 0.8076014310121536,
"epoch": 0.192,
"grad_norm": 0.67578125,
"learning_rate": 0.00019786469126914098,
"loss": 0.8028,
"mean_token_accuracy": 0.7921789325773716,
"num_tokens": 186345.0,
"step": 60
},
{
"entropy": 0.7697046212852001,
"epoch": 0.224,
"grad_norm": 0.58984375,
"learning_rate": 0.0001966702824343772,
"loss": 0.7332,
"mean_token_accuracy": 0.7981064647436142,
"num_tokens": 219449.0,
"step": 70
},
{
"entropy": 0.7365534473210573,
"epoch": 0.256,
"grad_norm": 0.66015625,
"learning_rate": 0.0001952169817349528,
"loss": 0.6818,
"mean_token_accuracy": 0.8138540856540203,
"num_tokens": 252398.0,
"step": 80
},
{
"entropy": 0.8327326748520136,
"epoch": 0.288,
"grad_norm": 0.447265625,
"learning_rate": 0.0001935086812431626,
"loss": 0.7288,
"mean_token_accuracy": 0.7888761077076196,
"num_tokens": 281833.0,
"step": 90
},
{
"entropy": 0.8304124176502228,
"epoch": 0.32,
"grad_norm": 0.57421875,
"learning_rate": 0.0001915499559440855,
"loss": 0.7666,
"mean_token_accuracy": 0.7884823590517044,
"num_tokens": 313194.0,
"step": 100
},
{
"entropy": 0.7173997653648257,
"epoch": 0.352,
"grad_norm": 0.609375,
"learning_rate": 0.00018934605148335608,
"loss": 0.6474,
"mean_token_accuracy": 0.8159435257315636,
"num_tokens": 345629.0,
"step": 110
},
{
"entropy": 0.7204551868140697,
"epoch": 0.384,
"grad_norm": 0.6640625,
"learning_rate": 0.00018690287011884508,
"loss": 0.674,
"mean_token_accuracy": 0.8059780243784189,
"num_tokens": 379281.0,
"step": 120
},
{
"entropy": 0.7626429490745068,
"epoch": 0.416,
"grad_norm": 0.470703125,
"learning_rate": 0.00018422695491387284,
"loss": 0.6938,
"mean_token_accuracy": 0.8045202873647213,
"num_tokens": 410187.0,
"step": 130
},
{
"entropy": 0.7266103811562061,
"epoch": 0.448,
"grad_norm": 0.484375,
"learning_rate": 0.00018132547221428675,
"loss": 0.7094,
"mean_token_accuracy": 0.8129661556333303,
"num_tokens": 442476.0,
"step": 140
},
{
"entropy": 0.7414866480976343,
"epoch": 0.48,
"grad_norm": 0.6875,
"learning_rate": 0.00017820619245633115,
"loss": 0.6545,
"mean_token_accuracy": 0.8073488272726536,
"num_tokens": 472224.0,
"step": 150
},
{
"entropy": 0.7822258766740561,
"epoch": 0.512,
"grad_norm": 0.54296875,
"learning_rate": 0.00017487746935670776,
"loss": 0.7011,
"mean_token_accuracy": 0.795686560869217,
"num_tokens": 501232.0,
"step": 160
},
{
"entropy": 0.745093465037644,
"epoch": 0.544,
"grad_norm": 0.55078125,
"learning_rate": 0.00017134821754055782,
"loss": 0.7028,
"mean_token_accuracy": 0.8048942796885967,
"num_tokens": 531476.0,
"step": 170
},
{
"entropy": 0.7522185202687979,
"epoch": 0.576,
"grad_norm": 0.55078125,
"learning_rate": 0.00016762788866728,
"loss": 0.7073,
"mean_token_accuracy": 0.8059838317334652,
"num_tokens": 564807.0,
"step": 180
},
{
"entropy": 0.7345199611037969,
"epoch": 0.608,
"grad_norm": 0.62890625,
"learning_rate": 0.0001637264461181213,
"loss": 0.6915,
"mean_token_accuracy": 0.80965431407094,
"num_tokens": 597440.0,
"step": 190
},
{
"entropy": 0.8049266938120127,
"epoch": 0.64,
"grad_norm": 0.486328125,
"learning_rate": 0.0001596543383133303,
"loss": 0.7237,
"mean_token_accuracy": 0.7935581188648939,
"num_tokens": 630050.0,
"step": 200
},
{
"entropy": 0.6652943708002568,
"epoch": 0.672,
"grad_norm": 0.52734375,
"learning_rate": 0.00015542247073033116,
"loss": 0.6553,
"mean_token_accuracy": 0.8136730916798115,
"num_tokens": 660867.0,
"step": 210
},
{
"entropy": 0.6704742344096303,
"epoch": 0.704,
"grad_norm": 0.55078125,
"learning_rate": 0.00015104217669785713,
"loss": 0.6572,
"mean_token_accuracy": 0.8189906783401966,
"num_tokens": 694781.0,
"step": 220
},
{
"entropy": 0.8146899126470089,
"epoch": 0.736,
"grad_norm": 0.6015625,
"learning_rate": 0.0001465251870442586,
"loss": 0.7881,
"mean_token_accuracy": 0.7911321885883809,
"num_tokens": 727207.0,
"step": 230
},
{
"entropy": 0.6836955199018121,
"epoch": 0.768,
"grad_norm": 0.53515625,
"learning_rate": 0.00014188359868127134,
"loss": 0.6743,
"mean_token_accuracy": 0.8147166304290294,
"num_tokens": 760836.0,
"step": 240
},
{
"entropy": 0.8043613195419311,
"epoch": 0.8,
"grad_norm": 0.48828125,
"learning_rate": 0.00013712984220737938,
"loss": 0.7463,
"mean_token_accuracy": 0.7957966670393943,
"num_tokens": 794412.0,
"step": 250
},
{
"entropy": 0.6497382273897528,
"epoch": 0.832,
"grad_norm": 0.5703125,
"learning_rate": 0.00013227664861753454,
"loss": 0.6431,
"mean_token_accuracy": 0.8244783975183964,
"num_tokens": 827099.0,
"step": 260
},
{
"entropy": 0.8308647315949201,
"epoch": 0.864,
"grad_norm": 0.609375,
"learning_rate": 0.00012733701520838681,
"loss": 0.7665,
"mean_token_accuracy": 0.7912245698273181,
"num_tokens": 858402.0,
"step": 270
},
{
"entropy": 0.6155038874596357,
"epoch": 0.896,
"grad_norm": 0.54296875,
"learning_rate": 0.00012232417077033414,
"loss": 0.6085,
"mean_token_accuracy": 0.8311799973249435,
"num_tokens": 887820.0,
"step": 280
},
{
"entropy": 0.7490381442010403,
"epoch": 0.928,
"grad_norm": 0.4921875,
"learning_rate": 0.00011725154015961088,
"loss": 0.6872,
"mean_token_accuracy": 0.8019387792795897,
"num_tokens": 918679.0,
"step": 290
},
{
"entropy": 0.7262276472523809,
"epoch": 0.96,
"grad_norm": 0.458984375,
"learning_rate": 0.0001121327083452942,
"loss": 0.7096,
"mean_token_accuracy": 0.8102037977427244,
"num_tokens": 951444.0,
"step": 300
},
{
"entropy": 0.6726594571024179,
"epoch": 0.992,
"grad_norm": 0.5625,
"learning_rate": 0.00010698138402751314,
"loss": 0.6115,
"mean_token_accuracy": 0.8189524404704571,
"num_tokens": 983476.0,
"step": 310
}
],
"logging_steps": 10,
"max_steps": 626,
"num_input_tokens_seen": 0,
"num_train_epochs": 2,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 2.1729056081918976e+16,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b390207fb9a20b960f3ed1741d1294d45a9e140cce1e74163aca8b95afc1fb74
size 5944

File diff suppressed because one or more lines are too long