End of training
Browse files- README.md +168 -0
- adapter_config.json +41 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +40 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +41 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state_0.pth +3 -0
- last-checkpoint/rng_state_1.pth +3 -0
- last-checkpoint/rng_state_2.pth +3 -0
- last-checkpoint/rng_state_3.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +29 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +124 -0
- last-checkpoint/trainer_state.json +971 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +29 -0
- tokenizer.json +0 -0
- tokenizer_config.json +124 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: mit
|
4 |
+
base_model: fxmarty/really-tiny-falcon-testing
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 46b63180-22b5-4ce5-895a-a0a910eb81ff
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: fxmarty/really-tiny-falcon-testing
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- 4214a6acaa4ea6d5_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/4214a6acaa4ea6d5_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: tags
|
34 |
+
field_instruction: sentences
|
35 |
+
field_output: NER_TAGS
|
36 |
+
format: '{instruction} {input}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
early_stopping_patience: null
|
43 |
+
eval_max_new_tokens: 128
|
44 |
+
eval_steps: null
|
45 |
+
eval_table_size: null
|
46 |
+
flash_attention: false
|
47 |
+
fp16: false
|
48 |
+
fsdp: null
|
49 |
+
fsdp_config: null
|
50 |
+
gradient_accumulation_steps: 4
|
51 |
+
gradient_checkpointing: true
|
52 |
+
group_by_length: true
|
53 |
+
hub_model_id: sn56m5/3c0765d8-301a-474f-b7ba-16b617cd5ec5
|
54 |
+
hub_repo: null
|
55 |
+
hub_strategy: checkpoint
|
56 |
+
hub_token: null
|
57 |
+
learning_rate: 0.0001
|
58 |
+
load_in_4bit: false
|
59 |
+
load_in_8bit: false
|
60 |
+
local_rank: null
|
61 |
+
logging_steps: 1
|
62 |
+
lora_alpha: 64
|
63 |
+
lora_dropout: 0.05
|
64 |
+
lora_fan_in_fan_out: null
|
65 |
+
lora_model_dir: null
|
66 |
+
lora_modules_to_save:
|
67 |
+
- embed_tokens
|
68 |
+
- lm_head
|
69 |
+
lora_r: 32
|
70 |
+
lora_target_linear: true
|
71 |
+
lora_target_modules:
|
72 |
+
- gate_proj
|
73 |
+
- down_proj
|
74 |
+
- up_proj
|
75 |
+
- q_proj
|
76 |
+
- v_proj
|
77 |
+
- k_proj
|
78 |
+
- o_proj
|
79 |
+
lr_scheduler: cosine
|
80 |
+
max_memory:
|
81 |
+
0: 70GB
|
82 |
+
micro_batch_size: 4
|
83 |
+
mlflow_experiment_name: /tmp/4214a6acaa4ea6d5_train_data.json
|
84 |
+
model_type: AutoModelForCausalLM
|
85 |
+
num_epochs: 1
|
86 |
+
optim_args:
|
87 |
+
adam_beta1: 0.9
|
88 |
+
adam_beta2: 0.95
|
89 |
+
adam_epsilon: 1e-5
|
90 |
+
optimizer: adamw_torch
|
91 |
+
output_dir: miner_id_24
|
92 |
+
pad_to_sequence_len: true
|
93 |
+
resume_from_checkpoint: null
|
94 |
+
s2_attention: null
|
95 |
+
sample_packing: false
|
96 |
+
save_steps: 239
|
97 |
+
sequence_len: 2048
|
98 |
+
strict: false
|
99 |
+
tf32: false
|
100 |
+
tokenizer_type: AutoTokenizer
|
101 |
+
train_on_inputs: false
|
102 |
+
trust_remote_code: true
|
103 |
+
val_set_size: 0.05
|
104 |
+
wandb_entity: sn56-miner
|
105 |
+
wandb_mode: disabled
|
106 |
+
wandb_name: sn56m5/3c0765d8
|
107 |
+
wandb_project: god
|
108 |
+
wandb_run: n8w9
|
109 |
+
wandb_runid: sn56m5/3c0765d8
|
110 |
+
warmup_steps: 100
|
111 |
+
weight_decay: 0.1
|
112 |
+
xformers_attention: true
|
113 |
+
|
114 |
+
```
|
115 |
+
|
116 |
+
</details><br>
|
117 |
+
|
118 |
+
# 46b63180-22b5-4ce5-895a-a0a910eb81ff
|
119 |
+
|
120 |
+
This model is a fine-tuned version of [fxmarty/really-tiny-falcon-testing](https://huggingface.co/fxmarty/really-tiny-falcon-testing) on the None dataset.
|
121 |
+
It achieves the following results on the evaluation set:
|
122 |
+
- Loss: 10.3569
|
123 |
+
|
124 |
+
## Model description
|
125 |
+
|
126 |
+
More information needed
|
127 |
+
|
128 |
+
## Intended uses & limitations
|
129 |
+
|
130 |
+
More information needed
|
131 |
+
|
132 |
+
## Training and evaluation data
|
133 |
+
|
134 |
+
More information needed
|
135 |
+
|
136 |
+
## Training procedure
|
137 |
+
|
138 |
+
### Training hyperparameters
|
139 |
+
|
140 |
+
The following hyperparameters were used during training:
|
141 |
+
- learning_rate: 0.0001
|
142 |
+
- train_batch_size: 4
|
143 |
+
- eval_batch_size: 4
|
144 |
+
- seed: 42
|
145 |
+
- distributed_type: multi-GPU
|
146 |
+
- num_devices: 4
|
147 |
+
- gradient_accumulation_steps: 4
|
148 |
+
- total_train_batch_size: 64
|
149 |
+
- total_eval_batch_size: 16
|
150 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
151 |
+
- lr_scheduler_type: cosine
|
152 |
+
- lr_scheduler_warmup_steps: 100
|
153 |
+
- num_epochs: 1
|
154 |
+
|
155 |
+
### Training results
|
156 |
+
|
157 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
158 |
+
|:-------------:|:------:|:----:|:---------------:|
|
159 |
+
| 41.3494 | 0.9944 | 134 | 10.3569 |
|
160 |
+
|
161 |
+
|
162 |
+
### Framework versions
|
163 |
+
|
164 |
+
- PEFT 0.13.2
|
165 |
+
- Transformers 4.46.0
|
166 |
+
- Pytorch 2.5.0+cu124
|
167 |
+
- Datasets 3.0.1
|
168 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "fxmarty/really-tiny-falcon-testing",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_proj",
|
30 |
+
"dense",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"query_key_value",
|
34 |
+
"k_proj",
|
35 |
+
"dense_h_to_4h",
|
36 |
+
"dense_4h_to_h"
|
37 |
+
],
|
38 |
+
"task_type": "CAUSAL_LM",
|
39 |
+
"use_dora": false,
|
40 |
+
"use_rslora": false
|
41 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:350868487946376f86feeab93cf5257c88531d67c47fb022af96aab936ee878a
|
3 |
+
size 4291041
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9edd399ed501b70b7a758d9a9939c6fcdc8dcc78da3ba46cb73d2b86c725f7bb
|
3 |
+
size 4286680
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "fxmarty/really-tiny-falcon-testing",
|
4 |
+
"alibi": false,
|
5 |
+
"apply_residual_connection_post_layernorm": false,
|
6 |
+
"architectures": [
|
7 |
+
"FalconForCausalLM"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auto_map": {
|
11 |
+
"AutoConfig": "tiiuae/falcon-7b--configuration_falcon.FalconConfig",
|
12 |
+
"AutoModel": "tiiuae/falcon-7b--modeling_falcon.FalconModel",
|
13 |
+
"AutoModelForCausalLM": "tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM",
|
14 |
+
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering",
|
15 |
+
"AutoModelForSequenceClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification",
|
16 |
+
"AutoModelForTokenClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification"
|
17 |
+
},
|
18 |
+
"bias": false,
|
19 |
+
"bos_token_id": null,
|
20 |
+
"eos_token_id": 11,
|
21 |
+
"hidden_dropout": 0.0,
|
22 |
+
"hidden_size": 32,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"layer_norm_epsilon": 1e-05,
|
25 |
+
"max_position_embeddings": 2048,
|
26 |
+
"model_type": "falcon",
|
27 |
+
"multi_query": true,
|
28 |
+
"new_decoder_architecture": false,
|
29 |
+
"nm_kv_hears": 2,
|
30 |
+
"num_attention_heads": 2,
|
31 |
+
"num_hidden_layers": 2,
|
32 |
+
"num_kv_heads": 71,
|
33 |
+
"parallel_attn": true,
|
34 |
+
"rope_scaling": null,
|
35 |
+
"rope_theta": 10000.0,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.46.0",
|
38 |
+
"use_cache": false,
|
39 |
+
"vocab_size": 65024
|
40 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: fxmarty/really-tiny-falcon-testing
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- 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. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
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).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "fxmarty/really-tiny-falcon-testing",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_proj",
|
30 |
+
"dense",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"query_key_value",
|
34 |
+
"k_proj",
|
35 |
+
"dense_h_to_4h",
|
36 |
+
"dense_4h_to_h"
|
37 |
+
],
|
38 |
+
"task_type": "CAUSAL_LM",
|
39 |
+
"use_dora": false,
|
40 |
+
"use_rslora": false
|
41 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9edd399ed501b70b7a758d9a9939c6fcdc8dcc78da3ba46cb73d2b86c725f7bb
|
3 |
+
size 4286680
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9272f988d48f4bbfea99f9d6aec8aec9b16042c906268a03a69c737b62127fe3
|
3 |
+
size 8583659
|
last-checkpoint/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7683ae9331e002033937db08e12d045499ee9eb545764af3c383a49d7f2dfdbd
|
3 |
+
size 14960
|
last-checkpoint/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a46bbb18c76e9672eac420453a1a7c1f3499dbaf374c3e686b88c1f20dffe01d
|
3 |
+
size 15024
|
last-checkpoint/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:140bd7d260b7341d7452c53cd36ed2e77da71da35b716684c9cf409afc75bf9f
|
3 |
+
size 15024
|
last-checkpoint/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:627461a6da534121b40d84060cb71158db6c3295691b5d961d97aed650d714a7
|
3 |
+
size 15024
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7632537d8ae9bf95eb35e56109ca14fb051643b03e4f55ad4c83d720697d269d
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
">>TITLE<<",
|
4 |
+
">>ABSTRACT<<",
|
5 |
+
">>INTRODUCTION<<",
|
6 |
+
">>SUMMARY<<",
|
7 |
+
">>COMMENT<<",
|
8 |
+
">>ANSWER<<",
|
9 |
+
">>QUESTION<<",
|
10 |
+
">>DOMAIN<<",
|
11 |
+
">>PREFIX<<",
|
12 |
+
">>SUFFIX<<",
|
13 |
+
">>MIDDLE<<"
|
14 |
+
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|endoftext|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": {
|
23 |
+
"content": "<|endoftext|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
}
|
29 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": ">>TITLE<<",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": ">>ABSTRACT<<",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": ">>INTRODUCTION<<",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": ">>SUMMARY<<",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": ">>COMMENT<<",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": ">>ANSWER<<",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": ">>QUESTION<<",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": ">>DOMAIN<<",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": ">>PREFIX<<",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": ">>SUFFIX<<",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": ">>MIDDLE<<",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<|endoftext|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
}
|
100 |
+
},
|
101 |
+
"additional_special_tokens": [
|
102 |
+
">>TITLE<<",
|
103 |
+
">>ABSTRACT<<",
|
104 |
+
">>INTRODUCTION<<",
|
105 |
+
">>SUMMARY<<",
|
106 |
+
">>COMMENT<<",
|
107 |
+
">>ANSWER<<",
|
108 |
+
">>QUESTION<<",
|
109 |
+
">>DOMAIN<<",
|
110 |
+
">>PREFIX<<",
|
111 |
+
">>SUFFIX<<",
|
112 |
+
">>MIDDLE<<"
|
113 |
+
],
|
114 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
115 |
+
"clean_up_tokenization_spaces": true,
|
116 |
+
"eos_token": "<|endoftext|>",
|
117 |
+
"model_input_names": [
|
118 |
+
"input_ids",
|
119 |
+
"attention_mask"
|
120 |
+
],
|
121 |
+
"model_max_length": 2048,
|
122 |
+
"pad_token": "<|endoftext|>",
|
123 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
124 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,971 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9944341372912802,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 134,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0074211502782931356,
|
13 |
+
"grad_norm": 12.875755310058594,
|
14 |
+
"learning_rate": 1.0000000000000002e-06,
|
15 |
+
"loss": 43.8255,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.014842300556586271,
|
20 |
+
"grad_norm": 13.694927215576172,
|
21 |
+
"learning_rate": 2.0000000000000003e-06,
|
22 |
+
"loss": 43.7838,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.022263450834879406,
|
27 |
+
"grad_norm": 13.845458984375,
|
28 |
+
"learning_rate": 3e-06,
|
29 |
+
"loss": 43.7845,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.029684601113172542,
|
34 |
+
"grad_norm": 14.294939994812012,
|
35 |
+
"learning_rate": 4.000000000000001e-06,
|
36 |
+
"loss": 43.7597,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.03710575139146568,
|
41 |
+
"grad_norm": 15.06674575805664,
|
42 |
+
"learning_rate": 5e-06,
|
43 |
+
"loss": 43.7169,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.04452690166975881,
|
48 |
+
"grad_norm": 13.9005765914917,
|
49 |
+
"learning_rate": 6e-06,
|
50 |
+
"loss": 43.7717,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.05194805194805195,
|
55 |
+
"grad_norm": 15.33477783203125,
|
56 |
+
"learning_rate": 7.000000000000001e-06,
|
57 |
+
"loss": 43.6955,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.059369202226345084,
|
62 |
+
"grad_norm": 14.438776969909668,
|
63 |
+
"learning_rate": 8.000000000000001e-06,
|
64 |
+
"loss": 43.7294,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.06679035250463822,
|
69 |
+
"grad_norm": 15.570612907409668,
|
70 |
+
"learning_rate": 9e-06,
|
71 |
+
"loss": 43.68,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.07421150278293136,
|
76 |
+
"grad_norm": 15.746886253356934,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 43.6849,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.08163265306122448,
|
83 |
+
"grad_norm": 16.453710556030273,
|
84 |
+
"learning_rate": 1.1000000000000001e-05,
|
85 |
+
"loss": 43.6619,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.08905380333951762,
|
90 |
+
"grad_norm": 15.958196640014648,
|
91 |
+
"learning_rate": 1.2e-05,
|
92 |
+
"loss": 43.714,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.09647495361781076,
|
97 |
+
"grad_norm": 11.555306434631348,
|
98 |
+
"learning_rate": 1.3000000000000001e-05,
|
99 |
+
"loss": 43.9281,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.1038961038961039,
|
104 |
+
"grad_norm": 13.375900268554688,
|
105 |
+
"learning_rate": 1.4000000000000001e-05,
|
106 |
+
"loss": 43.7942,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.11131725417439703,
|
111 |
+
"grad_norm": 12.702278137207031,
|
112 |
+
"learning_rate": 1.5e-05,
|
113 |
+
"loss": 43.8003,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.11873840445269017,
|
118 |
+
"grad_norm": 12.70096206665039,
|
119 |
+
"learning_rate": 1.6000000000000003e-05,
|
120 |
+
"loss": 43.8271,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.1261595547309833,
|
125 |
+
"grad_norm": 15.536250114440918,
|
126 |
+
"learning_rate": 1.7000000000000003e-05,
|
127 |
+
"loss": 43.6431,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.13358070500927643,
|
132 |
+
"grad_norm": 13.470147132873535,
|
133 |
+
"learning_rate": 1.8e-05,
|
134 |
+
"loss": 43.7472,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.14100185528756956,
|
139 |
+
"grad_norm": 13.50928020477295,
|
140 |
+
"learning_rate": 1.9e-05,
|
141 |
+
"loss": 43.6878,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.14842300556586271,
|
146 |
+
"grad_norm": 15.333284378051758,
|
147 |
+
"learning_rate": 2e-05,
|
148 |
+
"loss": 43.5126,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.15584415584415584,
|
153 |
+
"grad_norm": 14.670302391052246,
|
154 |
+
"learning_rate": 2.1e-05,
|
155 |
+
"loss": 43.5365,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.16326530612244897,
|
160 |
+
"grad_norm": 15.43974781036377,
|
161 |
+
"learning_rate": 2.2000000000000003e-05,
|
162 |
+
"loss": 43.4889,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.17068645640074212,
|
167 |
+
"grad_norm": 14.663032531738281,
|
168 |
+
"learning_rate": 2.3000000000000003e-05,
|
169 |
+
"loss": 43.5321,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.17810760667903525,
|
174 |
+
"grad_norm": 13.830320358276367,
|
175 |
+
"learning_rate": 2.4e-05,
|
176 |
+
"loss": 43.5709,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.18552875695732837,
|
181 |
+
"grad_norm": 13.506930351257324,
|
182 |
+
"learning_rate": 2.5e-05,
|
183 |
+
"loss": 43.6988,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.19294990723562153,
|
188 |
+
"grad_norm": 12.004054069519043,
|
189 |
+
"learning_rate": 2.6000000000000002e-05,
|
190 |
+
"loss": 43.6786,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.20037105751391465,
|
195 |
+
"grad_norm": 13.312070846557617,
|
196 |
+
"learning_rate": 2.7000000000000002e-05,
|
197 |
+
"loss": 43.5779,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.2077922077922078,
|
202 |
+
"grad_norm": 12.981239318847656,
|
203 |
+
"learning_rate": 2.8000000000000003e-05,
|
204 |
+
"loss": 43.5942,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.21521335807050093,
|
209 |
+
"grad_norm": 13.811375617980957,
|
210 |
+
"learning_rate": 2.9e-05,
|
211 |
+
"loss": 43.5102,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.22263450834879406,
|
216 |
+
"grad_norm": 13.488224983215332,
|
217 |
+
"learning_rate": 3e-05,
|
218 |
+
"loss": 43.448,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.2300556586270872,
|
223 |
+
"grad_norm": 14.316596031188965,
|
224 |
+
"learning_rate": 3.1e-05,
|
225 |
+
"loss": 43.3565,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.23747680890538034,
|
230 |
+
"grad_norm": 11.307336807250977,
|
231 |
+
"learning_rate": 3.2000000000000005e-05,
|
232 |
+
"loss": 43.585,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.24489795918367346,
|
237 |
+
"grad_norm": 13.673873901367188,
|
238 |
+
"learning_rate": 3.3e-05,
|
239 |
+
"loss": 43.3772,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.2523191094619666,
|
244 |
+
"grad_norm": 14.707979202270508,
|
245 |
+
"learning_rate": 3.4000000000000007e-05,
|
246 |
+
"loss": 43.2863,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.2597402597402597,
|
251 |
+
"grad_norm": 13.864319801330566,
|
252 |
+
"learning_rate": 3.5e-05,
|
253 |
+
"loss": 43.3462,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.26716141001855287,
|
258 |
+
"grad_norm": 13.818319320678711,
|
259 |
+
"learning_rate": 3.6e-05,
|
260 |
+
"loss": 43.3571,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.274582560296846,
|
265 |
+
"grad_norm": 13.928568840026855,
|
266 |
+
"learning_rate": 3.7e-05,
|
267 |
+
"loss": 43.3601,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.2820037105751391,
|
272 |
+
"grad_norm": 11.747014045715332,
|
273 |
+
"learning_rate": 3.8e-05,
|
274 |
+
"loss": 43.5082,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.2894248608534323,
|
279 |
+
"grad_norm": 13.3358793258667,
|
280 |
+
"learning_rate": 3.9000000000000006e-05,
|
281 |
+
"loss": 43.2283,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.29684601113172543,
|
286 |
+
"grad_norm": 12.018415451049805,
|
287 |
+
"learning_rate": 4e-05,
|
288 |
+
"loss": 43.3082,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.3042671614100185,
|
293 |
+
"grad_norm": 13.584273338317871,
|
294 |
+
"learning_rate": 4.1e-05,
|
295 |
+
"loss": 43.1201,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.3116883116883117,
|
300 |
+
"grad_norm": 12.351030349731445,
|
301 |
+
"learning_rate": 4.2e-05,
|
302 |
+
"loss": 43.2237,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.31910946196660483,
|
307 |
+
"grad_norm": 11.146052360534668,
|
308 |
+
"learning_rate": 4.3e-05,
|
309 |
+
"loss": 43.3483,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.32653061224489793,
|
314 |
+
"grad_norm": 12.65275764465332,
|
315 |
+
"learning_rate": 4.4000000000000006e-05,
|
316 |
+
"loss": 43.1792,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.3339517625231911,
|
321 |
+
"grad_norm": 12.845890998840332,
|
322 |
+
"learning_rate": 4.5e-05,
|
323 |
+
"loss": 43.1513,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.34137291280148424,
|
328 |
+
"grad_norm": 13.390238761901855,
|
329 |
+
"learning_rate": 4.600000000000001e-05,
|
330 |
+
"loss": 43.0996,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.34879406307977734,
|
335 |
+
"grad_norm": 11.83107852935791,
|
336 |
+
"learning_rate": 4.7e-05,
|
337 |
+
"loss": 43.2286,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.3562152133580705,
|
342 |
+
"grad_norm": 13.277252197265625,
|
343 |
+
"learning_rate": 4.8e-05,
|
344 |
+
"loss": 43.1003,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.36363636363636365,
|
349 |
+
"grad_norm": 12.586545944213867,
|
350 |
+
"learning_rate": 4.9e-05,
|
351 |
+
"loss": 43.1566,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.37105751391465674,
|
356 |
+
"grad_norm": 11.365961074829102,
|
357 |
+
"learning_rate": 5e-05,
|
358 |
+
"loss": 43.3094,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.3784786641929499,
|
363 |
+
"grad_norm": 11.266556739807129,
|
364 |
+
"learning_rate": 5.1000000000000006e-05,
|
365 |
+
"loss": 43.1328,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.38589981447124305,
|
370 |
+
"grad_norm": 12.831755638122559,
|
371 |
+
"learning_rate": 5.2000000000000004e-05,
|
372 |
+
"loss": 42.9348,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.39332096474953615,
|
377 |
+
"grad_norm": 11.529878616333008,
|
378 |
+
"learning_rate": 5.300000000000001e-05,
|
379 |
+
"loss": 43.06,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.4007421150278293,
|
384 |
+
"grad_norm": 10.949700355529785,
|
385 |
+
"learning_rate": 5.4000000000000005e-05,
|
386 |
+
"loss": 43.1168,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.40816326530612246,
|
391 |
+
"grad_norm": 11.29103946685791,
|
392 |
+
"learning_rate": 5.500000000000001e-05,
|
393 |
+
"loss": 43.0743,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.4155844155844156,
|
398 |
+
"grad_norm": 13.43773365020752,
|
399 |
+
"learning_rate": 5.6000000000000006e-05,
|
400 |
+
"loss": 42.8279,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.4230055658627087,
|
405 |
+
"grad_norm": 11.960088729858398,
|
406 |
+
"learning_rate": 5.6999999999999996e-05,
|
407 |
+
"loss": 42.9814,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.43042671614100186,
|
412 |
+
"grad_norm": 12.002399444580078,
|
413 |
+
"learning_rate": 5.8e-05,
|
414 |
+
"loss": 42.9568,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.437847866419295,
|
419 |
+
"grad_norm": 12.616547584533691,
|
420 |
+
"learning_rate": 5.9e-05,
|
421 |
+
"loss": 42.8704,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.4452690166975881,
|
426 |
+
"grad_norm": 12.256824493408203,
|
427 |
+
"learning_rate": 6e-05,
|
428 |
+
"loss": 42.9143,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.45269016697588127,
|
433 |
+
"grad_norm": 13.87753963470459,
|
434 |
+
"learning_rate": 6.1e-05,
|
435 |
+
"loss": 42.7471,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.4601113172541744,
|
440 |
+
"grad_norm": 12.105416297912598,
|
441 |
+
"learning_rate": 6.2e-05,
|
442 |
+
"loss": 42.9175,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.4675324675324675,
|
447 |
+
"grad_norm": 10.594766616821289,
|
448 |
+
"learning_rate": 6.3e-05,
|
449 |
+
"loss": 43.0602,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.4749536178107607,
|
454 |
+
"grad_norm": 11.39623737335205,
|
455 |
+
"learning_rate": 6.400000000000001e-05,
|
456 |
+
"loss": 42.9701,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.48237476808905383,
|
461 |
+
"grad_norm": 10.855255126953125,
|
462 |
+
"learning_rate": 6.500000000000001e-05,
|
463 |
+
"loss": 43.0287,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.4897959183673469,
|
468 |
+
"grad_norm": 12.33413314819336,
|
469 |
+
"learning_rate": 6.6e-05,
|
470 |
+
"loss": 42.7315,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.4972170686456401,
|
475 |
+
"grad_norm": 11.855805397033691,
|
476 |
+
"learning_rate": 6.7e-05,
|
477 |
+
"loss": 42.7659,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.5046382189239332,
|
482 |
+
"grad_norm": 13.27923583984375,
|
483 |
+
"learning_rate": 6.800000000000001e-05,
|
484 |
+
"loss": 42.6242,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.5120593692022264,
|
489 |
+
"grad_norm": 12.669722557067871,
|
490 |
+
"learning_rate": 6.9e-05,
|
491 |
+
"loss": 42.6433,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.5194805194805194,
|
496 |
+
"grad_norm": 12.479344367980957,
|
497 |
+
"learning_rate": 7e-05,
|
498 |
+
"loss": 42.6562,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.5269016697588126,
|
503 |
+
"grad_norm": 13.821928977966309,
|
504 |
+
"learning_rate": 7.1e-05,
|
505 |
+
"loss": 42.5062,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.5343228200371057,
|
510 |
+
"grad_norm": 13.465804100036621,
|
511 |
+
"learning_rate": 7.2e-05,
|
512 |
+
"loss": 42.5491,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.5417439703153989,
|
517 |
+
"grad_norm": 13.117185592651367,
|
518 |
+
"learning_rate": 7.3e-05,
|
519 |
+
"loss": 42.5775,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.549165120593692,
|
524 |
+
"grad_norm": 13.457059860229492,
|
525 |
+
"learning_rate": 7.4e-05,
|
526 |
+
"loss": 42.5438,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.5565862708719852,
|
531 |
+
"grad_norm": 11.82220458984375,
|
532 |
+
"learning_rate": 7.500000000000001e-05,
|
533 |
+
"loss": 42.7438,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.5640074211502782,
|
538 |
+
"grad_norm": 11.795948028564453,
|
539 |
+
"learning_rate": 7.6e-05,
|
540 |
+
"loss": 42.6739,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.5714285714285714,
|
545 |
+
"grad_norm": 11.989442825317383,
|
546 |
+
"learning_rate": 7.7e-05,
|
547 |
+
"loss": 42.6388,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.5788497217068646,
|
552 |
+
"grad_norm": 11.698662757873535,
|
553 |
+
"learning_rate": 7.800000000000001e-05,
|
554 |
+
"loss": 42.6519,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.5862708719851577,
|
559 |
+
"grad_norm": 12.679130554199219,
|
560 |
+
"learning_rate": 7.900000000000001e-05,
|
561 |
+
"loss": 42.5315,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.5936920222634509,
|
566 |
+
"grad_norm": 13.142966270446777,
|
567 |
+
"learning_rate": 8e-05,
|
568 |
+
"loss": 42.4409,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.601113172541744,
|
573 |
+
"grad_norm": 12.649979591369629,
|
574 |
+
"learning_rate": 8.1e-05,
|
575 |
+
"loss": 42.4006,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.608534322820037,
|
580 |
+
"grad_norm": 12.748927116394043,
|
581 |
+
"learning_rate": 8.2e-05,
|
582 |
+
"loss": 42.3853,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.6159554730983302,
|
587 |
+
"grad_norm": 12.927495956420898,
|
588 |
+
"learning_rate": 8.3e-05,
|
589 |
+
"loss": 42.3356,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.6233766233766234,
|
594 |
+
"grad_norm": 13.719474792480469,
|
595 |
+
"learning_rate": 8.4e-05,
|
596 |
+
"loss": 42.2403,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.6307977736549165,
|
601 |
+
"grad_norm": 13.967941284179688,
|
602 |
+
"learning_rate": 8.5e-05,
|
603 |
+
"loss": 42.2092,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.6382189239332097,
|
608 |
+
"grad_norm": 14.627005577087402,
|
609 |
+
"learning_rate": 8.6e-05,
|
610 |
+
"loss": 42.1375,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.6456400742115028,
|
615 |
+
"grad_norm": 13.799325942993164,
|
616 |
+
"learning_rate": 8.7e-05,
|
617 |
+
"loss": 42.2202,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.6530612244897959,
|
622 |
+
"grad_norm": 11.583959579467773,
|
623 |
+
"learning_rate": 8.800000000000001e-05,
|
624 |
+
"loss": 42.372,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.660482374768089,
|
629 |
+
"grad_norm": 11.129148483276367,
|
630 |
+
"learning_rate": 8.900000000000001e-05,
|
631 |
+
"loss": 42.4314,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.6679035250463822,
|
636 |
+
"grad_norm": 12.25344467163086,
|
637 |
+
"learning_rate": 9e-05,
|
638 |
+
"loss": 42.3057,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.6753246753246753,
|
643 |
+
"grad_norm": 11.810912132263184,
|
644 |
+
"learning_rate": 9.1e-05,
|
645 |
+
"loss": 42.2905,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.6827458256029685,
|
650 |
+
"grad_norm": 13.263050079345703,
|
651 |
+
"learning_rate": 9.200000000000001e-05,
|
652 |
+
"loss": 42.0628,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.6901669758812616,
|
657 |
+
"grad_norm": 14.614550590515137,
|
658 |
+
"learning_rate": 9.300000000000001e-05,
|
659 |
+
"loss": 41.9321,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.6975881261595547,
|
664 |
+
"grad_norm": 13.00090217590332,
|
665 |
+
"learning_rate": 9.4e-05,
|
666 |
+
"loss": 42.046,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.7050092764378478,
|
671 |
+
"grad_norm": 13.673983573913574,
|
672 |
+
"learning_rate": 9.5e-05,
|
673 |
+
"loss": 41.99,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.712430426716141,
|
678 |
+
"grad_norm": 13.868181228637695,
|
679 |
+
"learning_rate": 9.6e-05,
|
680 |
+
"loss": 41.9511,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.7198515769944341,
|
685 |
+
"grad_norm": 13.319523811340332,
|
686 |
+
"learning_rate": 9.7e-05,
|
687 |
+
"loss": 41.9862,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.7272727272727273,
|
692 |
+
"grad_norm": 13.251386642456055,
|
693 |
+
"learning_rate": 9.8e-05,
|
694 |
+
"loss": 41.9663,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.7346938775510204,
|
699 |
+
"grad_norm": 13.171501159667969,
|
700 |
+
"learning_rate": 9.900000000000001e-05,
|
701 |
+
"loss": 41.969,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.7421150278293135,
|
706 |
+
"grad_norm": 12.625286102294922,
|
707 |
+
"learning_rate": 0.0001,
|
708 |
+
"loss": 42.0612,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.7495361781076066,
|
713 |
+
"grad_norm": 12.151773452758789,
|
714 |
+
"learning_rate": 9.978670881475172e-05,
|
715 |
+
"loss": 41.9509,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.7569573283858998,
|
720 |
+
"grad_norm": 12.701147079467773,
|
721 |
+
"learning_rate": 9.91486549841951e-05,
|
722 |
+
"loss": 41.8777,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.764378478664193,
|
727 |
+
"grad_norm": 12.010093688964844,
|
728 |
+
"learning_rate": 9.809128215864097e-05,
|
729 |
+
"loss": 41.8972,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.7717996289424861,
|
734 |
+
"grad_norm": 13.549006462097168,
|
735 |
+
"learning_rate": 9.662361147021779e-05,
|
736 |
+
"loss": 41.7451,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.7792207792207793,
|
741 |
+
"grad_norm": 13.478095054626465,
|
742 |
+
"learning_rate": 9.475816456775313e-05,
|
743 |
+
"loss": 41.7225,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.7866419294990723,
|
748 |
+
"grad_norm": 12.72982120513916,
|
749 |
+
"learning_rate": 9.251085678648072e-05,
|
750 |
+
"loss": 41.7639,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.7940630797773655,
|
755 |
+
"grad_norm": 12.287882804870605,
|
756 |
+
"learning_rate": 8.9900861364012e-05,
|
757 |
+
"loss": 41.7809,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.8014842300556586,
|
762 |
+
"grad_norm": 13.526124000549316,
|
763 |
+
"learning_rate": 8.695044586103296e-05,
|
764 |
+
"loss": 41.6962,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.8089053803339518,
|
769 |
+
"grad_norm": 14.581989288330078,
|
770 |
+
"learning_rate": 8.368478218232787e-05,
|
771 |
+
"loss": 41.5843,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.8163265306122449,
|
776 |
+
"grad_norm": 13.089498519897461,
|
777 |
+
"learning_rate": 8.013173181896283e-05,
|
778 |
+
"loss": 41.6794,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.8237476808905381,
|
783 |
+
"grad_norm": 15.09366226196289,
|
784 |
+
"learning_rate": 7.63216081438678e-05,
|
785 |
+
"loss": 41.5077,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.8311688311688312,
|
790 |
+
"grad_norm": 13.623456954956055,
|
791 |
+
"learning_rate": 7.228691778882693e-05,
|
792 |
+
"loss": 41.523,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.8385899814471243,
|
797 |
+
"grad_norm": 11.332221984863281,
|
798 |
+
"learning_rate": 6.806208330935766e-05,
|
799 |
+
"loss": 41.7106,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.8460111317254174,
|
804 |
+
"grad_norm": 12.92172908782959,
|
805 |
+
"learning_rate": 6.368314950360415e-05,
|
806 |
+
"loss": 41.5414,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.8534322820037106,
|
811 |
+
"grad_norm": 12.6735258102417,
|
812 |
+
"learning_rate": 5.918747589082853e-05,
|
813 |
+
"loss": 41.556,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.8608534322820037,
|
818 |
+
"grad_norm": 13.531462669372559,
|
819 |
+
"learning_rate": 5.4613417973165106e-05,
|
820 |
+
"loss": 41.4722,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.8682745825602969,
|
825 |
+
"grad_norm": 13.281898498535156,
|
826 |
+
"learning_rate": 5e-05,
|
827 |
+
"loss": 41.4847,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.87569573283859,
|
832 |
+
"grad_norm": 14.396486282348633,
|
833 |
+
"learning_rate": 4.5386582026834906e-05,
|
834 |
+
"loss": 41.3873,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.8831168831168831,
|
839 |
+
"grad_norm": 13.645459175109863,
|
840 |
+
"learning_rate": 4.0812524109171476e-05,
|
841 |
+
"loss": 41.4531,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.8905380333951762,
|
846 |
+
"grad_norm": 14.890944480895996,
|
847 |
+
"learning_rate": 3.631685049639586e-05,
|
848 |
+
"loss": 41.3287,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.8979591836734694,
|
853 |
+
"grad_norm": 13.579365730285645,
|
854 |
+
"learning_rate": 3.1937916690642356e-05,
|
855 |
+
"loss": 41.4408,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.9053803339517625,
|
860 |
+
"grad_norm": 14.764871597290039,
|
861 |
+
"learning_rate": 2.771308221117309e-05,
|
862 |
+
"loss": 41.3545,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.9128014842300557,
|
867 |
+
"grad_norm": 14.959582328796387,
|
868 |
+
"learning_rate": 2.3678391856132204e-05,
|
869 |
+
"loss": 41.3221,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.9202226345083488,
|
874 |
+
"grad_norm": 15.105020523071289,
|
875 |
+
"learning_rate": 1.9868268181037185e-05,
|
876 |
+
"loss": 41.3208,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.9276437847866419,
|
881 |
+
"grad_norm": 13.1837158203125,
|
882 |
+
"learning_rate": 1.631521781767214e-05,
|
883 |
+
"loss": 41.5126,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.935064935064935,
|
888 |
+
"grad_norm": 11.447542190551758,
|
889 |
+
"learning_rate": 1.3049554138967051e-05,
|
890 |
+
"loss": 41.6001,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.9424860853432282,
|
895 |
+
"grad_norm": 12.786081314086914,
|
896 |
+
"learning_rate": 1.0099138635988026e-05,
|
897 |
+
"loss": 41.5017,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.9499072356215214,
|
902 |
+
"grad_norm": 12.717354774475098,
|
903 |
+
"learning_rate": 7.489143213519301e-06,
|
904 |
+
"loss": 41.5107,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.9573283858998145,
|
909 |
+
"grad_norm": 12.408467292785645,
|
910 |
+
"learning_rate": 5.241835432246889e-06,
|
911 |
+
"loss": 41.5232,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.9647495361781077,
|
916 |
+
"grad_norm": 12.033279418945312,
|
917 |
+
"learning_rate": 3.376388529782215e-06,
|
918 |
+
"loss": 41.5588,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.9721706864564007,
|
923 |
+
"grad_norm": 13.827380180358887,
|
924 |
+
"learning_rate": 1.908717841359048e-06,
|
925 |
+
"loss": 41.3942,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.9795918367346939,
|
930 |
+
"grad_norm": 13.951433181762695,
|
931 |
+
"learning_rate": 8.513450158049108e-07,
|
932 |
+
"loss": 41.3887,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.987012987012987,
|
937 |
+
"grad_norm": 14.515254020690918,
|
938 |
+
"learning_rate": 2.1329118524827662e-07,
|
939 |
+
"loss": 41.3521,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.9944341372912802,
|
944 |
+
"grad_norm": 14.542389869689941,
|
945 |
+
"learning_rate": 0.0,
|
946 |
+
"loss": 41.3494,
|
947 |
+
"step": 134
|
948 |
+
}
|
949 |
+
],
|
950 |
+
"logging_steps": 1,
|
951 |
+
"max_steps": 134,
|
952 |
+
"num_input_tokens_seen": 0,
|
953 |
+
"num_train_epochs": 1,
|
954 |
+
"save_steps": 239,
|
955 |
+
"stateful_callbacks": {
|
956 |
+
"TrainerControl": {
|
957 |
+
"args": {
|
958 |
+
"should_epoch_stop": false,
|
959 |
+
"should_evaluate": false,
|
960 |
+
"should_log": false,
|
961 |
+
"should_save": true,
|
962 |
+
"should_training_stop": true
|
963 |
+
},
|
964 |
+
"attributes": {}
|
965 |
+
}
|
966 |
+
},
|
967 |
+
"total_flos": 225116669607936.0,
|
968 |
+
"train_batch_size": 4,
|
969 |
+
"trial_name": null,
|
970 |
+
"trial_params": null
|
971 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5587cfd12cb5e803d97e9fad702405dc649e9d289d3ffd7d41cc5d5e1f0db8fe
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
">>TITLE<<",
|
4 |
+
">>ABSTRACT<<",
|
5 |
+
">>INTRODUCTION<<",
|
6 |
+
">>SUMMARY<<",
|
7 |
+
">>COMMENT<<",
|
8 |
+
">>ANSWER<<",
|
9 |
+
">>QUESTION<<",
|
10 |
+
">>DOMAIN<<",
|
11 |
+
">>PREFIX<<",
|
12 |
+
">>SUFFIX<<",
|
13 |
+
">>MIDDLE<<"
|
14 |
+
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|endoftext|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": {
|
23 |
+
"content": "<|endoftext|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
}
|
29 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": ">>TITLE<<",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": ">>ABSTRACT<<",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": ">>INTRODUCTION<<",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": ">>SUMMARY<<",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": ">>COMMENT<<",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": ">>ANSWER<<",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": ">>QUESTION<<",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": ">>DOMAIN<<",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": ">>PREFIX<<",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": ">>SUFFIX<<",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": ">>MIDDLE<<",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<|endoftext|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
}
|
100 |
+
},
|
101 |
+
"additional_special_tokens": [
|
102 |
+
">>TITLE<<",
|
103 |
+
">>ABSTRACT<<",
|
104 |
+
">>INTRODUCTION<<",
|
105 |
+
">>SUMMARY<<",
|
106 |
+
">>COMMENT<<",
|
107 |
+
">>ANSWER<<",
|
108 |
+
">>QUESTION<<",
|
109 |
+
">>DOMAIN<<",
|
110 |
+
">>PREFIX<<",
|
111 |
+
">>SUFFIX<<",
|
112 |
+
">>MIDDLE<<"
|
113 |
+
],
|
114 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
115 |
+
"clean_up_tokenization_spaces": true,
|
116 |
+
"eos_token": "<|endoftext|>",
|
117 |
+
"model_input_names": [
|
118 |
+
"input_ids",
|
119 |
+
"attention_mask"
|
120 |
+
],
|
121 |
+
"model_max_length": 2048,
|
122 |
+
"pad_token": "<|endoftext|>",
|
123 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
124 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5587cfd12cb5e803d97e9fad702405dc649e9d289d3ffd7d41cc5d5e1f0db8fe
|
3 |
+
size 6776
|