Simone4401 commited on
Commit
7370bf8
·
verified ·
1 Parent(s): 049ce57

Upload folder using huggingface_hub

Browse files
Files changed (13) hide show
  1. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/README.md +209 -0
  2. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/adapter_config.json +46 -0
  3. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/adapter_model.safetensors +3 -0
  4. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/chat_template.jinja +11 -0
  5. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/optimizer.pt +3 -0
  6. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/rng_state.pth +3 -0
  7. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/scaler.pt +3 -0
  8. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/scheduler.pt +3 -0
  9. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/special_tokens_map.json +35 -0
  10. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/tokenizer.json +0 -0
  11. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/tokenizer_config.json +80 -0
  12. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/trainer_state.json +139 -0
  13. lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/training_args.bin +3 -0
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OpenLLM-France/Lucie-7B-Instruct-v1.1
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:OpenLLM-France/Lucie-7B-Instruct-v1.1
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
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/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": "OpenLLM-France/Lucie-7B-Instruct-v1.1",
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
+ "v_proj",
33
+ "up_proj",
34
+ "k_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "down_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
+ }
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2e855620b377d75271547c1e7cde84ac8e3b4ac2bc0f03755288afd2b2e994
3
+ size 310438848
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/chat_template.jinja ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- for message in messages %}
3
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>
4
+
5
+ '+ message['content'] | trim + '<|eot_id|>' }}
6
+ {%- endfor %}
7
+ {%- if add_generation_prompt %}
8
+ {{- '<|start_header_id|>assistant<|end_header_id|>
9
+
10
+ ' }}
11
+ {%- endif %}
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f104017cc7de5371b70d4fa8f5fd64aef8f3209203d48035b9745ea4cda31be
3
+ size 621135523
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12fa959b3d022618152cf124d78d1e4ce483fc67159474596443201e695b1e1
3
+ size 14645
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0e932021d58d3c46733ca20dc12b546e8bd64bc0a440d710adc37c34a403eb
3
+ size 1383
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5afc7cb425cdf2abb313074f08754db5c388b7fa509c7334f0d3cc74674ca1
3
+ size 1465
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|start_header_id|>",
4
+ "<|end_header_id|>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<s>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "<|eot_id|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "<pad>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/tokenizer_config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<s>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "<unk>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "3": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "265": {
39
+ "content": "<|start_header_id|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "266": {
47
+ "content": "<|end_header_id|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "267": {
55
+ "content": "<|eot_id|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ }
62
+ },
63
+ "additional_special_tokens": [
64
+ "<|start_header_id|>",
65
+ "<|end_header_id|>",
66
+ "</s>"
67
+ ],
68
+ "bos_token": "<s>",
69
+ "clean_up_tokenization_spaces": false,
70
+ "eos_token": "<|eot_id|>",
71
+ "extra_special_tokens": {},
72
+ "legacy": true,
73
+ "model_max_length": 1000000000000000000000000000000,
74
+ "pad_token": "<pad>",
75
+ "sp_model_kwargs": {},
76
+ "spaces_between_special_tokens": false,
77
+ "tokenizer_class": "LlamaTokenizerFast",
78
+ "unk_token": "<unk>",
79
+ "use_default_system_prompt": false
80
+ }
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/trainer_state.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 235,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 3.7499064492418412,
14
+ "epoch": 1.0,
15
+ "grad_norm": 0.9642560482025146,
16
+ "learning_rate": 0.0002797304699599364,
17
+ "loss": 0.7333,
18
+ "mean_token_accuracy": 0.8501297398767573,
19
+ "num_tokens": 692920.0,
20
+ "step": 47
21
+ },
22
+ {
23
+ "epoch": 1.0,
24
+ "eval_entropy": 2.7802544269921645,
25
+ "eval_loss": 0.8006470799446106,
26
+ "eval_mean_token_accuracy": 0.8304393437673461,
27
+ "eval_num_tokens": 692920.0,
28
+ "eval_runtime": 44.5226,
29
+ "eval_samples_per_second": 9.366,
30
+ "eval_steps_per_second": 1.19,
31
+ "step": 47
32
+ },
33
+ {
34
+ "entropy": 2.5671899749877607,
35
+ "epoch": 2.0,
36
+ "grad_norm": 0.4164864718914032,
37
+ "learning_rate": 0.0002076421689131275,
38
+ "loss": 0.2456,
39
+ "mean_token_accuracy": 0.9561719120816982,
40
+ "num_tokens": 1385840.0,
41
+ "step": 94
42
+ },
43
+ {
44
+ "epoch": 2.0,
45
+ "eval_entropy": 2.435995686728999,
46
+ "eval_loss": 0.8782303333282471,
47
+ "eval_mean_token_accuracy": 0.8320053377241459,
48
+ "eval_num_tokens": 1385840.0,
49
+ "eval_runtime": 44.5588,
50
+ "eval_samples_per_second": 9.358,
51
+ "eval_steps_per_second": 1.189,
52
+ "step": 94
53
+ },
54
+ {
55
+ "entropy": 2.2784622308421643,
56
+ "epoch": 3.0,
57
+ "grad_norm": 0.2795032560825348,
58
+ "learning_rate": 0.00011201328669284817,
59
+ "loss": 0.2078,
60
+ "mean_token_accuracy": 0.9664047336641778,
61
+ "num_tokens": 2078760.0,
62
+ "step": 141
63
+ },
64
+ {
65
+ "epoch": 3.0,
66
+ "eval_entropy": 2.1754041212909625,
67
+ "eval_loss": 0.9303713440895081,
68
+ "eval_mean_token_accuracy": 0.832609661345212,
69
+ "eval_num_tokens": 2078760.0,
70
+ "eval_runtime": 44.4948,
71
+ "eval_samples_per_second": 9.372,
72
+ "eval_steps_per_second": 1.191,
73
+ "step": 141
74
+ },
75
+ {
76
+ "entropy": 2.151742284919353,
77
+ "epoch": 4.0,
78
+ "grad_norm": 0.08237670361995697,
79
+ "learning_rate": 3.1897861460421725e-05,
80
+ "loss": 0.2007,
81
+ "mean_token_accuracy": 0.9679941466831147,
82
+ "num_tokens": 2771680.0,
83
+ "step": 188
84
+ },
85
+ {
86
+ "epoch": 4.0,
87
+ "eval_entropy": 2.1466459575689063,
88
+ "eval_loss": 0.9717943072319031,
89
+ "eval_mean_token_accuracy": 0.8312592483916372,
90
+ "eval_num_tokens": 2771680.0,
91
+ "eval_runtime": 44.571,
92
+ "eval_samples_per_second": 9.356,
93
+ "eval_steps_per_second": 1.189,
94
+ "step": 188
95
+ },
96
+ {
97
+ "entropy": 2.1334138392133917,
98
+ "epoch": 5.0,
99
+ "grad_norm": 0.009746991097927094,
100
+ "learning_rate": 1.4364891911711197e-08,
101
+ "loss": 0.1956,
102
+ "mean_token_accuracy": 0.9678635383222965,
103
+ "num_tokens": 3464600.0,
104
+ "step": 235
105
+ },
106
+ {
107
+ "epoch": 5.0,
108
+ "eval_entropy": 2.1400151140284986,
109
+ "eval_loss": 0.977412760257721,
110
+ "eval_mean_token_accuracy": 0.8316984289097336,
111
+ "eval_num_tokens": 3464600.0,
112
+ "eval_runtime": 44.5252,
113
+ "eval_samples_per_second": 9.365,
114
+ "eval_steps_per_second": 1.19,
115
+ "step": 235
116
+ }
117
+ ],
118
+ "logging_steps": 10,
119
+ "max_steps": 235,
120
+ "num_input_tokens_seen": 0,
121
+ "num_train_epochs": 5,
122
+ "save_steps": 500,
123
+ "stateful_callbacks": {
124
+ "TrainerControl": {
125
+ "args": {
126
+ "should_epoch_stop": false,
127
+ "should_evaluate": false,
128
+ "should_log": false,
129
+ "should_save": true,
130
+ "should_training_stop": true
131
+ },
132
+ "attributes": {}
133
+ }
134
+ },
135
+ "total_flos": 1.8798223408172237e+17,
136
+ "train_batch_size": 4,
137
+ "trial_name": null,
138
+ "trial_params": null
139
+ }
lucie/scn_750/params_training.lr=3e-4_training.num_epochs=5_training=large/checkpoint-235/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4deaafd059c3a2774685d16d75f5f0c87663b4f9fb7c8019fed695367f9f46e
3
+ size 6289