alexgrigoras commited on
Commit
44685ab
·
verified ·
1 Parent(s): 29a6942

Upload SDG checkpoint

Browse files
adapter_config.json CHANGED
@@ -18,7 +18,7 @@
18
  "loftq_config": {},
19
  "lora_alpha": 64,
20
  "lora_bias": false,
21
- "lora_dropout": 0.05,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
@@ -29,12 +29,12 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "o",
33
- "wi",
34
  "q",
35
- "v",
36
  "k",
37
- "wo"
 
 
 
38
  ],
39
  "target_parameters": null,
40
  "task_type": "SEQ_2_SEQ_LM",
 
18
  "loftq_config": {},
19
  "lora_alpha": 64,
20
  "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "q",
 
33
  "k",
34
+ "wi",
35
+ "wo",
36
+ "o",
37
+ "v"
38
  ],
39
  "target_parameters": null,
40
  "task_type": "SEQ_2_SEQ_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50dfa5a795234be8995d30dd9b2cc806b4e7560a823d6a999642e201cd7e8b77
3
  size 34675328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d132234d93d10ab49e2abad26ef3a2438eda16c5c8f3a3be863b34dcda89f16f
3
  size 34675328
checkpoint-100/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: amazon/chronos-t5-small
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:amazon/chronos-t5-small
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "amazon/chronos-t5-small",
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": 32,
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": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "v",
33
+ "k",
34
+ "wi",
35
+ "q",
36
+ "o",
37
+ "wo"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": "SEQ_2_SEQ_LM",
41
+ "trainable_token_indices": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff89b5ebce1a9aed202867901606a36d5970e0f2832b8afc10066abf25beb201
3
+ size 26024408
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad2bb16040ab03ce63eaf55269c74eed216dedcdcb63df4a222583ece453b71
3
+ size 17457803
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f70f09d3cb910592b4d2344caae1568a9b5043377429849d732244fbeec9cb
3
+ size 14391
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1154e599b40cad63e7c3e7593533c1b4a92dcb4ca99419a21971491c50b7b25
3
+ size 1465
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "eos_token": "</s>",
4
+ "extra_ids": 100,
5
+ "extra_special_tokens": [
6
+ "<extra_id_0>",
7
+ "<extra_id_1>",
8
+ "<extra_id_2>",
9
+ "<extra_id_3>",
10
+ "<extra_id_4>",
11
+ "<extra_id_5>",
12
+ "<extra_id_6>",
13
+ "<extra_id_7>",
14
+ "<extra_id_8>",
15
+ "<extra_id_9>",
16
+ "<extra_id_10>",
17
+ "<extra_id_11>",
18
+ "<extra_id_12>",
19
+ "<extra_id_13>",
20
+ "<extra_id_14>",
21
+ "<extra_id_15>",
22
+ "<extra_id_16>",
23
+ "<extra_id_17>",
24
+ "<extra_id_18>",
25
+ "<extra_id_19>",
26
+ "<extra_id_20>",
27
+ "<extra_id_21>",
28
+ "<extra_id_22>",
29
+ "<extra_id_23>",
30
+ "<extra_id_24>",
31
+ "<extra_id_25>",
32
+ "<extra_id_26>",
33
+ "<extra_id_27>",
34
+ "<extra_id_28>",
35
+ "<extra_id_29>",
36
+ "<extra_id_30>",
37
+ "<extra_id_31>",
38
+ "<extra_id_32>",
39
+ "<extra_id_33>",
40
+ "<extra_id_34>",
41
+ "<extra_id_35>",
42
+ "<extra_id_36>",
43
+ "<extra_id_37>",
44
+ "<extra_id_38>",
45
+ "<extra_id_39>",
46
+ "<extra_id_40>",
47
+ "<extra_id_41>",
48
+ "<extra_id_42>",
49
+ "<extra_id_43>",
50
+ "<extra_id_44>",
51
+ "<extra_id_45>",
52
+ "<extra_id_46>",
53
+ "<extra_id_47>",
54
+ "<extra_id_48>",
55
+ "<extra_id_49>",
56
+ "<extra_id_50>",
57
+ "<extra_id_51>",
58
+ "<extra_id_52>",
59
+ "<extra_id_53>",
60
+ "<extra_id_54>",
61
+ "<extra_id_55>",
62
+ "<extra_id_56>",
63
+ "<extra_id_57>",
64
+ "<extra_id_58>",
65
+ "<extra_id_59>",
66
+ "<extra_id_60>",
67
+ "<extra_id_61>",
68
+ "<extra_id_62>",
69
+ "<extra_id_63>",
70
+ "<extra_id_64>",
71
+ "<extra_id_65>",
72
+ "<extra_id_66>",
73
+ "<extra_id_67>",
74
+ "<extra_id_68>",
75
+ "<extra_id_69>",
76
+ "<extra_id_70>",
77
+ "<extra_id_71>",
78
+ "<extra_id_72>",
79
+ "<extra_id_73>",
80
+ "<extra_id_74>",
81
+ "<extra_id_75>",
82
+ "<extra_id_76>",
83
+ "<extra_id_77>",
84
+ "<extra_id_78>",
85
+ "<extra_id_79>",
86
+ "<extra_id_80>",
87
+ "<extra_id_81>",
88
+ "<extra_id_82>",
89
+ "<extra_id_83>",
90
+ "<extra_id_84>",
91
+ "<extra_id_85>",
92
+ "<extra_id_86>",
93
+ "<extra_id_87>",
94
+ "<extra_id_88>",
95
+ "<extra_id_89>",
96
+ "<extra_id_90>",
97
+ "<extra_id_91>",
98
+ "<extra_id_92>",
99
+ "<extra_id_93>",
100
+ "<extra_id_94>",
101
+ "<extra_id_95>",
102
+ "<extra_id_96>",
103
+ "<extra_id_97>",
104
+ "<extra_id_98>",
105
+ "<extra_id_99>"
106
+ ],
107
+ "is_local": false,
108
+ "model_max_length": 1000000000000000019884624838656,
109
+ "pad_token": "<pad>",
110
+ "tokenizer_class": "T5Tokenizer",
111
+ "unk_token": "<unk>"
112
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 100,
3
+ "best_metric": 4.469874858856201,
4
+ "best_model_checkpoint": "/Users/alexgrigoras/Library/Mobile Documents/com~apple~CloudDocs/[5] Software/github/dif-pi/artifacts/models/sdg_chronos_t5_small_dunnhumby/checkpoint-100",
5
+ "epoch": 0.027878449958182325,
6
+ "eval_steps": 25,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.006969612489545581,
14
+ "grad_norm": 0.2126408815383911,
15
+ "learning_rate": 2.2612712429686845e-05,
16
+ "loss": 47.1256640625,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.006969612489545581,
21
+ "eval_loss": 4.553621292114258,
22
+ "eval_runtime": 92.4561,
23
+ "eval_samples_per_second": 137.947,
24
+ "eval_steps_per_second": 34.492,
25
+ "step": 25
26
+ },
27
+ {
28
+ "epoch": 0.013939224979091162,
29
+ "grad_norm": 0.2005404382944107,
30
+ "learning_rate": 1.394355796211983e-05,
31
+ "loss": 46.44048828125,
32
+ "step": 50
33
+ },
34
+ {
35
+ "epoch": 0.013939224979091162,
36
+ "eval_loss": 4.501615047454834,
37
+ "eval_runtime": 93.5682,
38
+ "eval_samples_per_second": 136.307,
39
+ "eval_steps_per_second": 34.082,
40
+ "step": 50
41
+ },
42
+ {
43
+ "epoch": 0.020908837468636744,
44
+ "grad_norm": 0.22218841314315796,
45
+ "learning_rate": 4.342677980947892e-06,
46
+ "loss": 46.2969970703125,
47
+ "step": 75
48
+ },
49
+ {
50
+ "epoch": 0.020908837468636744,
51
+ "eval_loss": 4.4744110107421875,
52
+ "eval_runtime": 92.9448,
53
+ "eval_samples_per_second": 137.221,
54
+ "eval_steps_per_second": 34.311,
55
+ "step": 75
56
+ },
57
+ {
58
+ "epoch": 0.027878449958182325,
59
+ "grad_norm": 0.22809632122516632,
60
+ "learning_rate": 6.8342832384243885e-09,
61
+ "loss": 46.36712890625,
62
+ "step": 100
63
+ },
64
+ {
65
+ "epoch": 0.027878449958182325,
66
+ "eval_loss": 4.469874858856201,
67
+ "eval_runtime": 92.8908,
68
+ "eval_samples_per_second": 137.301,
69
+ "eval_steps_per_second": 34.331,
70
+ "step": 100
71
+ }
72
+ ],
73
+ "logging_steps": 25,
74
+ "max_steps": 100,
75
+ "num_input_tokens_seen": 0,
76
+ "num_train_epochs": 1,
77
+ "save_steps": 100,
78
+ "stateful_callbacks": {
79
+ "TrainerControl": {
80
+ "args": {
81
+ "should_epoch_stop": false,
82
+ "should_evaluate": false,
83
+ "should_log": false,
84
+ "should_save": true,
85
+ "should_training_stop": true
86
+ },
87
+ "attributes": {}
88
+ }
89
+ },
90
+ "total_flos": 146422628352000.0,
91
+ "train_batch_size": 4,
92
+ "trial_name": null,
93
+ "trial_params": null
94
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ee0b43a815c9eaf0d8c72af13a117c88bb1009b80bc491fb3a9cbdd3bb1ef8
3
+ size 5457
checkpoint-300/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: amazon/chronos-t5-small
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:amazon/chronos-t5-small
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "amazon/chronos-t5-small",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q",
33
+ "k",
34
+ "wi",
35
+ "wo",
36
+ "o",
37
+ "v"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": "SEQ_2_SEQ_LM",
41
+ "trainable_token_indices": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d132234d93d10ab49e2abad26ef3a2438eda16c5c8f3a3be863b34dcda89f16f
3
+ size 34675328
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5049a8d2f4f806a56d89530c4da05f252f9e18c9c0c9d0f2c59d1a2d5a51301d
3
+ size 34759371
checkpoint-300/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f8fe56a72edfbc414d4b2de40ca33521959ba7ae7f211e3b88c911b03de69c
3
+ size 14391
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c6773821ea9d3bef830d1d03869581ad60560d632621bbb6430b6bc17d445f
3
+ size 1465
checkpoint-300/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "eos_token": "</s>",
4
+ "extra_ids": 100,
5
+ "extra_special_tokens": [
6
+ "<extra_id_0>",
7
+ "<extra_id_1>",
8
+ "<extra_id_2>",
9
+ "<extra_id_3>",
10
+ "<extra_id_4>",
11
+ "<extra_id_5>",
12
+ "<extra_id_6>",
13
+ "<extra_id_7>",
14
+ "<extra_id_8>",
15
+ "<extra_id_9>",
16
+ "<extra_id_10>",
17
+ "<extra_id_11>",
18
+ "<extra_id_12>",
19
+ "<extra_id_13>",
20
+ "<extra_id_14>",
21
+ "<extra_id_15>",
22
+ "<extra_id_16>",
23
+ "<extra_id_17>",
24
+ "<extra_id_18>",
25
+ "<extra_id_19>",
26
+ "<extra_id_20>",
27
+ "<extra_id_21>",
28
+ "<extra_id_22>",
29
+ "<extra_id_23>",
30
+ "<extra_id_24>",
31
+ "<extra_id_25>",
32
+ "<extra_id_26>",
33
+ "<extra_id_27>",
34
+ "<extra_id_28>",
35
+ "<extra_id_29>",
36
+ "<extra_id_30>",
37
+ "<extra_id_31>",
38
+ "<extra_id_32>",
39
+ "<extra_id_33>",
40
+ "<extra_id_34>",
41
+ "<extra_id_35>",
42
+ "<extra_id_36>",
43
+ "<extra_id_37>",
44
+ "<extra_id_38>",
45
+ "<extra_id_39>",
46
+ "<extra_id_40>",
47
+ "<extra_id_41>",
48
+ "<extra_id_42>",
49
+ "<extra_id_43>",
50
+ "<extra_id_44>",
51
+ "<extra_id_45>",
52
+ "<extra_id_46>",
53
+ "<extra_id_47>",
54
+ "<extra_id_48>",
55
+ "<extra_id_49>",
56
+ "<extra_id_50>",
57
+ "<extra_id_51>",
58
+ "<extra_id_52>",
59
+ "<extra_id_53>",
60
+ "<extra_id_54>",
61
+ "<extra_id_55>",
62
+ "<extra_id_56>",
63
+ "<extra_id_57>",
64
+ "<extra_id_58>",
65
+ "<extra_id_59>",
66
+ "<extra_id_60>",
67
+ "<extra_id_61>",
68
+ "<extra_id_62>",
69
+ "<extra_id_63>",
70
+ "<extra_id_64>",
71
+ "<extra_id_65>",
72
+ "<extra_id_66>",
73
+ "<extra_id_67>",
74
+ "<extra_id_68>",
75
+ "<extra_id_69>",
76
+ "<extra_id_70>",
77
+ "<extra_id_71>",
78
+ "<extra_id_72>",
79
+ "<extra_id_73>",
80
+ "<extra_id_74>",
81
+ "<extra_id_75>",
82
+ "<extra_id_76>",
83
+ "<extra_id_77>",
84
+ "<extra_id_78>",
85
+ "<extra_id_79>",
86
+ "<extra_id_80>",
87
+ "<extra_id_81>",
88
+ "<extra_id_82>",
89
+ "<extra_id_83>",
90
+ "<extra_id_84>",
91
+ "<extra_id_85>",
92
+ "<extra_id_86>",
93
+ "<extra_id_87>",
94
+ "<extra_id_88>",
95
+ "<extra_id_89>",
96
+ "<extra_id_90>",
97
+ "<extra_id_91>",
98
+ "<extra_id_92>",
99
+ "<extra_id_93>",
100
+ "<extra_id_94>",
101
+ "<extra_id_95>",
102
+ "<extra_id_96>",
103
+ "<extra_id_97>",
104
+ "<extra_id_98>",
105
+ "<extra_id_99>"
106
+ ],
107
+ "is_local": false,
108
+ "model_max_length": 1000000000000000019884624838656,
109
+ "pad_token": "<pad>",
110
+ "tokenizer_class": "T5Tokenizer",
111
+ "unk_token": "<unk>"
112
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 300,
3
+ "best_metric": 4.177750110626221,
4
+ "best_model_checkpoint": "/Users/alexgrigoras/Library/Mobile Documents/com~apple~CloudDocs/[5] Software/github/dif-pi/artifacts/models/sdg_chronos_t5_small_dunnhumby/checkpoint-300",
5
+ "epoch": 0.04181840358244324,
6
+ "eval_steps": 25,
7
+ "global_step": 300,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0034848669652036033,
14
+ "grad_norm": 0.2658565640449524,
15
+ "learning_rate": 2.4938536281812643e-05,
16
+ "loss": 50.4958984375,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.0034848669652036033,
21
+ "eval_loss": 4.513997554779053,
22
+ "eval_runtime": 126.0711,
23
+ "eval_samples_per_second": 101.165,
24
+ "eval_steps_per_second": 50.583,
25
+ "step": 25
26
+ },
27
+ {
28
+ "epoch": 0.006969733930407207,
29
+ "grad_norm": 0.3027424216270447,
30
+ "learning_rate": 2.4132322535191482e-05,
31
+ "loss": 49.5675048828125,
32
+ "step": 50
33
+ },
34
+ {
35
+ "epoch": 0.006969733930407207,
36
+ "eval_loss": 4.422898769378662,
37
+ "eval_runtime": 135.5543,
38
+ "eval_samples_per_second": 94.088,
39
+ "eval_steps_per_second": 47.044,
40
+ "step": 50
41
+ },
42
+ {
43
+ "epoch": 0.01045460089561081,
44
+ "grad_norm": 0.34238171577453613,
45
+ "learning_rate": 2.2448287207969232e-05,
46
+ "loss": 48.3637109375,
47
+ "step": 75
48
+ },
49
+ {
50
+ "epoch": 0.01045460089561081,
51
+ "eval_loss": 4.359263896942139,
52
+ "eval_runtime": 138.5997,
53
+ "eval_samples_per_second": 92.02,
54
+ "eval_steps_per_second": 46.01,
55
+ "step": 75
56
+ },
57
+ {
58
+ "epoch": 0.013939467860814413,
59
+ "grad_norm": 0.3021143674850464,
60
+ "learning_rate": 2.0013514341037815e-05,
61
+ "loss": 47.3734521484375,
62
+ "step": 100
63
+ },
64
+ {
65
+ "epoch": 0.013939467860814413,
66
+ "eval_loss": 4.318150997161865,
67
+ "eval_runtime": 136.3222,
68
+ "eval_samples_per_second": 93.558,
69
+ "eval_steps_per_second": 46.779,
70
+ "step": 100
71
+ },
72
+ {
73
+ "epoch": 0.017424334826018018,
74
+ "grad_norm": 0.28853410482406616,
75
+ "learning_rate": 1.7011741632521437e-05,
76
+ "loss": 48.521357421875,
77
+ "step": 125
78
+ },
79
+ {
80
+ "epoch": 0.017424334826018018,
81
+ "eval_loss": 4.282954692840576,
82
+ "eval_runtime": 132.1879,
83
+ "eval_samples_per_second": 96.484,
84
+ "eval_steps_per_second": 48.242,
85
+ "step": 125
86
+ },
87
+ {
88
+ "epoch": 0.02090920179122162,
89
+ "grad_norm": 0.3650856614112854,
90
+ "learning_rate": 1.3669494856238973e-05,
91
+ "loss": 47.43091796875,
92
+ "step": 150
93
+ },
94
+ {
95
+ "epoch": 0.02090920179122162,
96
+ "eval_loss": 4.249988555908203,
97
+ "eval_runtime": 145.2659,
98
+ "eval_samples_per_second": 87.798,
99
+ "eval_steps_per_second": 43.899,
100
+ "step": 150
101
+ },
102
+ {
103
+ "epoch": 0.024394068756425222,
104
+ "grad_norm": 0.3505313992500305,
105
+ "learning_rate": 1.023899332084863e-05,
106
+ "loss": 46.525419921875,
107
+ "step": 175
108
+ },
109
+ {
110
+ "epoch": 0.024394068756425222,
111
+ "eval_loss": 4.218865871429443,
112
+ "eval_runtime": 137.0969,
113
+ "eval_samples_per_second": 93.029,
114
+ "eval_steps_per_second": 46.515,
115
+ "step": 175
116
+ },
117
+ {
118
+ "epoch": 0.027878935721628827,
119
+ "grad_norm": 0.3190622925758362,
120
+ "learning_rate": 6.979116392095325e-06,
121
+ "loss": 46.60708984375,
122
+ "step": 200
123
+ },
124
+ {
125
+ "epoch": 0.027878935721628827,
126
+ "eval_loss": 4.196957588195801,
127
+ "eval_runtime": 140.7578,
128
+ "eval_samples_per_second": 90.61,
129
+ "eval_steps_per_second": 45.305,
130
+ "step": 200
131
+ },
132
+ {
133
+ "epoch": 0.03136380268683243,
134
+ "grad_norm": 0.3062129318714142,
135
+ "learning_rate": 4.1358674205142765e-06,
136
+ "loss": 48.300791015625,
137
+ "step": 225
138
+ },
139
+ {
140
+ "epoch": 0.03136380268683243,
141
+ "eval_loss": 4.185319900512695,
142
+ "eval_runtime": 134.3944,
143
+ "eval_samples_per_second": 94.9,
144
+ "eval_steps_per_second": 47.45,
145
+ "step": 225
146
+ },
147
+ {
148
+ "epoch": 0.034848669652036035,
149
+ "grad_norm": 0.30869823694229126,
150
+ "learning_rate": 1.923809344738306e-06,
151
+ "loss": 47.4475341796875,
152
+ "step": 250
153
+ },
154
+ {
155
+ "epoch": 0.034848669652036035,
156
+ "eval_loss": 4.180154323577881,
157
+ "eval_runtime": 142.7493,
158
+ "eval_samples_per_second": 89.345,
159
+ "eval_steps_per_second": 44.673,
160
+ "step": 250
161
+ },
162
+ {
163
+ "epoch": 0.038333536617239636,
164
+ "grad_norm": 0.30447155237197876,
165
+ "learning_rate": 5.098729140296271e-07,
166
+ "loss": 47.397509765625,
167
+ "step": 275
168
+ },
169
+ {
170
+ "epoch": 0.038333536617239636,
171
+ "eval_loss": 4.1781206130981445,
172
+ "eval_runtime": 150.242,
173
+ "eval_samples_per_second": 84.89,
174
+ "eval_steps_per_second": 42.445,
175
+ "step": 275
176
+ },
177
+ {
178
+ "epoch": 0.04181840358244324,
179
+ "grad_norm": 0.3095584213733673,
180
+ "learning_rate": 7.594263207122421e-10,
181
+ "loss": 46.36583984375,
182
+ "step": 300
183
+ },
184
+ {
185
+ "epoch": 0.04181840358244324,
186
+ "eval_loss": 4.177750110626221,
187
+ "eval_runtime": 144.6681,
188
+ "eval_samples_per_second": 88.16,
189
+ "eval_steps_per_second": 44.08,
190
+ "step": 300
191
+ }
192
+ ],
193
+ "logging_steps": 25,
194
+ "max_steps": 300,
195
+ "num_input_tokens_seen": 0,
196
+ "num_train_epochs": 1,
197
+ "save_steps": 300,
198
+ "stateful_callbacks": {
199
+ "TrainerControl": {
200
+ "args": {
201
+ "should_epoch_stop": false,
202
+ "should_evaluate": false,
203
+ "should_log": false,
204
+ "should_save": true,
205
+ "should_training_stop": true
206
+ },
207
+ "attributes": {}
208
+ }
209
+ },
210
+ "total_flos": 229911035904000.0,
211
+ "train_batch_size": 2,
212
+ "trial_name": null,
213
+ "trial_params": null
214
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e3cbde0e32fb05322d5f55e6154336171a3e6994fa4c5c61e7e2ad0be268c10
3
+ size 5457
privacy_reference_bank.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b2a98c927eb38de4afe90ee0cf075290b30bf898e7ce8935a526d7f4a002f5
3
+ size 240128
privacy_reference_stats.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "n_reference_windows": 2000,
3
+ "min_distance_threshold": 8.543635129928589,
4
+ "avg_real_nn_distance": 1678.3014648655792,
5
+ "distance_quantile": 0.25
6
+ }
sdg_config.json CHANGED
@@ -9,7 +9,7 @@
9
  5.0
10
  ],
11
  "learning_rate": 2.5e-05,
12
- "train_steps": 1500,
13
  "lora_rank": 32,
14
  "lora_alpha": 64,
15
  "batch_size": 2,
@@ -18,13 +18,23 @@
18
  "max_target_length": 256,
19
  "random_state": 42,
20
  "task_prefix": "generate synthetic retail demand future from historical context",
21
- "seasonality_strength": 0.75,
22
  "seasonal_period": 7,
23
- "seasonal_fallback_strength": 0.35,
24
  "zero_threshold_for_sparsity": 0.6,
25
- "prefer_backend": "qlora",
26
  "use_special_tokens": true,
27
  "add_calendar_features": true,
28
  "warmup_ratio": 0.05,
29
- "weight_decay": 0.01
 
 
 
 
 
 
 
 
 
 
30
  }
 
9
  5.0
10
  ],
11
  "learning_rate": 2.5e-05,
12
+ "train_steps": 300,
13
  "lora_rank": 32,
14
  "lora_alpha": 64,
15
  "batch_size": 2,
 
18
  "max_target_length": 256,
19
  "random_state": 42,
20
  "task_prefix": "generate synthetic retail demand future from historical context",
21
+ "seasonality_strength": 0.6,
22
  "seasonal_period": 7,
23
+ "seasonal_fallback_strength": 0.25,
24
  "zero_threshold_for_sparsity": 0.6,
25
+ "prefer_backend": "lora",
26
  "use_special_tokens": true,
27
  "add_calendar_features": true,
28
  "warmup_ratio": 0.05,
29
+ "weight_decay": 0.01,
30
+ "privacy_reference_max_windows": 2000,
31
+ "privacy_min_distance_quantile": 0.25,
32
+ "privacy_distance_penalty": 4.0,
33
+ "privacy_noise_strength": 0.1,
34
+ "privacy_baseline_blend": 0.25,
35
+ "privacy_training_jitter_prob": 0.6,
36
+ "privacy_training_jitter_strength": 0.1,
37
+ "privacy_deduplicate_examples": true,
38
+ "privacy_filter_enabled": true,
39
+ "privacy_filter_max_retries": 6
40
  }
training_info.json CHANGED
@@ -1,11 +1,20 @@
1
  {
2
  "train_examples": 114782,
3
  "eval_examples": 12754,
4
- "train_steps": 1500,
5
  "learning_rate": 2.5e-05,
6
- "train_runtime": 9612.5461,
7
- "train_loss": 32.71766121419271,
8
  "is_peft_model": true,
9
  "backend_name": "lora",
10
- "added_special_tokens": 4131
 
 
 
 
 
 
 
 
 
11
  }
 
1
  {
2
  "train_examples": 114782,
3
  "eval_examples": 12754,
4
+ "train_steps": 300,
5
  "learning_rate": 2.5e-05,
6
+ "train_runtime": 1945.4336,
7
+ "train_loss": 47.86641886393229,
8
  "is_peft_model": true,
9
  "backend_name": "lora",
10
+ "added_special_tokens": 4131,
11
+ "privacy_reference_windows": 2000,
12
+ "privacy_deduplicated_examples": 0,
13
+ "privacy_jittered_examples": 68730,
14
+ "privacy_reference_stats": {
15
+ "n_reference_windows": 2000,
16
+ "min_distance_threshold": 8.543635129928589,
17
+ "avg_real_nn_distance": 1678.3014648655792,
18
+ "distance_quantile": 0.25
19
+ }
20
  }