Upload private fine-tuned StarCoder2 LoRA model for C
Browse files- README.md +202 -0
- adapter_config.json +36 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- checkpoint-5000/README.md +202 -0
- checkpoint-5000/adapter_config.json +36 -0
- checkpoint-5000/adapter_model.safetensors +3 -0
- checkpoint-5000/added_tokens.json +3 -0
- checkpoint-5000/merges.txt +0 -0
- checkpoint-5000/optimizer.pt +3 -0
- checkpoint-5000/rng_state.pth +3 -0
- checkpoint-5000/scaler.pt +3 -0
- checkpoint-5000/scheduler.pt +3 -0
- checkpoint-5000/special_tokens_map.json +70 -0
- checkpoint-5000/tokenizer.json +0 -0
- checkpoint-5000/tokenizer_config.json +366 -0
- checkpoint-5000/trainer_state.json +742 -0
- checkpoint-5000/training_args.bin +3 -0
- checkpoint-5000/vocab.json +0 -0
- merges.txt +0 -0
- runs/May02_02-13-36_689a9cbdf83f/events.out.tfevents.1746152018.689a9cbdf83f.228.0 +3 -0
- runs/May02_02-16-04_689a9cbdf83f/events.out.tfevents.1746152167.689a9cbdf83f.228.1 +3 -0
- runs/May02_02-22-11_689a9cbdf83f/events.out.tfevents.1746152540.689a9cbdf83f.228.2 +3 -0
- special_tokens_map.json +70 -0
- test_metrics.csv +2 -0
- tokenizer.json +0 -0
- tokenizer_config.json +366 -0
- training_validation_metrics.csv +102 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: bigcode/starcoder2-3b
|
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.15.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bigcode/starcoder2-3b",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.05,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"k_proj",
|
29 |
+
"q_proj",
|
30 |
+
"v_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"trainable_token_indices": null,
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d7495ca947685fb22f71653b84d732c028a3bab6d08db4464bebebf01ba3caa
|
3 |
+
size 1226203608
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 49152
|
3 |
+
}
|
checkpoint-5000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: bigcode/starcoder2-3b
|
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.15.2.dev0
|
checkpoint-5000/adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bigcode/starcoder2-3b",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.05,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"k_proj",
|
29 |
+
"q_proj",
|
30 |
+
"v_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"trainable_token_indices": null,
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
checkpoint-5000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d7495ca947685fb22f71653b84d732c028a3bab6d08db4464bebebf01ba3caa
|
3 |
+
size 1226203608
|
checkpoint-5000/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 49152
|
3 |
+
}
|
checkpoint-5000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb40f8f4fc4e707213f99858ee858ce6761629b743df033ec36f21999fe9461a
|
3 |
+
size 36573882
|
checkpoint-5000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21b99f10e9f82a2f1158fd3b44e77cc4fe6eee8050b7004a75b398b853e42438
|
3 |
+
size 14244
|
checkpoint-5000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d286ccfa3db34326ed75e258bc6d8e122e9baf1fa30d8683443704c5be71de7b
|
3 |
+
size 988
|
checkpoint-5000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2765f2e6f3f3e20bb17f610cc7d2872e9ab52208dce5528f1e88060906d9fcaf
|
3 |
+
size 1064
|
checkpoint-5000/special_tokens_map.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<fim_prefix>",
|
5 |
+
"<fim_middle>",
|
6 |
+
"<fim_suffix>",
|
7 |
+
"<fim_pad>",
|
8 |
+
"<repo_name>",
|
9 |
+
"<file_sep>",
|
10 |
+
"<issue_start>",
|
11 |
+
"<issue_comment>",
|
12 |
+
"<issue_closed>",
|
13 |
+
"<jupyter_start>",
|
14 |
+
"<jupyter_text>",
|
15 |
+
"<jupyter_code>",
|
16 |
+
"<jupyter_output>",
|
17 |
+
"<jupyter_script>",
|
18 |
+
"<empty_output>",
|
19 |
+
"<code_to_intermediate>",
|
20 |
+
"<intermediate_to_code>",
|
21 |
+
"<pr>",
|
22 |
+
"<pr_status>",
|
23 |
+
"<pr_is_merged>",
|
24 |
+
"<pr_base>",
|
25 |
+
"<pr_file>",
|
26 |
+
"<pr_base_code>",
|
27 |
+
"<pr_diff>",
|
28 |
+
"<pr_diff_hunk>",
|
29 |
+
"<pr_comment>",
|
30 |
+
"<pr_event_id>",
|
31 |
+
"<pr_review>",
|
32 |
+
"<pr_review_state>",
|
33 |
+
"<pr_review_comment>",
|
34 |
+
"<pr_in_reply_to_review_id>",
|
35 |
+
"<pr_in_reply_to_comment_id>",
|
36 |
+
"<pr_diff_hunk_comment_line>",
|
37 |
+
"<NAME>",
|
38 |
+
"<EMAIL>",
|
39 |
+
"<KEY>",
|
40 |
+
"<PASSWORD>"
|
41 |
+
],
|
42 |
+
"bos_token": {
|
43 |
+
"content": "<|endoftext|>",
|
44 |
+
"lstrip": false,
|
45 |
+
"normalized": false,
|
46 |
+
"rstrip": false,
|
47 |
+
"single_word": false
|
48 |
+
},
|
49 |
+
"eos_token": {
|
50 |
+
"content": "<|endoftext|>",
|
51 |
+
"lstrip": false,
|
52 |
+
"normalized": false,
|
53 |
+
"rstrip": false,
|
54 |
+
"single_word": false
|
55 |
+
},
|
56 |
+
"pad_token": {
|
57 |
+
"content": "[PAD]",
|
58 |
+
"lstrip": false,
|
59 |
+
"normalized": false,
|
60 |
+
"rstrip": false,
|
61 |
+
"single_word": false
|
62 |
+
},
|
63 |
+
"unk_token": {
|
64 |
+
"content": "<|endoftext|>",
|
65 |
+
"lstrip": false,
|
66 |
+
"normalized": false,
|
67 |
+
"rstrip": false,
|
68 |
+
"single_word": false
|
69 |
+
}
|
70 |
+
}
|
checkpoint-5000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5000/tokenizer_config.json
ADDED
@@ -0,0 +1,366 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<fim_prefix>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<fim_middle>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<fim_suffix>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<fim_pad>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<repo_name>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<file_sep>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<issue_start>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_comment>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_closed>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<jupyter_start>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_text>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_code>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_output>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_script>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<empty_output>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<code_to_intermediate>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"17": {
|
141 |
+
"content": "<intermediate_to_code>",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"18": {
|
149 |
+
"content": "<pr>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
},
|
156 |
+
"19": {
|
157 |
+
"content": "<pr_status>",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": false,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": true
|
163 |
+
},
|
164 |
+
"20": {
|
165 |
+
"content": "<pr_is_merged>",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": false,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": true
|
171 |
+
},
|
172 |
+
"21": {
|
173 |
+
"content": "<pr_base>",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": false,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": true
|
179 |
+
},
|
180 |
+
"22": {
|
181 |
+
"content": "<pr_file>",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": false,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": true
|
187 |
+
},
|
188 |
+
"23": {
|
189 |
+
"content": "<pr_base_code>",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": false,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": true
|
195 |
+
},
|
196 |
+
"24": {
|
197 |
+
"content": "<pr_diff>",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": false,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": true
|
203 |
+
},
|
204 |
+
"25": {
|
205 |
+
"content": "<pr_diff_hunk>",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": false,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": true
|
211 |
+
},
|
212 |
+
"26": {
|
213 |
+
"content": "<pr_comment>",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": false,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": true
|
219 |
+
},
|
220 |
+
"27": {
|
221 |
+
"content": "<pr_event_id>",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": false,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": true
|
227 |
+
},
|
228 |
+
"28": {
|
229 |
+
"content": "<pr_review>",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": false,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": true
|
235 |
+
},
|
236 |
+
"29": {
|
237 |
+
"content": "<pr_review_state>",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": false,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": true
|
243 |
+
},
|
244 |
+
"30": {
|
245 |
+
"content": "<pr_review_comment>",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": false,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": true
|
251 |
+
},
|
252 |
+
"31": {
|
253 |
+
"content": "<pr_in_reply_to_review_id>",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": false,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": true
|
259 |
+
},
|
260 |
+
"32": {
|
261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": false,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": true
|
267 |
+
},
|
268 |
+
"33": {
|
269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": false,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": true
|
275 |
+
},
|
276 |
+
"34": {
|
277 |
+
"content": "<NAME>",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": false,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": true
|
283 |
+
},
|
284 |
+
"35": {
|
285 |
+
"content": "<EMAIL>",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": false,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": true
|
291 |
+
},
|
292 |
+
"36": {
|
293 |
+
"content": "<KEY>",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": false,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": true
|
299 |
+
},
|
300 |
+
"37": {
|
301 |
+
"content": "<PASSWORD>",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": false,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": true
|
307 |
+
},
|
308 |
+
"49152": {
|
309 |
+
"content": "[PAD]",
|
310 |
+
"lstrip": false,
|
311 |
+
"normalized": false,
|
312 |
+
"rstrip": false,
|
313 |
+
"single_word": false,
|
314 |
+
"special": true
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"additional_special_tokens": [
|
318 |
+
"<|endoftext|>",
|
319 |
+
"<fim_prefix>",
|
320 |
+
"<fim_middle>",
|
321 |
+
"<fim_suffix>",
|
322 |
+
"<fim_pad>",
|
323 |
+
"<repo_name>",
|
324 |
+
"<file_sep>",
|
325 |
+
"<issue_start>",
|
326 |
+
"<issue_comment>",
|
327 |
+
"<issue_closed>",
|
328 |
+
"<jupyter_start>",
|
329 |
+
"<jupyter_text>",
|
330 |
+
"<jupyter_code>",
|
331 |
+
"<jupyter_output>",
|
332 |
+
"<jupyter_script>",
|
333 |
+
"<empty_output>",
|
334 |
+
"<code_to_intermediate>",
|
335 |
+
"<intermediate_to_code>",
|
336 |
+
"<pr>",
|
337 |
+
"<pr_status>",
|
338 |
+
"<pr_is_merged>",
|
339 |
+
"<pr_base>",
|
340 |
+
"<pr_file>",
|
341 |
+
"<pr_base_code>",
|
342 |
+
"<pr_diff>",
|
343 |
+
"<pr_diff_hunk>",
|
344 |
+
"<pr_comment>",
|
345 |
+
"<pr_event_id>",
|
346 |
+
"<pr_review>",
|
347 |
+
"<pr_review_state>",
|
348 |
+
"<pr_review_comment>",
|
349 |
+
"<pr_in_reply_to_review_id>",
|
350 |
+
"<pr_in_reply_to_comment_id>",
|
351 |
+
"<pr_diff_hunk_comment_line>",
|
352 |
+
"<NAME>",
|
353 |
+
"<EMAIL>",
|
354 |
+
"<KEY>",
|
355 |
+
"<PASSWORD>"
|
356 |
+
],
|
357 |
+
"bos_token": "<|endoftext|>",
|
358 |
+
"clean_up_tokenization_spaces": true,
|
359 |
+
"eos_token": "<|endoftext|>",
|
360 |
+
"extra_special_tokens": {},
|
361 |
+
"model_max_length": 1000000000000000019884624838656,
|
362 |
+
"pad_token": "[PAD]",
|
363 |
+
"tokenizer_class": "GPT2Tokenizer",
|
364 |
+
"unk_token": "<|endoftext|>",
|
365 |
+
"vocab_size": 49152
|
366 |
+
}
|
checkpoint-5000/trainer_state.json
ADDED
@@ -0,0 +1,742 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 5000,
|
3 |
+
"best_metric": 0.7204041481018066,
|
4 |
+
"best_model_checkpoint": "/content/drive/MyDrive/starcoder_models/c_model/checkpoint-5000",
|
5 |
+
"epoch": 0.053127623176394335,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 5000,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.0005312762317639433,
|
14 |
+
"grad_norm": 1.1577584743499756,
|
15 |
+
"learning_rate": 4.951e-05,
|
16 |
+
"loss": 1.105,
|
17 |
+
"step": 50
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0010625524635278867,
|
21 |
+
"grad_norm": 1.4432220458984375,
|
22 |
+
"learning_rate": 4.902e-05,
|
23 |
+
"loss": 1.1468,
|
24 |
+
"step": 100
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00159382869529183,
|
28 |
+
"grad_norm": 1.7187693119049072,
|
29 |
+
"learning_rate": 4.852e-05,
|
30 |
+
"loss": 1.0859,
|
31 |
+
"step": 150
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0021251049270557733,
|
35 |
+
"grad_norm": 1.4333359003067017,
|
36 |
+
"learning_rate": 4.8020000000000004e-05,
|
37 |
+
"loss": 1.1362,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0026563811588197167,
|
42 |
+
"grad_norm": 2.835648775100708,
|
43 |
+
"learning_rate": 4.7520000000000006e-05,
|
44 |
+
"loss": 1.0848,
|
45 |
+
"step": 250
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00318765739058366,
|
49 |
+
"grad_norm": 2.3364615440368652,
|
50 |
+
"learning_rate": 4.702e-05,
|
51 |
+
"loss": 1.0969,
|
52 |
+
"step": 300
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0037189336223476034,
|
56 |
+
"grad_norm": 1.2098877429962158,
|
57 |
+
"learning_rate": 4.652e-05,
|
58 |
+
"loss": 1.049,
|
59 |
+
"step": 350
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.004250209854111547,
|
63 |
+
"grad_norm": 1.506690502166748,
|
64 |
+
"learning_rate": 4.602e-05,
|
65 |
+
"loss": 1.0709,
|
66 |
+
"step": 400
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0047814860858754905,
|
70 |
+
"grad_norm": 1.7528395652770996,
|
71 |
+
"learning_rate": 4.5520000000000005e-05,
|
72 |
+
"loss": 1.0942,
|
73 |
+
"step": 450
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.005312762317639433,
|
77 |
+
"grad_norm": 1.2501164674758911,
|
78 |
+
"learning_rate": 4.502e-05,
|
79 |
+
"loss": 1.0664,
|
80 |
+
"step": 500
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.005844038549403377,
|
84 |
+
"grad_norm": 2.9401023387908936,
|
85 |
+
"learning_rate": 4.452e-05,
|
86 |
+
"loss": 1.0931,
|
87 |
+
"step": 550
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.00637531478116732,
|
91 |
+
"grad_norm": 1.6167668104171753,
|
92 |
+
"learning_rate": 4.402e-05,
|
93 |
+
"loss": 1.079,
|
94 |
+
"step": 600
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.006906591012931264,
|
98 |
+
"grad_norm": 2.1370058059692383,
|
99 |
+
"learning_rate": 4.352e-05,
|
100 |
+
"loss": 1.0844,
|
101 |
+
"step": 650
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.007437867244695207,
|
105 |
+
"grad_norm": 1.3238478899002075,
|
106 |
+
"learning_rate": 4.3020000000000005e-05,
|
107 |
+
"loss": 1.1036,
|
108 |
+
"step": 700
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.00796914347645915,
|
112 |
+
"grad_norm": 2.37442684173584,
|
113 |
+
"learning_rate": 4.2520000000000006e-05,
|
114 |
+
"loss": 1.0563,
|
115 |
+
"step": 750
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.008500419708223093,
|
119 |
+
"grad_norm": 1.9257761240005493,
|
120 |
+
"learning_rate": 4.202e-05,
|
121 |
+
"loss": 1.0835,
|
122 |
+
"step": 800
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.009031695939987037,
|
126 |
+
"grad_norm": 1.042723298072815,
|
127 |
+
"learning_rate": 4.152e-05,
|
128 |
+
"loss": 1.0641,
|
129 |
+
"step": 850
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.009562972171750981,
|
133 |
+
"grad_norm": 2.0961551666259766,
|
134 |
+
"learning_rate": 4.1020000000000004e-05,
|
135 |
+
"loss": 1.1171,
|
136 |
+
"step": 900
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.010094248403514923,
|
140 |
+
"grad_norm": 1.5046427249908447,
|
141 |
+
"learning_rate": 4.0520000000000005e-05,
|
142 |
+
"loss": 1.0323,
|
143 |
+
"step": 950
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.010625524635278867,
|
147 |
+
"grad_norm": 1.616687297821045,
|
148 |
+
"learning_rate": 4.002e-05,
|
149 |
+
"loss": 1.036,
|
150 |
+
"step": 1000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.01115680086704281,
|
154 |
+
"grad_norm": 1.4839075803756714,
|
155 |
+
"learning_rate": 3.952e-05,
|
156 |
+
"loss": 1.0063,
|
157 |
+
"step": 1050
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.011688077098806754,
|
161 |
+
"grad_norm": 1.5016000270843506,
|
162 |
+
"learning_rate": 3.902e-05,
|
163 |
+
"loss": 1.0501,
|
164 |
+
"step": 1100
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.012219353330570696,
|
168 |
+
"grad_norm": 1.5629721879959106,
|
169 |
+
"learning_rate": 3.8520000000000004e-05,
|
170 |
+
"loss": 1.0429,
|
171 |
+
"step": 1150
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.01275062956233464,
|
175 |
+
"grad_norm": 1.5994470119476318,
|
176 |
+
"learning_rate": 3.802e-05,
|
177 |
+
"loss": 0.9918,
|
178 |
+
"step": 1200
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.013281905794098584,
|
182 |
+
"grad_norm": 1.9713184833526611,
|
183 |
+
"learning_rate": 3.752e-05,
|
184 |
+
"loss": 1.0252,
|
185 |
+
"step": 1250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.013813182025862528,
|
189 |
+
"grad_norm": 1.1335642337799072,
|
190 |
+
"learning_rate": 3.702e-05,
|
191 |
+
"loss": 1.0221,
|
192 |
+
"step": 1300
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.01434445825762647,
|
196 |
+
"grad_norm": 1.7937604188919067,
|
197 |
+
"learning_rate": 3.652e-05,
|
198 |
+
"loss": 0.9813,
|
199 |
+
"step": 1350
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.014875734489390413,
|
203 |
+
"grad_norm": 2.357769250869751,
|
204 |
+
"learning_rate": 3.6020000000000004e-05,
|
205 |
+
"loss": 1.025,
|
206 |
+
"step": 1400
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.015407010721154357,
|
210 |
+
"grad_norm": 1.2406364679336548,
|
211 |
+
"learning_rate": 3.5520000000000006e-05,
|
212 |
+
"loss": 1.0438,
|
213 |
+
"step": 1450
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0159382869529183,
|
217 |
+
"grad_norm": 1.7187669277191162,
|
218 |
+
"learning_rate": 3.502e-05,
|
219 |
+
"loss": 0.9935,
|
220 |
+
"step": 1500
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.016469563184682245,
|
224 |
+
"grad_norm": 1.1326874494552612,
|
225 |
+
"learning_rate": 3.452e-05,
|
226 |
+
"loss": 1.0098,
|
227 |
+
"step": 1550
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.017000839416446187,
|
231 |
+
"grad_norm": 1.6138919591903687,
|
232 |
+
"learning_rate": 3.402e-05,
|
233 |
+
"loss": 0.9101,
|
234 |
+
"step": 1600
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.01753211564821013,
|
238 |
+
"grad_norm": 1.5561543703079224,
|
239 |
+
"learning_rate": 3.3520000000000004e-05,
|
240 |
+
"loss": 0.987,
|
241 |
+
"step": 1650
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.018063391879974074,
|
245 |
+
"grad_norm": 1.1211045980453491,
|
246 |
+
"learning_rate": 3.302e-05,
|
247 |
+
"loss": 1.004,
|
248 |
+
"step": 1700
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.018594668111738016,
|
252 |
+
"grad_norm": 1.3929895162582397,
|
253 |
+
"learning_rate": 3.252e-05,
|
254 |
+
"loss": 0.9983,
|
255 |
+
"step": 1750
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.019125944343501962,
|
259 |
+
"grad_norm": 1.6703131198883057,
|
260 |
+
"learning_rate": 3.202e-05,
|
261 |
+
"loss": 1.0461,
|
262 |
+
"step": 1800
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.019657220575265904,
|
266 |
+
"grad_norm": 1.2953699827194214,
|
267 |
+
"learning_rate": 3.1519999999999996e-05,
|
268 |
+
"loss": 0.9973,
|
269 |
+
"step": 1850
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.020188496807029846,
|
273 |
+
"grad_norm": 1.9881635904312134,
|
274 |
+
"learning_rate": 3.102e-05,
|
275 |
+
"loss": 0.9938,
|
276 |
+
"step": 1900
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.02071977303879379,
|
280 |
+
"grad_norm": 1.4676463603973389,
|
281 |
+
"learning_rate": 3.0520000000000006e-05,
|
282 |
+
"loss": 1.0152,
|
283 |
+
"step": 1950
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.021251049270557733,
|
287 |
+
"grad_norm": 3.423586130142212,
|
288 |
+
"learning_rate": 3.0030000000000002e-05,
|
289 |
+
"loss": 0.9869,
|
290 |
+
"step": 2000
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.021782325502321676,
|
294 |
+
"grad_norm": 1.1552212238311768,
|
295 |
+
"learning_rate": 2.9530000000000004e-05,
|
296 |
+
"loss": 0.984,
|
297 |
+
"step": 2050
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.02231360173408562,
|
301 |
+
"grad_norm": 1.3363642692565918,
|
302 |
+
"learning_rate": 2.903e-05,
|
303 |
+
"loss": 1.0018,
|
304 |
+
"step": 2100
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.022844877965849563,
|
308 |
+
"grad_norm": 2.301176071166992,
|
309 |
+
"learning_rate": 2.853e-05,
|
310 |
+
"loss": 1.0342,
|
311 |
+
"step": 2150
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.02337615419761351,
|
315 |
+
"grad_norm": 1.5134526491165161,
|
316 |
+
"learning_rate": 2.803e-05,
|
317 |
+
"loss": 0.9905,
|
318 |
+
"step": 2200
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.02390743042937745,
|
322 |
+
"grad_norm": 1.637014389038086,
|
323 |
+
"learning_rate": 2.753e-05,
|
324 |
+
"loss": 0.9626,
|
325 |
+
"step": 2250
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.024438706661141393,
|
329 |
+
"grad_norm": 1.652897834777832,
|
330 |
+
"learning_rate": 2.703e-05,
|
331 |
+
"loss": 0.9651,
|
332 |
+
"step": 2300
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.024969982892905338,
|
336 |
+
"grad_norm": 1.53103506565094,
|
337 |
+
"learning_rate": 2.653e-05,
|
338 |
+
"loss": 1.0151,
|
339 |
+
"step": 2350
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.02550125912466928,
|
343 |
+
"grad_norm": 1.250005841255188,
|
344 |
+
"learning_rate": 2.603e-05,
|
345 |
+
"loss": 0.9915,
|
346 |
+
"step": 2400
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.026032535356433222,
|
350 |
+
"grad_norm": 2.622339963912964,
|
351 |
+
"learning_rate": 2.5530000000000005e-05,
|
352 |
+
"loss": 0.9735,
|
353 |
+
"step": 2450
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.026563811588197168,
|
357 |
+
"grad_norm": 1.132490634918213,
|
358 |
+
"learning_rate": 2.5030000000000003e-05,
|
359 |
+
"loss": 1.0087,
|
360 |
+
"step": 2500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.02709508781996111,
|
364 |
+
"grad_norm": 1.7631752490997314,
|
365 |
+
"learning_rate": 2.453e-05,
|
366 |
+
"loss": 1.0006,
|
367 |
+
"step": 2550
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.027626364051725055,
|
371 |
+
"grad_norm": 1.8810368776321411,
|
372 |
+
"learning_rate": 2.4030000000000002e-05,
|
373 |
+
"loss": 0.9772,
|
374 |
+
"step": 2600
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.028157640283488997,
|
378 |
+
"grad_norm": 1.5510205030441284,
|
379 |
+
"learning_rate": 2.3530000000000003e-05,
|
380 |
+
"loss": 0.9891,
|
381 |
+
"step": 2650
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.02868891651525294,
|
385 |
+
"grad_norm": 1.3251287937164307,
|
386 |
+
"learning_rate": 2.303e-05,
|
387 |
+
"loss": 0.9555,
|
388 |
+
"step": 2700
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.029220192747016885,
|
392 |
+
"grad_norm": 1.2131097316741943,
|
393 |
+
"learning_rate": 2.253e-05,
|
394 |
+
"loss": 0.9646,
|
395 |
+
"step": 2750
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.029751468978780827,
|
399 |
+
"grad_norm": 1.2758469581604004,
|
400 |
+
"learning_rate": 2.203e-05,
|
401 |
+
"loss": 0.9523,
|
402 |
+
"step": 2800
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.03028274521054477,
|
406 |
+
"grad_norm": 1.6871562004089355,
|
407 |
+
"learning_rate": 2.153e-05,
|
408 |
+
"loss": 0.9962,
|
409 |
+
"step": 2850
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.030814021442308714,
|
413 |
+
"grad_norm": 1.491795301437378,
|
414 |
+
"learning_rate": 2.103e-05,
|
415 |
+
"loss": 0.9878,
|
416 |
+
"step": 2900
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.03134529767407266,
|
420 |
+
"grad_norm": 1.0750707387924194,
|
421 |
+
"learning_rate": 2.053e-05,
|
422 |
+
"loss": 0.9533,
|
423 |
+
"step": 2950
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.0318765739058366,
|
427 |
+
"grad_norm": 1.2901407480239868,
|
428 |
+
"learning_rate": 2.0030000000000003e-05,
|
429 |
+
"loss": 0.9761,
|
430 |
+
"step": 3000
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.032407850137600544,
|
434 |
+
"grad_norm": 1.603750467300415,
|
435 |
+
"learning_rate": 1.953e-05,
|
436 |
+
"loss": 1.0043,
|
437 |
+
"step": 3050
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.03293912636936449,
|
441 |
+
"grad_norm": 1.473386526107788,
|
442 |
+
"learning_rate": 1.903e-05,
|
443 |
+
"loss": 0.978,
|
444 |
+
"step": 3100
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.03347040260112843,
|
448 |
+
"grad_norm": 2.137418031692505,
|
449 |
+
"learning_rate": 1.853e-05,
|
450 |
+
"loss": 0.9763,
|
451 |
+
"step": 3150
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.034001678832892374,
|
455 |
+
"grad_norm": 1.3331339359283447,
|
456 |
+
"learning_rate": 1.803e-05,
|
457 |
+
"loss": 0.9884,
|
458 |
+
"step": 3200
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.03453295506465632,
|
462 |
+
"grad_norm": 1.2832648754119873,
|
463 |
+
"learning_rate": 1.7530000000000003e-05,
|
464 |
+
"loss": 0.9611,
|
465 |
+
"step": 3250
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.03506423129642026,
|
469 |
+
"grad_norm": 1.0518479347229004,
|
470 |
+
"learning_rate": 1.703e-05,
|
471 |
+
"loss": 0.9892,
|
472 |
+
"step": 3300
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.0355955075281842,
|
476 |
+
"grad_norm": 1.670954704284668,
|
477 |
+
"learning_rate": 1.6530000000000003e-05,
|
478 |
+
"loss": 0.9773,
|
479 |
+
"step": 3350
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.03612678375994815,
|
483 |
+
"grad_norm": 1.6390531063079834,
|
484 |
+
"learning_rate": 1.603e-05,
|
485 |
+
"loss": 0.9389,
|
486 |
+
"step": 3400
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.036658059991712094,
|
490 |
+
"grad_norm": 1.219053864479065,
|
491 |
+
"learning_rate": 1.553e-05,
|
492 |
+
"loss": 0.9453,
|
493 |
+
"step": 3450
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.03718933622347603,
|
497 |
+
"grad_norm": 0.8718635439872742,
|
498 |
+
"learning_rate": 1.503e-05,
|
499 |
+
"loss": 0.9377,
|
500 |
+
"step": 3500
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.03772061245523998,
|
504 |
+
"grad_norm": 1.0964168310165405,
|
505 |
+
"learning_rate": 1.4530000000000001e-05,
|
506 |
+
"loss": 0.9374,
|
507 |
+
"step": 3550
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.038251888687003924,
|
511 |
+
"grad_norm": 1.3705147504806519,
|
512 |
+
"learning_rate": 1.4030000000000001e-05,
|
513 |
+
"loss": 0.968,
|
514 |
+
"step": 3600
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.03878316491876786,
|
518 |
+
"grad_norm": 1.5353392362594604,
|
519 |
+
"learning_rate": 1.3530000000000001e-05,
|
520 |
+
"loss": 0.9438,
|
521 |
+
"step": 3650
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.03931444115053181,
|
525 |
+
"grad_norm": 1.454425573348999,
|
526 |
+
"learning_rate": 1.303e-05,
|
527 |
+
"loss": 0.9678,
|
528 |
+
"step": 3700
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.03984571738229575,
|
532 |
+
"grad_norm": 1.4466837644577026,
|
533 |
+
"learning_rate": 1.253e-05,
|
534 |
+
"loss": 0.9692,
|
535 |
+
"step": 3750
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.04037699361405969,
|
539 |
+
"grad_norm": 1.596469521522522,
|
540 |
+
"learning_rate": 1.2030000000000002e-05,
|
541 |
+
"loss": 0.9479,
|
542 |
+
"step": 3800
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.04090826984582364,
|
546 |
+
"grad_norm": 1.5730984210968018,
|
547 |
+
"learning_rate": 1.153e-05,
|
548 |
+
"loss": 0.9996,
|
549 |
+
"step": 3850
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.04143954607758758,
|
553 |
+
"grad_norm": 1.9027239084243774,
|
554 |
+
"learning_rate": 1.103e-05,
|
555 |
+
"loss": 0.9859,
|
556 |
+
"step": 3900
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.04197082230935152,
|
560 |
+
"grad_norm": 1.7876182794570923,
|
561 |
+
"learning_rate": 1.053e-05,
|
562 |
+
"loss": 0.9636,
|
563 |
+
"step": 3950
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.04250209854111547,
|
567 |
+
"grad_norm": 0.9582003355026245,
|
568 |
+
"learning_rate": 1.003e-05,
|
569 |
+
"loss": 0.9772,
|
570 |
+
"step": 4000
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.04303337477287941,
|
574 |
+
"grad_norm": 1.0324100255966187,
|
575 |
+
"learning_rate": 9.53e-06,
|
576 |
+
"loss": 0.9721,
|
577 |
+
"step": 4050
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.04356465100464335,
|
581 |
+
"grad_norm": 1.882957935333252,
|
582 |
+
"learning_rate": 9.030000000000002e-06,
|
583 |
+
"loss": 0.9492,
|
584 |
+
"step": 4100
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.0440959272364073,
|
588 |
+
"grad_norm": 1.2507244348526,
|
589 |
+
"learning_rate": 8.53e-06,
|
590 |
+
"loss": 0.9866,
|
591 |
+
"step": 4150
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.04462720346817124,
|
595 |
+
"grad_norm": 1.27763032913208,
|
596 |
+
"learning_rate": 8.03e-06,
|
597 |
+
"loss": 0.9253,
|
598 |
+
"step": 4200
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.04515847969993519,
|
602 |
+
"grad_norm": 1.200188159942627,
|
603 |
+
"learning_rate": 7.530000000000001e-06,
|
604 |
+
"loss": 0.9409,
|
605 |
+
"step": 4250
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.045689755931699126,
|
609 |
+
"grad_norm": 1.7713207006454468,
|
610 |
+
"learning_rate": 7.0300000000000005e-06,
|
611 |
+
"loss": 1.0014,
|
612 |
+
"step": 4300
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.04622103216346307,
|
616 |
+
"grad_norm": 1.3375529050827026,
|
617 |
+
"learning_rate": 6.53e-06,
|
618 |
+
"loss": 0.9815,
|
619 |
+
"step": 4350
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.04675230839522702,
|
623 |
+
"grad_norm": 1.4422866106033325,
|
624 |
+
"learning_rate": 6.03e-06,
|
625 |
+
"loss": 0.9578,
|
626 |
+
"step": 4400
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.047283584626990956,
|
630 |
+
"grad_norm": 2.0105831623077393,
|
631 |
+
"learning_rate": 5.54e-06,
|
632 |
+
"loss": 0.965,
|
633 |
+
"step": 4450
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.0478148608587549,
|
637 |
+
"grad_norm": 1.636265754699707,
|
638 |
+
"learning_rate": 5.04e-06,
|
639 |
+
"loss": 0.9343,
|
640 |
+
"step": 4500
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.04834613709051885,
|
644 |
+
"grad_norm": 1.6128933429718018,
|
645 |
+
"learning_rate": 4.540000000000001e-06,
|
646 |
+
"loss": 1.0021,
|
647 |
+
"step": 4550
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.048877413322282785,
|
651 |
+
"grad_norm": 1.1872644424438477,
|
652 |
+
"learning_rate": 4.04e-06,
|
653 |
+
"loss": 0.9459,
|
654 |
+
"step": 4600
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.04940868955404673,
|
658 |
+
"grad_norm": 1.2646565437316895,
|
659 |
+
"learning_rate": 3.5400000000000004e-06,
|
660 |
+
"loss": 0.9423,
|
661 |
+
"step": 4650
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.049939965785810676,
|
665 |
+
"grad_norm": 1.0135151147842407,
|
666 |
+
"learning_rate": 3.04e-06,
|
667 |
+
"loss": 0.9132,
|
668 |
+
"step": 4700
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.050471242017574615,
|
672 |
+
"grad_norm": 1.7171257734298706,
|
673 |
+
"learning_rate": 2.54e-06,
|
674 |
+
"loss": 0.9368,
|
675 |
+
"step": 4750
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.05100251824933856,
|
679 |
+
"grad_norm": 1.7923991680145264,
|
680 |
+
"learning_rate": 2.0400000000000004e-06,
|
681 |
+
"loss": 0.9543,
|
682 |
+
"step": 4800
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.051533794481102506,
|
686 |
+
"grad_norm": 1.366851806640625,
|
687 |
+
"learning_rate": 1.54e-06,
|
688 |
+
"loss": 0.9597,
|
689 |
+
"step": 4850
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.052065070712866444,
|
693 |
+
"grad_norm": 1.290432333946228,
|
694 |
+
"learning_rate": 1.04e-06,
|
695 |
+
"loss": 0.8798,
|
696 |
+
"step": 4900
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.05259634694463039,
|
700 |
+
"grad_norm": 1.3311187028884888,
|
701 |
+
"learning_rate": 5.4e-07,
|
702 |
+
"loss": 0.9275,
|
703 |
+
"step": 4950
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.053127623176394335,
|
707 |
+
"grad_norm": 1.2754595279693604,
|
708 |
+
"learning_rate": 4e-08,
|
709 |
+
"loss": 0.8968,
|
710 |
+
"step": 5000
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.053127623176394335,
|
714 |
+
"eval_loss": 0.7204041481018066,
|
715 |
+
"eval_runtime": 3441.0996,
|
716 |
+
"eval_samples_per_second": 35.164,
|
717 |
+
"eval_steps_per_second": 5.861,
|
718 |
+
"step": 5000
|
719 |
+
}
|
720 |
+
],
|
721 |
+
"logging_steps": 50,
|
722 |
+
"max_steps": 5000,
|
723 |
+
"num_input_tokens_seen": 0,
|
724 |
+
"num_train_epochs": 1,
|
725 |
+
"save_steps": 500,
|
726 |
+
"stateful_callbacks": {
|
727 |
+
"TrainerControl": {
|
728 |
+
"args": {
|
729 |
+
"should_epoch_stop": false,
|
730 |
+
"should_evaluate": false,
|
731 |
+
"should_log": false,
|
732 |
+
"should_save": true,
|
733 |
+
"should_training_stop": true
|
734 |
+
},
|
735 |
+
"attributes": {}
|
736 |
+
}
|
737 |
+
},
|
738 |
+
"total_flos": 2.6578233851904e+17,
|
739 |
+
"train_batch_size": 6,
|
740 |
+
"trial_name": null,
|
741 |
+
"trial_params": null
|
742 |
+
}
|
checkpoint-5000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47210fff21dc63b902826673eed736b65ad2172c70efebb61b204e67602249f7
|
3 |
+
size 5368
|
checkpoint-5000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/May02_02-13-36_689a9cbdf83f/events.out.tfevents.1746152018.689a9cbdf83f.228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec6b6a373f123194d8bbfccd9ba385b675ba3989186fc6e77580e1b905eb3962
|
3 |
+
size 6203
|
runs/May02_02-16-04_689a9cbdf83f/events.out.tfevents.1746152167.689a9cbdf83f.228.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ffc7a79b7323d91548cfcd3c3519bb44dbb2a58a014fd7268c898b225be7491
|
3 |
+
size 7047
|
runs/May02_02-22-11_689a9cbdf83f/events.out.tfevents.1746152540.689a9cbdf83f.228.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afd34f950f5fd02c9c9f64ed41383138332a586165bc837b9bc1c1c08e320642
|
3 |
+
size 26873
|
special_tokens_map.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<fim_prefix>",
|
5 |
+
"<fim_middle>",
|
6 |
+
"<fim_suffix>",
|
7 |
+
"<fim_pad>",
|
8 |
+
"<repo_name>",
|
9 |
+
"<file_sep>",
|
10 |
+
"<issue_start>",
|
11 |
+
"<issue_comment>",
|
12 |
+
"<issue_closed>",
|
13 |
+
"<jupyter_start>",
|
14 |
+
"<jupyter_text>",
|
15 |
+
"<jupyter_code>",
|
16 |
+
"<jupyter_output>",
|
17 |
+
"<jupyter_script>",
|
18 |
+
"<empty_output>",
|
19 |
+
"<code_to_intermediate>",
|
20 |
+
"<intermediate_to_code>",
|
21 |
+
"<pr>",
|
22 |
+
"<pr_status>",
|
23 |
+
"<pr_is_merged>",
|
24 |
+
"<pr_base>",
|
25 |
+
"<pr_file>",
|
26 |
+
"<pr_base_code>",
|
27 |
+
"<pr_diff>",
|
28 |
+
"<pr_diff_hunk>",
|
29 |
+
"<pr_comment>",
|
30 |
+
"<pr_event_id>",
|
31 |
+
"<pr_review>",
|
32 |
+
"<pr_review_state>",
|
33 |
+
"<pr_review_comment>",
|
34 |
+
"<pr_in_reply_to_review_id>",
|
35 |
+
"<pr_in_reply_to_comment_id>",
|
36 |
+
"<pr_diff_hunk_comment_line>",
|
37 |
+
"<NAME>",
|
38 |
+
"<EMAIL>",
|
39 |
+
"<KEY>",
|
40 |
+
"<PASSWORD>"
|
41 |
+
],
|
42 |
+
"bos_token": {
|
43 |
+
"content": "<|endoftext|>",
|
44 |
+
"lstrip": false,
|
45 |
+
"normalized": false,
|
46 |
+
"rstrip": false,
|
47 |
+
"single_word": false
|
48 |
+
},
|
49 |
+
"eos_token": {
|
50 |
+
"content": "<|endoftext|>",
|
51 |
+
"lstrip": false,
|
52 |
+
"normalized": false,
|
53 |
+
"rstrip": false,
|
54 |
+
"single_word": false
|
55 |
+
},
|
56 |
+
"pad_token": {
|
57 |
+
"content": "[PAD]",
|
58 |
+
"lstrip": false,
|
59 |
+
"normalized": false,
|
60 |
+
"rstrip": false,
|
61 |
+
"single_word": false
|
62 |
+
},
|
63 |
+
"unk_token": {
|
64 |
+
"content": "<|endoftext|>",
|
65 |
+
"lstrip": false,
|
66 |
+
"normalized": false,
|
67 |
+
"rstrip": false,
|
68 |
+
"single_word": false
|
69 |
+
}
|
70 |
+
}
|
test_metrics.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Accuracy,Precision,Recall,F1
|
2 |
+
0.012123246686032577,0.03657857758451287,0.010039880391298403,0.0014871335673496706
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,366 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<fim_prefix>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<fim_middle>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<fim_suffix>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<fim_pad>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<repo_name>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<file_sep>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<issue_start>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_comment>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_closed>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<jupyter_start>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_text>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_code>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_output>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_script>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<empty_output>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<code_to_intermediate>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"17": {
|
141 |
+
"content": "<intermediate_to_code>",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"18": {
|
149 |
+
"content": "<pr>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
},
|
156 |
+
"19": {
|
157 |
+
"content": "<pr_status>",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": false,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": true
|
163 |
+
},
|
164 |
+
"20": {
|
165 |
+
"content": "<pr_is_merged>",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": false,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": true
|
171 |
+
},
|
172 |
+
"21": {
|
173 |
+
"content": "<pr_base>",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": false,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": true
|
179 |
+
},
|
180 |
+
"22": {
|
181 |
+
"content": "<pr_file>",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": false,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": true
|
187 |
+
},
|
188 |
+
"23": {
|
189 |
+
"content": "<pr_base_code>",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": false,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": true
|
195 |
+
},
|
196 |
+
"24": {
|
197 |
+
"content": "<pr_diff>",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": false,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": true
|
203 |
+
},
|
204 |
+
"25": {
|
205 |
+
"content": "<pr_diff_hunk>",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": false,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": true
|
211 |
+
},
|
212 |
+
"26": {
|
213 |
+
"content": "<pr_comment>",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": false,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": true
|
219 |
+
},
|
220 |
+
"27": {
|
221 |
+
"content": "<pr_event_id>",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": false,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": true
|
227 |
+
},
|
228 |
+
"28": {
|
229 |
+
"content": "<pr_review>",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": false,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": true
|
235 |
+
},
|
236 |
+
"29": {
|
237 |
+
"content": "<pr_review_state>",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": false,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": true
|
243 |
+
},
|
244 |
+
"30": {
|
245 |
+
"content": "<pr_review_comment>",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": false,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": true
|
251 |
+
},
|
252 |
+
"31": {
|
253 |
+
"content": "<pr_in_reply_to_review_id>",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": false,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": true
|
259 |
+
},
|
260 |
+
"32": {
|
261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": false,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": true
|
267 |
+
},
|
268 |
+
"33": {
|
269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": false,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": true
|
275 |
+
},
|
276 |
+
"34": {
|
277 |
+
"content": "<NAME>",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": false,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": true
|
283 |
+
},
|
284 |
+
"35": {
|
285 |
+
"content": "<EMAIL>",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": false,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": true
|
291 |
+
},
|
292 |
+
"36": {
|
293 |
+
"content": "<KEY>",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": false,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": true
|
299 |
+
},
|
300 |
+
"37": {
|
301 |
+
"content": "<PASSWORD>",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": false,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": true
|
307 |
+
},
|
308 |
+
"49152": {
|
309 |
+
"content": "[PAD]",
|
310 |
+
"lstrip": false,
|
311 |
+
"normalized": false,
|
312 |
+
"rstrip": false,
|
313 |
+
"single_word": false,
|
314 |
+
"special": true
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"additional_special_tokens": [
|
318 |
+
"<|endoftext|>",
|
319 |
+
"<fim_prefix>",
|
320 |
+
"<fim_middle>",
|
321 |
+
"<fim_suffix>",
|
322 |
+
"<fim_pad>",
|
323 |
+
"<repo_name>",
|
324 |
+
"<file_sep>",
|
325 |
+
"<issue_start>",
|
326 |
+
"<issue_comment>",
|
327 |
+
"<issue_closed>",
|
328 |
+
"<jupyter_start>",
|
329 |
+
"<jupyter_text>",
|
330 |
+
"<jupyter_code>",
|
331 |
+
"<jupyter_output>",
|
332 |
+
"<jupyter_script>",
|
333 |
+
"<empty_output>",
|
334 |
+
"<code_to_intermediate>",
|
335 |
+
"<intermediate_to_code>",
|
336 |
+
"<pr>",
|
337 |
+
"<pr_status>",
|
338 |
+
"<pr_is_merged>",
|
339 |
+
"<pr_base>",
|
340 |
+
"<pr_file>",
|
341 |
+
"<pr_base_code>",
|
342 |
+
"<pr_diff>",
|
343 |
+
"<pr_diff_hunk>",
|
344 |
+
"<pr_comment>",
|
345 |
+
"<pr_event_id>",
|
346 |
+
"<pr_review>",
|
347 |
+
"<pr_review_state>",
|
348 |
+
"<pr_review_comment>",
|
349 |
+
"<pr_in_reply_to_review_id>",
|
350 |
+
"<pr_in_reply_to_comment_id>",
|
351 |
+
"<pr_diff_hunk_comment_line>",
|
352 |
+
"<NAME>",
|
353 |
+
"<EMAIL>",
|
354 |
+
"<KEY>",
|
355 |
+
"<PASSWORD>"
|
356 |
+
],
|
357 |
+
"bos_token": "<|endoftext|>",
|
358 |
+
"clean_up_tokenization_spaces": true,
|
359 |
+
"eos_token": "<|endoftext|>",
|
360 |
+
"extra_special_tokens": {},
|
361 |
+
"model_max_length": 1000000000000000019884624838656,
|
362 |
+
"pad_token": "[PAD]",
|
363 |
+
"tokenizer_class": "GPT2Tokenizer",
|
364 |
+
"unk_token": "<|endoftext|>",
|
365 |
+
"vocab_size": 49152
|
366 |
+
}
|
training_validation_metrics.csv
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
loss,grad_norm,learning_rate,epoch,step,eval_loss,eval_runtime,eval_samples_per_second,eval_steps_per_second,train_runtime,train_samples_per_second,train_steps_per_second,total_flos,train_loss
|
2 |
+
1.105,1.1577584743499756,4.951e-05,0.0005312762317639433,50,,,,,,,,,
|
3 |
+
1.1468,1.4432220458984375,4.902e-05,0.0010625524635278867,100,,,,,,,,,
|
4 |
+
1.0859,1.7187693119049072,4.852e-05,0.00159382869529183,150,,,,,,,,,
|
5 |
+
1.1362,1.4333359003067017,4.8020000000000004e-05,0.0021251049270557733,200,,,,,,,,,
|
6 |
+
1.0848,2.835648775100708,4.7520000000000006e-05,0.0026563811588197167,250,,,,,,,,,
|
7 |
+
1.0969,2.3364615440368652,4.702e-05,0.00318765739058366,300,,,,,,,,,
|
8 |
+
1.049,1.2098877429962158,4.652e-05,0.0037189336223476034,350,,,,,,,,,
|
9 |
+
1.0709,1.506690502166748,4.602e-05,0.004250209854111547,400,,,,,,,,,
|
10 |
+
1.0942,1.7528395652770996,4.5520000000000005e-05,0.0047814860858754905,450,,,,,,,,,
|
11 |
+
1.0664,1.2501164674758911,4.502e-05,0.005312762317639433,500,,,,,,,,,
|
12 |
+
1.0931,2.9401023387908936,4.452e-05,0.005844038549403377,550,,,,,,,,,
|
13 |
+
1.079,1.6167668104171753,4.402e-05,0.00637531478116732,600,,,,,,,,,
|
14 |
+
1.0844,2.1370058059692383,4.352e-05,0.006906591012931264,650,,,,,,,,,
|
15 |
+
1.1036,1.3238478899002075,4.3020000000000005e-05,0.007437867244695207,700,,,,,,,,,
|
16 |
+
1.0563,2.37442684173584,4.2520000000000006e-05,0.00796914347645915,750,,,,,,,,,
|
17 |
+
1.0835,1.9257761240005493,4.202e-05,0.008500419708223093,800,,,,,,,,,
|
18 |
+
1.0641,1.042723298072815,4.152e-05,0.009031695939987037,850,,,,,,,,,
|
19 |
+
1.1171,2.0961551666259766,4.1020000000000004e-05,0.009562972171750981,900,,,,,,,,,
|
20 |
+
1.0323,1.5046427249908447,4.0520000000000005e-05,0.010094248403514923,950,,,,,,,,,
|
21 |
+
1.036,1.616687297821045,4.002e-05,0.010625524635278867,1000,,,,,,,,,
|
22 |
+
1.0063,1.4839075803756714,3.952e-05,0.01115680086704281,1050,,,,,,,,,
|
23 |
+
1.0501,1.5016000270843506,3.902e-05,0.011688077098806754,1100,,,,,,,,,
|
24 |
+
1.0429,1.5629721879959106,3.8520000000000004e-05,0.012219353330570696,1150,,,,,,,,,
|
25 |
+
0.9918,1.5994470119476318,3.802e-05,0.01275062956233464,1200,,,,,,,,,
|
26 |
+
1.0252,1.9713184833526611,3.752e-05,0.013281905794098584,1250,,,,,,,,,
|
27 |
+
1.0221,1.1335642337799072,3.702e-05,0.013813182025862528,1300,,,,,,,,,
|
28 |
+
0.9813,1.7937604188919067,3.652e-05,0.01434445825762647,1350,,,,,,,,,
|
29 |
+
1.025,2.357769250869751,3.6020000000000004e-05,0.014875734489390413,1400,,,,,,,,,
|
30 |
+
1.0438,1.2406364679336548,3.5520000000000006e-05,0.015407010721154357,1450,,,,,,,,,
|
31 |
+
0.9935,1.7187669277191162,3.502e-05,0.0159382869529183,1500,,,,,,,,,
|
32 |
+
1.0098,1.1326874494552612,3.452e-05,0.016469563184682245,1550,,,,,,,,,
|
33 |
+
0.9101,1.6138919591903687,3.402e-05,0.017000839416446187,1600,,,,,,,,,
|
34 |
+
0.987,1.5561543703079224,3.3520000000000004e-05,0.01753211564821013,1650,,,,,,,,,
|
35 |
+
1.004,1.1211045980453491,3.302e-05,0.018063391879974074,1700,,,,,,,,,
|
36 |
+
0.9983,1.3929895162582397,3.252e-05,0.018594668111738016,1750,,,,,,,,,
|
37 |
+
1.0461,1.6703131198883057,3.202e-05,0.019125944343501962,1800,,,,,,,,,
|
38 |
+
0.9973,1.2953699827194214,3.1519999999999996e-05,0.019657220575265904,1850,,,,,,,,,
|
39 |
+
0.9938,1.9881635904312134,3.102e-05,0.020188496807029846,1900,,,,,,,,,
|
40 |
+
1.0152,1.4676463603973389,3.0520000000000006e-05,0.02071977303879379,1950,,,,,,,,,
|
41 |
+
0.9869,3.423586130142212,3.0030000000000002e-05,0.021251049270557733,2000,,,,,,,,,
|
42 |
+
0.984,1.1552212238311768,2.9530000000000004e-05,0.021782325502321676,2050,,,,,,,,,
|
43 |
+
1.0018,1.3363642692565918,2.903e-05,0.02231360173408562,2100,,,,,,,,,
|
44 |
+
1.0342,2.301176071166992,2.853e-05,0.022844877965849563,2150,,,,,,,,,
|
45 |
+
0.9905,1.5134526491165161,2.803e-05,0.02337615419761351,2200,,,,,,,,,
|
46 |
+
0.9626,1.637014389038086,2.753e-05,0.02390743042937745,2250,,,,,,,,,
|
47 |
+
0.9651,1.652897834777832,2.703e-05,0.024438706661141393,2300,,,,,,,,,
|
48 |
+
1.0151,1.53103506565094,2.653e-05,0.024969982892905338,2350,,,,,,,,,
|
49 |
+
0.9915,1.250005841255188,2.603e-05,0.02550125912466928,2400,,,,,,,,,
|
50 |
+
0.9735,2.622339963912964,2.5530000000000005e-05,0.026032535356433222,2450,,,,,,,,,
|
51 |
+
1.0087,1.132490634918213,2.5030000000000003e-05,0.026563811588197168,2500,,,,,,,,,
|
52 |
+
1.0006,1.7631752490997314,2.453e-05,0.02709508781996111,2550,,,,,,,,,
|
53 |
+
0.9772,1.8810368776321411,2.4030000000000002e-05,0.027626364051725055,2600,,,,,,,,,
|
54 |
+
0.9891,1.5510205030441284,2.3530000000000003e-05,0.028157640283488997,2650,,,,,,,,,
|
55 |
+
0.9555,1.3251287937164307,2.303e-05,0.02868891651525294,2700,,,,,,,,,
|
56 |
+
0.9646,1.2131097316741943,2.253e-05,0.029220192747016885,2750,,,,,,,,,
|
57 |
+
0.9523,1.2758469581604004,2.203e-05,0.029751468978780827,2800,,,,,,,,,
|
58 |
+
0.9962,1.6871562004089355,2.153e-05,0.03028274521054477,2850,,,,,,,,,
|
59 |
+
0.9878,1.491795301437378,2.103e-05,0.030814021442308714,2900,,,,,,,,,
|
60 |
+
0.9533,1.0750707387924194,2.053e-05,0.03134529767407266,2950,,,,,,,,,
|
61 |
+
0.9761,1.2901407480239868,2.0030000000000003e-05,0.0318765739058366,3000,,,,,,,,,
|
62 |
+
1.0043,1.603750467300415,1.953e-05,0.032407850137600544,3050,,,,,,,,,
|
63 |
+
0.978,1.473386526107788,1.903e-05,0.03293912636936449,3100,,,,,,,,,
|
64 |
+
0.9763,2.137418031692505,1.853e-05,0.03347040260112843,3150,,,,,,,,,
|
65 |
+
0.9884,1.3331339359283447,1.803e-05,0.034001678832892374,3200,,,,,,,,,
|
66 |
+
0.9611,1.2832648754119873,1.7530000000000003e-05,0.03453295506465632,3250,,,,,,,,,
|
67 |
+
0.9892,1.0518479347229004,1.703e-05,0.03506423129642026,3300,,,,,,,,,
|
68 |
+
0.9773,1.670954704284668,1.6530000000000003e-05,0.0355955075281842,3350,,,,,,,,,
|
69 |
+
0.9389,1.6390531063079834,1.603e-05,0.03612678375994815,3400,,,,,,,,,
|
70 |
+
0.9453,1.219053864479065,1.553e-05,0.036658059991712094,3450,,,,,,,,,
|
71 |
+
0.9377,0.8718635439872742,1.503e-05,0.03718933622347603,3500,,,,,,,,,
|
72 |
+
0.9374,1.0964168310165405,1.4530000000000001e-05,0.03772061245523998,3550,,,,,,,,,
|
73 |
+
0.968,1.3705147504806519,1.4030000000000001e-05,0.038251888687003924,3600,,,,,,,,,
|
74 |
+
0.9438,1.5353392362594604,1.3530000000000001e-05,0.03878316491876786,3650,,,,,,,,,
|
75 |
+
0.9678,1.454425573348999,1.303e-05,0.03931444115053181,3700,,,,,,,,,
|
76 |
+
0.9692,1.4466837644577026,1.253e-05,0.03984571738229575,3750,,,,,,,,,
|
77 |
+
0.9479,1.596469521522522,1.2030000000000002e-05,0.04037699361405969,3800,,,,,,,,,
|
78 |
+
0.9996,1.5730984210968018,1.153e-05,0.04090826984582364,3850,,,,,,,,,
|
79 |
+
0.9859,1.9027239084243774,1.103e-05,0.04143954607758758,3900,,,,,,,,,
|
80 |
+
0.9636,1.7876182794570923,1.053e-05,0.04197082230935152,3950,,,,,,,,,
|
81 |
+
0.9772,0.9582003355026245,1.003e-05,0.04250209854111547,4000,,,,,,,,,
|
82 |
+
0.9721,1.0324100255966187,9.53e-06,0.04303337477287941,4050,,,,,,,,,
|
83 |
+
0.9492,1.882957935333252,9.030000000000002e-06,0.04356465100464335,4100,,,,,,,,,
|
84 |
+
0.9866,1.2507244348526,8.53e-06,0.0440959272364073,4150,,,,,,,,,
|
85 |
+
0.9253,1.27763032913208,8.03e-06,0.04462720346817124,4200,,,,,,,,,
|
86 |
+
0.9409,1.200188159942627,7.530000000000001e-06,0.04515847969993519,4250,,,,,,,,,
|
87 |
+
1.0014,1.7713207006454468,7.0300000000000005e-06,0.045689755931699126,4300,,,,,,,,,
|
88 |
+
0.9815,1.3375529050827026,6.53e-06,0.04622103216346307,4350,,,,,,,,,
|
89 |
+
0.9578,1.4422866106033325,6.03e-06,0.04675230839522702,4400,,,,,,,,,
|
90 |
+
0.965,2.0105831623077393,5.54e-06,0.047283584626990956,4450,,,,,,,,,
|
91 |
+
0.9343,1.636265754699707,5.04e-06,0.0478148608587549,4500,,,,,,,,,
|
92 |
+
1.0021,1.6128933429718018,4.540000000000001e-06,0.04834613709051885,4550,,,,,,,,,
|
93 |
+
0.9459,1.1872644424438477,4.04e-06,0.048877413322282785,4600,,,,,,,,,
|
94 |
+
0.9423,1.2646565437316895,3.5400000000000004e-06,0.04940868955404673,4650,,,,,,,,,
|
95 |
+
0.9132,1.0135151147842407,3.04e-06,0.049939965785810676,4700,,,,,,,,,
|
96 |
+
0.9368,1.7171257734298706,2.54e-06,0.050471242017574615,4750,,,,,,,,,
|
97 |
+
0.9543,1.7923991680145264,2.0400000000000004e-06,0.05100251824933856,4800,,,,,,,,,
|
98 |
+
0.9597,1.366851806640625,1.54e-06,0.051533794481102506,4850,,,,,,,,,
|
99 |
+
0.8798,1.290432333946228,1.04e-06,0.052065070712866444,4900,,,,,,,,,
|
100 |
+
0.9275,1.3311187028884888,5.4e-07,0.05259634694463039,4950,,,,,,,,,
|
101 |
+
0.8968,1.2754595279693604,4e-08,0.053127623176394335,5000,,,,,,,,,
|
102 |
+
,,,0.053127623176394335,5000,0.7204041481018066,3441.0996,35.164,5.861,,,,,
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|