Upload checkpoint 10
Browse files- .gitattributes +1 -0
- .ipynb_checkpoints/README-checkpoint.md +202 -0
- README.md +202 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +25 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +217 -0
- trainer_state.json +333 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ./UIGEN-7B-Instruct/
|
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.14.0
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: smirki/UIGEN-T1.1-Qwen-7B
|
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.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "./UIGEN-7B-Instruct/",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 64,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj",
|
30 |
+
"k_proj",
|
31 |
+
"down_proj",
|
32 |
+
"gate_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2488ac58fabaa8982a33883a7bc2f0427170d1804ead6a9942b2ba64eea7dd44
|
3 |
+
size 645975704
|
added_tokens.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|PAD_TOKEN|>": 151665,
|
5 |
+
"<|box_end|>": 151649,
|
6 |
+
"<|box_start|>": 151648,
|
7 |
+
"<|endoftext|>": 151643,
|
8 |
+
"<|file_sep|>": 151664,
|
9 |
+
"<|fim_middle|>": 151660,
|
10 |
+
"<|fim_pad|>": 151662,
|
11 |
+
"<|fim_prefix|>": 151659,
|
12 |
+
"<|fim_suffix|>": 151661,
|
13 |
+
"<|im_end|>": 151645,
|
14 |
+
"<|im_start|>": 151644,
|
15 |
+
"<|image_pad|>": 151655,
|
16 |
+
"<|object_ref_end|>": 151647,
|
17 |
+
"<|object_ref_start|>": 151646,
|
18 |
+
"<|quad_end|>": 151651,
|
19 |
+
"<|quad_start|>": 151650,
|
20 |
+
"<|repo_name|>": 151663,
|
21 |
+
"<|video_pad|>": 151656,
|
22 |
+
"<|vision_end|>": 151653,
|
23 |
+
"<|vision_pad|>": 151654,
|
24 |
+
"<|vision_start|>": 151652
|
25 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa7220638cdeec5aec0a5f2dfa63bfa6d43b16e730ff8226a77e21bad005682
|
3 |
+
size 328476596
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c2be6092f8bdd5f11bceb64a6dc6159bc51d45bf4743c5b84781ecfa1cb5975
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3e7c1450531a830fa34f988021335e0c4c746e4893e21a244c7912fcb343396
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a11add1ccce473bcd467355ba4e231ba727eee54501528658b0d6fa18112957e
|
3 |
+
size 11422253
|
tokenizer_config.json
ADDED
@@ -0,0 +1,217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<|PAD_TOKEN|>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": true
|
188 |
+
}
|
189 |
+
},
|
190 |
+
"additional_special_tokens": [
|
191 |
+
"<|im_start|>",
|
192 |
+
"<|im_end|>",
|
193 |
+
"<|object_ref_start|>",
|
194 |
+
"<|object_ref_end|>",
|
195 |
+
"<|box_start|>",
|
196 |
+
"<|box_end|>",
|
197 |
+
"<|quad_start|>",
|
198 |
+
"<|quad_end|>",
|
199 |
+
"<|vision_start|>",
|
200 |
+
"<|vision_end|>",
|
201 |
+
"<|vision_pad|>",
|
202 |
+
"<|image_pad|>",
|
203 |
+
"<|video_pad|>"
|
204 |
+
],
|
205 |
+
"bos_token": null,
|
206 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
207 |
+
"clean_up_tokenization_spaces": false,
|
208 |
+
"eos_token": "<|im_end|>",
|
209 |
+
"errors": "replace",
|
210 |
+
"extra_special_tokens": {},
|
211 |
+
"model_max_length": 32768,
|
212 |
+
"pad_token": "<|PAD_TOKEN|>",
|
213 |
+
"padding_side": "right",
|
214 |
+
"split_special_tokens": false,
|
215 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
216 |
+
"unk_token": null
|
217 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.0517464424320828,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 10,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"completion_length": 3375.541748046875,
|
13 |
+
"epoch": 0.00517464424320828,
|
14 |
+
"grad_norm": 0.12644390761852264,
|
15 |
+
"kl": 0.0,
|
16 |
+
"learning_rate": 4.166666666666667e-08,
|
17 |
+
"loss": 0.0,
|
18 |
+
"reward": 0.40281581226736307,
|
19 |
+
"reward_std": 0.878997789695859,
|
20 |
+
"rewards/accessibility_reward_func": 0.026833334006369114,
|
21 |
+
"rewards/animation_reward_func": 0.02666666731238365,
|
22 |
+
"rewards/color_theory_reward_func": 0.03033333271741867,
|
23 |
+
"rewards/design_system_reward_func": 0.0833333358168602,
|
24 |
+
"rewards/element_spacing_reward_func": 0.0143382353708148,
|
25 |
+
"rewards/enhanced_html_validity_reward_func": 0.035500000230968,
|
26 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.07500000298023224,
|
27 |
+
"rewards/general_responsiveness_reward_func": 0.004000000189989805,
|
28 |
+
"rewards/hover_reward_func": 0.015000000596046448,
|
29 |
+
"rewards/image_size_reward_func": 0.005375000182539225,
|
30 |
+
"rewards/interactivity_reward_func": 0.05000000447034836,
|
31 |
+
"rewards/link_validity_reward_func": 0.0036250001285225153,
|
32 |
+
"rewards/lorem_picsum_reward_func": 0.00037500001781154424,
|
33 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
34 |
+
"rewards/section_size_reward_func": 0.0,
|
35 |
+
"rewards/tailwind_cdn_reward_func": 0.005833333358168602,
|
36 |
+
"rewards/text_contrast_reward_func": 0.0016666667070239782,
|
37 |
+
"rewards/think_tag_reward_func": 0.02000000001862645,
|
38 |
+
"rewards/visual_hierarchy_reward_func": 0.004935897421091795,
|
39 |
+
"step": 1
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"completion_length": 3269.5834350585938,
|
43 |
+
"epoch": 0.01034928848641656,
|
44 |
+
"grad_norm": 1.7859678268432617,
|
45 |
+
"kl": 0.0,
|
46 |
+
"learning_rate": 8.333333333333334e-08,
|
47 |
+
"loss": 0.0,
|
48 |
+
"reward": 0.5783839523792267,
|
49 |
+
"reward_std": 1.3122798325493932,
|
50 |
+
"rewards/accessibility_reward_func": 0.042583334259688854,
|
51 |
+
"rewards/animation_reward_func": 0.04000000096857548,
|
52 |
+
"rewards/color_theory_reward_func": 0.045499999076128006,
|
53 |
+
"rewards/design_system_reward_func": 0.1250000037252903,
|
54 |
+
"rewards/element_spacing_reward_func": 0.020208333618938923,
|
55 |
+
"rewards/enhanced_html_validity_reward_func": 0.03808333398774266,
|
56 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.11250000447034836,
|
57 |
+
"rewards/general_responsiveness_reward_func": 0.006000000284984708,
|
58 |
+
"rewards/hover_reward_func": 0.02250000089406967,
|
59 |
+
"rewards/image_size_reward_func": 0.00900000031106174,
|
60 |
+
"rewards/interactivity_reward_func": 0.07500000670552254,
|
61 |
+
"rewards/link_validity_reward_func": 0.00450000015553087,
|
62 |
+
"rewards/lorem_picsum_reward_func": 0.000541666682693176,
|
63 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
64 |
+
"rewards/section_size_reward_func": 0.0,
|
65 |
+
"rewards/tailwind_cdn_reward_func": 0.008750000037252903,
|
66 |
+
"rewards/text_contrast_reward_func": 0.0025000000605359674,
|
67 |
+
"rewards/think_tag_reward_func": 0.018333332845941186,
|
68 |
+
"rewards/visual_hierarchy_reward_func": 0.007383928867056966,
|
69 |
+
"step": 2
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"completion_length": 3709.5001220703125,
|
73 |
+
"epoch": 0.015523932729624839,
|
74 |
+
"grad_norm": 0.14484886825084686,
|
75 |
+
"kl": 0.000433405366493389,
|
76 |
+
"learning_rate": 1.2500000000000002e-07,
|
77 |
+
"loss": 0.0,
|
78 |
+
"reward": 0.578418267890811,
|
79 |
+
"reward_std": 0.9803256597369909,
|
80 |
+
"rewards/accessibility_reward_func": 0.03500000201165676,
|
81 |
+
"rewards/animation_reward_func": 0.04000000096857548,
|
82 |
+
"rewards/color_theory_reward_func": 0.043166667222976685,
|
83 |
+
"rewards/design_system_reward_func": 0.1250000037252903,
|
84 |
+
"rewards/element_spacing_reward_func": 0.021875000093132257,
|
85 |
+
"rewards/enhanced_html_validity_reward_func": 0.038083333522081375,
|
86 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.10750000178813934,
|
87 |
+
"rewards/general_responsiveness_reward_func": 0.007750000339001417,
|
88 |
+
"rewards/hover_reward_func": 0.02250000089406967,
|
89 |
+
"rewards/image_size_reward_func": 0.009750000201165676,
|
90 |
+
"rewards/interactivity_reward_func": 0.07500000670552254,
|
91 |
+
"rewards/link_validity_reward_func": 0.0048749998095445335,
|
92 |
+
"rewards/lorem_picsum_reward_func": 0.0006250000151339918,
|
93 |
+
"rewards/mobile_responsiveness_reward_func": 0.0006666667177341878,
|
94 |
+
"rewards/section_size_reward_func": 0.0,
|
95 |
+
"rewards/tailwind_cdn_reward_func": 0.008750000037252903,
|
96 |
+
"rewards/text_contrast_reward_func": 0.0033333332976326346,
|
97 |
+
"rewards/think_tag_reward_func": 0.026666666846722364,
|
98 |
+
"rewards/visual_hierarchy_reward_func": 0.007876602932810783,
|
99 |
+
"step": 3
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"completion_length": 3860.7500610351562,
|
103 |
+
"epoch": 0.02069857697283312,
|
104 |
+
"grad_norm": 0.12912344932556152,
|
105 |
+
"kl": 0.00043934735731454566,
|
106 |
+
"learning_rate": 1.6666666666666668e-07,
|
107 |
+
"loss": 0.0,
|
108 |
+
"reward": 0.7566360970959067,
|
109 |
+
"reward_std": 1.4153302712365985,
|
110 |
+
"rewards/accessibility_reward_func": 0.04900000151246786,
|
111 |
+
"rewards/animation_reward_func": 0.05533333495259285,
|
112 |
+
"rewards/color_theory_reward_func": 0.05833333358168602,
|
113 |
+
"rewards/design_system_reward_func": 0.1666666716337204,
|
114 |
+
"rewards/element_spacing_reward_func": 0.02916666679084301,
|
115 |
+
"rewards/enhanced_html_validity_reward_func": 0.0408333339728415,
|
116 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.14750000834465027,
|
117 |
+
"rewards/general_responsiveness_reward_func": 0.009000000078231096,
|
118 |
+
"rewards/hover_reward_func": 0.030000001192092896,
|
119 |
+
"rewards/image_size_reward_func": 0.012375000398606062,
|
120 |
+
"rewards/interactivity_reward_func": 0.10000000894069672,
|
121 |
+
"rewards/link_validity_reward_func": 0.007250000257045031,
|
122 |
+
"rewards/lorem_picsum_reward_func": 0.0007916666945675388,
|
123 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
124 |
+
"rewards/section_size_reward_func": 0.0,
|
125 |
+
"rewards/tailwind_cdn_reward_func": 0.011666666716337204,
|
126 |
+
"rewards/text_contrast_reward_func": 0.005000000004656613,
|
127 |
+
"rewards/think_tag_reward_func": 0.02333333296701312,
|
128 |
+
"rewards/visual_hierarchy_reward_func": 0.010386029724031687,
|
129 |
+
"step": 4
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"completion_length": 4449.666748046875,
|
133 |
+
"epoch": 0.0258732212160414,
|
134 |
+
"grad_norm": 0.10886913537979126,
|
135 |
+
"kl": 0.00040846195770427585,
|
136 |
+
"learning_rate": 2.0833333333333333e-07,
|
137 |
+
"loss": 0.0,
|
138 |
+
"reward": 0.9373456230387092,
|
139 |
+
"reward_std": 1.5362365646287799,
|
140 |
+
"rewards/accessibility_reward_func": 0.07000000216066837,
|
141 |
+
"rewards/animation_reward_func": 0.07266666740179062,
|
142 |
+
"rewards/color_theory_reward_func": 0.07466666586697102,
|
143 |
+
"rewards/design_system_reward_func": 0.2083333395421505,
|
144 |
+
"rewards/element_spacing_reward_func": 0.034319296944886446,
|
145 |
+
"rewards/enhanced_html_validity_reward_func": 0.04241666803136468,
|
146 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.17500000819563866,
|
147 |
+
"rewards/general_responsiveness_reward_func": 0.013000000035390258,
|
148 |
+
"rewards/hover_reward_func": 0.03750000149011612,
|
149 |
+
"rewards/image_size_reward_func": 0.013624999905005097,
|
150 |
+
"rewards/interactivity_reward_func": 0.1250000111758709,
|
151 |
+
"rewards/link_validity_reward_func": 0.010250000865198672,
|
152 |
+
"rewards/lorem_picsum_reward_func": 0.0009583333740010858,
|
153 |
+
"rewards/mobile_responsiveness_reward_func": 0.0006666667177341878,
|
154 |
+
"rewards/section_size_reward_func": 0.0,
|
155 |
+
"rewards/tailwind_cdn_reward_func": 0.014583333395421505,
|
156 |
+
"rewards/text_contrast_reward_func": 0.00750000006519258,
|
157 |
+
"rewards/think_tag_reward_func": 0.02500000037252903,
|
158 |
+
"rewards/visual_hierarchy_reward_func": 0.011859558057039976,
|
159 |
+
"step": 5
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"completion_length": 3829.541748046875,
|
163 |
+
"epoch": 0.031047865459249677,
|
164 |
+
"grad_norm": 0.11395324766635895,
|
165 |
+
"kl": 0.0004633670541807078,
|
166 |
+
"learning_rate": 2.5000000000000004e-07,
|
167 |
+
"loss": 0.0,
|
168 |
+
"reward": 1.103904644958675,
|
169 |
+
"reward_std": 1.5650687320157886,
|
170 |
+
"rewards/accessibility_reward_func": 0.07816666923463345,
|
171 |
+
"rewards/animation_reward_func": 0.09400000236928463,
|
172 |
+
"rewards/color_theory_reward_func": 0.0845833346247673,
|
173 |
+
"rewards/design_system_reward_func": 0.2500000037252903,
|
174 |
+
"rewards/element_spacing_reward_func": 0.04301470750942826,
|
175 |
+
"rewards/enhanced_html_validity_reward_func": 0.04433333361521363,
|
176 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.21249999850988388,
|
177 |
+
"rewards/general_responsiveness_reward_func": 0.011999999871477485,
|
178 |
+
"rewards/hover_reward_func": 0.04500000178813934,
|
179 |
+
"rewards/image_size_reward_func": 0.01624999986961484,
|
180 |
+
"rewards/interactivity_reward_func": 0.15000000968575478,
|
181 |
+
"rewards/link_validity_reward_func": 0.011875000083819032,
|
182 |
+
"rewards/lorem_picsum_reward_func": 0.0011666666541714221,
|
183 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
184 |
+
"rewards/section_size_reward_func": 0.0,
|
185 |
+
"rewards/tailwind_cdn_reward_func": 0.01750000100582838,
|
186 |
+
"rewards/text_contrast_reward_func": 0.00583333324175328,
|
187 |
+
"rewards/think_tag_reward_func": 0.023333333898335695,
|
188 |
+
"rewards/visual_hierarchy_reward_func": 0.014348214725032449,
|
189 |
+
"step": 6
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"completion_length": 4055.83349609375,
|
193 |
+
"epoch": 0.03622250970245795,
|
194 |
+
"grad_norm": 0.10929117351770401,
|
195 |
+
"kl": 0.000453724896942731,
|
196 |
+
"learning_rate": 2.916666666666667e-07,
|
197 |
+
"loss": 0.0,
|
198 |
+
"reward": 1.4172477573156357,
|
199 |
+
"reward_std": 1.936814159154892,
|
200 |
+
"rewards/accessibility_reward_func": 0.09975000470876694,
|
201 |
+
"rewards/animation_reward_func": 0.09400000050663948,
|
202 |
+
"rewards/color_theory_reward_func": 0.11900000460445881,
|
203 |
+
"rewards/design_system_reward_func": 0.3333333358168602,
|
204 |
+
"rewards/element_spacing_reward_func": 0.051814084872603416,
|
205 |
+
"rewards/enhanced_html_validity_reward_func": 0.050583334639668465,
|
206 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.2874999977648258,
|
207 |
+
"rewards/general_responsiveness_reward_func": 0.018000000389292836,
|
208 |
+
"rewards/hover_reward_func": 0.06000000238418579,
|
209 |
+
"rewards/image_size_reward_func": 0.013999999733641744,
|
210 |
+
"rewards/interactivity_reward_func": 0.20000001043081284,
|
211 |
+
"rewards/link_validity_reward_func": 0.013375000678934157,
|
212 |
+
"rewards/lorem_picsum_reward_func": 0.0014999999839346856,
|
213 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
214 |
+
"rewards/section_size_reward_func": 0.0,
|
215 |
+
"rewards/tailwind_cdn_reward_func": 0.023333335295319557,
|
216 |
+
"rewards/text_contrast_reward_func": 0.008333333069458604,
|
217 |
+
"rewards/think_tag_reward_func": 0.02499999920837581,
|
218 |
+
"rewards/visual_hierarchy_reward_func": 0.017725358135066926,
|
219 |
+
"step": 7
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"completion_length": 4102.666748046875,
|
223 |
+
"epoch": 0.04139715394566624,
|
224 |
+
"grad_norm": 0.1363147795200348,
|
225 |
+
"kl": 0.0003966327421949245,
|
226 |
+
"learning_rate": 3.3333333333333335e-07,
|
227 |
+
"loss": 0.0,
|
228 |
+
"reward": 0.7400073558092117,
|
229 |
+
"reward_std": 1.3520178319886327,
|
230 |
+
"rewards/accessibility_reward_func": 0.0624166673514992,
|
231 |
+
"rewards/animation_reward_func": 0.0560000017285347,
|
232 |
+
"rewards/color_theory_reward_func": 0.05833333358168602,
|
233 |
+
"rewards/design_system_reward_func": 0.1666666716337204,
|
234 |
+
"rewards/element_spacing_reward_func": 0.02857142873108387,
|
235 |
+
"rewards/enhanced_html_validity_reward_func": 0.03866666695103049,
|
236 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.1275000013411045,
|
237 |
+
"rewards/general_responsiveness_reward_func": 0.010000000009313226,
|
238 |
+
"rewards/hover_reward_func": 0.030000001192092896,
|
239 |
+
"rewards/image_size_reward_func": 0.007625000027474016,
|
240 |
+
"rewards/interactivity_reward_func": 0.10000000894069672,
|
241 |
+
"rewards/link_validity_reward_func": 0.004250000114552677,
|
242 |
+
"rewards/lorem_picsum_reward_func": 0.0006666666849923786,
|
243 |
+
"rewards/mobile_responsiveness_reward_func": 0.0006666667177341878,
|
244 |
+
"rewards/section_size_reward_func": 0.0,
|
245 |
+
"rewards/tailwind_cdn_reward_func": 0.008750000037252903,
|
246 |
+
"rewards/text_contrast_reward_func": 0.005000000121071935,
|
247 |
+
"rewards/think_tag_reward_func": 0.024999999906867743,
|
248 |
+
"rewards/visual_hierarchy_reward_func": 0.009894231334328651,
|
249 |
+
"step": 8
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"completion_length": 3891.3334350585938,
|
253 |
+
"epoch": 0.04657179818887452,
|
254 |
+
"grad_norm": 1.1345418691635132,
|
255 |
+
"kl": 0.003981367131927982,
|
256 |
+
"learning_rate": 3.75e-07,
|
257 |
+
"loss": 0.0002,
|
258 |
+
"reward": 0.866581498645246,
|
259 |
+
"reward_std": 1.4129546987824142,
|
260 |
+
"rewards/accessibility_reward_func": 0.057750002946704626,
|
261 |
+
"rewards/animation_reward_func": 0.06666666828095913,
|
262 |
+
"rewards/color_theory_reward_func": 0.055416667833924294,
|
263 |
+
"rewards/design_system_reward_func": 0.2083333395421505,
|
264 |
+
"rewards/element_spacing_reward_func": 0.03586309542879462,
|
265 |
+
"rewards/enhanced_html_validity_reward_func": 0.04041666863486171,
|
266 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.1612500064074993,
|
267 |
+
"rewards/general_responsiveness_reward_func": 0.010000000474974513,
|
268 |
+
"rewards/hover_reward_func": 0.03750000149011612,
|
269 |
+
"rewards/image_size_reward_func": 0.009125000215135515,
|
270 |
+
"rewards/interactivity_reward_func": 0.1250000111758709,
|
271 |
+
"rewards/link_validity_reward_func": 0.006875000195577741,
|
272 |
+
"rewards/lorem_picsum_reward_func": 0.000666666695906315,
|
273 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
274 |
+
"rewards/section_size_reward_func": 0.0,
|
275 |
+
"rewards/tailwind_cdn_reward_func": 0.011666666716337204,
|
276 |
+
"rewards/text_contrast_reward_func": 0.004166666651144624,
|
277 |
+
"rewards/think_tag_reward_func": 0.021666667191311717,
|
278 |
+
"rewards/visual_hierarchy_reward_func": 0.014218345284461975,
|
279 |
+
"step": 9
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"completion_length": 4518.2918701171875,
|
283 |
+
"epoch": 0.0517464424320828,
|
284 |
+
"grad_norm": 0.13834819197654724,
|
285 |
+
"kl": 0.0004231790080666542,
|
286 |
+
"learning_rate": 4.1666666666666667e-07,
|
287 |
+
"loss": 0.0,
|
288 |
+
"reward": 0.4099843604490161,
|
289 |
+
"reward_std": 0.8722708746790886,
|
290 |
+
"rewards/accessibility_reward_func": 0.04491666704416275,
|
291 |
+
"rewards/animation_reward_func": 0.016666667070239782,
|
292 |
+
"rewards/color_theory_reward_func": 0.027416666969656944,
|
293 |
+
"rewards/design_system_reward_func": 0.0833333358168602,
|
294 |
+
"rewards/element_spacing_reward_func": 0.011679293122142553,
|
295 |
+
"rewards/enhanced_html_validity_reward_func": 0.03500000014901161,
|
296 |
+
"rewards/framer_aesthetic_bonus_reward_func": 0.06750000268220901,
|
297 |
+
"rewards/general_responsiveness_reward_func": 0.006000000052154064,
|
298 |
+
"rewards/hover_reward_func": 0.015000000596046448,
|
299 |
+
"rewards/image_size_reward_func": 0.005875000264495611,
|
300 |
+
"rewards/interactivity_reward_func": 0.05000000447034836,
|
301 |
+
"rewards/link_validity_reward_func": 0.004999999888241291,
|
302 |
+
"rewards/lorem_picsum_reward_func": 0.00041666667675599456,
|
303 |
+
"rewards/mobile_responsiveness_reward_func": 0.0,
|
304 |
+
"rewards/section_size_reward_func": 0.001500000013038516,
|
305 |
+
"rewards/tailwind_cdn_reward_func": 0.005833333358168602,
|
306 |
+
"rewards/text_contrast_reward_func": 0.0024999999441206455,
|
307 |
+
"rewards/think_tag_reward_func": 0.02833333285525441,
|
308 |
+
"rewards/visual_hierarchy_reward_func": 0.00301339291036129,
|
309 |
+
"step": 10
|
310 |
+
}
|
311 |
+
],
|
312 |
+
"logging_steps": 1,
|
313 |
+
"max_steps": 800,
|
314 |
+
"num_input_tokens_seen": 0,
|
315 |
+
"num_train_epochs": 5,
|
316 |
+
"save_steps": 10,
|
317 |
+
"stateful_callbacks": {
|
318 |
+
"TrainerControl": {
|
319 |
+
"args": {
|
320 |
+
"should_epoch_stop": false,
|
321 |
+
"should_evaluate": false,
|
322 |
+
"should_log": false,
|
323 |
+
"should_save": true,
|
324 |
+
"should_training_stop": false
|
325 |
+
},
|
326 |
+
"attributes": {}
|
327 |
+
}
|
328 |
+
},
|
329 |
+
"total_flos": 0.0,
|
330 |
+
"train_batch_size": 6,
|
331 |
+
"trial_name": null,
|
332 |
+
"trial_params": null
|
333 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17076a25afee4f8ac67e7c762d9e3723db466b1ba66737c2c8fdc3a6c26b7609
|
3 |
+
size 5816
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|