Rename folder
Browse files- .gitattributes +1 -0
- old-cp-1300/README.md +209 -0
- old-cp-1300/adapter_config.json +49 -0
- old-cp-1300/adapter_model.safetensors +3 -0
- old-cp-1300/added_tokens.json +3 -0
- old-cp-1300/chat_template.jinja +47 -0
- old-cp-1300/optimizer.pt +3 -0
- old-cp-1300/rng_state.pth +3 -0
- old-cp-1300/scheduler.pt +3 -0
- old-cp-1300/special_tokens_map.json +33 -0
- old-cp-1300/tokenizer.json +3 -0
- old-cp-1300/tokenizer.model +3 -0
- old-cp-1300/tokenizer_config.json +0 -0
- old-cp-1300/trainer_state.json +307 -0
- old-cp-1300/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -67,3 +67,4 @@ checkpoint-3100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 67 |
checkpoint-3200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 68 |
checkpoint-3254/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 69 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 67 |
checkpoint-3200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 68 |
checkpoint-3254/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 69 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
old-cp-1300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
old-cp-1300/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: google/gemma-3-1b-it
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:google/gemma-3-1b-it
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- 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. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
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).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.18.0
|
old-cp-1300/adapter_config.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "google/gemma-3-1b-it",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 48,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.02,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": [
|
| 25 |
+
"lm_head",
|
| 26 |
+
"embed_tokens"
|
| 27 |
+
],
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 24,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"up_proj",
|
| 36 |
+
"gate_proj",
|
| 37 |
+
"down_proj",
|
| 38 |
+
"k_proj",
|
| 39 |
+
"v_proj",
|
| 40 |
+
"q_proj",
|
| 41 |
+
"o_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_dora": false,
|
| 47 |
+
"use_qalora": false,
|
| 48 |
+
"use_rslora": false
|
| 49 |
+
}
|
old-cp-1300/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aee57f11a5766541c71baaddf74a1a8b91c5d59d9aa94fe9b2818c5f1edea067
|
| 3 |
+
size 2494243760
|
old-cp-1300/added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<image_soft_token>": 262144
|
| 3 |
+
}
|
old-cp-1300/chat_template.jinja
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{{ bos_token }}
|
| 2 |
+
{%- if messages[0]['role'] == 'system' -%}
|
| 3 |
+
{%- if messages[0]['content'] is string -%}
|
| 4 |
+
{%- set first_user_prefix = messages[0]['content'] + '
|
| 5 |
+
|
| 6 |
+
' -%}
|
| 7 |
+
{%- else -%}
|
| 8 |
+
{%- set first_user_prefix = messages[0]['content'][0]['text'] + '
|
| 9 |
+
|
| 10 |
+
' -%}
|
| 11 |
+
{%- endif -%}
|
| 12 |
+
{%- set loop_messages = messages[1:] -%}
|
| 13 |
+
{%- else -%}
|
| 14 |
+
{%- set first_user_prefix = "" -%}
|
| 15 |
+
{%- set loop_messages = messages -%}
|
| 16 |
+
{%- endif -%}
|
| 17 |
+
{%- for message in loop_messages -%}
|
| 18 |
+
{%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
|
| 19 |
+
{{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
|
| 20 |
+
{%- endif -%}
|
| 21 |
+
{%- if (message['role'] == 'assistant') -%}
|
| 22 |
+
{%- set role = "model" -%}
|
| 23 |
+
{%- else -%}
|
| 24 |
+
{%- set role = message['role'] -%}
|
| 25 |
+
{%- endif -%}
|
| 26 |
+
{{ '<start_of_turn>' + role + '
|
| 27 |
+
' + (first_user_prefix if loop.first else "") }}
|
| 28 |
+
{%- if message['content'] is string -%}
|
| 29 |
+
{{ message['content'] | trim }}
|
| 30 |
+
{%- elif message['content'] is iterable -%}
|
| 31 |
+
{%- for item in message['content'] -%}
|
| 32 |
+
{%- if item['type'] == 'image' -%}
|
| 33 |
+
{{ '<start_of_image>' }}
|
| 34 |
+
{%- elif item['type'] == 'text' -%}
|
| 35 |
+
{{ item['text'] | trim }}
|
| 36 |
+
{%- endif -%}
|
| 37 |
+
{%- endfor -%}
|
| 38 |
+
{%- else -%}
|
| 39 |
+
{{ raise_exception("Invalid content type") }}
|
| 40 |
+
{%- endif -%}
|
| 41 |
+
{{ '<end_of_turn>
|
| 42 |
+
' }}
|
| 43 |
+
{%- endfor -%}
|
| 44 |
+
{%- if add_generation_prompt -%}
|
| 45 |
+
{{'<start_of_turn>model
|
| 46 |
+
'}}
|
| 47 |
+
{%- endif -%}
|
old-cp-1300/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbfc85fbc48ef0890653fc8af89805c5131f8f7721174742af63315fe046ef4c
|
| 3 |
+
size 4988685133
|
old-cp-1300/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aee9612c1c3082569f57a7924bf66f479b863fb65d599991901e8f0be0662d82
|
| 3 |
+
size 14455
|
old-cp-1300/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46806977068e5794521bf16c63b92eae867bfa32a464e1f31f137f5d33dc6907
|
| 3 |
+
size 1465
|
old-cp-1300/special_tokens_map.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"boi_token": "<start_of_image>",
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"content": "<bos>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
"eoi_token": "<end_of_image>",
|
| 11 |
+
"eos_token": {
|
| 12 |
+
"content": "<eos>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"image_token": "<image_soft_token>",
|
| 19 |
+
"pad_token": {
|
| 20 |
+
"content": "<pad>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
+
"unk_token": {
|
| 27 |
+
"content": "<unk>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
old-cp-1300/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
| 3 |
+
size 33384568
|
old-cp-1300/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
| 3 |
+
size 4689074
|
old-cp-1300/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
old-cp-1300/trainer_state.json
ADDED
|
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.7990165949600492,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 1300,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 1.3584375,
|
| 14 |
+
"epoch": 0.06146281499692686,
|
| 15 |
+
"grad_norm": 1.859375,
|
| 16 |
+
"learning_rate": 0.0002,
|
| 17 |
+
"loss": 1.41,
|
| 18 |
+
"mean_token_accuracy": 0.58572265625,
|
| 19 |
+
"num_tokens": 98685.0,
|
| 20 |
+
"step": 100
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"epoch": 0.06146281499692686,
|
| 24 |
+
"eval_entropy": 1.2765668162983426,
|
| 25 |
+
"eval_loss": 1.2490719556808472,
|
| 26 |
+
"eval_mean_token_accuracy": 0.6143387430939227,
|
| 27 |
+
"eval_num_tokens": 98685.0,
|
| 28 |
+
"eval_runtime": 206.8785,
|
| 29 |
+
"eval_samples_per_second": 1.75,
|
| 30 |
+
"eval_steps_per_second": 0.875,
|
| 31 |
+
"step": 100
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"entropy": 1.20640625,
|
| 35 |
+
"epoch": 0.12292562999385372,
|
| 36 |
+
"grad_norm": 1.6953125,
|
| 37 |
+
"learning_rate": 0.0002,
|
| 38 |
+
"loss": 1.215,
|
| 39 |
+
"mean_token_accuracy": 0.61802734375,
|
| 40 |
+
"num_tokens": 197523.0,
|
| 41 |
+
"step": 200
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.12292562999385372,
|
| 45 |
+
"eval_entropy": 1.153444406077348,
|
| 46 |
+
"eval_loss": 1.188773274421692,
|
| 47 |
+
"eval_mean_token_accuracy": 0.6300608598066298,
|
| 48 |
+
"eval_num_tokens": 197523.0,
|
| 49 |
+
"eval_runtime": 32.2999,
|
| 50 |
+
"eval_samples_per_second": 11.207,
|
| 51 |
+
"eval_steps_per_second": 5.604,
|
| 52 |
+
"step": 200
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"entropy": 1.110703125,
|
| 56 |
+
"epoch": 0.18438844499078058,
|
| 57 |
+
"grad_norm": 2.453125,
|
| 58 |
+
"learning_rate": 0.0002,
|
| 59 |
+
"loss": 1.115,
|
| 60 |
+
"mean_token_accuracy": 0.6464453125,
|
| 61 |
+
"num_tokens": 97970.0,
|
| 62 |
+
"step": 300
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.18438844499078058,
|
| 66 |
+
"eval_entropy": 1.0573204419889504,
|
| 67 |
+
"eval_loss": 1.1379704475402832,
|
| 68 |
+
"eval_mean_token_accuracy": 0.6407760704419889,
|
| 69 |
+
"eval_num_tokens": 97970.0,
|
| 70 |
+
"eval_runtime": 210.3028,
|
| 71 |
+
"eval_samples_per_second": 1.721,
|
| 72 |
+
"eval_steps_per_second": 0.861,
|
| 73 |
+
"step": 300
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"entropy": 1.1028515625,
|
| 77 |
+
"epoch": 0.24585125998770743,
|
| 78 |
+
"grad_norm": 1.6796875,
|
| 79 |
+
"learning_rate": 0.0002,
|
| 80 |
+
"loss": 1.11,
|
| 81 |
+
"mean_token_accuracy": 0.64390625,
|
| 82 |
+
"num_tokens": 197424.0,
|
| 83 |
+
"step": 400
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"epoch": 0.24585125998770743,
|
| 87 |
+
"eval_entropy": 1.0773049033149171,
|
| 88 |
+
"eval_loss": 1.1074110269546509,
|
| 89 |
+
"eval_mean_token_accuracy": 0.647369216160221,
|
| 90 |
+
"eval_num_tokens": 197424.0,
|
| 91 |
+
"eval_runtime": 31.6351,
|
| 92 |
+
"eval_samples_per_second": 11.443,
|
| 93 |
+
"eval_steps_per_second": 5.721,
|
| 94 |
+
"step": 400
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"entropy": 1.0771484375,
|
| 98 |
+
"epoch": 0.3073140749846343,
|
| 99 |
+
"grad_norm": 1.5625,
|
| 100 |
+
"learning_rate": 0.0002,
|
| 101 |
+
"loss": 1.08,
|
| 102 |
+
"mean_token_accuracy": 0.65841796875,
|
| 103 |
+
"num_tokens": 296229.0,
|
| 104 |
+
"step": 500
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.3073140749846343,
|
| 108 |
+
"eval_entropy": 1.0846641919889504,
|
| 109 |
+
"eval_loss": 1.0807902812957764,
|
| 110 |
+
"eval_mean_token_accuracy": 0.6544695269337016,
|
| 111 |
+
"eval_num_tokens": 296229.0,
|
| 112 |
+
"eval_runtime": 32.3955,
|
| 113 |
+
"eval_samples_per_second": 11.174,
|
| 114 |
+
"eval_steps_per_second": 5.587,
|
| 115 |
+
"step": 500
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"entropy": 1.035234375,
|
| 119 |
+
"epoch": 0.36877688998156116,
|
| 120 |
+
"grad_norm": 1.3671875,
|
| 121 |
+
"learning_rate": 0.0002,
|
| 122 |
+
"loss": 1.04,
|
| 123 |
+
"mean_token_accuracy": 0.667421875,
|
| 124 |
+
"num_tokens": 395552.0,
|
| 125 |
+
"step": 600
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"epoch": 0.36877688998156116,
|
| 129 |
+
"eval_entropy": 1.031185255524862,
|
| 130 |
+
"eval_loss": 1.0730425119400024,
|
| 131 |
+
"eval_mean_token_accuracy": 0.6574801450276243,
|
| 132 |
+
"eval_num_tokens": 395552.0,
|
| 133 |
+
"eval_runtime": 32.4043,
|
| 134 |
+
"eval_samples_per_second": 11.171,
|
| 135 |
+
"eval_steps_per_second": 5.586,
|
| 136 |
+
"step": 600
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"entropy": 1.032109375,
|
| 140 |
+
"epoch": 0.430239704978488,
|
| 141 |
+
"grad_norm": 2.28125,
|
| 142 |
+
"learning_rate": 0.0002,
|
| 143 |
+
"loss": 1.045,
|
| 144 |
+
"mean_token_accuracy": 0.675859375,
|
| 145 |
+
"num_tokens": 495199.0,
|
| 146 |
+
"step": 700
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.430239704978488,
|
| 150 |
+
"eval_entropy": 0.9912594958563536,
|
| 151 |
+
"eval_loss": 1.055194616317749,
|
| 152 |
+
"eval_mean_token_accuracy": 0.662292817679558,
|
| 153 |
+
"eval_num_tokens": 495199.0,
|
| 154 |
+
"eval_runtime": 32.5634,
|
| 155 |
+
"eval_samples_per_second": 11.117,
|
| 156 |
+
"eval_steps_per_second": 5.558,
|
| 157 |
+
"step": 700
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"entropy": 0.9919140625,
|
| 161 |
+
"epoch": 0.49170251997541486,
|
| 162 |
+
"grad_norm": 1.4453125,
|
| 163 |
+
"learning_rate": 0.0002,
|
| 164 |
+
"loss": 0.985,
|
| 165 |
+
"mean_token_accuracy": 0.6714453125,
|
| 166 |
+
"num_tokens": 595086.0,
|
| 167 |
+
"step": 800
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.49170251997541486,
|
| 171 |
+
"eval_entropy": 1.007046357044199,
|
| 172 |
+
"eval_loss": 1.0382640361785889,
|
| 173 |
+
"eval_mean_token_accuracy": 0.665648739640884,
|
| 174 |
+
"eval_num_tokens": 595086.0,
|
| 175 |
+
"eval_runtime": 32.802,
|
| 176 |
+
"eval_samples_per_second": 11.036,
|
| 177 |
+
"eval_steps_per_second": 5.518,
|
| 178 |
+
"step": 800
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"entropy": 1.02255859375,
|
| 182 |
+
"epoch": 0.5531653349723418,
|
| 183 |
+
"grad_norm": 1.609375,
|
| 184 |
+
"learning_rate": 0.0002,
|
| 185 |
+
"loss": 1.02,
|
| 186 |
+
"mean_token_accuracy": 0.6636328125,
|
| 187 |
+
"num_tokens": 695825.0,
|
| 188 |
+
"step": 900
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"epoch": 0.5531653349723418,
|
| 192 |
+
"eval_entropy": 1.064420752762431,
|
| 193 |
+
"eval_loss": 1.0350699424743652,
|
| 194 |
+
"eval_mean_token_accuracy": 0.6666306975138122,
|
| 195 |
+
"eval_num_tokens": 695825.0,
|
| 196 |
+
"eval_runtime": 32.8674,
|
| 197 |
+
"eval_samples_per_second": 11.014,
|
| 198 |
+
"eval_steps_per_second": 5.507,
|
| 199 |
+
"step": 900
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"entropy": 0.98873046875,
|
| 203 |
+
"epoch": 0.6146281499692686,
|
| 204 |
+
"grad_norm": 1.5703125,
|
| 205 |
+
"learning_rate": 0.0002,
|
| 206 |
+
"loss": 0.99,
|
| 207 |
+
"mean_token_accuracy": 0.6741796875,
|
| 208 |
+
"num_tokens": 794476.0,
|
| 209 |
+
"step": 1000
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 0.6146281499692686,
|
| 213 |
+
"eval_entropy": 1.048763380524862,
|
| 214 |
+
"eval_loss": 1.0293077230453491,
|
| 215 |
+
"eval_mean_token_accuracy": 0.6697060600828729,
|
| 216 |
+
"eval_num_tokens": 794476.0,
|
| 217 |
+
"eval_runtime": 32.3093,
|
| 218 |
+
"eval_samples_per_second": 11.204,
|
| 219 |
+
"eval_steps_per_second": 5.602,
|
| 220 |
+
"step": 1000
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"entropy": 0.981328125,
|
| 224 |
+
"epoch": 0.6760909649661955,
|
| 225 |
+
"grad_norm": 1.421875,
|
| 226 |
+
"learning_rate": 0.0002,
|
| 227 |
+
"loss": 0.97,
|
| 228 |
+
"mean_token_accuracy": 0.6811328125,
|
| 229 |
+
"num_tokens": 893802.0,
|
| 230 |
+
"step": 1100
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.6760909649661955,
|
| 234 |
+
"eval_entropy": 1.0053306284530388,
|
| 235 |
+
"eval_loss": 1.0188190937042236,
|
| 236 |
+
"eval_mean_token_accuracy": 0.6710764848066298,
|
| 237 |
+
"eval_num_tokens": 893802.0,
|
| 238 |
+
"eval_runtime": 32.0567,
|
| 239 |
+
"eval_samples_per_second": 11.292,
|
| 240 |
+
"eval_steps_per_second": 5.646,
|
| 241 |
+
"step": 1100
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"entropy": 0.9630078125,
|
| 245 |
+
"epoch": 0.7375537799631223,
|
| 246 |
+
"grad_norm": 1.5546875,
|
| 247 |
+
"learning_rate": 0.0002,
|
| 248 |
+
"loss": 0.955,
|
| 249 |
+
"mean_token_accuracy": 0.68578125,
|
| 250 |
+
"num_tokens": 994015.0,
|
| 251 |
+
"step": 1200
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 0.7375537799631223,
|
| 255 |
+
"eval_entropy": 0.994442765883978,
|
| 256 |
+
"eval_loss": 1.0154739618301392,
|
| 257 |
+
"eval_mean_token_accuracy": 0.6716807665745856,
|
| 258 |
+
"eval_num_tokens": 994015.0,
|
| 259 |
+
"eval_runtime": 32.0089,
|
| 260 |
+
"eval_samples_per_second": 11.309,
|
| 261 |
+
"eval_steps_per_second": 5.655,
|
| 262 |
+
"step": 1200
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"entropy": 0.9655078125,
|
| 266 |
+
"epoch": 0.7990165949600492,
|
| 267 |
+
"grad_norm": 1.28125,
|
| 268 |
+
"learning_rate": 0.0002,
|
| 269 |
+
"loss": 0.985,
|
| 270 |
+
"mean_token_accuracy": 0.6850390625,
|
| 271 |
+
"num_tokens": 99555.0,
|
| 272 |
+
"step": 1300
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 0.7990165949600492,
|
| 276 |
+
"eval_entropy": 1.013186291436464,
|
| 277 |
+
"eval_loss": 1.0059565305709839,
|
| 278 |
+
"eval_mean_token_accuracy": 0.6738820787292817,
|
| 279 |
+
"eval_num_tokens": 99555.0,
|
| 280 |
+
"eval_runtime": 206.7503,
|
| 281 |
+
"eval_samples_per_second": 1.751,
|
| 282 |
+
"eval_steps_per_second": 0.875,
|
| 283 |
+
"step": 1300
|
| 284 |
+
}
|
| 285 |
+
],
|
| 286 |
+
"logging_steps": 100,
|
| 287 |
+
"max_steps": 3254,
|
| 288 |
+
"num_input_tokens_seen": 0,
|
| 289 |
+
"num_train_epochs": 2,
|
| 290 |
+
"save_steps": 100,
|
| 291 |
+
"stateful_callbacks": {
|
| 292 |
+
"TrainerControl": {
|
| 293 |
+
"args": {
|
| 294 |
+
"should_epoch_stop": false,
|
| 295 |
+
"should_evaluate": false,
|
| 296 |
+
"should_log": false,
|
| 297 |
+
"should_save": true,
|
| 298 |
+
"should_training_stop": false
|
| 299 |
+
},
|
| 300 |
+
"attributes": {}
|
| 301 |
+
}
|
| 302 |
+
},
|
| 303 |
+
"total_flos": 1.053726171285504e+16,
|
| 304 |
+
"train_batch_size": 2,
|
| 305 |
+
"trial_name": null,
|
| 306 |
+
"trial_params": null
|
| 307 |
+
}
|
old-cp-1300/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a9789126f3f6758727b589f2bdfc70add5dc118951ff54104a1d1ece7fe1da5
|
| 3 |
+
size 6289
|