agu18dec commited on
Commit
2b6bb19
·
verified ·
1 Parent(s): cd31577

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -42,3 +42,4 @@ checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
  checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
42
  checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
+ checkpoint-700/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-700/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-12b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:google/gemma-3-12b-it
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
checkpoint-700/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "google/gemma-3-12b-it",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 8,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 8,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "o_proj",
33
+ "q_proj",
34
+ "up_proj",
35
+ "v_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "gate_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-700/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c29d933f69302788c7ba64c151618c799575227bcb3e0c3ca7ec32e53ea7731
3
+ size 137039712
checkpoint-700/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
checkpoint-700/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}{{ eos_token }}
checkpoint-700/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3002fc61d5b2cd58461b215030a9f061958cf373685c9b01ee0666bb2559c950
3
+ size 262449347
checkpoint-700/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac4881fcaece8e8bece11bbaea7377e344f660a57a242bc41e762bb97dc5122
3
+ size 14917
checkpoint-700/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd18116c7bed6b676084ab4ca45016cd1d610c4529a2ca2b0a7acb213f723b4
3
+ size 14917
checkpoint-700/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91f815a7674bf7e2aa591d7c9ab737852cf189194afa969144c8a25f4c1fe9c
3
+ size 1465
checkpoint-700/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
checkpoint-700/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
checkpoint-700/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
checkpoint-700/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-700/trainer_state.json ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.8469656992084431,
6
+ "eval_steps": 500,
7
+ "global_step": 700,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.2674074932932853,
14
+ "epoch": 0.10554089709762533,
15
+ "grad_norm": 0.3261065185070038,
16
+ "learning_rate": 0.00019399293286219082,
17
+ "loss": 2.8469,
18
+ "mean_token_accuracy": 0.6490223720669747,
19
+ "num_tokens": 245379.0,
20
+ "step": 40
21
+ },
22
+ {
23
+ "entropy": 0.971577849984169,
24
+ "epoch": 0.21108179419525067,
25
+ "grad_norm": 0.27820920944213867,
26
+ "learning_rate": 0.00018692579505300353,
27
+ "loss": 0.9858,
28
+ "mean_token_accuracy": 0.7603534738222758,
29
+ "num_tokens": 491860.0,
30
+ "step": 80
31
+ },
32
+ {
33
+ "entropy": 0.9173460498452186,
34
+ "epoch": 0.316622691292876,
35
+ "grad_norm": 0.2709479033946991,
36
+ "learning_rate": 0.00017985865724381625,
37
+ "loss": 0.9262,
38
+ "mean_token_accuracy": 0.7726805781324705,
39
+ "num_tokens": 737565.0,
40
+ "step": 120
41
+ },
42
+ {
43
+ "entropy": 0.9086941565076511,
44
+ "epoch": 0.42216358839050133,
45
+ "grad_norm": 0.2693174481391907,
46
+ "learning_rate": 0.00017279151943462898,
47
+ "loss": 0.9177,
48
+ "mean_token_accuracy": 0.7741145516435305,
49
+ "num_tokens": 983943.0,
50
+ "step": 160
51
+ },
52
+ {
53
+ "entropy": 0.9111664916078249,
54
+ "epoch": 0.5277044854881267,
55
+ "grad_norm": 0.22922798991203308,
56
+ "learning_rate": 0.0001657243816254417,
57
+ "loss": 0.9206,
58
+ "mean_token_accuracy": 0.772779801984628,
59
+ "num_tokens": 1228020.0,
60
+ "step": 200
61
+ },
62
+ {
63
+ "entropy": 0.8938635811209679,
64
+ "epoch": 0.633245382585752,
65
+ "grad_norm": 0.25951769948005676,
66
+ "learning_rate": 0.0001586572438162544,
67
+ "loss": 0.9048,
68
+ "mean_token_accuracy": 0.7775348087151845,
69
+ "num_tokens": 1468166.0,
70
+ "step": 240
71
+ },
72
+ {
73
+ "entropy": 0.898859229683876,
74
+ "epoch": 0.7387862796833773,
75
+ "grad_norm": 0.2515920400619507,
76
+ "learning_rate": 0.00015159010600706714,
77
+ "loss": 0.9087,
78
+ "mean_token_accuracy": 0.7758232519030571,
79
+ "num_tokens": 1710547.0,
80
+ "step": 280
81
+ },
82
+ {
83
+ "entropy": 0.893895897269249,
84
+ "epoch": 0.8443271767810027,
85
+ "grad_norm": 0.24169541895389557,
86
+ "learning_rate": 0.00014452296819787987,
87
+ "loss": 0.9046,
88
+ "mean_token_accuracy": 0.7770114933451017,
89
+ "num_tokens": 1954553.0,
90
+ "step": 320
91
+ },
92
+ {
93
+ "entropy": 0.8812289908528328,
94
+ "epoch": 0.9498680738786279,
95
+ "grad_norm": 0.23435117304325104,
96
+ "learning_rate": 0.00013745583038869257,
97
+ "loss": 0.8864,
98
+ "mean_token_accuracy": 0.7819622402389844,
99
+ "num_tokens": 2199514.0,
100
+ "step": 360
101
+ },
102
+ {
103
+ "entropy": 0.8911305258671443,
104
+ "epoch": 1.0554089709762533,
105
+ "grad_norm": 0.24556870758533478,
106
+ "learning_rate": 0.0001303886925795053,
107
+ "loss": 0.8889,
108
+ "mean_token_accuracy": 0.7818753371636072,
109
+ "num_tokens": 2442473.0,
110
+ "step": 400
111
+ },
112
+ {
113
+ "entropy": 0.8615878681341808,
114
+ "epoch": 1.1609498680738786,
115
+ "grad_norm": 0.2553667724132538,
116
+ "learning_rate": 0.00012332155477031803,
117
+ "loss": 0.865,
118
+ "mean_token_accuracy": 0.7888134623567263,
119
+ "num_tokens": 2685798.0,
120
+ "step": 440
121
+ },
122
+ {
123
+ "entropy": 0.8409679149587949,
124
+ "epoch": 1.266490765171504,
125
+ "grad_norm": 0.2546869218349457,
126
+ "learning_rate": 0.00011625441696113076,
127
+ "loss": 0.8429,
128
+ "mean_token_accuracy": 0.792593814432621,
129
+ "num_tokens": 2928681.0,
130
+ "step": 480
131
+ },
132
+ {
133
+ "entropy": 0.8437916760643324,
134
+ "epoch": 1.3720316622691293,
135
+ "grad_norm": 0.2557734549045563,
136
+ "learning_rate": 0.00010918727915194346,
137
+ "loss": 0.8416,
138
+ "mean_token_accuracy": 0.7940337762236596,
139
+ "num_tokens": 3171456.0,
140
+ "step": 520
141
+ },
142
+ {
143
+ "entropy": 0.857711431880792,
144
+ "epoch": 1.4775725593667546,
145
+ "grad_norm": 0.26654869318008423,
146
+ "learning_rate": 0.00010212014134275618,
147
+ "loss": 0.8579,
148
+ "mean_token_accuracy": 0.7909541388352712,
149
+ "num_tokens": 3417723.0,
150
+ "step": 560
151
+ },
152
+ {
153
+ "entropy": 0.8400450726350148,
154
+ "epoch": 1.58311345646438,
155
+ "grad_norm": 0.29494455456733704,
156
+ "learning_rate": 9.50530035335689e-05,
157
+ "loss": 0.8383,
158
+ "mean_token_accuracy": 0.7945970013737679,
159
+ "num_tokens": 3665359.0,
160
+ "step": 600
161
+ },
162
+ {
163
+ "entropy": 0.8542267888784408,
164
+ "epoch": 1.6886543535620053,
165
+ "grad_norm": 0.2574358284473419,
166
+ "learning_rate": 8.798586572438163e-05,
167
+ "loss": 0.8562,
168
+ "mean_token_accuracy": 0.789784766236941,
169
+ "num_tokens": 3910743.0,
170
+ "step": 640
171
+ },
172
+ {
173
+ "entropy": 0.8403926879167557,
174
+ "epoch": 1.7941952506596306,
175
+ "grad_norm": 0.28781425952911377,
176
+ "learning_rate": 8.091872791519435e-05,
177
+ "loss": 0.8381,
178
+ "mean_token_accuracy": 0.7947062104940414,
179
+ "num_tokens": 4155793.0,
180
+ "step": 680
181
+ }
182
+ ],
183
+ "logging_steps": 40,
184
+ "max_steps": 1137,
185
+ "num_input_tokens_seen": 0,
186
+ "num_train_epochs": 3,
187
+ "save_steps": 100,
188
+ "stateful_callbacks": {
189
+ "TrainerControl": {
190
+ "args": {
191
+ "should_epoch_stop": false,
192
+ "should_evaluate": false,
193
+ "should_log": false,
194
+ "should_save": true,
195
+ "should_training_stop": false
196
+ },
197
+ "attributes": {}
198
+ }
199
+ },
200
+ "total_flos": 6.79740742096126e+17,
201
+ "train_batch_size": 22,
202
+ "trial_name": null,
203
+ "trial_params": null
204
+ }
checkpoint-700/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ee49c4d2bdf3d3042505aee9fe7da70c37a1b67cf65920c81dae0c90104ef4
3
+ size 6289