Jamesb1974 commited on
Commit
a6fa8d6
1 Parent(s): 921c020

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation
5
+ - peft
6
+ library_name: transformers
7
+ widget:
8
+ - messages:
9
+ - role: user
10
+ content: What is your favorite condiment?
11
+ license: other
12
+ ---
13
+
14
+ # Model Trained Using AutoTrain
15
+
16
+ This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
17
+
18
+ # Usage
19
+
20
+ ```python
21
+
22
+ from transformers import AutoModelForCausalLM, AutoTokenizer
23
+
24
+ model_path = "PATH_TO_THIS_REPO"
25
+
26
+ tokenizer = AutoTokenizer.from_pretrained(model_path)
27
+ model = AutoModelForCausalLM.from_pretrained(
28
+ model_path,
29
+ device_map="auto",
30
+ torch_dtype='auto'
31
+ ).eval()
32
+
33
+ # Prompt content: "hi"
34
+ messages = [
35
+ {"role": "user", "content": "hi"}
36
+ ]
37
+
38
+ input_ids = tokenizer.apply_chat_template(conversation=messages, tokenize=True, add_generation_prompt=True, return_tensors='pt')
39
+ output_ids = model.generate(input_ids.to('cuda'))
40
+ response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)
41
+
42
+ # Model response: "Hello! How can I assist you today?"
43
+ print(response)
44
+ ```
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/DialoGPT-large",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "c_attn",
24
+ "c_proj",
25
+ "c_fc"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455b7911778b546a0b8c688a664f918e6971047f244603d6c89aceaa09f41669
3
+ size 47223184
checkpoint-3378/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: microsoft/DialoGPT-large
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.10.0
checkpoint-3378/adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/DialoGPT-large",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "c_attn",
24
+ "c_proj",
25
+ "c_fc"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
checkpoint-3378/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455b7911778b546a0b8c688a664f918e6971047f244603d6c89aceaa09f41669
3
+ size 47223184
checkpoint-3378/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3378/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f130d2d0fd7374a5fde58a5f219d425e61d84f25d78b03ad5e6491c6be4526
3
+ size 94613754
checkpoint-3378/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
3
+ size 888
checkpoint-3378/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20af66882f0fa57a1f376d363cf28643224ecc6a15357ea78a306e0d7aee6b54
3
+ size 14244
checkpoint-3378/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0fa34f5781617cf77a11d974f6d692c9b5d2c5946ecf9f7c66d46bc8f3e0c20
3
+ size 1064
checkpoint-3378/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-3378/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3378/tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}",
16
+ "clean_up_tokenization_spaces": true,
17
+ "eos_token": "<|endoftext|>",
18
+ "errors": "replace",
19
+ "model_max_length": 1024,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "GPT2Tokenizer",
22
+ "unk_token": "<|endoftext|>"
23
+ }
checkpoint-3378/trainer_state.json ADDED
@@ -0,0 +1,966 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9980031062791213,
5
+ "eval_steps": 500,
6
+ "global_step": 3378,
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.02,
13
+ "grad_norm": 3.863227128982544,
14
+ "learning_rate": 2.0414201183431953e-06,
15
+ "loss": 10.8959,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.04,
20
+ "grad_norm": 3.9202582836151123,
21
+ "learning_rate": 4.171597633136095e-06,
22
+ "loss": 10.7254,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.07,
27
+ "grad_norm": 3.297222375869751,
28
+ "learning_rate": 6.390532544378699e-06,
29
+ "loss": 10.3548,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.09,
34
+ "grad_norm": 2.734739065170288,
35
+ "learning_rate": 8.609467455621303e-06,
36
+ "loss": 9.7686,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.11,
41
+ "grad_norm": 2.3171167373657227,
42
+ "learning_rate": 1.0828402366863907e-05,
43
+ "loss": 8.8642,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.13,
48
+ "grad_norm": 1.8683223724365234,
49
+ "learning_rate": 1.304733727810651e-05,
50
+ "loss": 7.7751,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.16,
55
+ "grad_norm": 1.3291046619415283,
56
+ "learning_rate": 1.5266272189349113e-05,
57
+ "loss": 7.0121,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.18,
62
+ "grad_norm": 1.4056954383850098,
63
+ "learning_rate": 1.7485207100591714e-05,
64
+ "loss": 6.3242,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.2,
69
+ "grad_norm": 1.1085917949676514,
70
+ "learning_rate": 1.9704142011834322e-05,
71
+ "loss": 5.7192,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.22,
76
+ "grad_norm": 1.3172917366027832,
77
+ "learning_rate": 2.1923076923076924e-05,
78
+ "loss": 5.0999,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.24,
83
+ "grad_norm": 1.0901626348495483,
84
+ "learning_rate": 2.414201183431953e-05,
85
+ "loss": 4.6548,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.27,
90
+ "grad_norm": 1.2347195148468018,
91
+ "learning_rate": 2.6360946745562133e-05,
92
+ "loss": 4.3473,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.29,
97
+ "grad_norm": 1.0249868631362915,
98
+ "learning_rate": 2.8579881656804735e-05,
99
+ "loss": 4.0633,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.31,
104
+ "grad_norm": 1.2612847089767456,
105
+ "learning_rate": 2.9911184210526318e-05,
106
+ "loss": 3.8203,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.33,
111
+ "grad_norm": 1.0956445932388306,
112
+ "learning_rate": 2.9664473684210528e-05,
113
+ "loss": 3.5213,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.36,
118
+ "grad_norm": 1.187477946281433,
119
+ "learning_rate": 2.9417763157894738e-05,
120
+ "loss": 3.4107,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.38,
125
+ "grad_norm": 1.2866570949554443,
126
+ "learning_rate": 2.9171052631578948e-05,
127
+ "loss": 3.2937,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.4,
132
+ "grad_norm": 1.3654049634933472,
133
+ "learning_rate": 2.8924342105263158e-05,
134
+ "loss": 3.148,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.42,
139
+ "grad_norm": 3.0226898193359375,
140
+ "learning_rate": 2.8677631578947368e-05,
141
+ "loss": 2.992,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.44,
146
+ "grad_norm": 1.858105182647705,
147
+ "learning_rate": 2.843092105263158e-05,
148
+ "loss": 2.8713,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.47,
153
+ "grad_norm": 2.1696932315826416,
154
+ "learning_rate": 2.818421052631579e-05,
155
+ "loss": 2.6683,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.49,
160
+ "grad_norm": 4.214972972869873,
161
+ "learning_rate": 2.79375e-05,
162
+ "loss": 2.5497,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.51,
167
+ "grad_norm": 2.712171792984009,
168
+ "learning_rate": 2.769078947368421e-05,
169
+ "loss": 2.5092,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.53,
174
+ "grad_norm": 3.073754072189331,
175
+ "learning_rate": 2.744407894736842e-05,
176
+ "loss": 2.3336,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.55,
181
+ "grad_norm": 3.3905112743377686,
182
+ "learning_rate": 2.719736842105263e-05,
183
+ "loss": 2.2231,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.58,
188
+ "grad_norm": 2.6293680667877197,
189
+ "learning_rate": 2.695065789473684e-05,
190
+ "loss": 2.149,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.6,
195
+ "grad_norm": 2.6342837810516357,
196
+ "learning_rate": 2.6703947368421052e-05,
197
+ "loss": 2.1733,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.62,
202
+ "grad_norm": 5.107319355010986,
203
+ "learning_rate": 2.6457236842105262e-05,
204
+ "loss": 2.0175,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.64,
209
+ "grad_norm": 3.6173806190490723,
210
+ "learning_rate": 2.6210526315789475e-05,
211
+ "loss": 1.9354,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.67,
216
+ "grad_norm": 2.709559440612793,
217
+ "learning_rate": 2.5963815789473685e-05,
218
+ "loss": 1.8339,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.69,
223
+ "grad_norm": 2.523397922515869,
224
+ "learning_rate": 2.5717105263157895e-05,
225
+ "loss": 1.9872,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.71,
230
+ "grad_norm": 2.3423144817352295,
231
+ "learning_rate": 2.5470394736842105e-05,
232
+ "loss": 1.8357,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.73,
237
+ "grad_norm": 2.349581241607666,
238
+ "learning_rate": 2.5223684210526315e-05,
239
+ "loss": 1.7938,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.75,
244
+ "grad_norm": 3.185107707977295,
245
+ "learning_rate": 2.4976973684210526e-05,
246
+ "loss": 1.7019,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.78,
251
+ "grad_norm": 1.9526580572128296,
252
+ "learning_rate": 2.4730263157894736e-05,
253
+ "loss": 1.7636,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.8,
258
+ "grad_norm": 2.120420455932617,
259
+ "learning_rate": 2.4483552631578946e-05,
260
+ "loss": 1.7237,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.82,
265
+ "grad_norm": 2.198755979537964,
266
+ "learning_rate": 2.4236842105263156e-05,
267
+ "loss": 1.6563,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.84,
272
+ "grad_norm": 2.3641481399536133,
273
+ "learning_rate": 2.3990131578947366e-05,
274
+ "loss": 1.7045,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.87,
279
+ "grad_norm": 2.742950916290283,
280
+ "learning_rate": 2.3743421052631583e-05,
281
+ "loss": 1.6134,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.89,
286
+ "grad_norm": 2.467517614364624,
287
+ "learning_rate": 2.3496710526315793e-05,
288
+ "loss": 1.5613,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.91,
293
+ "grad_norm": 1.6223593950271606,
294
+ "learning_rate": 2.3250000000000003e-05,
295
+ "loss": 1.6858,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.93,
300
+ "grad_norm": 2.8574585914611816,
301
+ "learning_rate": 2.3003289473684213e-05,
302
+ "loss": 1.5701,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.95,
307
+ "grad_norm": 2.3951303958892822,
308
+ "learning_rate": 2.2756578947368423e-05,
309
+ "loss": 1.4515,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.98,
314
+ "grad_norm": 2.0053939819335938,
315
+ "learning_rate": 2.2509868421052633e-05,
316
+ "loss": 1.4744,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 1.0,
321
+ "grad_norm": 1.9645187854766846,
322
+ "learning_rate": 2.2263157894736843e-05,
323
+ "loss": 1.4719,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 1.02,
328
+ "grad_norm": 1.9311598539352417,
329
+ "learning_rate": 2.2016447368421053e-05,
330
+ "loss": 1.5421,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 1.04,
335
+ "grad_norm": 2.094773054122925,
336
+ "learning_rate": 2.1769736842105263e-05,
337
+ "loss": 1.4853,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 1.07,
342
+ "grad_norm": 1.9455292224884033,
343
+ "learning_rate": 2.1523026315789476e-05,
344
+ "loss": 1.4912,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 1.09,
349
+ "grad_norm": 2.0593693256378174,
350
+ "learning_rate": 2.1276315789473687e-05,
351
+ "loss": 1.3928,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 1.11,
356
+ "grad_norm": 1.7141344547271729,
357
+ "learning_rate": 2.1029605263157897e-05,
358
+ "loss": 1.3613,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 1.13,
363
+ "grad_norm": 2.213785409927368,
364
+ "learning_rate": 2.0782894736842107e-05,
365
+ "loss": 1.3813,
366
+ "step": 1275
367
+ },
368
+ {
369
+ "epoch": 1.15,
370
+ "grad_norm": 2.477902412414551,
371
+ "learning_rate": 2.0536184210526317e-05,
372
+ "loss": 1.4228,
373
+ "step": 1300
374
+ },
375
+ {
376
+ "epoch": 1.18,
377
+ "grad_norm": 1.996187686920166,
378
+ "learning_rate": 2.0289473684210527e-05,
379
+ "loss": 1.3857,
380
+ "step": 1325
381
+ },
382
+ {
383
+ "epoch": 1.2,
384
+ "grad_norm": 1.7344149351119995,
385
+ "learning_rate": 2.0042763157894737e-05,
386
+ "loss": 1.341,
387
+ "step": 1350
388
+ },
389
+ {
390
+ "epoch": 1.22,
391
+ "grad_norm": 2.0151705741882324,
392
+ "learning_rate": 1.9796052631578947e-05,
393
+ "loss": 1.3863,
394
+ "step": 1375
395
+ },
396
+ {
397
+ "epoch": 1.24,
398
+ "grad_norm": 1.9713648557662964,
399
+ "learning_rate": 1.9549342105263157e-05,
400
+ "loss": 1.397,
401
+ "step": 1400
402
+ },
403
+ {
404
+ "epoch": 1.26,
405
+ "grad_norm": 1.835036039352417,
406
+ "learning_rate": 1.9302631578947367e-05,
407
+ "loss": 1.4165,
408
+ "step": 1425
409
+ },
410
+ {
411
+ "epoch": 1.29,
412
+ "grad_norm": 2.019484043121338,
413
+ "learning_rate": 1.905592105263158e-05,
414
+ "loss": 1.3714,
415
+ "step": 1450
416
+ },
417
+ {
418
+ "epoch": 1.31,
419
+ "grad_norm": 1.829540491104126,
420
+ "learning_rate": 1.880921052631579e-05,
421
+ "loss": 1.3149,
422
+ "step": 1475
423
+ },
424
+ {
425
+ "epoch": 1.33,
426
+ "grad_norm": 1.961879014968872,
427
+ "learning_rate": 1.85625e-05,
428
+ "loss": 1.3801,
429
+ "step": 1500
430
+ },
431
+ {
432
+ "epoch": 1.35,
433
+ "grad_norm": 2.2035787105560303,
434
+ "learning_rate": 1.831578947368421e-05,
435
+ "loss": 1.3486,
436
+ "step": 1525
437
+ },
438
+ {
439
+ "epoch": 1.38,
440
+ "grad_norm": 1.8642491102218628,
441
+ "learning_rate": 1.806907894736842e-05,
442
+ "loss": 1.3207,
443
+ "step": 1550
444
+ },
445
+ {
446
+ "epoch": 1.4,
447
+ "grad_norm": 1.992825984954834,
448
+ "learning_rate": 1.782236842105263e-05,
449
+ "loss": 1.3175,
450
+ "step": 1575
451
+ },
452
+ {
453
+ "epoch": 1.42,
454
+ "grad_norm": 2.385167121887207,
455
+ "learning_rate": 1.757565789473684e-05,
456
+ "loss": 1.286,
457
+ "step": 1600
458
+ },
459
+ {
460
+ "epoch": 1.44,
461
+ "grad_norm": 1.328168272972107,
462
+ "learning_rate": 1.732894736842105e-05,
463
+ "loss": 1.2824,
464
+ "step": 1625
465
+ },
466
+ {
467
+ "epoch": 1.46,
468
+ "grad_norm": 1.647040605545044,
469
+ "learning_rate": 1.708223684210526e-05,
470
+ "loss": 1.3084,
471
+ "step": 1650
472
+ },
473
+ {
474
+ "epoch": 1.49,
475
+ "grad_norm": 1.4075373411178589,
476
+ "learning_rate": 1.6835526315789474e-05,
477
+ "loss": 1.3287,
478
+ "step": 1675
479
+ },
480
+ {
481
+ "epoch": 1.51,
482
+ "grad_norm": 1.74918794631958,
483
+ "learning_rate": 1.6588815789473684e-05,
484
+ "loss": 1.3314,
485
+ "step": 1700
486
+ },
487
+ {
488
+ "epoch": 1.53,
489
+ "grad_norm": 1.8052846193313599,
490
+ "learning_rate": 1.6342105263157894e-05,
491
+ "loss": 1.2832,
492
+ "step": 1725
493
+ },
494
+ {
495
+ "epoch": 1.55,
496
+ "grad_norm": 1.4929707050323486,
497
+ "learning_rate": 1.6095394736842105e-05,
498
+ "loss": 1.2565,
499
+ "step": 1750
500
+ },
501
+ {
502
+ "epoch": 1.58,
503
+ "grad_norm": 1.5688847303390503,
504
+ "learning_rate": 1.5848684210526318e-05,
505
+ "loss": 1.2811,
506
+ "step": 1775
507
+ },
508
+ {
509
+ "epoch": 1.6,
510
+ "grad_norm": 1.8629792928695679,
511
+ "learning_rate": 1.5601973684210528e-05,
512
+ "loss": 1.3485,
513
+ "step": 1800
514
+ },
515
+ {
516
+ "epoch": 1.62,
517
+ "grad_norm": 1.946643352508545,
518
+ "learning_rate": 1.5355263157894738e-05,
519
+ "loss": 1.3489,
520
+ "step": 1825
521
+ },
522
+ {
523
+ "epoch": 1.64,
524
+ "grad_norm": 1.6834330558776855,
525
+ "learning_rate": 1.5108552631578946e-05,
526
+ "loss": 1.2513,
527
+ "step": 1850
528
+ },
529
+ {
530
+ "epoch": 1.66,
531
+ "grad_norm": 2.3857834339141846,
532
+ "learning_rate": 1.4861842105263158e-05,
533
+ "loss": 1.263,
534
+ "step": 1875
535
+ },
536
+ {
537
+ "epoch": 1.69,
538
+ "grad_norm": 1.413714051246643,
539
+ "learning_rate": 1.4615131578947368e-05,
540
+ "loss": 1.2398,
541
+ "step": 1900
542
+ },
543
+ {
544
+ "epoch": 1.71,
545
+ "grad_norm": 1.75337815284729,
546
+ "learning_rate": 1.4368421052631578e-05,
547
+ "loss": 1.3227,
548
+ "step": 1925
549
+ },
550
+ {
551
+ "epoch": 1.73,
552
+ "grad_norm": 2.1332099437713623,
553
+ "learning_rate": 1.4121710526315788e-05,
554
+ "loss": 1.3663,
555
+ "step": 1950
556
+ },
557
+ {
558
+ "epoch": 1.75,
559
+ "grad_norm": 2.0604429244995117,
560
+ "learning_rate": 1.3875000000000002e-05,
561
+ "loss": 1.1767,
562
+ "step": 1975
563
+ },
564
+ {
565
+ "epoch": 1.78,
566
+ "grad_norm": 1.452750325202942,
567
+ "learning_rate": 1.3628289473684212e-05,
568
+ "loss": 1.2854,
569
+ "step": 2000
570
+ },
571
+ {
572
+ "epoch": 1.8,
573
+ "grad_norm": 1.8815256357192993,
574
+ "learning_rate": 1.3381578947368422e-05,
575
+ "loss": 1.2671,
576
+ "step": 2025
577
+ },
578
+ {
579
+ "epoch": 1.82,
580
+ "grad_norm": 1.517378568649292,
581
+ "learning_rate": 1.3134868421052632e-05,
582
+ "loss": 1.2302,
583
+ "step": 2050
584
+ },
585
+ {
586
+ "epoch": 1.84,
587
+ "grad_norm": 1.5040243864059448,
588
+ "learning_rate": 1.2888157894736842e-05,
589
+ "loss": 1.2802,
590
+ "step": 2075
591
+ },
592
+ {
593
+ "epoch": 1.86,
594
+ "grad_norm": 1.7564135789871216,
595
+ "learning_rate": 1.2641447368421054e-05,
596
+ "loss": 1.2337,
597
+ "step": 2100
598
+ },
599
+ {
600
+ "epoch": 1.89,
601
+ "grad_norm": 1.5423864126205444,
602
+ "learning_rate": 1.2394736842105264e-05,
603
+ "loss": 1.2374,
604
+ "step": 2125
605
+ },
606
+ {
607
+ "epoch": 1.91,
608
+ "grad_norm": 1.9401406049728394,
609
+ "learning_rate": 1.2148026315789474e-05,
610
+ "loss": 1.2256,
611
+ "step": 2150
612
+ },
613
+ {
614
+ "epoch": 1.93,
615
+ "grad_norm": 2.3875536918640137,
616
+ "learning_rate": 1.1901315789473684e-05,
617
+ "loss": 1.2301,
618
+ "step": 2175
619
+ },
620
+ {
621
+ "epoch": 1.95,
622
+ "grad_norm": 1.7349203824996948,
623
+ "learning_rate": 1.1654605263157894e-05,
624
+ "loss": 1.2379,
625
+ "step": 2200
626
+ },
627
+ {
628
+ "epoch": 1.97,
629
+ "grad_norm": 2.1179356575012207,
630
+ "learning_rate": 1.1407894736842106e-05,
631
+ "loss": 1.2672,
632
+ "step": 2225
633
+ },
634
+ {
635
+ "epoch": 2.0,
636
+ "grad_norm": 1.8508802652359009,
637
+ "learning_rate": 1.1161184210526316e-05,
638
+ "loss": 1.2543,
639
+ "step": 2250
640
+ },
641
+ {
642
+ "epoch": 2.02,
643
+ "grad_norm": 1.7846442461013794,
644
+ "learning_rate": 1.0914473684210526e-05,
645
+ "loss": 1.1996,
646
+ "step": 2275
647
+ },
648
+ {
649
+ "epoch": 2.04,
650
+ "grad_norm": 1.691226601600647,
651
+ "learning_rate": 1.0667763157894736e-05,
652
+ "loss": 1.2433,
653
+ "step": 2300
654
+ },
655
+ {
656
+ "epoch": 2.06,
657
+ "grad_norm": 1.7513465881347656,
658
+ "learning_rate": 1.0421052631578948e-05,
659
+ "loss": 1.2417,
660
+ "step": 2325
661
+ },
662
+ {
663
+ "epoch": 2.09,
664
+ "grad_norm": 2.2930405139923096,
665
+ "learning_rate": 1.0174342105263158e-05,
666
+ "loss": 1.2202,
667
+ "step": 2350
668
+ },
669
+ {
670
+ "epoch": 2.11,
671
+ "grad_norm": 1.8147985935211182,
672
+ "learning_rate": 9.92763157894737e-06,
673
+ "loss": 1.2027,
674
+ "step": 2375
675
+ },
676
+ {
677
+ "epoch": 2.13,
678
+ "grad_norm": 2.118342161178589,
679
+ "learning_rate": 9.68092105263158e-06,
680
+ "loss": 1.2547,
681
+ "step": 2400
682
+ },
683
+ {
684
+ "epoch": 2.15,
685
+ "grad_norm": 1.2660759687423706,
686
+ "learning_rate": 9.43421052631579e-06,
687
+ "loss": 1.185,
688
+ "step": 2425
689
+ },
690
+ {
691
+ "epoch": 2.17,
692
+ "grad_norm": 1.54926598072052,
693
+ "learning_rate": 9.187500000000001e-06,
694
+ "loss": 1.2254,
695
+ "step": 2450
696
+ },
697
+ {
698
+ "epoch": 2.2,
699
+ "grad_norm": 1.9687325954437256,
700
+ "learning_rate": 8.940789473684211e-06,
701
+ "loss": 1.217,
702
+ "step": 2475
703
+ },
704
+ {
705
+ "epoch": 2.22,
706
+ "grad_norm": 1.6193515062332153,
707
+ "learning_rate": 8.694078947368422e-06,
708
+ "loss": 1.2075,
709
+ "step": 2500
710
+ },
711
+ {
712
+ "epoch": 2.24,
713
+ "grad_norm": 1.7565534114837646,
714
+ "learning_rate": 8.447368421052632e-06,
715
+ "loss": 1.2187,
716
+ "step": 2525
717
+ },
718
+ {
719
+ "epoch": 2.26,
720
+ "grad_norm": 1.8760586977005005,
721
+ "learning_rate": 8.200657894736842e-06,
722
+ "loss": 1.1957,
723
+ "step": 2550
724
+ },
725
+ {
726
+ "epoch": 2.29,
727
+ "grad_norm": 5.671737194061279,
728
+ "learning_rate": 7.963815789473685e-06,
729
+ "loss": 1.156,
730
+ "step": 2575
731
+ },
732
+ {
733
+ "epoch": 2.31,
734
+ "grad_norm": 2.1643118858337402,
735
+ "learning_rate": 7.717105263157895e-06,
736
+ "loss": 1.2163,
737
+ "step": 2600
738
+ },
739
+ {
740
+ "epoch": 2.33,
741
+ "grad_norm": 1.6212981939315796,
742
+ "learning_rate": 7.470394736842106e-06,
743
+ "loss": 1.1774,
744
+ "step": 2625
745
+ },
746
+ {
747
+ "epoch": 2.35,
748
+ "grad_norm": 1.421762466430664,
749
+ "learning_rate": 7.223684210526316e-06,
750
+ "loss": 1.2097,
751
+ "step": 2650
752
+ },
753
+ {
754
+ "epoch": 2.37,
755
+ "grad_norm": 1.7923425436019897,
756
+ "learning_rate": 6.976973684210526e-06,
757
+ "loss": 1.2083,
758
+ "step": 2675
759
+ },
760
+ {
761
+ "epoch": 2.4,
762
+ "grad_norm": 1.4467811584472656,
763
+ "learning_rate": 6.730263157894737e-06,
764
+ "loss": 1.1972,
765
+ "step": 2700
766
+ },
767
+ {
768
+ "epoch": 2.42,
769
+ "grad_norm": 1.48775315284729,
770
+ "learning_rate": 6.483552631578947e-06,
771
+ "loss": 1.1967,
772
+ "step": 2725
773
+ },
774
+ {
775
+ "epoch": 2.44,
776
+ "grad_norm": 1.6732630729675293,
777
+ "learning_rate": 6.236842105263159e-06,
778
+ "loss": 1.1978,
779
+ "step": 2750
780
+ },
781
+ {
782
+ "epoch": 2.46,
783
+ "grad_norm": 1.5414642095565796,
784
+ "learning_rate": 5.990131578947369e-06,
785
+ "loss": 1.2124,
786
+ "step": 2775
787
+ },
788
+ {
789
+ "epoch": 2.49,
790
+ "grad_norm": 1.6581816673278809,
791
+ "learning_rate": 5.74342105263158e-06,
792
+ "loss": 1.2193,
793
+ "step": 2800
794
+ },
795
+ {
796
+ "epoch": 2.51,
797
+ "grad_norm": 1.688584327697754,
798
+ "learning_rate": 5.49671052631579e-06,
799
+ "loss": 1.1672,
800
+ "step": 2825
801
+ },
802
+ {
803
+ "epoch": 2.53,
804
+ "grad_norm": 2.130878210067749,
805
+ "learning_rate": 5.25e-06,
806
+ "loss": 1.1778,
807
+ "step": 2850
808
+ },
809
+ {
810
+ "epoch": 2.55,
811
+ "grad_norm": 2.325465679168701,
812
+ "learning_rate": 5.003289473684211e-06,
813
+ "loss": 1.2189,
814
+ "step": 2875
815
+ },
816
+ {
817
+ "epoch": 2.57,
818
+ "grad_norm": 1.1922625303268433,
819
+ "learning_rate": 4.756578947368421e-06,
820
+ "loss": 1.1062,
821
+ "step": 2900
822
+ },
823
+ {
824
+ "epoch": 2.6,
825
+ "grad_norm": 1.36138117313385,
826
+ "learning_rate": 4.5098684210526316e-06,
827
+ "loss": 1.2074,
828
+ "step": 2925
829
+ },
830
+ {
831
+ "epoch": 2.62,
832
+ "grad_norm": 1.736745834350586,
833
+ "learning_rate": 4.2631578947368425e-06,
834
+ "loss": 1.1532,
835
+ "step": 2950
836
+ },
837
+ {
838
+ "epoch": 2.64,
839
+ "grad_norm": 1.8273382186889648,
840
+ "learning_rate": 4.016447368421053e-06,
841
+ "loss": 1.1977,
842
+ "step": 2975
843
+ },
844
+ {
845
+ "epoch": 2.66,
846
+ "grad_norm": 1.504334568977356,
847
+ "learning_rate": 3.7697368421052634e-06,
848
+ "loss": 1.1679,
849
+ "step": 3000
850
+ },
851
+ {
852
+ "epoch": 2.68,
853
+ "grad_norm": 1.4739781618118286,
854
+ "learning_rate": 3.523026315789474e-06,
855
+ "loss": 1.1503,
856
+ "step": 3025
857
+ },
858
+ {
859
+ "epoch": 2.71,
860
+ "grad_norm": 1.9392614364624023,
861
+ "learning_rate": 3.2763157894736844e-06,
862
+ "loss": 1.126,
863
+ "step": 3050
864
+ },
865
+ {
866
+ "epoch": 2.73,
867
+ "grad_norm": 1.8378140926361084,
868
+ "learning_rate": 3.0296052631578945e-06,
869
+ "loss": 1.242,
870
+ "step": 3075
871
+ },
872
+ {
873
+ "epoch": 2.75,
874
+ "grad_norm": 1.7033443450927734,
875
+ "learning_rate": 2.7828947368421054e-06,
876
+ "loss": 1.1892,
877
+ "step": 3100
878
+ },
879
+ {
880
+ "epoch": 2.77,
881
+ "grad_norm": 1.5492761135101318,
882
+ "learning_rate": 2.536184210526316e-06,
883
+ "loss": 1.1594,
884
+ "step": 3125
885
+ },
886
+ {
887
+ "epoch": 2.8,
888
+ "grad_norm": 1.5671361684799194,
889
+ "learning_rate": 2.2894736842105263e-06,
890
+ "loss": 1.179,
891
+ "step": 3150
892
+ },
893
+ {
894
+ "epoch": 2.82,
895
+ "grad_norm": 1.7326922416687012,
896
+ "learning_rate": 2.042763157894737e-06,
897
+ "loss": 1.2256,
898
+ "step": 3175
899
+ },
900
+ {
901
+ "epoch": 2.84,
902
+ "grad_norm": 1.4645403623580933,
903
+ "learning_rate": 1.7960526315789473e-06,
904
+ "loss": 1.1041,
905
+ "step": 3200
906
+ },
907
+ {
908
+ "epoch": 2.86,
909
+ "grad_norm": 1.4518282413482666,
910
+ "learning_rate": 1.549342105263158e-06,
911
+ "loss": 1.1979,
912
+ "step": 3225
913
+ },
914
+ {
915
+ "epoch": 2.88,
916
+ "grad_norm": 1.488720417022705,
917
+ "learning_rate": 1.3026315789473685e-06,
918
+ "loss": 1.1615,
919
+ "step": 3250
920
+ },
921
+ {
922
+ "epoch": 2.91,
923
+ "grad_norm": 1.3193929195404053,
924
+ "learning_rate": 1.055921052631579e-06,
925
+ "loss": 1.1275,
926
+ "step": 3275
927
+ },
928
+ {
929
+ "epoch": 2.93,
930
+ "grad_norm": 1.5246660709381104,
931
+ "learning_rate": 8.092105263157895e-07,
932
+ "loss": 1.1317,
933
+ "step": 3300
934
+ },
935
+ {
936
+ "epoch": 2.95,
937
+ "grad_norm": 1.8375893831253052,
938
+ "learning_rate": 5.625e-07,
939
+ "loss": 1.1291,
940
+ "step": 3325
941
+ },
942
+ {
943
+ "epoch": 2.97,
944
+ "grad_norm": 2.09460186958313,
945
+ "learning_rate": 3.1578947368421055e-07,
946
+ "loss": 1.2138,
947
+ "step": 3350
948
+ },
949
+ {
950
+ "epoch": 3.0,
951
+ "grad_norm": 1.9802443981170654,
952
+ "learning_rate": 6.907894736842104e-08,
953
+ "loss": 1.1591,
954
+ "step": 3375
955
+ }
956
+ ],
957
+ "logging_steps": 25,
958
+ "max_steps": 3378,
959
+ "num_input_tokens_seen": 0,
960
+ "num_train_epochs": 3,
961
+ "save_steps": 500,
962
+ "total_flos": 5.978827851300864e+16,
963
+ "train_batch_size": 1,
964
+ "trial_name": null,
965
+ "trial_params": null
966
+ }
checkpoint-3378/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c72b17549e2ce90b2e336b81de078fb9ef576657246c021873480952850515d
3
+ size 4984
checkpoint-3378/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar22_23-21-22_r-jamesb1974-space3-5qos4feg-e6e33-uxeca/events.out.tfevents.1711149683.r-jamesb1974-space3-5qos4feg-e6e33-uxeca.63.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a07ca925b18e005bf1ef204d15efb11f4066479f89ec0a38bc40386a5d450b5
3
- size 33626
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8bcb0fb439c2e7cedae1ff3e9b756397e30eafed30e382cf72e4ce3e26dbd49
3
+ size 34191
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}",
16
+ "clean_up_tokenization_spaces": true,
17
+ "eos_token": "<|endoftext|>",
18
+ "errors": "replace",
19
+ "model_max_length": 1024,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "GPT2Tokenizer",
22
+ "unk_token": "<|endoftext|>"
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c72b17549e2ce90b2e336b81de078fb9ef576657246c021873480952850515d
3
+ size 4984
training_params.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "microsoft/DialoGPT-large",
3
+ "project_name": "autotrain-3v9nj-wa3dz",
4
+ "data_path": "autotrain-3v9nj-wa3dz/autotrain-data",
5
+ "train_split": "train",
6
+ "valid_split": null,
7
+ "add_eos_token": true,
8
+ "block_size": 1024,
9
+ "model_max_length": 2048,
10
+ "padding": "right",
11
+ "trainer": "default",
12
+ "use_flash_attention_2": false,
13
+ "log": "tensorboard",
14
+ "disable_gradient_checkpointing": false,
15
+ "logging_steps": -1,
16
+ "evaluation_strategy": "epoch",
17
+ "save_total_limit": 1,
18
+ "save_strategy": "epoch",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "fp16",
21
+ "lr": 3e-05,
22
+ "epochs": 3,
23
+ "batch_size": 1,
24
+ "warmup_ratio": 0.1,
25
+ "gradient_accumulation": 4,
26
+ "optimizer": "adamw_torch",
27
+ "scheduler": "linear",
28
+ "weight_decay": 0.0,
29
+ "max_grad_norm": 1.0,
30
+ "seed": 42,
31
+ "chat_template": "none",
32
+ "quantization": "int4",
33
+ "target_modules": "all-linear",
34
+ "merge_adapter": false,
35
+ "peft": true,
36
+ "lora_r": 16,
37
+ "lora_alpha": 32,
38
+ "lora_dropout": 0.05,
39
+ "model_ref": null,
40
+ "dpo_beta": 0.1,
41
+ "prompt_text_column": "autotrain_prompt",
42
+ "text_column": "autotrain_text",
43
+ "rejected_text_column": "autotrain_rejected_text",
44
+ "push_to_hub": true,
45
+ "repo_id": "Jamesb1974/autotrain-3v9nj-wa3dz",
46
+ "username": "Jamesb1974"
47
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff