olivermolenschot
commited on
Upload 12 files
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +4 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +40 -0
- tokenizer.model +3 -0
- tokenizer_config.json +64 -0
- trainer_state.json +468 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-7B-v0.1
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.9,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 4,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"q_proj",
|
25 |
+
"o_proj",
|
26 |
+
"down_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f427221cde107f937fcea16d39714db0ca813b760d869c4df5608f00ca8233e2
|
3 |
+
size 1090645912
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|im_end|>": 32001,
|
3 |
+
"<|im_start|>": 32000
|
4 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38783df04e0d53db9d7372b2a19e08f3554fa2106cdea31ff9678e02d370eebd
|
3 |
+
size 21822612
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ff264f99d31b522cc7e2a4eac9d38606d0c58a34c0adc74d71e0ca8b371dc36
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:230fa9d2009caccc0213dfc90cbc55f232729a0551f78d579c1f1714079b5e3f
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|im_start|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|im_end|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"bos_token": {
|
19 |
+
"content": "<s>",
|
20 |
+
"lstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"rstrip": false,
|
23 |
+
"single_word": false
|
24 |
+
},
|
25 |
+
"eos_token": {
|
26 |
+
"content": "</s>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
},
|
32 |
+
"pad_token": "</s>",
|
33 |
+
"unk_token": {
|
34 |
+
"content": "<unk>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
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": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|im_start|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|im_end|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"additional_special_tokens": [
|
48 |
+
"<|im_start|>",
|
49 |
+
"<|im_end|>"
|
50 |
+
],
|
51 |
+
"bos_token": "<s>",
|
52 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
53 |
+
"clean_up_tokenization_spaces": false,
|
54 |
+
"eos_token": "</s>",
|
55 |
+
"legacy": false,
|
56 |
+
"model_max_length": 1000000000000000019884624838656,
|
57 |
+
"pad_token": "</s>",
|
58 |
+
"sp_model_kwargs": {},
|
59 |
+
"spaces_between_special_tokens": false,
|
60 |
+
"tokenizer_class": "LlamaTokenizer",
|
61 |
+
"unk_token": "<unk>",
|
62 |
+
"use_default_system_prompt": false,
|
63 |
+
"use_fast": true
|
64 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,468 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0265486725663717,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 29,
|
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.035398230088495575,
|
13 |
+
"grad_norm": NaN,
|
14 |
+
"learning_rate": 0.0,
|
15 |
+
"logits/chosen": -3.0738143920898438,
|
16 |
+
"logits/rejected": -3.0764384269714355,
|
17 |
+
"logps/chosen": -48.15470886230469,
|
18 |
+
"logps/rejected": -73.88392639160156,
|
19 |
+
"loss": 2.7726,
|
20 |
+
"rewards/accuracies": 0.0,
|
21 |
+
"rewards/chosen": 0.0,
|
22 |
+
"rewards/margins": 0.0,
|
23 |
+
"rewards/rejected": 0.0,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.07079646017699115,
|
28 |
+
"grad_norm": NaN,
|
29 |
+
"learning_rate": 0.0,
|
30 |
+
"logits/chosen": -3.094489812850952,
|
31 |
+
"logits/rejected": -3.090228319168091,
|
32 |
+
"logps/chosen": -51.06940841674805,
|
33 |
+
"logps/rejected": -76.33265686035156,
|
34 |
+
"loss": 2.7726,
|
35 |
+
"rewards/accuracies": 0.0,
|
36 |
+
"rewards/chosen": 0.0,
|
37 |
+
"rewards/margins": 0.0,
|
38 |
+
"rewards/rejected": 0.0,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.10619469026548672,
|
43 |
+
"grad_norm": NaN,
|
44 |
+
"learning_rate": 0.0,
|
45 |
+
"logits/chosen": -3.0312275886535645,
|
46 |
+
"logits/rejected": -3.030165910720825,
|
47 |
+
"logps/chosen": -47.49669647216797,
|
48 |
+
"logps/rejected": -76.91014099121094,
|
49 |
+
"loss": 2.7726,
|
50 |
+
"rewards/accuracies": 0.0,
|
51 |
+
"rewards/chosen": 0.0,
|
52 |
+
"rewards/margins": 0.0,
|
53 |
+
"rewards/rejected": 0.0,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.1415929203539823,
|
58 |
+
"grad_norm": NaN,
|
59 |
+
"learning_rate": 0.0,
|
60 |
+
"logits/chosen": -3.0501389503479004,
|
61 |
+
"logits/rejected": -3.054299831390381,
|
62 |
+
"logps/chosen": -52.20546340942383,
|
63 |
+
"logps/rejected": -76.84318542480469,
|
64 |
+
"loss": 2.7726,
|
65 |
+
"rewards/accuracies": 0.0,
|
66 |
+
"rewards/chosen": 0.0,
|
67 |
+
"rewards/margins": 0.0,
|
68 |
+
"rewards/rejected": 0.0,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.17699115044247787,
|
73 |
+
"grad_norm": 39.514007568359375,
|
74 |
+
"learning_rate": 2e-05,
|
75 |
+
"logits/chosen": -3.059661865234375,
|
76 |
+
"logits/rejected": -3.0544543266296387,
|
77 |
+
"logps/chosen": -54.500221252441406,
|
78 |
+
"logps/rejected": -80.73619079589844,
|
79 |
+
"loss": 2.7726,
|
80 |
+
"rewards/accuracies": 0.0,
|
81 |
+
"rewards/chosen": 0.0,
|
82 |
+
"rewards/margins": 0.0,
|
83 |
+
"rewards/rejected": 0.0,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.21238938053097345,
|
88 |
+
"grad_norm": 35.310333251953125,
|
89 |
+
"learning_rate": 4e-05,
|
90 |
+
"logits/chosen": -3.0174481868743896,
|
91 |
+
"logits/rejected": -3.0225086212158203,
|
92 |
+
"logps/chosen": -45.962432861328125,
|
93 |
+
"logps/rejected": -69.7489013671875,
|
94 |
+
"loss": 2.7726,
|
95 |
+
"rewards/accuracies": 0.0,
|
96 |
+
"rewards/chosen": 0.0,
|
97 |
+
"rewards/margins": 0.0,
|
98 |
+
"rewards/rejected": 0.0,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.24778761061946902,
|
103 |
+
"grad_norm": 33.619834899902344,
|
104 |
+
"learning_rate": 6e-05,
|
105 |
+
"logits/chosen": -3.0760531425476074,
|
106 |
+
"logits/rejected": -3.075507402420044,
|
107 |
+
"logps/chosen": -52.68150329589844,
|
108 |
+
"logps/rejected": -82.66320037841797,
|
109 |
+
"loss": 2.3724,
|
110 |
+
"rewards/accuracies": 0.984375,
|
111 |
+
"rewards/chosen": 0.033591579645872116,
|
112 |
+
"rewards/margins": 0.2135639488697052,
|
113 |
+
"rewards/rejected": -0.17997236549854279,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.2831858407079646,
|
118 |
+
"grad_norm": 26.519262313842773,
|
119 |
+
"learning_rate": 8e-05,
|
120 |
+
"logits/chosen": -3.141781806945801,
|
121 |
+
"logits/rejected": -3.111323595046997,
|
122 |
+
"logps/chosen": -49.25138854980469,
|
123 |
+
"logps/rejected": -83.14276885986328,
|
124 |
+
"loss": 1.6547,
|
125 |
+
"rewards/accuracies": 1.0,
|
126 |
+
"rewards/chosen": 0.08978669345378876,
|
127 |
+
"rewards/margins": 0.6971186399459839,
|
128 |
+
"rewards/rejected": -0.6073319315910339,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3185840707964602,
|
133 |
+
"grad_norm": 17.522594451904297,
|
134 |
+
"learning_rate": 0.0001,
|
135 |
+
"logits/chosen": -3.1494789123535156,
|
136 |
+
"logits/rejected": -3.107832431793213,
|
137 |
+
"logps/chosen": -47.360626220703125,
|
138 |
+
"logps/rejected": -87.75389099121094,
|
139 |
+
"loss": 0.9735,
|
140 |
+
"rewards/accuracies": 0.953125,
|
141 |
+
"rewards/chosen": 0.19129924476146698,
|
142 |
+
"rewards/margins": 1.4335689544677734,
|
143 |
+
"rewards/rejected": -1.24226975440979,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.35398230088495575,
|
148 |
+
"grad_norm": 7.8468241691589355,
|
149 |
+
"learning_rate": 0.00012,
|
150 |
+
"logits/chosen": -3.105159044265747,
|
151 |
+
"logits/rejected": -3.0585837364196777,
|
152 |
+
"logps/chosen": -42.66419982910156,
|
153 |
+
"logps/rejected": -92.25341796875,
|
154 |
+
"loss": 0.5496,
|
155 |
+
"rewards/accuracies": 0.90625,
|
156 |
+
"rewards/chosen": 0.2652404308319092,
|
157 |
+
"rewards/margins": 2.590460777282715,
|
158 |
+
"rewards/rejected": -2.3252203464508057,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.3893805309734513,
|
163 |
+
"grad_norm": 2.123518228530884,
|
164 |
+
"learning_rate": 0.00014,
|
165 |
+
"logits/chosen": -3.239974021911621,
|
166 |
+
"logits/rejected": -3.114036798477173,
|
167 |
+
"logps/chosen": -46.743621826171875,
|
168 |
+
"logps/rejected": -125.77220153808594,
|
169 |
+
"loss": 0.0432,
|
170 |
+
"rewards/accuracies": 1.0,
|
171 |
+
"rewards/chosen": 0.3305644392967224,
|
172 |
+
"rewards/margins": 5.1967926025390625,
|
173 |
+
"rewards/rejected": -4.866228103637695,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.4247787610619469,
|
178 |
+
"grad_norm": 0.18487615883350372,
|
179 |
+
"learning_rate": 0.00016,
|
180 |
+
"logits/chosen": -3.2138984203338623,
|
181 |
+
"logits/rejected": -2.992119312286377,
|
182 |
+
"logps/chosen": -54.21443557739258,
|
183 |
+
"logps/rejected": -160.70346069335938,
|
184 |
+
"loss": 0.132,
|
185 |
+
"rewards/accuracies": 0.953125,
|
186 |
+
"rewards/chosen": 0.07433129847049713,
|
187 |
+
"rewards/margins": 8.329842567443848,
|
188 |
+
"rewards/rejected": -8.255511283874512,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.46017699115044247,
|
193 |
+
"grad_norm": 0.3735005855560303,
|
194 |
+
"learning_rate": 0.00018,
|
195 |
+
"logits/chosen": -3.314460277557373,
|
196 |
+
"logits/rejected": -2.955761194229126,
|
197 |
+
"logps/chosen": -52.52698516845703,
|
198 |
+
"logps/rejected": -211.6153564453125,
|
199 |
+
"loss": 0.0467,
|
200 |
+
"rewards/accuracies": 0.984375,
|
201 |
+
"rewards/chosen": -0.11871516704559326,
|
202 |
+
"rewards/margins": 13.215730667114258,
|
203 |
+
"rewards/rejected": -13.33444595336914,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.49557522123893805,
|
208 |
+
"grad_norm": 0.000926459557376802,
|
209 |
+
"learning_rate": 0.0002,
|
210 |
+
"logits/chosen": -3.378767490386963,
|
211 |
+
"logits/rejected": -2.9119057655334473,
|
212 |
+
"logps/chosen": -59.550537109375,
|
213 |
+
"logps/rejected": -289.6356201171875,
|
214 |
+
"loss": 0.0433,
|
215 |
+
"rewards/accuracies": 0.984375,
|
216 |
+
"rewards/chosen": -0.4433783292770386,
|
217 |
+
"rewards/margins": 20.33984375,
|
218 |
+
"rewards/rejected": -20.78322410583496,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5309734513274337,
|
223 |
+
"grad_norm": 0.018438709899783134,
|
224 |
+
"learning_rate": 0.00019863613034027224,
|
225 |
+
"logits/chosen": -3.4022810459136963,
|
226 |
+
"logits/rejected": -2.9307518005371094,
|
227 |
+
"logps/chosen": -75.22628784179688,
|
228 |
+
"logps/rejected": -371.2684326171875,
|
229 |
+
"loss": 0.0867,
|
230 |
+
"rewards/accuracies": 0.96875,
|
231 |
+
"rewards/chosen": -2.2902748584747314,
|
232 |
+
"rewards/margins": 27.06856918334961,
|
233 |
+
"rewards/rejected": -29.358842849731445,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5663716814159292,
|
238 |
+
"grad_norm": 0.00022576068295165896,
|
239 |
+
"learning_rate": 0.00019458172417006347,
|
240 |
+
"logits/chosen": -3.4614078998565674,
|
241 |
+
"logits/rejected": -3.028236150741577,
|
242 |
+
"logps/chosen": -111.99066162109375,
|
243 |
+
"logps/rejected": -499.0533142089844,
|
244 |
+
"loss": 0.0433,
|
245 |
+
"rewards/accuracies": 0.984375,
|
246 |
+
"rewards/chosen": -6.10006856918335,
|
247 |
+
"rewards/margins": 36.00136947631836,
|
248 |
+
"rewards/rejected": -42.101436614990234,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.6017699115044248,
|
253 |
+
"grad_norm": 0.0,
|
254 |
+
"learning_rate": 0.0001879473751206489,
|
255 |
+
"logits/chosen": -3.4879064559936523,
|
256 |
+
"logits/rejected": -3.1346540451049805,
|
257 |
+
"logps/chosen": -181.54132080078125,
|
258 |
+
"logps/rejected": -627.1567993164062,
|
259 |
+
"loss": 0.0433,
|
260 |
+
"rewards/accuracies": 0.984375,
|
261 |
+
"rewards/chosen": -12.846463203430176,
|
262 |
+
"rewards/margins": 42.00312805175781,
|
263 |
+
"rewards/rejected": -54.84959411621094,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.6371681415929203,
|
268 |
+
"grad_norm": 0.0,
|
269 |
+
"learning_rate": 0.00017891405093963938,
|
270 |
+
"logits/chosen": -3.5802273750305176,
|
271 |
+
"logits/rejected": -3.2139182090759277,
|
272 |
+
"logps/chosen": -298.01898193359375,
|
273 |
+
"logps/rejected": -730.3427734375,
|
274 |
+
"loss": 0.0433,
|
275 |
+
"rewards/accuracies": 0.984375,
|
276 |
+
"rewards/chosen": -24.727779388427734,
|
277 |
+
"rewards/margins": 40.633914947509766,
|
278 |
+
"rewards/rejected": -65.3616943359375,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.672566371681416,
|
283 |
+
"grad_norm": 0.0006348241004161537,
|
284 |
+
"learning_rate": 0.00016772815716257412,
|
285 |
+
"logits/chosen": -3.6362297534942627,
|
286 |
+
"logits/rejected": -3.3277578353881836,
|
287 |
+
"logps/chosen": -441.85595703125,
|
288 |
+
"logps/rejected": -857.678466796875,
|
289 |
+
"loss": 0.0,
|
290 |
+
"rewards/accuracies": 1.0,
|
291 |
+
"rewards/chosen": -39.0582275390625,
|
292 |
+
"rewards/margins": 38.73958969116211,
|
293 |
+
"rewards/rejected": -77.79782104492188,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.7079646017699115,
|
298 |
+
"grad_norm": 5.561949728871696e-05,
|
299 |
+
"learning_rate": 0.00015469481581224272,
|
300 |
+
"logits/chosen": -3.7110390663146973,
|
301 |
+
"logits/rejected": -3.481760025024414,
|
302 |
+
"logps/chosen": -620.394287109375,
|
303 |
+
"logps/rejected": -953.712646484375,
|
304 |
+
"loss": 0.0866,
|
305 |
+
"rewards/accuracies": 0.96875,
|
306 |
+
"rewards/chosen": -56.605865478515625,
|
307 |
+
"rewards/margins": 30.84559440612793,
|
308 |
+
"rewards/rejected": -87.45145416259766,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.7433628318584071,
|
313 |
+
"grad_norm": 0.006302627269178629,
|
314 |
+
"learning_rate": 0.00014016954246529696,
|
315 |
+
"logits/chosen": -3.705810070037842,
|
316 |
+
"logits/rejected": -3.480112314224243,
|
317 |
+
"logps/chosen": -626.589111328125,
|
318 |
+
"logps/rejected": -926.1605224609375,
|
319 |
+
"loss": 0.2166,
|
320 |
+
"rewards/accuracies": 0.921875,
|
321 |
+
"rewards/chosen": -57.85133743286133,
|
322 |
+
"rewards/margins": 27.39826202392578,
|
323 |
+
"rewards/rejected": -85.24958801269531,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.7787610619469026,
|
328 |
+
"grad_norm": 0.19819259643554688,
|
329 |
+
"learning_rate": 0.00012454854871407994,
|
330 |
+
"logits/chosen": -3.771535873413086,
|
331 |
+
"logits/rejected": -3.57301664352417,
|
332 |
+
"logps/chosen": -856.1668701171875,
|
333 |
+
"logps/rejected": -1113.4576416015625,
|
334 |
+
"loss": 0.0434,
|
335 |
+
"rewards/accuracies": 0.984375,
|
336 |
+
"rewards/chosen": -80.38790130615234,
|
337 |
+
"rewards/margins": 23.13334846496582,
|
338 |
+
"rewards/rejected": -103.52125549316406,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8141592920353983,
|
343 |
+
"grad_norm": 0.00016238712123595178,
|
344 |
+
"learning_rate": 0.00010825793454723325,
|
345 |
+
"logits/chosen": -3.9207518100738525,
|
346 |
+
"logits/rejected": -3.6793296337127686,
|
347 |
+
"logps/chosen": -834.5657958984375,
|
348 |
+
"logps/rejected": -1170.9774169921875,
|
349 |
+
"loss": 0.0433,
|
350 |
+
"rewards/accuracies": 0.984375,
|
351 |
+
"rewards/chosen": -78.40864562988281,
|
352 |
+
"rewards/margins": 31.1939697265625,
|
353 |
+
"rewards/rejected": -109.60260772705078,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.8495575221238938,
|
358 |
+
"grad_norm": 0.0,
|
359 |
+
"learning_rate": 9.174206545276677e-05,
|
360 |
+
"logits/chosen": -4.076857089996338,
|
361 |
+
"logits/rejected": -3.751131534576416,
|
362 |
+
"logps/chosen": -736.5623168945312,
|
363 |
+
"logps/rejected": -1179.674072265625,
|
364 |
+
"loss": 0.13,
|
365 |
+
"rewards/accuracies": 0.953125,
|
366 |
+
"rewards/chosen": -69.1473159790039,
|
367 |
+
"rewards/margins": 41.747955322265625,
|
368 |
+
"rewards/rejected": -110.89527893066406,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.8849557522123894,
|
373 |
+
"grad_norm": 0.0,
|
374 |
+
"learning_rate": 7.54514512859201e-05,
|
375 |
+
"logits/chosen": -4.139317035675049,
|
376 |
+
"logits/rejected": -3.7883429527282715,
|
377 |
+
"logps/chosen": -723.9154663085938,
|
378 |
+
"logps/rejected": -1208.33154296875,
|
379 |
+
"loss": 0.13,
|
380 |
+
"rewards/accuracies": 0.953125,
|
381 |
+
"rewards/chosen": -67.75996398925781,
|
382 |
+
"rewards/margins": 45.80049133300781,
|
383 |
+
"rewards/rejected": -113.56045532226562,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.9203539823008849,
|
388 |
+
"grad_norm": 0.0,
|
389 |
+
"learning_rate": 5.983045753470308e-05,
|
390 |
+
"logits/chosen": -4.219160079956055,
|
391 |
+
"logits/rejected": -3.8395681381225586,
|
392 |
+
"logps/chosen": -831.74560546875,
|
393 |
+
"logps/rejected": -1357.1932373046875,
|
394 |
+
"loss": 0.0433,
|
395 |
+
"rewards/accuracies": 0.984375,
|
396 |
+
"rewards/chosen": -78.22254943847656,
|
397 |
+
"rewards/margins": 49.974510192871094,
|
398 |
+
"rewards/rejected": -128.19705200195312,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.9557522123893806,
|
403 |
+
"grad_norm": 1.5598791378579335e-06,
|
404 |
+
"learning_rate": 4.530518418775733e-05,
|
405 |
+
"logits/chosen": -4.2556562423706055,
|
406 |
+
"logits/rejected": -3.8611326217651367,
|
407 |
+
"logps/chosen": -830.6559448242188,
|
408 |
+
"logps/rejected": -1364.437744140625,
|
409 |
+
"loss": 0.0433,
|
410 |
+
"rewards/accuracies": 0.984375,
|
411 |
+
"rewards/chosen": -78.08842468261719,
|
412 |
+
"rewards/margins": 50.610897064208984,
|
413 |
+
"rewards/rejected": -128.69931030273438,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.9911504424778761,
|
418 |
+
"grad_norm": 0.0023740511387586594,
|
419 |
+
"learning_rate": 3.227184283742591e-05,
|
420 |
+
"logits/chosen": -4.302487373352051,
|
421 |
+
"logits/rejected": -3.8732571601867676,
|
422 |
+
"logps/chosen": -825.9217529296875,
|
423 |
+
"logps/rejected": -1350.9755859375,
|
424 |
+
"loss": 0.0433,
|
425 |
+
"rewards/accuracies": 0.984375,
|
426 |
+
"rewards/chosen": -77.16596984863281,
|
427 |
+
"rewards/margins": 49.86052703857422,
|
428 |
+
"rewards/rejected": -127.02650451660156,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.0265486725663717,
|
433 |
+
"grad_norm": 0.0,
|
434 |
+
"learning_rate": 2.1085949060360654e-05,
|
435 |
+
"logits/chosen": -4.38674259185791,
|
436 |
+
"logits/rejected": -3.9807748794555664,
|
437 |
+
"logps/chosen": -908.9441528320312,
|
438 |
+
"logps/rejected": -1436.7275390625,
|
439 |
+
"loss": 0.13,
|
440 |
+
"rewards/accuracies": 0.953125,
|
441 |
+
"rewards/chosen": -85.50328063964844,
|
442 |
+
"rewards/margins": 50.298500061035156,
|
443 |
+
"rewards/rejected": -135.8017578125,
|
444 |
+
"step": 29
|
445 |
+
}
|
446 |
+
],
|
447 |
+
"logging_steps": 1,
|
448 |
+
"max_steps": 29,
|
449 |
+
"num_input_tokens_seen": 0,
|
450 |
+
"num_train_epochs": 2,
|
451 |
+
"save_steps": 500,
|
452 |
+
"stateful_callbacks": {
|
453 |
+
"TrainerControl": {
|
454 |
+
"args": {
|
455 |
+
"should_epoch_stop": false,
|
456 |
+
"should_evaluate": false,
|
457 |
+
"should_log": false,
|
458 |
+
"should_save": true,
|
459 |
+
"should_training_stop": true
|
460 |
+
},
|
461 |
+
"attributes": {}
|
462 |
+
}
|
463 |
+
},
|
464 |
+
"total_flos": 0.0,
|
465 |
+
"train_batch_size": 16,
|
466 |
+
"trial_name": null,
|
467 |
+
"trial_params": null
|
468 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9527619246ca12fdefebbc78e9d50eba14b11d2381c718308837d7372442b236
|
3 |
+
size 7096
|