Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +43 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- arguments.json +60 -0
- arguments.pkl +3 -0
- config.json +33 -0
- environ.txt +61 -0
- script.sh +198 -0
- special_tokens_map.json +30 -0
- stderr.log +0 -0
- stdout.log +54 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +52 -0
- wandb/debug-internal.log +18 -0
- wandb/debug.log +29 -0
- wandb/run-20250501_234121-mnztzlue/files/config.yaml +134 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_0_d4da849d7b84c3e060a1.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_11000_4b44a0422e47c01c400c.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_13750_c953298b8695133a3e78.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_16500_634f1134bf7f82ef4ca0.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_2750_994e4be91c14333ca702.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_5500_861677959dce1a4543ee.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_8250_4e5fe6a7c4a9257ae601.table.json +1 -0
- wandb/run-20250501_234121-mnztzlue/files/output.log +21 -0
- wandb/run-20250501_234121-mnztzlue/files/requirements.txt +153 -0
- wandb/run-20250501_234121-mnztzlue/files/wandb-metadata.json +106 -0
- wandb/run-20250501_234121-mnztzlue/files/wandb-summary.json +1 -0
- wandb/run-20250501_234121-mnztzlue/logs/debug-core.log +15 -0
- wandb/run-20250501_234121-mnztzlue/logs/debug-internal.log +18 -0
- wandb/run-20250501_234121-mnztzlue/logs/debug.log +29 -0
- wandb/run-20250501_234121-mnztzlue/run-mnztzlue.wandb +3 -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 |
+
wandb/run-20250501_234121-mnztzlue/run-mnztzlue.wandb filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: huggyllama/llama-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.15.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "LlamaForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
| 6 |
+
},
|
| 7 |
+
"base_model_name_or_path": "huggyllama/llama-7b",
|
| 8 |
+
"bias": "none",
|
| 9 |
+
"corda_config": null,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 16,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"r": 4,
|
| 27 |
+
"rank_pattern": {},
|
| 28 |
+
"revision": null,
|
| 29 |
+
"target_modules": [
|
| 30 |
+
"lm_head",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"down_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"gate_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"o_proj",
|
| 37 |
+
"k_proj"
|
| 38 |
+
],
|
| 39 |
+
"task_type": null,
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_dora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02e875ed2566935c5fc6c69ab5734820d3ff9c291cfcec5e76ccf726d9b880c8
|
| 3 |
+
size 282490008
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<pad>": 32000
|
| 3 |
+
}
|
arguments.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name_or_path": "huggyllama/llama-7b",
|
| 3 |
+
"recompute_baseline": false,
|
| 4 |
+
"cache_dir": "/home/panda/pda-llm/cache/sft-2000",
|
| 5 |
+
"max_length": 1024,
|
| 6 |
+
"trust_remote_code": true,
|
| 7 |
+
"train_datasets": [
|
| 8 |
+
[
|
| 9 |
+
"SAFE-ALPACA/2000",
|
| 10 |
+
{
|
| 11 |
+
"proportion": 1.0
|
| 12 |
+
}
|
| 13 |
+
]
|
| 14 |
+
],
|
| 15 |
+
"eval_datasets": null,
|
| 16 |
+
"safety_ratio_tol": 50.0,
|
| 17 |
+
"safe_sft": true,
|
| 18 |
+
"resilient_coeff": 1.0,
|
| 19 |
+
"epochs": 6,
|
| 20 |
+
"per_device_train_batch_size": 4,
|
| 21 |
+
"per_device_eval_batch_size": 4,
|
| 22 |
+
"gradient_accumulation_steps": 32,
|
| 23 |
+
"gradient_checkpointing": true,
|
| 24 |
+
"lr": 0.0001,
|
| 25 |
+
"lr_scheduler_type": "cosine",
|
| 26 |
+
"lr_warmup_ratio": 0.03,
|
| 27 |
+
"weight_decay": 0.0,
|
| 28 |
+
"seed": 42,
|
| 29 |
+
"fp16": true,
|
| 30 |
+
"bf16": false,
|
| 31 |
+
"tf32": true,
|
| 32 |
+
"lora_r": 4,
|
| 33 |
+
"lora_alpha": 16,
|
| 34 |
+
"lora_dropout": 0.05,
|
| 35 |
+
"eval_strategy": "epoch",
|
| 36 |
+
"eval_interval": 1000000,
|
| 37 |
+
"need_eval": true,
|
| 38 |
+
"eval_split_ratio": null,
|
| 39 |
+
"output_dir": "/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50",
|
| 40 |
+
"log_type": "wandb",
|
| 41 |
+
"log_dir": "/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50",
|
| 42 |
+
"log_project": "SAFE-SFT-v3",
|
| 43 |
+
"log_run_name": "safe-sft-2025-05-01-23-41-21",
|
| 44 |
+
"save_16bit": false,
|
| 45 |
+
"save_interval": 1000000,
|
| 46 |
+
"local_rank": 0,
|
| 47 |
+
"zero_stage": 0,
|
| 48 |
+
"offload": "none",
|
| 49 |
+
"deepspeed": false,
|
| 50 |
+
"deepspeed_config": null,
|
| 51 |
+
"deepscale": false,
|
| 52 |
+
"deepscale_config": null,
|
| 53 |
+
"global_rank": 0,
|
| 54 |
+
"device": {
|
| 55 |
+
"type": "torch.device",
|
| 56 |
+
"repr": "device(type='cuda', index=0)"
|
| 57 |
+
},
|
| 58 |
+
"num_update_steps_per_epoch": 86,
|
| 59 |
+
"total_training_steps": 516
|
| 60 |
+
}
|
arguments.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8034d700dcbc93027399ccf5ddf3ec696207348abae1b6d2e62a2f1f7444369e
|
| 3 |
+
size 1226
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "huggyllama/llama-7b",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"LlamaForCausalLM"
|
| 6 |
+
],
|
| 7 |
+
"attention_bias": false,
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"bos_token_id": 1,
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"head_dim": 128,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 4096,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 11008,
|
| 16 |
+
"max_position_embeddings": 2048,
|
| 17 |
+
"max_sequence_length": 2048,
|
| 18 |
+
"mlp_bias": false,
|
| 19 |
+
"model_type": "llama",
|
| 20 |
+
"num_attention_heads": 32,
|
| 21 |
+
"num_hidden_layers": 32,
|
| 22 |
+
"num_key_value_heads": 32,
|
| 23 |
+
"pad_token_id": 32000,
|
| 24 |
+
"pretraining_tp": 1,
|
| 25 |
+
"rms_norm_eps": 1e-06,
|
| 26 |
+
"rope_scaling": null,
|
| 27 |
+
"rope_theta": 10000.0,
|
| 28 |
+
"tie_word_embeddings": false,
|
| 29 |
+
"torch_dtype": "float16",
|
| 30 |
+
"transformers_version": "4.49.0",
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 32001
|
| 33 |
+
}
|
environ.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
BROWSER=/home/panda/.vscode-server/cli/servers/Stable-cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba/server/bin/helpers/browser.sh
|
| 2 |
+
COLORTERM=truecolor
|
| 3 |
+
CONDA_DEFAULT_ENV=pda
|
| 4 |
+
CONDA_EXE=/home/panda/miniconda3/bin/conda
|
| 5 |
+
CONDA_PREFIX=/home/panda/miniconda3/envs/pda
|
| 6 |
+
CONDA_PREFIX_1=/home/panda/miniconda3
|
| 7 |
+
CONDA_PROMPT_MODIFIER=(pda)
|
| 8 |
+
CONDA_PYTHON_EXE=/home/panda/miniconda3/bin/python
|
| 9 |
+
CONDA_SHLVL=2
|
| 10 |
+
CROSS_RANK=0
|
| 11 |
+
CROSS_SIZE=1
|
| 12 |
+
CUDA_MODULE_LOADING=LAZY
|
| 13 |
+
CUDA_VISIBLE_DEVICES=0,1
|
| 14 |
+
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1010/bus
|
| 15 |
+
GIT_ASKPASS=/home/panda/.vscode-server/cli/servers/Stable-cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba/server/extensions/git/dist/askpass.sh
|
| 16 |
+
HOME=/home/panda
|
| 17 |
+
LANG=en_US.UTF-8
|
| 18 |
+
LESSCLOSE=/usr/bin/lesspipe %s %s
|
| 19 |
+
LESSOPEN=| /usr/bin/lesspipe %s
|
| 20 |
+
LOCAL_RANK=0
|
| 21 |
+
LOCAL_SIZE=2
|
| 22 |
+
LOGLEVEL=WARNING
|
| 23 |
+
LOGNAME=panda
|
| 24 |
+
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
|
| 25 |
+
MASTER_ADDR=127.0.0.1
|
| 26 |
+
MASTER_PORT=24428
|
| 27 |
+
MOTD_SHOWN=pam
|
| 28 |
+
OLDPWD=/home/panda/pda-llm
|
| 29 |
+
PATH=/home/panda/miniconda3/envs/pda/bin:/home/panda/miniconda3/condabin:/home/panda/.local/bin:/home/panda/miniconda3/envs/pda/bin:/home/panda/.vscode-server/cli/servers/Stable-cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba/server/bin/remote-cli:/home/panda/.local/bin:/home/panda/miniconda3/envs/pda/bin:/home/panda/miniconda3/condabin:/home/panda/.cargo/bin:/home/panda/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/panda/.vscode-server/extensions/ms-python.debugpy-2025.6.0-linux-x64/bundled/scripts/noConfigScripts:/home/panda/.vscode-server/data/User/globalStorage/github.copilot-chat/debugCommand
|
| 30 |
+
PWD=/home/panda/pda-llm/scripts
|
| 31 |
+
PYTHONHASHSEED=42
|
| 32 |
+
PYTHONPATH=/home/panda/pda-llm
|
| 33 |
+
RANK=0
|
| 34 |
+
SHELL=/bin/sh
|
| 35 |
+
SHLVL=3
|
| 36 |
+
SSH_CLIENT=10.103.69.12 53248 22
|
| 37 |
+
SSH_CONNECTION=10.103.69.12 50318 158.130.111.235 22
|
| 38 |
+
SSL_CERT_DIR=/usr/lib/ssl/certs
|
| 39 |
+
SSL_CERT_FILE=/usr/lib/ssl/certs/ca-certificates.crt
|
| 40 |
+
TERM=screen
|
| 41 |
+
TERM_PROGRAM=vscode
|
| 42 |
+
TERM_PROGRAM_VERSION=1.96.4
|
| 43 |
+
TMUX=/tmp//tmux-1010/default,2905761,12
|
| 44 |
+
TMUX_PANE=%12
|
| 45 |
+
USER=panda
|
| 46 |
+
VSCODE_GIT_ASKPASS_EXTRA_ARGS=
|
| 47 |
+
VSCODE_GIT_ASKPASS_MAIN=/home/panda/.vscode-server/cli/servers/Stable-cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba/server/extensions/git/dist/askpass-main.js
|
| 48 |
+
VSCODE_GIT_ASKPASS_NODE=/home/panda/.vscode-server/cli/servers/Stable-cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba/server/node
|
| 49 |
+
VSCODE_GIT_IPC_HANDLE=/run/user/1010/vscode-git-1d8b0ea871.sock
|
| 50 |
+
VSCODE_IPC_HOOK_CLI=/run/user/1010/vscode-ipc-34f3fe5d-87d6-4842-b67c-b7ef4efae672.sock
|
| 51 |
+
WANDB_API_KEY=6a71e7fad84fe1aa8f6ccaa01e4e02fcf4c7ffb4
|
| 52 |
+
WANDB_ENTITY=alelab
|
| 53 |
+
WANDB_MODE=online
|
| 54 |
+
WANDB_SERVICE=2-2003561-tcp-localhost-35299
|
| 55 |
+
WORLD_SIZE=2
|
| 56 |
+
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
|
| 57 |
+
XDG_RUNTIME_DIR=/run/user/1010
|
| 58 |
+
XDG_SESSION_CLASS=user
|
| 59 |
+
XDG_SESSION_ID=1150
|
| 60 |
+
XDG_SESSION_TYPE=tty
|
| 61 |
+
_=/home/panda/miniconda3/envs/pda/bin/deepspeed
|
script.sh
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
#
|
| 3 |
+
# Copyright 2023-2024 PKU-Alignment Team. All Rights Reserved.
|
| 4 |
+
#
|
| 5 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 6 |
+
# you may not use this file except in compliance with the License.
|
| 7 |
+
# You may obtain a copy of the License at
|
| 8 |
+
#
|
| 9 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 10 |
+
#
|
| 11 |
+
# Unless required by applicable law or agreed to in writing, software
|
| 12 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 13 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 14 |
+
# See the License for the specific language governing permissions and
|
| 15 |
+
# limitations under the License.
|
| 16 |
+
# ==============================================================================
|
| 17 |
+
|
| 18 |
+
if [ -z "${BASH_VERSION}" ]; then
|
| 19 |
+
echo "Please use bash to run this script." >&2
|
| 20 |
+
exit 1
|
| 21 |
+
fi
|
| 22 |
+
|
| 23 |
+
set -x
|
| 24 |
+
|
| 25 |
+
SCRIPT_DIR="$(cd "$(dirname "$0")" &>/dev/null && pwd)"
|
| 26 |
+
ROOT_DIR="$(dirname "${SCRIPT_DIR}")"
|
| 27 |
+
export PYTHONPATH="${ROOT_DIR}${PYTHONPATH:+:${PYTHONPATH}}"
|
| 28 |
+
export LOGLEVEL="${LOGLEVEL:-WARNING}"
|
| 29 |
+
export WANDB_MODE=online
|
| 30 |
+
export WANDB_ENTITY="alelab"
|
| 31 |
+
|
| 32 |
+
MODEL_NAME_OR_PATH="huggyllama/llama-7b"
|
| 33 |
+
timestamp="$(date +%Y%m%d-%H%M%S)"
|
| 34 |
+
unset HOSTFILE
|
| 35 |
+
ZERO_STAGE=0
|
| 36 |
+
OFFLOAD="none"
|
| 37 |
+
SAFE_SFT=False
|
| 38 |
+
# GRIDSEARCH PARAMS
|
| 39 |
+
SAFETY_RATIO_TOL=10
|
| 40 |
+
RESILIENT_COEFF=1
|
| 41 |
+
LEARNING_RATE=1e-4
|
| 42 |
+
NUM_SAFETY_SAMPLES="100"
|
| 43 |
+
|
| 44 |
+
while [[ "$#" -gt 0 ]]; do
|
| 45 |
+
arg="$1"
|
| 46 |
+
shift
|
| 47 |
+
case "${arg}" in
|
| 48 |
+
--model_name_or_path)
|
| 49 |
+
MODEL_NAME_OR_PATH="$1"
|
| 50 |
+
shift
|
| 51 |
+
;;
|
| 52 |
+
--model_name_or_path=*)
|
| 53 |
+
MODEL_NAME_OR_PATH="${arg#*=}"
|
| 54 |
+
;;
|
| 55 |
+
--output_dir)
|
| 56 |
+
OUTPUT_DIR="$1"
|
| 57 |
+
shift
|
| 58 |
+
;;
|
| 59 |
+
--output_dir=*)
|
| 60 |
+
OUTPUT_DIR="${arg#*=}"
|
| 61 |
+
;;
|
| 62 |
+
--hostfile)
|
| 63 |
+
HOSTFILE="$1"
|
| 64 |
+
shift
|
| 65 |
+
;;
|
| 66 |
+
--hostfile=*)
|
| 67 |
+
HOSTFILE="${arg#*=}"
|
| 68 |
+
;;
|
| 69 |
+
--zero_stage)
|
| 70 |
+
ZERO_STAGE="$1"
|
| 71 |
+
shift
|
| 72 |
+
;;
|
| 73 |
+
--zero_stage=*)
|
| 74 |
+
ZERO_STAGE="${arg#*=}"
|
| 75 |
+
;;
|
| 76 |
+
--offload)
|
| 77 |
+
OFFLOAD="$1"
|
| 78 |
+
shift
|
| 79 |
+
;;
|
| 80 |
+
--offload=*)
|
| 81 |
+
OFFLOAD="${arg#*=}"
|
| 82 |
+
;;
|
| 83 |
+
--safety_ratio_tol)
|
| 84 |
+
SAFETY_RATIO_TOL="$1"
|
| 85 |
+
shift
|
| 86 |
+
;;
|
| 87 |
+
--safety_ratio_tol=*)
|
| 88 |
+
SAFETY_RATIO_TOL="${arg#*=}"
|
| 89 |
+
;;
|
| 90 |
+
--resilient_coeff)
|
| 91 |
+
RESILIENT_COEFF="$1"
|
| 92 |
+
shift
|
| 93 |
+
;;
|
| 94 |
+
--resilient_coeff=*)
|
| 95 |
+
RESILIENT_COEFF="${arg#*=}"
|
| 96 |
+
;;
|
| 97 |
+
--learning_rate)
|
| 98 |
+
LEARNING_RATE="$1"
|
| 99 |
+
shift
|
| 100 |
+
;;
|
| 101 |
+
--learning_rate=*)
|
| 102 |
+
LEARNING_RATE="${arg#*=}"
|
| 103 |
+
;;
|
| 104 |
+
--safe_sft)
|
| 105 |
+
SAFE_SFT="$1"
|
| 106 |
+
shift
|
| 107 |
+
;;
|
| 108 |
+
--safe_sft=*)
|
| 109 |
+
SAFE_SFT="${arg#*=}"
|
| 110 |
+
;;
|
| 111 |
+
--num_safety_samples)
|
| 112 |
+
NUM_SAFETY_SAMPLES="$1"
|
| 113 |
+
shift
|
| 114 |
+
;;
|
| 115 |
+
--num_safety_samples=*)
|
| 116 |
+
NUM_SAFETY_SAMPLES="${arg#*=}"
|
| 117 |
+
;;
|
| 118 |
+
*)
|
| 119 |
+
echo "Unknown parameter passed: '${arg}'" >&2
|
| 120 |
+
exit 1
|
| 121 |
+
;;
|
| 122 |
+
esac
|
| 123 |
+
done
|
| 124 |
+
|
| 125 |
+
OUTPUT_DIR="${ROOT_DIR}/output/sft-safe/${NUM_SAFETY_SAMPLES}/run-${SAFE_SFT}-${NUM_SAFETY_SAMPLES}-${RESILIENT_COEFF}-${SAFETY_RATIO_TOL}"
|
| 126 |
+
mkdir -p "${OUTPUT_DIR}"
|
| 127 |
+
OUTPUT_DIR="$(cd "${OUTPUT_DIR}" &>/dev/null && pwd)"
|
| 128 |
+
if [[ ! -f "${OUTPUT_DIR}/.gitignore" ]]; then
|
| 129 |
+
echo '*' >"${OUTPUT_DIR}/.gitignore"
|
| 130 |
+
fi
|
| 131 |
+
|
| 132 |
+
cp -f "$0" "${OUTPUT_DIR}/script.sh"
|
| 133 |
+
|
| 134 |
+
export WANDB_API_KEY="6a71e7fad84fe1aa8f6ccaa01e4e02fcf4c7ffb4"
|
| 135 |
+
if [[ -z "${WANDB_API_KEY}" ]]; then
|
| 136 |
+
export WANDB_MODE="offline"
|
| 137 |
+
fi
|
| 138 |
+
|
| 139 |
+
MASTER_PORT_START=10000
|
| 140 |
+
MASTER_PORT_END=65535
|
| 141 |
+
MASTER_PORT="$(
|
| 142 |
+
comm -23 \
|
| 143 |
+
<(seq "${MASTER_PORT_START}" "${MASTER_PORT_END}" | sort) \
|
| 144 |
+
<(ss -Htan | awk '{ print $4 }' | awk -F ':' '{ print $NF }' | sort -u) |
|
| 145 |
+
shuf | head -n 1
|
| 146 |
+
)"
|
| 147 |
+
|
| 148 |
+
DEEPSPEED_ARGS=()
|
| 149 |
+
if [[ -n "${HOSTFILE+x}" ]]; then
|
| 150 |
+
DEEPSPEED_ARGS+=("--hostfile" "${HOSTFILE}")
|
| 151 |
+
fi
|
| 152 |
+
DEEPSPEED_ARGS+=("--master_port" "${MASTER_PORT}")
|
| 153 |
+
|
| 154 |
+
exec 1> >(tee "${OUTPUT_DIR}/stdout.log" >&1) 2> >(tee "${OUTPUT_DIR}/stderr.log" >&2)
|
| 155 |
+
echo "--------- Environment sanity check ---------"
|
| 156 |
+
echo "shell: $0 running under bash $BASH_VERSION"
|
| 157 |
+
echo "conda env: ${CONDA_DEFAULT_ENV:-<none>}"
|
| 158 |
+
echo "python: $(which python)"
|
| 159 |
+
python - <<'PY'
|
| 160 |
+
import sys, os
|
| 161 |
+
print("sys.executable :", sys.executable)
|
| 162 |
+
print("python version :", sys.version.split()[0])
|
| 163 |
+
print("CONDA_PREFIX :", os.environ.get("CONDA_PREFIX"))
|
| 164 |
+
PY
|
| 165 |
+
echo "deepspeed: $(command -v deepspeed)"
|
| 166 |
+
echo "--------------------------------------------"
|
| 167 |
+
|
| 168 |
+
CUDA_VISIBLE_DEVICES=0,1 deepspeed "${DEEPSPEED_ARGS[@]}" \
|
| 169 |
+
--module safe_rlhf.algorithms.safe_ft \
|
| 170 |
+
--train_datasets "SAFE-ALPACA/${NUM_SAFETY_SAMPLES}" \
|
| 171 |
+
--model_name_or_path "${MODEL_NAME_OR_PATH}" \
|
| 172 |
+
--cache_dir "${ROOT_DIR}/cache/sft-${NUM_SAFETY_SAMPLES}" \
|
| 173 |
+
--safe_sft "${SAFE_SFT}" \
|
| 174 |
+
--max_length 1024 \
|
| 175 |
+
--trust_remote_code True \
|
| 176 |
+
--epochs 6 \
|
| 177 |
+
--per_device_train_batch_size 4 \
|
| 178 |
+
--per_device_eval_batch_size 4 \
|
| 179 |
+
--gradient_accumulation_steps 32 \
|
| 180 |
+
--gradient_checkpointing \
|
| 181 |
+
--learning_rate "${LEARNING_RATE}" \
|
| 182 |
+
--lr_scheduler_type cosine \
|
| 183 |
+
--lr_warmup_ratio 0.03 \
|
| 184 |
+
--weight_decay 0.0 \
|
| 185 |
+
--seed 42 \
|
| 186 |
+
--output_dir "${OUTPUT_DIR}" \
|
| 187 |
+
--log_type wandb \
|
| 188 |
+
--log_project SAFE-SFT-v3 \
|
| 189 |
+
--zero_stage "${ZERO_STAGE}" \
|
| 190 |
+
--offload "${OFFLOAD}" \
|
| 191 |
+
--safety_ratio_tol "${SAFETY_RATIO_TOL}" \
|
| 192 |
+
--resilient_coeff "${RESILIENT_COEFF}" \
|
| 193 |
+
--lora_r "4" \
|
| 194 |
+
--lora_alpha "16" \
|
| 195 |
+
--lora_dropout "0.05" \
|
| 196 |
+
--bf16 False \
|
| 197 |
+
--fp16 True \
|
| 198 |
+
--tf32 True
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<pad>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": true,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
stderr.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
stdout.log
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--------- Environment sanity check ---------
|
| 2 |
+
shell: ./sft-safe.sh running under bash 5.0.17(1)-release
|
| 3 |
+
conda env: pda
|
| 4 |
+
python: /home/panda/miniconda3/envs/pda/bin/python
|
| 5 |
+
sys.executable : /home/panda/miniconda3/envs/pda/bin/python
|
| 6 |
+
python version : 3.11.11
|
| 7 |
+
CONDA_PREFIX : /home/panda/miniconda3/envs/pda
|
| 8 |
+
deepspeed: /home/panda/miniconda3/envs/pda/bin/deepspeed
|
| 9 |
+
--------------------------------------------
|
| 10 |
+
[2025-05-01 23:40:58,399] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
| 11 |
+
[2025-05-01 23:41:00,143] [WARNING] [runner.py:215:fetch_hostfile] Unable to find hostfile, will proceed with training with local resources only.
|
| 12 |
+
Detected VISIBLE_DEVICES=0,1: setting --include=localhost:0,1
|
| 13 |
+
[2025-05-01 23:41:00,143] [INFO] [runner.py:605:main] cmd = /home/panda/miniconda3/envs/pda/bin/python -u -m deepspeed.launcher.launch --world_info=eyJsb2NhbGhvc3QiOiBbMCwgMV19 --master_addr=127.0.0.1 --master_port=24428 --module --enable_each_rank_log=None safe_rlhf.algorithms.safe_ft --train_datasets SAFE-ALPACA/2000 --model_name_or_path huggyllama/llama-7b --cache_dir /home/panda/pda-llm/cache/sft-2000 --safe_sft true --max_length 1024 --trust_remote_code True --epochs 6 --per_device_train_batch_size 4 --per_device_eval_batch_size 4 --gradient_accumulation_steps 32 --gradient_checkpointing --learning_rate 1e-4 --lr_scheduler_type cosine --lr_warmup_ratio 0.03 --weight_decay 0.0 --seed 42 --output_dir /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50 --log_type wandb --log_project SAFE-SFT-v3 --zero_stage 0 --offload none --safety_ratio_tol 50 --resilient_coeff 1 --lora_r 4 --lora_alpha 16 --lora_dropout 0.05 --bf16 False --fp16 True --tf32 True
|
| 14 |
+
[2025-05-01 23:41:01,337] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
| 15 |
+
[2025-05-01 23:41:03,051] [INFO] [launch.py:146:main] WORLD INFO DICT: {'localhost': [0, 1]}
|
| 16 |
+
[2025-05-01 23:41:03,051] [INFO] [launch.py:152:main] nnodes=1, num_local_procs=2, node_rank=0
|
| 17 |
+
[2025-05-01 23:41:03,051] [INFO] [launch.py:163:main] global_rank_mapping=defaultdict(<class 'list'>, {'localhost': [0, 1]})
|
| 18 |
+
[2025-05-01 23:41:03,051] [INFO] [launch.py:164:main] dist_world_size=2
|
| 19 |
+
[2025-05-01 23:41:03,051] [INFO] [launch.py:168:main] Setting CUDA_VISIBLE_DEVICES=0,1
|
| 20 |
+
[2025-05-01 23:41:03,052] [INFO] [launch.py:256:main] process 2003561 spawned with command: ['/home/panda/miniconda3/envs/pda/bin/python', '-u', '-m', 'safe_rlhf.algorithms.safe_ft', '--local_rank=0', '--train_datasets', 'SAFE-ALPACA/2000', '--model_name_or_path', 'huggyllama/llama-7b', '--cache_dir', '/home/panda/pda-llm/cache/sft-2000', '--safe_sft', 'true', '--max_length', '1024', '--trust_remote_code', 'True', '--epochs', '6', '--per_device_train_batch_size', '4', '--per_device_eval_batch_size', '4', '--gradient_accumulation_steps', '32', '--gradient_checkpointing', '--learning_rate', '1e-4', '--lr_scheduler_type', 'cosine', '--lr_warmup_ratio', '0.03', '--weight_decay', '0.0', '--seed', '42', '--output_dir', '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', '--log_type', 'wandb', '--log_project', 'SAFE-SFT-v3', '--zero_stage', '0', '--offload', 'none', '--safety_ratio_tol', '50', '--resilient_coeff', '1', '--lora_r', '4', '--lora_alpha', '16', '--lora_dropout', '0.05', '--bf16', 'False', '--fp16', 'True', '--tf32', 'True']
|
| 21 |
+
[2025-05-01 23:41:03,053] [INFO] [launch.py:256:main] process 2003562 spawned with command: ['/home/panda/miniconda3/envs/pda/bin/python', '-u', '-m', 'safe_rlhf.algorithms.safe_ft', '--local_rank=1', '--train_datasets', 'SAFE-ALPACA/2000', '--model_name_or_path', 'huggyllama/llama-7b', '--cache_dir', '/home/panda/pda-llm/cache/sft-2000', '--safe_sft', 'true', '--max_length', '1024', '--trust_remote_code', 'True', '--epochs', '6', '--per_device_train_batch_size', '4', '--per_device_eval_batch_size', '4', '--gradient_accumulation_steps', '32', '--gradient_checkpointing', '--learning_rate', '1e-4', '--lr_scheduler_type', 'cosine', '--lr_warmup_ratio', '0.03', '--weight_decay', '0.0', '--seed', '42', '--output_dir', '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', '--log_type', 'wandb', '--log_project', 'SAFE-SFT-v3', '--zero_stage', '0', '--offload', 'none', '--safety_ratio_tol', '50', '--resilient_coeff', '1', '--lora_r', '4', '--lora_alpha', '16', '--lora_dropout', '0.05', '--bf16', 'False', '--fp16', 'True', '--tf32', 'True']
|
| 22 |
+
[2025-05-01 23:41:04,217] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
| 23 |
+
[2025-05-01 23:41:04,228] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
| 24 |
+
[2025-05-01 23:41:07,119] [INFO] [comm.py:658:init_distributed] cdb=None
|
| 25 |
+
[2025-05-01 23:41:07,132] [INFO] [comm.py:658:init_distributed] cdb=None
|
| 26 |
+
[2025-05-01 23:41:07,132] [INFO] [comm.py:689:init_distributed] Initializing TorchBackend in DeepSpeed with backend nccl
|
| 27 |
+
Set logger level to WARNING.
|
| 28 |
+
calculating baseline ...
|
| 29 |
+
calculating baseline ...
|
| 30 |
+
Loading cached baseline logprobs from /home/panda/pda-llm/cache/sft-2000/cached_baseline_logprobs.pt
|
| 31 |
+
Loaded cached baseline logprobs successfully
|
| 32 |
+
ninja: no work to do.
|
| 33 |
+
Time to load fused_adam op: 0.03461647033691406 seconds
|
| 34 |
+
Time to load fused_adam op: 0.10099267959594727 seconds
|
| 35 |
+
***** Running training *****
|
| 36 |
+
|
| 37 |
+
***** Evaluating at the beginning *****
|
| 38 |
+
|
| 39 |
+
***** Evaluating at epoch 1/6 *****
|
| 40 |
+
|
| 41 |
+
***** Evaluating at epoch 2/6 *****
|
| 42 |
+
|
| 43 |
+
***** Evaluating at epoch 3/6 *****
|
| 44 |
+
|
| 45 |
+
***** Evaluating at epoch 4/6 *****
|
| 46 |
+
|
| 47 |
+
***** Evaluating at epoch 5/6 *****
|
| 48 |
+
|
| 49 |
+
***** Evaluating at epoch 6/6 *****
|
| 50 |
+
Saving model to "/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50" ...
|
| 51 |
+
Saving Hugging Face Checkpoints...
|
| 52 |
+
Model saved!
|
| 53 |
+
[2025-05-02 02:19:17,247] [INFO] [launch.py:351:main] Process 2003562 exits successfully.
|
| 54 |
+
[2025-05-02 02:19:19,248] [INFO] [launch.py:351:main] Process 2003561 exits successfully.
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": true,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": true,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"bos_token": "<s>",
|
| 40 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% elif false == true and not '<<SYS>>' in messages[0]['content'] %}{% set loop_messages = messages %}{% set system_message = 'You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.\\n\\nIf a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don\\'t know the answer to a question, please don\\'t share false information.' %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'system' %}{{ '<<SYS>>\\n' + content.strip() + '\\n<</SYS>>\\n\\n' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}",
|
| 41 |
+
"clean_up_tokenization_spaces": false,
|
| 42 |
+
"eos_token": "</s>",
|
| 43 |
+
"extra_special_tokens": {},
|
| 44 |
+
"legacy": true,
|
| 45 |
+
"model_max_length": 1024,
|
| 46 |
+
"pad_token": "<pad>",
|
| 47 |
+
"padding_side": "right",
|
| 48 |
+
"sp_model_kwargs": {},
|
| 49 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 50 |
+
"unk_token": "<unk>",
|
| 51 |
+
"use_default_system_prompt": false
|
| 52 |
+
}
|
wandb/debug-internal.log
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2025-05-01T23:41:21.795890327-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.9","symlink path":"/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug-core.log"}
|
| 2 |
+
{"time":"2025-05-01T23:41:21.983380271-04:00","level":"INFO","msg":"created new stream","id":"mnztzlue"}
|
| 3 |
+
{"time":"2025-05-01T23:41:21.983436443-04:00","level":"INFO","msg":"stream: started","id":"mnztzlue"}
|
| 4 |
+
{"time":"2025-05-01T23:41:21.983463894-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"mnztzlue"}
|
| 5 |
+
{"time":"2025-05-01T23:41:21.983481364-04:00","level":"INFO","msg":"handler: started","stream_id":"mnztzlue"}
|
| 6 |
+
{"time":"2025-05-01T23:41:21.983526965-04:00","level":"INFO","msg":"sender: started","stream_id":"mnztzlue"}
|
| 7 |
+
{"time":"2025-05-01T23:41:22.187903897-04:00","level":"INFO","msg":"Starting system monitor"}
|
| 8 |
+
{"time":"2025-05-01T23:41:22.187952259-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
|
| 9 |
+
{"time":"2025-05-01T23:41:22.188022-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
|
| 10 |
+
{"time":"2025-05-02T02:19:15.097354071-04:00","level":"INFO","msg":"Stopping system monitor"}
|
| 11 |
+
{"time":"2025-05-02T02:19:15.097443643-04:00","level":"INFO","msg":"Stopped system monitor"}
|
| 12 |
+
{"time":"2025-05-02T02:19:15.509498877-04:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 13 |
+
{"time":"2025-05-02T02:19:15.787116426-04:00","level":"INFO","msg":"handler: operation stats","stats":{}}
|
| 14 |
+
{"time":"2025-05-02T02:19:15.794202847-04:00","level":"INFO","msg":"stream: closing","id":"mnztzlue"}
|
| 15 |
+
{"time":"2025-05-02T02:19:15.794221307-04:00","level":"INFO","msg":"handler: closed","stream_id":"mnztzlue"}
|
| 16 |
+
{"time":"2025-05-02T02:19:15.794231637-04:00","level":"INFO","msg":"writer: Close: closed","stream_id":"mnztzlue"}
|
| 17 |
+
{"time":"2025-05-02T02:19:15.794259508-04:00","level":"INFO","msg":"sender: closed","stream_id":"mnztzlue"}
|
| 18 |
+
{"time":"2025-05-02T02:19:15.79433182-04:00","level":"INFO","msg":"stream: closed","id":"mnztzlue"}
|
wandb/debug.log
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2025-05-01 23:41:21,790 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Current SDK version is 0.19.9
|
| 2 |
+
2025-05-01 23:41:21,790 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Configure stats pid to 2003561
|
| 3 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from /home/panda/.config/wandb/settings
|
| 4 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
|
| 5 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from environment variables
|
| 6 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:setup_run_log_directory():662] Logging user logs to /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug.log
|
| 7 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:setup_run_log_directory():663] Logging internal logs to /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug-internal.log
|
| 8 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():781] calling init triggers
|
| 9 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():786] wandb.init called with sweep_config: {}
|
| 10 |
+
config: {'model_name_or_path': 'huggyllama/llama-7b', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-2000', 'max_length': 1024, 'trust_remote_code': True, 'train_datasets': [('SAFE-ALPACA/2000', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 50.0, 'safe_sft': True, 'resilient_coeff': 1.0, 'epochs': 6, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 4, 'gradient_accumulation_steps': 32, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.03, 'weight_decay': 0.0, 'seed': 42, 'fp16': True, 'bf16': False, 'tf32': True, 'lora_r': 4, 'lora_alpha': 16, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': True, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', 'log_project': 'SAFE-SFT-v3', 'log_run_name': 'safe-sft-2025-05-01-23-41-21', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 86, 'total_training_steps': 516, '_wandb': {}}
|
| 11 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():809] starting backend
|
| 12 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():813] sending inform_init request
|
| 13 |
+
2025-05-01 23:41:21,793 INFO MainThread:2003561 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
| 14 |
+
2025-05-01 23:41:21,793 INFO MainThread:2003561 [wandb_init.py:init():823] backend started and connected
|
| 15 |
+
2025-05-01 23:41:21,795 INFO MainThread:2003561 [wandb_init.py:init():915] updated telemetry
|
| 16 |
+
2025-05-01 23:41:21,800 INFO MainThread:2003561 [wandb_init.py:init():939] communicating run to backend with 90.0 second timeout
|
| 17 |
+
2025-05-01 23:41:22,185 INFO MainThread:2003561 [wandb_init.py:init():1014] starting run threads in backend
|
| 18 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_console_start():2454] atexit reg
|
| 19 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2306] redirect: wrap_raw
|
| 20 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2371] Wrapping output streams.
|
| 21 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2394] Redirects installed.
|
| 22 |
+
2025-05-01 23:41:22,260 INFO MainThread:2003561 [wandb_init.py:init():1056] run started, returning control to user process
|
| 23 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_finish():2189] finishing run alelab/SAFE-SFT-v3/mnztzlue
|
| 24 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_atexit_cleanup():2419] got exitcode: 0
|
| 25 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_restore():2401] restore
|
| 26 |
+
2025-05-02 02:19:15,096 INFO MainThread:2003561 [wandb_run.py:_restore():2407] restore done
|
| 27 |
+
2025-05-02 02:19:15,788 INFO MainThread:2003561 [wandb_run.py:_footer_history_summary_info():4064] rendering history
|
| 28 |
+
2025-05-02 02:19:15,790 INFO MainThread:2003561 [wandb_run.py:_footer_history_summary_info():4096] rendering summary
|
| 29 |
+
2025-05-02 02:19:15,793 INFO MainThread:2003561 [wandb_run.py:_footer_sync_info():4025] logging synced files
|
wandb/run-20250501_234121-mnztzlue/files/config.yaml
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_wandb:
|
| 2 |
+
value:
|
| 3 |
+
cli_version: 0.19.9
|
| 4 |
+
m: []
|
| 5 |
+
python_version: 3.11.11
|
| 6 |
+
t:
|
| 7 |
+
"1":
|
| 8 |
+
- 1
|
| 9 |
+
- 11
|
| 10 |
+
- 49
|
| 11 |
+
- 51
|
| 12 |
+
- 55
|
| 13 |
+
- 71
|
| 14 |
+
- 98
|
| 15 |
+
"2":
|
| 16 |
+
- 1
|
| 17 |
+
- 11
|
| 18 |
+
- 49
|
| 19 |
+
- 51
|
| 20 |
+
- 55
|
| 21 |
+
- 71
|
| 22 |
+
- 98
|
| 23 |
+
"3":
|
| 24 |
+
- 2
|
| 25 |
+
- 13
|
| 26 |
+
- 16
|
| 27 |
+
- 23
|
| 28 |
+
- 55
|
| 29 |
+
- 61
|
| 30 |
+
"4": 3.11.11
|
| 31 |
+
"5": 0.19.9
|
| 32 |
+
"6": 4.49.0
|
| 33 |
+
"8":
|
| 34 |
+
- 5
|
| 35 |
+
"12": 0.19.9
|
| 36 |
+
"13": linux-x86_64
|
| 37 |
+
bf16:
|
| 38 |
+
value: false
|
| 39 |
+
cache_dir:
|
| 40 |
+
value: /home/panda/pda-llm/cache/sft-2000
|
| 41 |
+
deepscale:
|
| 42 |
+
value: false
|
| 43 |
+
deepscale_config:
|
| 44 |
+
value: null
|
| 45 |
+
deepspeed:
|
| 46 |
+
value: false
|
| 47 |
+
deepspeed_config:
|
| 48 |
+
value: null
|
| 49 |
+
device:
|
| 50 |
+
value: cuda:0
|
| 51 |
+
epochs:
|
| 52 |
+
value: 6
|
| 53 |
+
eval_datasets:
|
| 54 |
+
value: null
|
| 55 |
+
eval_interval:
|
| 56 |
+
value: 1000000
|
| 57 |
+
eval_split_ratio:
|
| 58 |
+
value: null
|
| 59 |
+
eval_strategy:
|
| 60 |
+
value: epoch
|
| 61 |
+
fp16:
|
| 62 |
+
value: true
|
| 63 |
+
global_rank:
|
| 64 |
+
value: 0
|
| 65 |
+
gradient_accumulation_steps:
|
| 66 |
+
value: 32
|
| 67 |
+
gradient_checkpointing:
|
| 68 |
+
value: true
|
| 69 |
+
local_rank:
|
| 70 |
+
value: 0
|
| 71 |
+
log_dir:
|
| 72 |
+
value: /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50
|
| 73 |
+
log_project:
|
| 74 |
+
value: SAFE-SFT-v3
|
| 75 |
+
log_run_name:
|
| 76 |
+
value: safe-sft-2025-05-01-23-41-21
|
| 77 |
+
log_type:
|
| 78 |
+
value: wandb
|
| 79 |
+
lora_alpha:
|
| 80 |
+
value: 16
|
| 81 |
+
lora_dropout:
|
| 82 |
+
value: 0.05
|
| 83 |
+
lora_r:
|
| 84 |
+
value: 4
|
| 85 |
+
lr:
|
| 86 |
+
value: 0.0001
|
| 87 |
+
lr_scheduler_type:
|
| 88 |
+
value: COSINE
|
| 89 |
+
lr_warmup_ratio:
|
| 90 |
+
value: 0.03
|
| 91 |
+
max_length:
|
| 92 |
+
value: 1024
|
| 93 |
+
model_name_or_path:
|
| 94 |
+
value: huggyllama/llama-7b
|
| 95 |
+
need_eval:
|
| 96 |
+
value: true
|
| 97 |
+
num_update_steps_per_epoch:
|
| 98 |
+
value: 86
|
| 99 |
+
offload:
|
| 100 |
+
value: none
|
| 101 |
+
output_dir:
|
| 102 |
+
value: /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50
|
| 103 |
+
per_device_eval_batch_size:
|
| 104 |
+
value: 4
|
| 105 |
+
per_device_train_batch_size:
|
| 106 |
+
value: 4
|
| 107 |
+
recompute_baseline:
|
| 108 |
+
value: false
|
| 109 |
+
resilient_coeff:
|
| 110 |
+
value: 1
|
| 111 |
+
safe_sft:
|
| 112 |
+
value: true
|
| 113 |
+
safety_ratio_tol:
|
| 114 |
+
value: 50
|
| 115 |
+
save_16bit:
|
| 116 |
+
value: false
|
| 117 |
+
save_interval:
|
| 118 |
+
value: 1000000
|
| 119 |
+
seed:
|
| 120 |
+
value: 42
|
| 121 |
+
tf32:
|
| 122 |
+
value: true
|
| 123 |
+
total_training_steps:
|
| 124 |
+
value: 516
|
| 125 |
+
train_datasets:
|
| 126 |
+
value:
|
| 127 |
+
- - SAFE-ALPACA/2000
|
| 128 |
+
- proportion: 1
|
| 129 |
+
trust_remote_code:
|
| 130 |
+
value: true
|
| 131 |
+
weight_decay:
|
| 132 |
+
value: 0
|
| 133 |
+
zero_stage:
|
| 134 |
+
value: 0
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_0_d4da849d7b84c3e060a1.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 0.0], [86, 0.0], [101, 0.0], [105, 0.0], [110, -0.125], [121, 0.0], [124, 0.0], [135, 0.0], [136, 0.0], [138, 0.0], [160, 0.0], [166, 0.25], [177, -0.125], [180, 0.0], [196, 0.0], [208, 0.125], [226, 0.0], [245, 0.0], [258, 0.125], [259, 0.0], [266, 0.0], [273, 0.0], [275, 0.0], [277, 0.0], [288, -0.125], [324, 0.0], [327, -0.125], [339, 0.0], [340, 0.125], [369, 0.0], [400, 0.0], [402, 0.0], [432, 0.0], [438, 0.0], [440, 0.0], [446, 0.0], [458, 0.0], [461, 0.0], [494, 0.0], [500, 0.0], [503, -0.125], [507, 0.0], [511, -0.25], [525, 0.0], [534, 0.25], [538, 0.0], [543, 0.0], [563, 0.25], [567, 0.125], [569, 0.0], [575, -0.25], [591, -0.125], [594, 0.125], [602, 0.0], [609, 0.0], [620, 0.0], [625, -0.125], [679, 0.0], [687, 0.0], [700, 0.0], [716, 0.125], [725, 0.0], [736, 0.0], [740, 0.0], [757, 0.0], [758, 0.0], [769, 0.0], [795, 0.0], [804, 0.0], [806, 0.0], [816, -0.125], [821, 0.0], [831, 0.0], [842, -0.125], [849, 0.0], [862, 0.0], [889, 0.125], [896, -0.125], [903, -0.125], [930, 0.0], [937, 0.0], [940, -0.25], [945, 0.0], [993, 0.0], [999, 0.0], [1014, 0.0], [1043, 0.0], [1045, 0.0], [1062, 0.125], [1064, -0.25], [1066, 0.25], [1069, -0.25], [1077, -0.125], [1082, 0.0], [1099, 0.0], [1100, 0.0], [1108, 0.0], [1122, 0.0], [1136, 0.0], [1143, -0.125], [1147, 0.0], [1151, 0.0], [1166, 0.0], [1172, 0.125], [1185, 0.0], [1186, 0.0], [1195, 0.125], [1196, 0.0], [1225, 0.0], [1232, 0.0], [1233, 0.0], [1239, 0.0], [1247, 0.0], [1280, 0.0], [1285, 0.0], [1286, 0.0], [1289, 0.0], [1304, 0.0], [1313, 0.0], [1324, 0.0], [1327, 0.0], [1329, 0.0], [1340, 0.0], [1350, -0.125], [1357, 0.125], [1392, 0.0], [1394, 0.0], [1415, 0.0], [1421, 0.0], [1435, -0.25], [1450, 0.0], [1488, 0.0], [1489, 0.0], [1509, 0.0], [1526, 0.0], [1530, 0.0], [1551, 0.0], [1557, 0.0], [1558, 0.0], [1565, 0.0], [1580, 0.0], [1583, 0.0], [1588, 0.0], [1660, 0.0], [1675, 0.0], [1684, 0.0], [1694, 0.25], [1696, -0.125], [1703, 0.0], [1705, 0.0], [1755, -0.125], [1762, 0.0], [1764, 0.0], [1788, 0.0], [1796, 0.0], [1811, 0.0], [1814, 0.0], [1830, 0.0], [1834, 0.0], [1836, 0.0], [1851, -0.125], [1852, -0.125], [1870, 0.0], [1871, 0.0], [1889, 0.0], [1898, -0.125], [1907, 0.0], [1914, 0.0], [1915, 0.0], [1916, 0.0], [1918, 0.0], [1925, 0.125], [1927, 0.0], [1928, -0.125], [1970, -0.125], [1995, 0.0], [2002, 0.0], [2016, -0.125], [2019, 0.0], [2020, 0.0], [2083, 0.0], [2120, -0.125], [2135, 0.0], [2146, 0.0], [2153, 0.25], [2195, -0.125], [2203, -0.125], [2226, 0.0], [2231, 0.0], [2253, 0.0], [2254, 0.0], [2269, 0.125], [2275, 0.0], [2290, 0.0], [2303, 0.0], [2311, 0.0], [2312, 0.0], [2347, 0.0], [2357, -0.125], [2368, 0.0], [2369, 0.125], [2376, 0.0], [2380, 0.125], [2414, 0.0], [2425, 0.125], [2454, 0.0], [2462, 0.0], [2481, 0.0], [2483, 0.0], [2485, -0.125], [2490, 0.0625], [2492, 0.0], [2499, 0.0], [2508, 0.0], [2523, 0.0], [2533, 0.0], [2544, 0.0], [2584, 0.0], [2591, -0.125], [2628, 0.0], [2630, 0.125], [2634, 0.0], [2662, 0.0], [2669, 0.0], [2686, 0.125], [2688, 0.125], [2711, 0.125], [2725, -0.125], [2731, -0.125], [2734, 0.0], [2738, 0.0], [2745, 0.0], [2769, 0.0], [2778, 0.125], [2786, 0.0], [2808, 0.0], [2818, -0.125], [2820, 0.0], [2822, 0.0], [2834, 0.0], [2843, 0.0], [2851, 0.0], [2866, 0.0], [2892, 0.0], [2922, -0.125], [2926, 0.0], [2935, 0.0], [2950, 0.0], [2960, 0.0], [2965, 0.0], [2970, 0.0], [2984, 0.25], [2988, 0.0], [2994, 0.0], [3006, 0.125], [3017, 0.0], [3020, 0.0], [3058, 0.0], [3061, 0.0], [3064, 0.0], [3073, 0.0], [3092, 0.0], [3108, 0.0], [3118, 0.0], [3138, 0.0], [3144, 0.0], [3149, 0.25], [3153, 0.125], [3154, 0.0], [3157, 0.0], [3165, 0.125], [3166, 0.0], [3171, -0.125], [3181, 0.0], [3196, 0.0], [3230, 0.0], [3233, 0.25], [3244, 0.0], [3265, 0.0], [3268, -0.125], [3283, 0.0], [3296, 0.125], [3298, 0.0], [3307, 0.0], [3321, 0.125], [3353, 0.0], [3362, 0.0], [3368, 0.0], [3375, 0.0], [3393, 0.125], [3395, 0.0], [3400, 0.25], [3401, 0.0], [3423, 0.0], [3429, -0.125], [3434, -0.125], [3447, 0.0], [3456, -0.125], [3479, 0.0], [3484, -0.25], [3574, -0.125], [3581, 0.0], [3587, -0.125], [3604, 0.0], [3629, 0.0], [3643, 0.125], [3648, 0.0], [3657, 0.0], [3662, -0.125], [3695, 0.0], [3697, 0.0], [3699, 0.0], [3703, 0.0], [3721, 0.0], [3732, 0.0], [3738, 0.0], [3746, 0.125], [3748, 0.0], [3750, 0.0], [3779, 0.0], [3786, 0.0], [3796, 0.0], [3805, 0.0], [3816, 0.0], [3845, -0.125], [3846, 0.0], [3864, 0.0], [3880, 0.0], [3892, 0.0], [3895, 0.0], [3902, 0.0], [3933, 0.0], [3938, 0.0], [3940, 0.0], [3954, 0.0], [3961, 0.0], [3974, 0.0], [3976, 0.0], [3980, 0.0], [3990, 0.0], [3997, 0.25], [3998, 0.25], [3999, 0.0], [4001, 0.0], [4005, 0.0], [4012, 0.0], [4014, -0.125], [4015, 0.0], [4023, -0.125], [4042, 0.0], [4047, 0.0], [4048, 0.125], [4091, 0.0], [4097, 0.0], [4106, 0.125], [4120, 0.0], [4125, -0.125], [4151, 0.0], [4161, 0.0], [4162, 0.0], [4163, 0.0], [4164, 0.125], [4185, 0.0], [4193, 0.0], [4195, 0.0], [4197, 0.0], [4198, 0.0], [4201, 0.0], [4206, 0.125], [4227, 0.0], [4240, 0.0], [4244, 0.0], [4246, 0.0], [4252, 0.0], [4267, 0.0], [4271, 0.0], [4275, 0.0], [4297, 0.125], [4307, 0.0], [4337, 0.0], [4352, 0.0], [4365, 0.0], [4380, 0.0], [4382, 0.0], [4399, 0.0], [4405, 0.125], [4415, 0.0], [4417, 0.0], [4436, 0.0], [4441, 0.0], [4453, 0.0], [4469, 0.125], [4474, 0.0], [4491, 0.0], [4500, 0.0], [4503, -0.125], [4517, 0.0], [4538, 0.0], [4588, 0.0], [4589, 0.0], [4602, 0.0], [4606, 0.0], [4631, 0.0], [4640, 0.0], [4649, 0.0], [4651, 0.0], [4665, 0.0], [4690, 0.0], [4703, 0.0], [4706, 0.125], [4724, 0.0], [4750, 0.0], [4752, -0.25], [4763, -0.125], [4773, 0.0], [4778, -0.125], [4789, 0.125], [4804, 0.0], [4809, 0.0], [4813, -0.125], [4822, 0.0], [4839, 0.0], [4841, -0.125], [4858, -0.125], [4878, 0.0], [4899, 0.0], [4916, 0.0], [4923, 0.0], [4929, -0.125], [4954, 0.125], [4955, -0.125], [4971, 0.0], [4985, 0.0], [4999, 0.0], [5000, -0.125], [5003, 0.0], [5006, 0.0], [5017, 0.0], [5021, 0.0], [5043, 0.0], [5055, 0.0], [5062, 0.0], [5064, 0.0], [5074, 0.0], [5075, -0.25], [5081, 0.0], [5101, 0.0], [5103, 0.125], [5119, -0.25], [5137, 0.0], [5138, 0.0], [5142, 0.0], [5151, 0.0], [5152, 0.0], [5164, 0.0], [5207, 0.0], [5209, 0.0], [5226, 0.0], [5229, 0.0], [5235, 0.0], [5246, 0.0625], [5256, 0.0], [5265, 0.0], [5274, 0.0], [5279, 0.0], [5284, -0.125], [5303, -0.125], [5311, 0.0], [5319, 0.0], [5320, 0.0], [5322, 0.0], [5325, 0.0], [5357, -0.125], [5374, -0.125], [5375, 0.0], [5380, -0.125], [5384, 0.0], [5389, 0.0], [5390, 0.0], [5394, 0.125], [5409, -0.125], [5410, 0.0], [5420, 0.0], [5421, 0.0], [5428, 0.0], [5431, 0.0], [5450, 0.125], [5465, -0.125], [5472, 0.0], [5484, 0.0], [5486, 0.0], [5487, 0.0], [5489, 0.125], [5524, 0.0], [5541, 0.0], [5542, 0.0], [5568, 0.0], [5586, 0.0], [5589, 0.0], [5594, 0.0], [5598, 0.125], [5615, 0.0], [5617, 0.25], [5653, 0.0], [5655, 0.0], [5676, 0.0], [5704, 0.125], [5709, 0.125], [5711, -0.125], [5751, 0.0], [5767, 0.0], [5777, 0.0], [5783, 0.0], [5786, 0.0], [5825, 0.0], [5831, 0.0], [5841, 0.125], [5851, -0.125], [5853, 0.0], [5859, 0.0], [5865, 0.0], [5930, 0.0], [5983, 0.0], [6001, 0.0], [6010, 0.25], [6016, 0.0], [6017, 0.0], [6019, 0.0], [6025, 0.25], [6028, 0.0], [6029, -0.125], [6035, 0.0], [6037, 0.125], [6077, 0.0], [6083, 0.0], [6094, 0.0], [6107, 0.0], [6126, 0.125], [6136, -0.25], [6152, 0.0], [6194, 0.0], [6202, 0.0], [6203, 0.0], [6210, 0.0], [6211, 0.0], [6219, 0.0], [6296, 0.0], [6305, 0.0], [6326, -0.25], [6337, -0.125], [6349, 0.0], [6360, 0.0], [6375, 0.0], [6378, 0.0], [6400, 0.0], [6412, 0.0], [6434, 0.0], [6469, 0.0], [6471, 0.0], [6480, 0.0], [6490, -0.125], [6508, 0.0], [6543, 0.0], [6547, 0.0], [6561, -0.25], [6576, 0.0], [6589, 0.0], [6600, 0.0], [6604, 0.0], [6613, 0.0], [6621, 0.0], [6625, 0.0], [6626, 0.0], [6636, -0.125], [6645, -0.125], [6684, 0.0], [6688, 0.0], [6689, 0.0], [6705, 0.0], [6720, 0.0], [6736, 0.0], [6749, 0.0], [6752, 0.0], [6760, 0.125], [6769, 0.0], [6771, -0.125], [6778, 0.0], [6786, 0.0], [6789, 0.0], [6803, -0.125], [6861, -0.25], [6866, 0.0], [6869, 0.125], [6872, -0.125], [6877, -0.125], [6884, -0.125], [6888, 0.0], [6889, 0.0], [6898, 0.0], [6993, 0.0], [7011, 0.125], [7013, -0.125], [7016, 0.0], [7027, -0.125], [7035, -0.125], [7045, -0.125], [7046, 0.0], [7049, 0.0], [7068, 0.0], [7072, 0.0], [7085, 0.0], [7090, 0.0], [7097, 0.125], [7101, 0.0], [7102, 0.0], [7109, 0.0], [7132, -0.125], [7139, -0.125], [7141, 0.0], [7144, 0.0], [7152, 0.0], [7167, 0.0], [7170, 0.0], [7185, 0.0], [7186, -0.125], [7202, 0.125], [7207, 0.0], [7211, 0.0], [7227, 0.0], [7236, 0.0], [7250, -0.125], [7257, 0.125], [7274, 0.0], [7278, 0.0], [7280, 0.0], [7281, 0.0], [7290, 0.0], [7298, -0.125], [7299, -0.25], [7302, -0.125], [7306, 0.125], [7318, 0.125], [7321, 0.125], [7330, 0.0], [7334, -0.125], [7336, 0.0], [7341, 0.0], [7344, 0.0], [7347, -0.125], [7361, 0.0], [7369, 0.0], [7397, 0.0], [7408, 0.0], [7427, -0.125], [7430, 0.0], [7439, 0.0], [7453, 0.0], [7473, 0.25], [7478, -0.125], [7488, 0.0], [7503, 0.0], [7518, 0.0], [7544, 0.0], [7552, 0.125], [7576, -0.125], [7577, 0.0], [7597, 0.0], [7605, 0.0], [7616, 0.0], [7620, 0.0], [7656, 0.0], [7659, 0.0], [7681, 0.0], [7692, 0.0], [7710, 0.0], [7713, 0.0], [7722, 0.0], [7723, 0.125], [7742, -0.125], [7743, 0.0], [7750, 0.0], [7790, 0.0], [7801, 0.0], [7811, 0.0], [7815, 0.0], [7843, 0.0], [7844, 0.0], [7857, 0.0], [7868, 0.0], [7877, 0.0], [7887, 0.0], [7897, 0.0], [7902, 0.0], [7910, 0.0], [7912, 0.0], [7918, 0.0], [7933, -0.125], [7936, 0.0], [7951, 0.0], [7953, 0.0], [7957, 0.0], [7962, -0.125], [7971, 0.0], [7974, 0.0], [7991, 0.0], [8000, 0.0], [8008, 0.0], [8018, 0.0], [8024, 0.0], [8047, 0.0], [8060, -0.25], [8077, 0.0], [8086, 0.0], [8104, 0.0], [8118, 0.125], [8133, 0.0], [8138, 0.0], [8145, 0.0], [8150, 0.0], [8168, 0.0], [8170, 0.0], [8173, 0.0], [8175, 0.0], [8194, 0.0], [8211, 0.0], [8253, 0.0], [8262, 0.0], [8263, 0.0], [8265, 0.0], [8268, 0.0], [8271, 0.0], [8272, 0.0], [8273, 0.0], [8277, 0.0], [8292, 0.0], [8344, 0.125], [8346, 0.0], [8350, 0.0], [8364, 0.0], [8369, 0.0], [8370, -0.125], [8385, 0.0], [8389, 0.0], [8421, 0.0], [8442, 0.0], [8453, 0.0], [8458, 0.125], [8466, 0.0], [8478, 0.0], [8483, 0.0], [8487, 0.0], [8501, -0.125], [8505, -0.125], [8509, 0.125], [8534, 0.0], [8539, 0.125], [8556, 0.125], [8566, -0.125], [8577, -0.125], [8583, 0.0], [8600, 0.0], [8615, 0.0], [8624, 0.0], [8630, 0.0], [8645, 0.0], [8658, 0.125], [8660, 0.0], [8667, -0.125], [8672, 0.0], [8676, -0.125], [8687, 0.0], [8689, 0.0], [8692, 0.0], [8697, -0.125], [8699, 0.0], [8707, 0.0], [8722, 0.0], [8726, 0.0], [8727, 0.0], [8736, 0.0], [8737, -0.125], [8752, -0.125], [8760, 0.125], [8776, 0.0], [8793, 0.125], [8794, 0.0], [8797, 0.0], [8806, 0.0], [8812, 0.0], [8820, 0.0], [8830, 0.0], [8852, 0.0], [8877, -0.125], [8885, 0.0], [8891, 0.0], [8929, 0.0], [8936, 0.0], [8938, 0.0], [8954, -0.125], [8967, 0.0], [8975, 0.125], [8985, 0.0], [8989, 0.125], [8999, 0.0], [9002, 0.0], [9014, -0.25], [9025, 0.0], [9034, 0.0], [9052, 0.0], [9059, 0.0], [9063, 0.0], [9084, 0.0], [9086, -0.125], [9088, 0.0], [9123, 0.0], [9130, 0.0], [9144, 0.0], [9167, 0.0], [9182, 0.0], [9184, 0.0], [9198, 0.0], [9218, 0.0], [9231, 0.0], [9237, 0.0], [9239, 0.0], [9244, 0.0], [9256, 0.0], [9257, -0.125], [9261, 0.0], [9267, 0.0], [9269, 0.0], [9297, 0.0], [9300, -0.125], [9305, 0.0], [9327, 0.0], [9337, 0.0], [9340, 0.125], [9341, -0.125], [9355, 0.0], [9360, 0.125], [9366, 0.0], [9369, 0.0], [9377, 0.125], [9380, 0.0], [9381, -0.25], [9385, 0.0], [9403, 0.0], [9406, 0.0], [9409, 0.0], [9419, 0.125], [9420, 0.125], [9423, 0.0], [9447, 0.0], [9450, 0.0], [9467, 0.0], [9475, 0.0], [9485, 0.0], [9502, 0.0], [9504, 0.0], [9518, 0.0], [9523, 0.0], [9536, 0.0], [9559, 0.0], [9563, -0.125], [9576, 0.0], [9594, 0.0], [9611, 0.0], [9613, 0.0], [9621, 0.0], [9633, 0.0], [9655, 0.0], [9658, -0.125], [9667, 0.0], [9672, 0.0], [9681, 0.0], [9684, 0.0], [9687, -0.125], [9688, 0.0], [9693, 0.125], [9698, -0.125], [9702, -0.125], [9713, 0.0], [9716, 0.0], [9721, 0.0], [9726, 0.0], [9736, 0.0], [9762, 0.125], [9772, 0.0], [9776, 0.0], [9781, -0.125], [9783, -0.25], [9809, 0.0], [9833, 0.0], [9837, -0.125], [9853, 0.0], [9856, 0.125], [9857, -0.125], [9863, 0.0], [9872, 0.125], [9894, 0.0], [9899, 0.0], [9919, 0.0], [9936, 0.0], [9947, 0.0], [9949, 0.0], [9952, 0.0], [9958, 0.0], [9979, 0.0], [9998, 0.0], [10005, 0.0], [10015, 0.0], [10053, 0.0], [10096, 0.0], [10108, 0.0], [10114, 0.0], [10122, 0.0], [10126, 0.0], [10145, 0.0], [10159, 0.0], [10166, 0.0], [10181, 0.0], [10184, 0.0], [10190, 0.0], [10197, 0.0], [10217, 0.125], [10218, -0.25], [10219, -0.125], [10224, 0.0], [10234, -0.125], [10244, 0.0], [10258, 0.0], [10330, 0.0], [10340, 0.125], [10352, 0.0], [10367, 0.0], [10372, 0.0], [10376, -0.125], [10377, 0.0], [10390, 0.0], [10419, -0.125], [10422, -0.125], [10434, 0.125], [10439, 0.0], [10445, -0.125], [10448, 0.25], [10471, -0.125], [10493, 0.0], [10500, 0.0], [10517, 0.0], [10527, 0.0], [10561, 0.0], [10569, 0.0], [10576, 0.0], [10577, 0.0], [10598, 0.0], [10609, 0.0], [10635, 0.0], [10637, -0.125], [10640, -0.125], [10654, 0.0], [10660, 0.0], [10662, 0.0], [10664, -0.125], [10667, -0.25], [10668, 0.0], [10672, 0.0], [10679, 0.0], [10687, 0.0], [10690, -0.125], [10692, 0.0], [10693, 0.25], [10699, 0.0], [10710, 0.0], [10715, 0.0], [10719, 0.0], [10730, 0.0], [10735, 0.0], [10742, 0.0], [10746, 0.0], [10750, 0.0], [10753, 0.0], [10754, 0.0], [10758, 0.0], [10766, -0.125], [10768, -0.125], [10773, 0.0], [10780, 0.0], [10785, 0.0], [10789, 0.125], [10798, -0.125], [10817, 0.0], [10821, 0.0], [10822, 0.0], [10862, 0.0], [10863, 0.125], [10866, -0.125], [10889, 0.0], [10924, 0.0], [10944, 0.0], [10955, 0.0], [10966, 0.0], [10969, 0.0], [10978, 0.0], [10979, -0.25], [10987, 0.125], [10999, 0.0], [11025, 0.0], [11026, 0.25], [11031, -0.125], [11034, 0.0], [11048, 0.0], [11050, -0.125], [11053, 0.0], [11055, 0.0], [11056, 0.0], [11057, -0.125], [11067, 0.0], [11069, 0.0], [11072, 0.0], [11074, 0.0], [11085, 0.25], [11111, 0.0], [11112, 0.0], [11123, -0.125], [11149, -0.125], [11185, -0.125], [11221, 0.0], [11250, -0.125], [11266, 0.0], [11279, 0.0], [11280, 0.0], [11312, 0.0], [11320, 0.0], [11327, 0.0], [11331, -0.125], [11351, 0.0], [11359, 0.0], [11360, 0.0], [11362, 0.0], [11386, 0.0], [11391, 0.0], [11393, 0.0], [11428, -0.125], [11436, 0.0], [11446, 0.0], [11460, 0.0], [11462, -0.125], [11465, 0.0], [11478, 0.0], [11495, 0.0], [11497, 0.0], [11500, 0.125], [11522, 0.0], [11523, 0.0], [11526, 0.0], [11533, 0.0], [11539, 0.125], [11540, -0.25], [11543, 0.0], [11548, 0.0], [11570, 0.0], [11572, 0.0], [11584, 0.0], [11597, 0.0], [11605, -0.125], [11622, 0.0], [11637, 0.0], [11650, 0.0], [11657, 0.0], [11665, -0.25], [11668, 0.0], [11686, -0.125], [11720, 0.0], [11721, -0.125], [11741, 0.0], [11755, 0.0], [11756, 0.0], [11764, 0.0], [11819, 0.0], [11828, -0.125], [11842, 0.0], [11861, 0.0], [11871, 0.0], [11880, 0.0], [11903, 0.0], [11905, 0.0], [11939, 0.0], [11940, 0.0], [11941, 0.0], [11963, 0.0], [11964, -0.25], [11970, 0.0], [11983, 0.0], [11992, 0.0], [12020, -0.25], [12042, 0.0], [12051, -0.125], [12069, -0.125], [12075, 0.0], [12102, 0.0], [12106, 0.125], [12150, -0.125], [12158, 0.0], [12161, 0.0], [12164, -0.125], [12165, 0.0], [12172, 0.0], [12181, 0.0], [12192, 0.0], [12193, 0.0], [12205, 0.0], [12207, -0.125], [12214, 0.0], [12219, 0.125], [12224, 0.0], [12225, 0.0], [12229, 0.0], [12237, 0.125], [12238, 0.125], [12253, -0.125], [12257, 0.0], [12259, 0.0], [12262, 0.0], [12266, 0.0], [12300, 0.125], [12309, 0.0], [12344, -0.125], [12351, 0.125], [12352, -0.125], [12354, 0.0], [12357, 0.0], [12359, -0.125], [12361, 0.0], [12362, 0.0], [12370, 0.0625], [12384, 0.0], [12397, 0.0], [12411, 0.0], [12428, 0.0], [12436, 0.0], [12455, 0.0], [12467, 0.0], [12481, 0.0], [12482, 0.0], [12499, 0.0], [12505, 0.0], [12527, 0.0], [12546, -0.125], [12559, 0.0], [12578, -0.25], [12583, 0.25], [12584, 0.125], [12601, -0.125], [12609, 0.0], [12610, 0.0], [12614, 0.0], [12620, 0.0], [12626, 0.0], [12647, -0.125], [12669, 0.0], [12676, -0.125], [12700, -0.125], [12703, -0.125], [12706, 0.0], [12711, 0.0], [12716, 0.0], [12739, 0.0], [12766, -0.125], [12779, 0.0], [12812, 0.0], [12820, 0.0], [12823, 0.0], [12826, 0.0], [12857, 0.125], [12866, 0.0], [12893, 0.0], [12907, 0.0], [12940, 0.0], [12944, 0.0], [12946, 0.0], [12954, 0.0], [12958, 0.0], [12960, 0.0], [12972, 0.0], [13005, 0.0], [13008, 0.0], [13019, -0.125], [13022, 0.0], [13041, 0.0], [13044, 0.0], [13048, 0.0], [13060, 0.0], [13066, 0.0], [13069, 0.0], [13081, 0.125], [13086, 0.0], [13091, 0.0], [13098, 0.0], [13100, 0.0], [13104, 0.0], [13112, 0.0], [13127, 0.0], [13136, 0.0], [13154, 0.0], [13162, 0.0], [13195, 0.0], [13214, 0.0], [13225, 0.0], [13233, 0.25], [13244, 0.0], [13253, 0.0], [13259, 0.0], [13268, -0.125], [13270, 0.0], [13273, 0.0], [13290, 0.0], [13300, 0.0], [13305, 0.0], [13312, 0.0], [13353, -0.25], [13357, -0.125], [13359, 0.0], [13386, 0.0], [13390, 0.0], [13425, 0.0], [13426, -0.125], [13437, 0.0], [13449, 0.0], [13455, 0.0], [13468, 0.0], [13471, 0.0], [13494, 0.0], [13495, 0.0], [13496, 0.0], [13515, 0.125], [13517, 0.0], [13526, 0.0], [13546, 0.0625], [13567, 0.0], [13575, 0.0], [13583, 0.0], [13586, -0.125], [13594, 0.0], [13596, -0.125], [13598, 0.0], [13613, 0.0], [13616, 0.25], [13633, 0.0], [13639, -0.125], [13654, 0.0], [13671, 0.0], [13693, 0.0], [13697, 0.0], [13706, 0.0], [13723, 0.0], [13730, 0.0], [13735, 0.125], [13751, -0.125], [13765, 0.125], [13775, -0.125], [13789, 0.0], [13790, 0.0], [13792, -0.25], [13814, 0.0], [13821, 0.0], [13823, 0.0], [13838, 0.0], [13843, 0.0], [13866, 0.0], [13868, 0.0], [13870, 0.0], [13874, 0.0], [13887, 0.0], [13891, 0.0], [13895, 0.0], [13901, -0.125], [13931, 0.0], [13950, 0.0], [13952, 0.0], [13957, -0.125], [13964, 0.0], [13968, 0.0], [13970, 0.0], [13974, 0.0], [13976, 0.125], [13978, -0.125], [14000, -0.125], [14004, -0.125], [14005, 0.0], [14006, 0.0], [14017, 0.0], [14030, 0.0], [14037, 0.0], [14054, 0.0], [14068, -0.125], [14080, 0.0], [14083, -0.125], [14084, 0.0], [14092, 0.0], [14103, 0.0], [14109, 0.0], [14132, 0.0], [14157, 0.0], [14165, 0.0], [14172, 0.0], [14180, 0.0], [14203, 0.0], [14207, 0.0], [14210, 0.0], [14248, 0.0], [14260, 0.0], [14273, 0.125], [14279, 0.0], [14282, 0.0], [14283, 0.0], [14285, 0.0], [14291, 0.0], [14294, 0.0], [14304, 0.25], [14312, 0.0], [14319, -0.125], [14326, 0.0], [14358, -0.125], [14373, -0.125], [14380, 0.0], [14385, 0.0], [14417, 0.125], [14421, 0.0], [14424, 0.0], [14429, -0.125], [14433, 0.0], [14441, 0.0], [14456, 0.0], [14458, 0.0], [14475, 0.0], [14524, 0.0], [14531, 0.0], [14532, -0.125], [14551, 0.0], [14556, 0.0], [14566, 0.0], [14567, 0.0], [14574, -0.25], [14576, 0.0], [14597, 0.0], [14603, 0.0], [14622, 0.0], [14664, -0.25], [14665, 0.0], [14668, -0.125], [14670, 0.0], [14671, 0.0], [14676, 0.0], [14682, 0.0], [14686, 0.0], [14688, 0.125], [14694, 0.0], [14701, 0.0], [14717, 0.0], [14743, 0.125], [14744, 0.0], [14750, 0.0], [14764, 0.125], [14770, 0.125], [14779, 0.0], [14784, 0.0], [14787, -0.125], [14803, 0.0], [14805, 0.125], [14808, 0.0], [14821, 0.0], [14823, 0.0], [14825, 0.0], [14831, 0.0], [14833, 0.0], [14851, 0.0], [14866, 0.0], [14899, 0.125], [14901, 0.0], [14911, 0.125], [14914, -0.125], [14921, 0.0], [14944, 0.0], [14947, 0.0], [14949, -0.25], [14951, 0.25], [14953, 0.0], [14959, -0.25], [14962, 0.0], [14970, 0.0], [14974, 0.0], [14997, 0.0], [15000, 0.0], [15001, 0.0], [15003, 0.0], [15006, 0.125], [15019, 0.0], [15024, 0.0], [15028, 0.0], [15032, -0.125], [15045, 0.0], [15054, 0.0], [15069, 0.0], [15070, 0.0], [15095, 0.125], [15118, 0.0], [15133, 0.0], [15142, 0.0], [15143, 0.0], [15164, 0.0], [15172, 0.5], [15182, 0.0], [15185, -0.125], [15197, 0.125], [15204, 0.0], [15214, 0.0], [15236, 0.0], [15242, 0.0], [15247, 0.0], [15251, 0.0], [15257, 0.0], [15316, 0.0], [15334, 0.0], [15336, 0.0], [15344, 0.0], [15366, 0.0], [15373, 0.0], [15380, 0.0], [15382, 0.0], [15412, 0.0], [15416, 0.0], [15434, 0.0], [15436, 0.0], [15441, -0.125], [15444, 0.0], [15457, 0.0], [15465, 0.0], [15475, 0.0], [15496, 0.125], [15500, 0.0], [15522, -0.125], [15529, 0.0], [15531, 0.0], [15562, 0.0], [15565, 0.0], [15569, 0.0], [15576, 0.0], [15594, -0.125], [15597, 0.0], [15614, 0.25], [15627, 0.0], [15640, 0.125], [15664, 0.0], [15667, 0.0], [15679, 0.0], [15680, -0.125], [15698, 0.0], [15730, 0.0], [15731, 0.125], [15745, 0.0], [15759, 0.0], [15766, 0.0], [15791, 0.0], [15801, 0.0], [15808, 0.0], [15822, 0.0], [15834, -0.25], [15838, -0.125], [15844, 0.0], [15850, 0.0], [15862, 0.0], [15872, -0.125], [15887, -0.25], [15931, 0.0], [15942, 0.125], [15945, 0.125], [15955, 0.0], [16000, 0.0], [16042, 0.0], [16043, 0.0], [16060, -0.125], [16063, 0.0], [16073, 0.0], [16076, 0.0], [16078, 0.0], [16140, 0.0], [16164, 0.0], [16165, 0.0], [16169, 0.0], [16210, 0.0], [16225, -0.125], [16262, 0.0], [16269, 0.0], [16277, 0.0], [16282, 0.0], [16295, 0.0], [16312, 0.125], [16316, 0.125], [16328, 0.0], [16346, 0.0], [16389, 0.0], [16434, 0.0], [16472, -0.25], [16474, 0.0], [16489, 0.0], [16502, -0.25], [16531, 0.0], [16532, 0.0], [16539, 0.0], [16541, 0.0], [16571, 0.0], [16572, 0.0], [16580, 0.0], [16582, 0.0], [16598, 0.0], [16605, -0.125], [16606, 0.0], [16619, 0.0], [16643, 0.0], [16657, 0.0], [16659, 0.0], [16671, 0.0], [16737, 0.0], [16743, 0.0], [16759, 0.0], [16765, -0.125], [16768, -0.25], [16769, 0.0], [16773, -0.125], [16777, 0.125], [16790, 0.0], [16804, 0.0], [16831, -0.125], [16851, 0.0], [16854, 0.0], [16868, 0.125], [16882, 0.0], [16891, 0.0], [16919, -0.125], [16937, 0.0], [16938, -0.125], [16941, 0.0], [16965, 0.0], [16977, 0.0], [16982, 0.0], [16987, -0.125], [17002, 0.0], [17018, 0.0], [17020, 0.0], [17030, 0.0], [17044, -0.125], [17049, 0.0], [17077, 0.0], [17101, 0.0], [17115, 0.0], [17135, 0.125], [17154, 0.0], [17160, 0.0], [17171, 0.0], [17172, -0.125], [17193, 0.0], [17216, 0.0], [17229, 0.0], [17251, 0.0], [17278, 0.0], [17279, 0.125], [17322, -0.25], [17325, 0.0], [17346, 0.25], [17364, 0.0], [17392, 0.25], [17394, 0.0], [17395, 0.0], [17397, -0.125], [17403, 0.0], [17405, 0.0], [17408, 0.0], [17420, -0.125], [17431, 0.0], [17443, 0.0], [17447, 0.0], [17463, 0.0], [17482, 0.125], [17509, 0.125], [17527, 0.0], [17536, 0.0], [17540, 0.0], [17551, 0.0], [17552, 0.0], [17553, 0.125], [17554, 0.0], [17563, 0.0], [17564, 0.125], [17574, 0.0], [17577, 0.0], [17589, -0.125], [17610, 0.0], [17618, 0.125], [17637, 0.0], [17650, 0.0], [17661, 0.0], [17664, -0.125], [17668, 0.0], [17687, -0.25], [17723, 0.0], [17745, 0.0], [17755, 0.0], [17756, 0.25], [17757, 0.0], [17766, 0.0], [17777, -0.125], [17780, 0.125], [17794, 0.0], [17795, 0.0], [17805, 0.0], [17824, 0.0], [17854, 0.25], [17860, 0.0], [17870, 0.0], [17874, 0.0], [17893, 0.125], [17899, 0.0], [17912, 0.0], [17922, 0.0], [17929, -0.125], [17933, 0.0], [17938, 0.0], [17963, 0.0], [17974, 0.0], [18006, 0.0], [18019, 0.0], [18030, 0.0], [18033, 0.0], [18040, 0.0], [18073, 0.0], [18086, 0.0], [18102, 0.0], [18129, 0.0], [18130, 0.125], [18132, 0.0], [18138, -0.25], [18164, 0.0], [18206, -0.125], [18218, -0.125], [18225, 0.125], [18242, 0.0], [18266, 0.0], [18275, 0.0], [18283, 0.0], [18285, 0.0], [18299, 0.0], [18318, -0.125], [18322, -0.125], [18335, 0.0], [18346, 0.0], [18352, 0.125], [18355, 0.0], [18358, -0.125], [18359, -0.125], [18380, 0.0], [18395, 0.0], [18400, 0.0], [18406, 0.0], [18418, 0.0], [18419, 0.0], [18424, 0.25], [18432, 0.0], [18433, -0.125], [18434, 0.0], [18442, 0.0], [18470, -0.125], [18472, 0.0], [18493, 0.0], [18499, 0.0], [18500, 0.0], [18502, 0.0], [18518, 0.0], [18524, 0.0], [18532, 0.0], [18564, 0.0], [18565, 0.125], [18568, -0.25], [18578, 0.125], [18588, 0.0], [18589, 0.0], [18603, 0.0], [18628, 0.125], [18641, 0.0], [18642, 0.0], [18651, 0.0], [18662, 0.0], [18663, 0.125], [18685, 0.0], [18718, 0.0], [18731, 0.0], [18735, -0.125], [18741, 0.0], [18759, 0.0], [18760, 0.125], [18780, 0.0], [18791, 0.0], [18815, 0.0], [18816, 0.0], [18840, 0.0], [18854, -0.125], [18867, -0.125], [18873, 0.0], [18884, 0.0], [18885, -0.125], [18890, -0.125], [18900, 0.0], [18907, 0.125], [18911, -0.125], [18914, 0.0], [18918, 0.0], [18924, 0.125], [18927, 0.0], [18934, 0.0], [18939, 0.0], [18940, 0.0], [18945, 0.0], [18947, 0.0], [18958, 0.0], [18972, 0.0], [18977, 0.0], [18987, 0.0], [19008, -0.125], [19009, 0.0], [19044, 0.0], [19051, 0.0], [19054, 0.0], [19070, 0.0], [19071, 0.0], [19072, 0.0], [19074, 0.125], [19078, 0.125], [19082, 0.0], [19090, 0.0], [19097, -0.25], [19110, 0.0], [19123, 0.0], [19139, 0.0], [19147, 0.0], [19160, 0.0], [19200, 0.0], [19216, 0.0], [19222, 0.0], [19262, 0.0], [19264, 0.0], [19273, 0.0], [19287, -0.125], [19290, 0.0], [19316, 0.0], [19342, 0.0], [19347, -0.125], [19363, 0.0], [19364, 0.0], [19378, 0.0], [19385, 0.0], [19386, 0.0], [19394, 0.0], [19396, 0.0], [19400, 0.0], [19401, -0.25], [19407, 0.0], [19416, 0.0], [19417, 0.0], [19422, 0.0], [19434, 0.125], [19437, 0.0], [19454, -0.125], [19459, 0.0], [19460, -0.125], [19476, 0.0], [19494, 0.0], [19497, 0.0], [19499, 0.125], [19500, 0.0], [19519, 0.0], [19536, 0.25], [19547, 0.0], [19552, 0.0], [19553, 0.0], [19554, 0.0], [19562, 0.0], [19592, 0.0], [19607, 0.0], [19612, 0.125], [19617, -0.125], [19645, 0.0], [19657, 0.0], [19671, 0.0], [19677, -0.125], [19682, 0.0], [19683, 0.0], [19696, 0.0], [19699, -0.125], [19710, -0.25], [19712, -0.125], [19718, 0.0], [19726, 0.0], [19727, 0.25], [19731, 0.0], [19740, 0.0], [19746, 0.0], [19753, 0.0], [19781, 0.0], [19806, 0.0], [19810, 0.0], [19811, 0.0], [19839, 0.0], [19852, 0.0], [19866, 0.0], [19872, -0.125], [19921, 0.0], [19928, 0.0], [19953, 0.0], [19966, 0.0], [19985, 0.0], [19988, 0.0], [19995, 0.0], [20003, 0.0], [20018, 0.0], [20035, 0.0], [20057, -0.125], [20066, 0.0], [20078, 0.0], [20082, 0.0], [20089, 0.0], [20110, 0.0], [20116, 0.0], [20131, 0.0], [20150, 0.0], [20152, 0.0], [20157, 0.0], [20160, 0.0], [20174, 0.0], [20187, -0.25], [20211, -0.125], [20222, 0.0], [20236, 0.0], [20237, 0.0], [20253, -0.25], [20258, 0.0], [20274, -0.125], [20297, 0.0], [20301, 0.0], [20306, 0.0], [20307, 0.0], [20316, 0.0], [20325, 0.0], [20350, 0.0], [20361, 0.0], [20369, -0.125], [20371, 0.125], [20382, 0.0], [20385, 0.0], [20386, -0.125], [20393, 0.0], [20402, 0.0], [20420, 0.0], [20442, 0.0], [20466, 0.0], [20468, 0.0], [20471, 0.0], [20487, 0.0], [20488, -0.125], [20490, 0.0], [20503, 0.0], [20506, 0.0], [20508, -0.125], [20520, 0.0], [20533, -0.125], [20537, 0.0], [20558, 0.0], [20568, 0.0], [20571, 0.0], [20576, 0.0], [20601, 0.0], [20603, 0.0], [20609, -0.125], [20644, 0.0], [20646, 0.0], [20652, 0.0], [20678, 0.0], [20723, 0.0], [20724, 0.0], [20728, 0.0], [20742, 0.0], [20744, 0.125], [20752, 0.0], [20764, 0.0], [20769, 0.0], [20778, 0.125], [20788, 0.0], [20789, 0.0], [20796, 0.0], [20797, 0.0], [20815, 0.0], [20853, 0.0], [20875, -0.125], [20884, 0.0], [20897, 0.0], [20932, 0.0], [20958, 0.125], [20969, 0.0], [20970, 0.0], [21017, 0.25], [21018, 0.0], [21026, 0.0], [21054, 0.0], [21062, 0.0], [21064, 0.125], [21073, 0.0], [21074, 0.0], [21125, 0.0], [21138, 0.0], [21145, 0.0], [21147, 0.0], [21170, 0.0], [21183, 0.0], [21184, 0.0], [21185, 0.0], [21206, -0.25], [21207, 0.0], [21210, 0.0], [21220, 0.125], [21229, 0.0], [21240, 0.0], [21245, 0.0], [21246, 0.0], [21248, -0.125], [21271, 0.0], [21276, 0.0], [21293, 0.0], [21294, 0.0], [21309, 0.0], [21331, 0.0], [21332, 0.0], [21333, 0.0], [21337, 0.125], [21341, 0.0], [21342, 0.0], [21344, 0.0], [21347, 0.0], [21361, 0.25], [21370, -0.25], [21418, 0.0], [21431, 0.0], [21446, 0.0], [21452, 0.0], [21507, 0.0], [21549, -0.125], [21557, 0.0], [21562, 0.0], [21565, 0.0], [21570, 0.0], [21575, 0.0], [21578, 0.0], [21593, 0.0], [21596, 0.0], [21600, 0.25], [21605, 0.0], [21610, 0.0], [21633, 0.0], [21635, 0.0], [21643, 0.0], [21656, -0.125], [21667, 0.0], [21671, 0.0], [21683, -0.125], [21694, 0.0], [21705, 0.25], [21706, 0.0], [21710, 0.0], [21723, 0.0], [21733, -0.125], [21762, 0.125], [21797, 0.0], [21803, -0.125], [21827, 0.0], [21830, 0.0], [21836, 0.0], [21837, 0.0], [21846, -0.125], [21855, 0.0], [21856, 0.0], [21859, -0.0625], [21884, -0.125], [21894, 0.0], [21895, 0.0], [21910, 0.0], [21952, 0.0], [21960, 0.0], [21965, 0.0], [21973, 0.0], [21984, -0.125], [21988, 0.0], [21997, 0.0], [21999, 0.0]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_11000_4b44a0422e47c01c400c.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 178.75], [86, 126.4375], [101, 128.875], [105, 110.25], [110, 95.4375], [121, 134.5], [124, 160.125], [135, 142.875], [136, 136.0], [138, 129.0], [160, 164.875], [166, 128.75], [177, 142.375], [180, 131.75], [196, 116.875], [208, 140.375], [226, 123.5], [245, 95.1875], [258, 115.0], [259, 177.25], [266, 154.75], [273, 127.5], [275, 126.75], [277, 136.5], [288, 125.8125], [324, 124.25], [327, 143.875], [339, 123.5], [340, 116.3125], [369, 107.9375], [400, 152.0], [402, 114.1875], [432, 148.125], [438, 123.8125], [440, 143.125], [446, 181.0], [458, 133.25], [461, 129.25], [494, 115.5], [500, 145.25], [503, 145.0], [507, 118.9375], [511, 157.375], [525, 141.5], [534, 144.25], [538, 104.5625], [543, 138.0], [563, 160.875], [567, 132.0], [569, 145.125], [575, 145.75], [591, 111.125], [594, 125.625], [602, 145.25], [609, 106.75], [620, 94.5625], [625, 125.4375], [679, 158.5], [687, 170.5], [700, 150.75], [716, 128.5], [725, 111.4375], [736, 134.75], [740, 152.0], [757, 170.5], [758, 109.0], [769, 138.5], [795, 152.5], [804, 105.75], [806, 84.0625], [816, 173.625], [821, 148.75], [831, 107.625], [842, 125.375], [849, 141.0], [862, 119.75], [889, 133.0], [896, 128.5], [903, 121.9375], [930, 104.3125], [937, 118.125], [940, 142.75], [945, 140.25], [993, 122.9375], [999, 68.8125], [1014, 136.75], [1043, 110.25], [1045, 148.125], [1062, 132.5], [1064, 139.5], [1066, 178.0], [1069, 130.25], [1077, 144.75], [1082, 142.375], [1099, 107.75], [1100, 108.375], [1108, 133.5], [1122, 125.6875], [1136, 121.5625], [1143, 139.875], [1147, 130.5], [1151, 163.75], [1166, 157.0], [1172, 121.5], [1185, 115.1875], [1186, 148.5], [1195, 134.0], [1196, 102.25], [1225, 174.25], [1232, 132.375], [1233, 129.75], [1239, 142.5], [1247, 125.1875], [1280, 154.25], [1285, 127.25], [1286, 163.5], [1289, 136.125], [1304, 152.0], [1313, 143.5], [1324, 161.0], [1327, 122.75], [1329, 130.25], [1340, 159.125], [1350, 108.5], [1357, 113.9375], [1392, 122.25], [1394, 140.5], [1415, 152.125], [1421, 128.5], [1435, 125.375], [1450, 125.9375], [1488, 149.75], [1489, 123.875], [1509, 89.125], [1526, 105.75], [1530, 124.375], [1551, 178.125], [1557, 135.25], [1558, 173.75], [1565, 139.125], [1580, 168.75], [1583, 117.375], [1588, 172.5], [1660, 176.75], [1675, 148.875], [1684, 142.5], [1694, 158.0], [1696, 133.5], [1703, 108.5625], [1705, 143.125], [1755, 124.0625], [1762, 142.75], [1764, 130.25], [1788, 166.375], [1796, 94.4375], [1811, 145.75], [1814, 178.75], [1830, 140.875], [1834, 90.625], [1836, 130.0], [1851, 100.8125], [1852, 149.5], [1870, 109.9375], [1871, 96.3125], [1889, 112.25], [1898, 129.75], [1907, 131.0], [1914, 147.25], [1915, 142.0], [1916, 132.5], [1918, 95.375], [1925, 85.5625], [1927, 189.25], [1928, 147.75], [1970, 159.0], [1995, 126.0], [2002, 118.0625], [2016, 167.75], [2019, 112.75], [2020, 122.125], [2083, 134.25], [2120, 154.375], [2135, 145.25], [2146, 123.4375], [2153, 151.25], [2195, 128.125], [2203, 135.25], [2226, 173.875], [2231, 88.625], [2253, 111.75], [2254, 126.1875], [2269, 97.25], [2275, 148.25], [2290, 147.0], [2303, 152.375], [2311, 155.125], [2312, 140.625], [2347, 121.25], [2357, 142.25], [2368, 156.0], [2369, 130.875], [2376, 197.5], [2380, 100.0625], [2414, 150.75], [2425, 106.25], [2454, 141.25], [2462, 152.25], [2481, 150.0], [2483, 133.125], [2485, 109.9375], [2490, 73.0], [2492, 140.75], [2499, 117.5], [2508, 118.1875], [2523, 126.4375], [2533, 125.125], [2544, 162.5], [2584, 171.0], [2591, 129.875], [2628, 133.75], [2630, 92.0], [2634, 110.125], [2662, 115.3125], [2669, 93.9375], [2686, 153.625], [2688, 123.375], [2711, 145.25], [2725, 136.125], [2731, 135.5], [2734, 140.0], [2738, 143.75], [2745, 72.25], [2769, 139.875], [2778, 106.25], [2786, 147.5], [2808, 207.875], [2818, 101.375], [2820, 133.75], [2822, 171.375], [2834, 176.125], [2843, 181.0], [2851, 166.75], [2866, 95.75], [2892, 134.25], [2922, 136.625], [2926, 152.25], [2935, 127.0], [2950, 128.5], [2960, 119.6875], [2965, 124.9375], [2970, 114.125], [2984, 173.375], [2988, 131.375], [2994, 160.875], [3006, 144.75], [3017, 135.25], [3020, 108.875], [3058, 132.0], [3061, 166.0], [3064, 141.5], [3073, 165.75], [3092, 115.5], [3108, 164.5], [3118, 129.75], [3138, 130.25], [3144, 167.25], [3149, 163.875], [3153, 124.8125], [3154, 129.75], [3157, 126.1875], [3165, 126.625], [3166, 130.0], [3171, 143.25], [3181, 176.75], [3196, 116.375], [3230, 134.125], [3233, 156.75], [3244, 174.0], [3265, 148.875], [3268, 134.75], [3283, 121.5], [3296, 89.25], [3298, 150.25], [3307, 161.25], [3321, 131.25], [3353, 92.25], [3362, 155.375], [3368, 124.3125], [3375, 139.0], [3393, 125.5], [3395, 145.75], [3400, 139.5], [3401, 120.875], [3423, 153.625], [3429, 105.0625], [3434, 100.75], [3447, 162.0], [3456, 126.6875], [3479, 133.0], [3484, 127.25], [3574, 144.375], [3581, 163.5], [3587, 94.0], [3604, 161.125], [3629, 113.5], [3643, 147.5], [3648, 137.375], [3657, 123.8125], [3662, 126.5625], [3695, 142.875], [3697, 127.3125], [3699, 116.4375], [3703, 147.375], [3721, 154.125], [3732, 115.8125], [3738, 174.125], [3746, 117.6875], [3748, 127.8125], [3750, 117.75], [3779, 161.25], [3786, 151.125], [3796, 137.125], [3805, 120.625], [3816, 149.875], [3845, 145.875], [3846, 104.9375], [3864, 150.0], [3880, 138.625], [3892, 158.25], [3895, 142.125], [3902, 153.75], [3933, 124.8125], [3938, 150.5], [3940, 148.0], [3954, 143.0], [3961, 157.0], [3974, 144.0], [3976, 104.4375], [3980, 125.75], [3990, 117.125], [3997, 138.5], [3998, 221.625], [3999, 113.75], [4001, 130.25], [4005, 143.75], [4012, 163.375], [4014, 128.5], [4015, 131.25], [4023, 140.25], [4042, 103.625], [4047, 120.5625], [4048, 117.25], [4091, 166.875], [4097, 152.25], [4106, 125.1875], [4120, 152.125], [4125, 111.5625], [4151, 115.6875], [4161, 159.25], [4162, 136.5], [4163, 126.0625], [4164, 90.5625], [4185, 117.8125], [4193, 115.25], [4195, 138.5], [4197, 110.0], [4198, 132.5], [4201, 127.5625], [4206, 159.5], [4227, 168.25], [4240, 133.125], [4244, 160.625], [4246, 107.875], [4252, 127.125], [4267, 97.0], [4271, 115.25], [4275, 111.25], [4297, 103.625], [4307, 148.75], [4337, 126.4375], [4352, 157.25], [4365, 118.1875], [4380, 135.375], [4382, 157.75], [4399, 113.75], [4405, 164.75], [4415, 153.75], [4417, 151.0], [4436, 118.6875], [4441, 167.125], [4453, 121.9375], [4469, 145.75], [4474, 80.0], [4491, 162.25], [4500, 118.375], [4503, 145.75], [4517, 125.25], [4538, 125.125], [4588, 172.5], [4589, 134.125], [4602, 142.0], [4606, 111.125], [4631, 159.25], [4640, 143.625], [4649, 126.5], [4651, 170.0], [4665, 124.875], [4690, 159.75], [4703, 136.5], [4706, 109.1875], [4724, 130.875], [4750, 127.3125], [4752, 143.0], [4763, 143.25], [4773, 116.625], [4778, 117.1875], [4789, 135.5], [4804, 121.875], [4809, 172.875], [4813, 148.5], [4822, 120.0], [4839, 120.625], [4841, 97.8125], [4858, 161.625], [4878, 151.75], [4899, 116.5], [4916, 141.25], [4923, 152.375], [4929, 131.5], [4954, 156.25], [4955, 130.5], [4971, 166.25], [4985, 140.25], [4999, 146.0], [5000, 147.875], [5003, 151.0], [5006, 130.0], [5017, 136.625], [5021, 114.75], [5043, 131.75], [5055, 159.75], [5062, 118.5625], [5064, 159.25], [5074, 156.25], [5075, 135.75], [5081, 136.625], [5101, 138.0], [5103, 100.875], [5119, 138.75], [5137, 128.375], [5138, 122.375], [5142, 98.0], [5151, 127.25], [5152, 102.5], [5164, 141.25], [5207, 148.0], [5209, 138.0], [5226, 179.5], [5229, 184.0], [5235, 165.0], [5246, 76.375], [5256, 115.625], [5265, 126.9375], [5274, 140.75], [5279, 120.5], [5284, 134.75], [5303, 129.75], [5311, 169.5], [5319, 137.125], [5320, 88.9375], [5322, 182.0], [5325, 148.25], [5357, 130.625], [5374, 126.3125], [5375, 133.75], [5380, 158.25], [5384, 159.0], [5389, 145.25], [5390, 121.0625], [5394, 142.25], [5409, 154.25], [5410, 160.0], [5420, 113.0625], [5421, 146.625], [5428, 93.625], [5431, 131.5], [5450, 112.75], [5465, 153.0], [5472, 119.9375], [5484, 103.125], [5486, 156.125], [5487, 162.25], [5489, 110.4375], [5524, 138.625], [5541, 132.875], [5542, 122.5625], [5568, 132.25], [5586, 152.5], [5589, 93.25], [5594, 109.8125], [5598, 130.625], [5615, 140.5], [5617, 153.75], [5653, 140.75], [5655, 119.9375], [5676, 138.5], [5704, 128.375], [5709, 129.75], [5711, 158.625], [5751, 145.875], [5767, 171.75], [5777, 123.6875], [5783, 146.125], [5786, 138.0], [5825, 130.125], [5831, 123.125], [5841, 142.0], [5851, 123.25], [5853, 123.0], [5859, 118.8125], [5865, 145.0], [5930, 136.875], [5983, 138.5], [6001, 131.75], [6010, 171.0], [6016, 143.375], [6017, 101.5], [6019, 157.25], [6025, 154.5], [6028, 151.25], [6029, 127.6875], [6035, 150.5], [6037, 123.0], [6077, 120.375], [6083, 116.4375], [6094, 128.0], [6107, 134.25], [6126, 133.375], [6136, 114.25], [6152, 122.0625], [6194, 156.5], [6202, 130.75], [6203, 105.75], [6210, 183.0], [6211, 113.375], [6219, 127.125], [6296, 158.0], [6305, 148.75], [6326, 146.25], [6337, 132.75], [6349, 140.25], [6360, 122.625], [6375, 170.625], [6378, 105.4375], [6400, 168.75], [6412, 134.5], [6434, 101.125], [6469, 186.5], [6471, 161.0], [6480, 134.5], [6490, 149.5], [6508, 110.6875], [6543, 156.75], [6547, 115.4375], [6561, 137.75], [6576, 153.625], [6589, 113.5], [6600, 150.0], [6604, 122.875], [6613, 135.5], [6621, 156.5], [6625, 127.0625], [6626, 178.75], [6636, 100.6875], [6645, 131.5], [6684, 147.0], [6688, 132.75], [6689, 105.875], [6705, 178.625], [6720, 159.25], [6736, 131.5], [6749, 124.0625], [6752, 99.25], [6760, 172.75], [6769, 124.6875], [6771, 164.25], [6778, 121.0625], [6786, 144.75], [6789, 136.875], [6803, 174.5], [6861, 114.5], [6866, 144.75], [6869, 126.0], [6872, 138.75], [6877, 155.5], [6884, 143.25], [6888, 159.0], [6889, 124.0625], [6898, 155.375], [6993, 130.75], [7011, 128.375], [7013, 123.3125], [7016, 130.5], [7027, 140.75], [7035, 131.25], [7045, 162.25], [7046, 147.0], [7049, 149.875], [7068, 156.625], [7072, 106.75], [7085, 72.5], [7090, 128.0], [7097, 122.6875], [7101, 124.625], [7102, 174.25], [7109, 108.9375], [7132, 131.875], [7139, 147.0], [7141, 157.75], [7144, 96.125], [7152, 131.75], [7167, 95.6875], [7170, 180.375], [7185, 119.25], [7186, 151.625], [7202, 157.75], [7207, 93.5], [7211, 148.25], [7227, 99.375], [7236, 90.5], [7250, 109.9375], [7257, 106.9375], [7274, 122.6875], [7278, 153.5], [7280, 105.625], [7281, 118.1875], [7290, 100.125], [7298, 107.3125], [7299, 141.5], [7302, 140.0], [7306, 72.375], [7318, 129.0], [7321, 157.0], [7330, 144.5], [7334, 122.0625], [7336, 148.5], [7341, 195.75], [7344, 130.0], [7347, 124.0625], [7361, 116.25], [7369, 158.75], [7397, 146.25], [7408, 143.375], [7427, 96.3125], [7430, 116.4375], [7439, 169.875], [7453, 125.0], [7473, 97.75], [7478, 155.5], [7488, 134.375], [7503, 136.125], [7518, 136.125], [7544, 150.25], [7552, 128.25], [7576, 123.375], [7577, 145.25], [7597, 140.625], [7605, 130.0], [7616, 150.875], [7620, 92.75], [7656, 153.25], [7659, 145.25], [7681, 104.0], [7692, 150.25], [7710, 108.3125], [7713, 104.9375], [7722, 148.75], [7723, 170.75], [7742, 126.25], [7743, 124.5], [7750, 114.125], [7790, 145.375], [7801, 81.25], [7811, 71.25], [7815, 152.625], [7843, 80.875], [7844, 162.25], [7857, 140.125], [7868, 106.0], [7877, 127.125], [7887, 127.6875], [7897, 142.25], [7902, 186.125], [7910, 113.5], [7912, 113.125], [7918, 161.0], [7933, 139.5], [7936, 168.625], [7951, 131.75], [7953, 143.0], [7957, 117.375], [7962, 134.5], [7971, 117.875], [7974, 106.0625], [7991, 155.75], [8000, 120.8125], [8008, 141.5], [8018, 135.75], [8024, 106.875], [8047, 88.1875], [8060, 105.25], [8077, 114.375], [8086, 137.75], [8104, 145.5], [8118, 123.6875], [8133, 126.25], [8138, 133.25], [8145, 151.5], [8150, 138.0], [8168, 183.25], [8170, 146.5], [8173, 145.75], [8175, 115.0625], [8194, 147.625], [8211, 99.8125], [8253, 131.75], [8262, 68.375], [8263, 157.875], [8265, 175.75], [8268, 155.125], [8271, 115.1875], [8272, 143.25], [8273, 100.125], [8277, 133.625], [8292, 134.5], [8344, 130.25], [8346, 129.25], [8350, 134.25], [8364, 157.5], [8369, 114.75], [8370, 120.1875], [8385, 164.125], [8389, 128.125], [8421, 109.0], [8442, 141.875], [8453, 139.125], [8458, 105.6875], [8466, 181.0], [8478, 166.5], [8483, 113.25], [8487, 110.125], [8501, 158.5], [8505, 133.375], [8509, 148.625], [8534, 96.125], [8539, 108.75], [8556, 139.375], [8566, 99.5], [8577, 129.5], [8583, 102.0], [8600, 159.875], [8615, 134.5], [8624, 175.625], [8630, 117.5], [8645, 135.5], [8658, 137.875], [8660, 126.75], [8667, 127.25], [8672, 135.375], [8676, 147.25], [8687, 156.875], [8689, 128.75], [8692, 146.125], [8697, 109.8125], [8699, 143.625], [8707, 164.625], [8722, 135.25], [8726, 177.875], [8727, 159.75], [8736, 121.875], [8737, 130.5], [8752, 138.125], [8760, 129.25], [8776, 162.75], [8793, 103.0], [8794, 90.25], [8797, 150.75], [8806, 144.5], [8812, 120.5], [8820, 167.875], [8830, 144.875], [8852, 122.9375], [8877, 128.25], [8885, 183.5], [8891, 123.3125], [8929, 163.375], [8936, 120.4375], [8938, 154.25], [8954, 151.75], [8967, 79.125], [8975, 157.0], [8985, 111.375], [8989, 147.125], [8999, 128.375], [9002, 130.5], [9014, 144.625], [9025, 122.875], [9034, 101.5625], [9052, 144.125], [9059, 120.3125], [9063, 111.75], [9084, 137.125], [9086, 98.25], [9088, 154.125], [9123, 165.25], [9130, 132.25], [9144, 133.0], [9167, 143.0], [9182, 141.75], [9184, 119.0625], [9198, 137.25], [9218, 136.25], [9231, 109.4375], [9237, 128.75], [9239, 117.625], [9244, 147.75], [9256, 130.5], [9257, 122.9375], [9261, 156.75], [9267, 152.625], [9269, 124.25], [9297, 155.875], [9300, 117.0625], [9305, 158.375], [9327, 143.25], [9337, 161.25], [9340, 128.375], [9341, 119.75], [9355, 138.625], [9360, 103.1875], [9366, 105.9375], [9369, 147.25], [9377, 123.4375], [9380, 147.625], [9381, 138.75], [9385, 128.0], [9403, 177.875], [9406, 134.375], [9409, 119.625], [9419, 108.75], [9420, 125.75], [9423, 130.5], [9447, 154.75], [9450, 149.75], [9467, 122.0], [9475, 148.875], [9485, 145.5], [9502, 127.4375], [9504, 107.0625], [9518, 154.25], [9523, 145.625], [9536, 95.0], [9559, 109.25], [9563, 158.0], [9576, 147.5], [9594, 120.375], [9611, 104.0], [9613, 159.5], [9621, 147.5], [9633, 126.6875], [9655, 103.5], [9658, 131.75], [9667, 133.75], [9672, 138.75], [9681, 132.0], [9684, 123.0], [9687, 125.25], [9688, 142.25], [9693, 113.25], [9698, 125.75], [9702, 138.75], [9713, 132.875], [9716, 136.625], [9721, 137.25], [9726, 112.875], [9736, 167.5], [9762, 136.0], [9772, 155.625], [9776, 154.125], [9781, 142.25], [9783, 163.875], [9809, 143.25], [9833, 125.125], [9837, 140.25], [9853, 140.75], [9856, 116.8125], [9857, 125.9375], [9863, 173.375], [9872, 116.625], [9894, 163.125], [9899, 111.375], [9919, 176.125], [9936, 133.75], [9947, 138.25], [9949, 146.0], [9952, 134.25], [9958, 143.0], [9979, 144.875], [9998, 134.125], [10005, 132.0], [10015, 146.25], [10053, 137.625], [10096, 163.625], [10108, 178.625], [10114, 114.5625], [10122, 191.5], [10126, 99.125], [10145, 99.9375], [10159, 115.625], [10166, 165.875], [10181, 173.0], [10184, 128.75], [10190, 190.25], [10197, 130.5], [10217, 105.0625], [10218, 152.75], [10219, 159.0], [10224, 180.25], [10234, 138.75], [10244, 170.0], [10258, 163.25], [10330, 129.625], [10340, 98.625], [10352, 126.8125], [10367, 134.75], [10372, 109.0], [10376, 148.75], [10377, 107.5], [10390, 115.8125], [10419, 79.0], [10422, 127.5], [10434, 109.625], [10439, 153.5], [10445, 139.25], [10448, 166.125], [10471, 166.25], [10493, 102.6875], [10500, 131.25], [10517, 151.75], [10527, 109.75], [10561, 145.75], [10569, 119.9375], [10576, 166.5], [10577, 136.625], [10598, 160.5], [10609, 178.0], [10635, 127.8125], [10637, 160.5], [10640, 165.625], [10654, 128.25], [10660, 136.625], [10662, 110.8125], [10664, 132.5], [10667, 170.625], [10668, 85.4375], [10672, 131.75], [10679, 160.375], [10687, 132.25], [10690, 144.625], [10692, 155.0], [10693, 184.0], [10699, 154.0], [10710, 126.4375], [10715, 137.625], [10719, 124.875], [10730, 131.5], [10735, 151.25], [10742, 63.96875], [10746, 123.875], [10750, 163.0], [10753, 116.3125], [10754, 134.5], [10758, 103.75], [10766, 166.5], [10768, 115.5], [10773, 142.5], [10780, 133.25], [10785, 155.5], [10789, 111.3125], [10798, 157.25], [10817, 144.25], [10821, 150.5], [10822, 166.625], [10862, 115.125], [10863, 145.25], [10866, 146.75], [10889, 146.25], [10924, 138.25], [10944, 168.0], [10955, 152.875], [10966, 154.375], [10969, 159.5], [10978, 118.1875], [10979, 97.25], [10987, 129.25], [10999, 131.5], [11025, 110.6875], [11026, 146.375], [11031, 137.125], [11034, 162.75], [11048, 123.25], [11050, 154.25], [11053, 106.3125], [11055, 136.875], [11056, 133.125], [11057, 106.125], [11067, 132.0], [11069, 133.25], [11072, 164.875], [11074, 122.75], [11085, 155.5], [11111, 114.75], [11112, 152.375], [11123, 152.0], [11149, 179.75], [11185, 127.4375], [11221, 122.5], [11250, 112.6875], [11266, 150.375], [11279, 129.5], [11280, 77.3125], [11312, 118.75], [11320, 140.875], [11327, 111.8125], [11331, 107.25], [11351, 126.1875], [11359, 155.75], [11360, 126.0625], [11362, 128.625], [11386, 112.875], [11391, 153.125], [11393, 109.25], [11428, 143.375], [11436, 145.5], [11446, 148.0], [11460, 151.75], [11462, 128.25], [11465, 153.75], [11478, 137.875], [11495, 155.25], [11497, 126.25], [11500, 124.875], [11522, 140.125], [11523, 126.75], [11526, 169.625], [11533, 178.875], [11539, 126.5], [11540, 157.75], [11543, 130.875], [11548, 157.75], [11570, 120.875], [11572, 156.25], [11584, 129.875], [11597, 100.625], [11605, 118.875], [11622, 140.625], [11637, 119.875], [11650, 151.125], [11657, 105.8125], [11665, 130.25], [11668, 149.375], [11686, 126.8125], [11720, 141.25], [11721, 136.125], [11741, 163.0], [11755, 174.0], [11756, 173.125], [11764, 72.25], [11819, 163.5], [11828, 140.5], [11842, 152.75], [11861, 94.125], [11871, 139.75], [11880, 123.8125], [11903, 105.0625], [11905, 167.5], [11939, 128.375], [11940, 150.0], [11941, 180.5], [11963, 161.25], [11964, 165.25], [11970, 123.1875], [11983, 91.75], [11992, 157.875], [12020, 167.625], [12042, 130.375], [12051, 163.625], [12069, 152.5], [12075, 150.125], [12102, 129.0], [12106, 116.0], [12150, 127.9375], [12158, 138.5], [12161, 55.3125], [12164, 120.5], [12165, 152.375], [12172, 105.25], [12181, 125.625], [12192, 135.75], [12193, 146.0], [12205, 124.6875], [12207, 147.75], [12214, 155.0], [12219, 128.25], [12224, 127.625], [12225, 159.75], [12229, 112.0], [12237, 132.25], [12238, 132.0], [12253, 145.5], [12257, 156.5], [12259, 141.75], [12262, 122.125], [12266, 166.75], [12300, 116.5], [12309, 139.75], [12344, 138.375], [12351, 108.875], [12352, 117.5625], [12354, 169.75], [12357, 161.5], [12359, 125.6875], [12361, 101.875], [12362, 141.625], [12370, 69.1875], [12384, 146.5], [12397, 112.75], [12411, 152.25], [12428, 169.25], [12436, 142.125], [12455, 145.375], [12467, 115.75], [12481, 149.375], [12482, 113.875], [12499, 88.375], [12505, 145.0], [12527, 114.375], [12546, 170.5], [12559, 141.0], [12578, 176.5], [12583, 146.75], [12584, 145.75], [12601, 147.0], [12609, 126.8125], [12610, 144.0], [12614, 145.875], [12620, 164.25], [12626, 113.125], [12647, 160.875], [12669, 138.125], [12676, 143.5], [12700, 143.25], [12703, 107.0625], [12706, 122.8125], [12711, 83.3125], [12716, 158.25], [12739, 149.25], [12766, 135.5], [12779, 124.625], [12812, 116.75], [12820, 152.5], [12823, 129.75], [12826, 133.5], [12857, 102.5], [12866, 104.625], [12893, 110.5625], [12907, 112.125], [12940, 156.75], [12944, 136.875], [12946, 146.875], [12954, 140.125], [12958, 144.625], [12960, 105.8125], [12972, 92.0], [13005, 98.5], [13008, 94.5625], [13019, 127.75], [13022, 145.875], [13041, 137.25], [13044, 131.75], [13048, 141.25], [13060, 88.0], [13066, 115.75], [13069, 140.5], [13081, 137.25], [13086, 152.125], [13091, 157.25], [13098, 111.5], [13100, 130.25], [13104, 120.375], [13112, 139.75], [13127, 125.9375], [13136, 117.0], [13154, 107.3125], [13162, 130.5], [13195, 100.625], [13214, 124.875], [13225, 171.0], [13233, 159.125], [13244, 185.625], [13253, 150.375], [13259, 171.5], [13268, 138.625], [13270, 121.9375], [13273, 150.125], [13290, 144.125], [13300, 146.0], [13305, 143.75], [13312, 131.0], [13353, 148.5], [13357, 124.75], [13359, 173.0], [13386, 133.375], [13390, 116.1875], [13425, 105.25], [13426, 116.6875], [13437, 129.875], [13449, 132.0], [13455, 151.625], [13468, 98.1875], [13471, 123.375], [13494, 145.5], [13495, 90.5625], [13496, 116.625], [13515, 89.75], [13517, 139.75], [13526, 137.0], [13546, 77.625], [13567, 134.625], [13575, 95.5], [13583, 145.25], [13586, 99.0625], [13594, 164.25], [13596, 145.5], [13598, 148.625], [13613, 130.25], [13616, 119.75], [13633, 112.4375], [13639, 162.625], [13654, 144.75], [13671, 160.375], [13693, 165.875], [13697, 100.1875], [13706, 129.75], [13723, 136.125], [13730, 148.75], [13735, 110.375], [13751, 96.5625], [13765, 110.125], [13775, 152.375], [13789, 115.75], [13790, 160.625], [13792, 175.0], [13814, 154.25], [13821, 128.0], [13823, 72.875], [13838, 134.5], [13843, 143.0], [13866, 150.0], [13868, 130.375], [13870, 129.625], [13874, 126.125], [13887, 104.25], [13891, 134.125], [13895, 154.25], [13901, 109.5], [13931, 115.0625], [13950, 149.375], [13952, 147.25], [13957, 175.625], [13964, 171.25], [13968, 121.625], [13970, 157.0], [13974, 158.125], [13976, 120.5], [13978, 89.9375], [14000, 127.0], [14004, 146.0], [14005, 165.0], [14006, 106.0625], [14017, 146.5], [14030, 123.125], [14037, 124.4375], [14054, 80.375], [14068, 146.0], [14080, 134.25], [14083, 150.125], [14084, 113.375], [14092, 111.125], [14103, 104.8125], [14109, 104.0625], [14132, 142.25], [14157, 169.75], [14165, 193.25], [14172, 125.3125], [14180, 151.75], [14203, 158.5], [14207, 150.0], [14210, 163.75], [14248, 163.0], [14260, 179.625], [14273, 137.375], [14279, 140.125], [14282, 107.3125], [14283, 179.75], [14285, 108.625], [14291, 92.9375], [14294, 162.75], [14304, 165.0], [14312, 110.125], [14319, 153.25], [14326, 129.875], [14358, 102.9375], [14373, 132.875], [14380, 129.75], [14385, 138.0], [14417, 143.75], [14421, 100.625], [14424, 131.25], [14429, 155.0], [14433, 101.375], [14441, 156.0], [14456, 123.9375], [14458, 121.625], [14475, 116.875], [14524, 146.375], [14531, 144.625], [14532, 138.375], [14551, 135.5], [14556, 155.75], [14566, 149.5], [14567, 115.75], [14574, 131.5], [14576, 176.5], [14597, 145.75], [14603, 127.875], [14622, 154.75], [14664, 136.375], [14665, 141.75], [14668, 142.5], [14670, 165.875], [14671, 129.625], [14676, 124.1875], [14682, 158.0], [14686, 148.0], [14688, 164.0], [14694, 149.75], [14701, 125.875], [14717, 166.625], [14743, 93.3125], [14744, 151.75], [14750, 123.125], [14764, 147.25], [14770, 120.3125], [14779, 125.375], [14784, 113.75], [14787, 107.125], [14803, 124.625], [14805, 138.75], [14808, 129.125], [14821, 129.375], [14823, 118.125], [14825, 120.125], [14831, 127.25], [14833, 130.25], [14851, 125.625], [14866, 81.8125], [14899, 103.75], [14901, 146.0], [14911, 102.75], [14914, 133.875], [14921, 163.125], [14944, 131.25], [14947, 144.5], [14949, 124.375], [14951, 152.625], [14953, 156.0], [14959, 131.0], [14962, 143.5], [14970, 165.5], [14974, 118.0625], [14997, 113.5625], [15000, 162.5], [15001, 133.375], [15003, 172.75], [15006, 121.4375], [15019, 150.625], [15024, 113.25], [15028, 172.5], [15032, 151.25], [15045, 155.5], [15054, 88.0625], [15069, 151.375], [15070, 133.25], [15095, 120.3125], [15118, 134.25], [15133, 120.6875], [15142, 159.25], [15143, 117.0625], [15164, 150.0], [15172, 121.5], [15182, 83.5625], [15185, 145.25], [15197, 119.1875], [15204, 131.5], [15214, 126.625], [15236, 116.4375], [15242, 150.125], [15247, 116.0], [15251, 152.0], [15257, 119.75], [15316, 158.375], [15334, 131.75], [15336, 139.5], [15344, 85.0], [15366, 118.5], [15373, 149.25], [15380, 99.5], [15382, 143.0], [15412, 115.8125], [15416, 157.0], [15434, 148.75], [15436, 111.0625], [15441, 182.125], [15444, 155.625], [15457, 161.0], [15465, 149.5], [15475, 110.75], [15496, 125.25], [15500, 147.75], [15522, 148.25], [15529, 147.5], [15531, 145.75], [15562, 155.875], [15565, 115.0625], [15569, 141.875], [15576, 128.125], [15594, 149.5], [15597, 127.1875], [15614, 154.0], [15627, 132.375], [15640, 129.625], [15664, 167.75], [15667, 86.25], [15679, 114.75], [15680, 154.625], [15698, 144.125], [15730, 152.75], [15731, 126.125], [15745, 158.5], [15759, 101.5625], [15766, 115.3125], [15791, 118.25], [15801, 167.625], [15808, 125.375], [15822, 121.125], [15834, 164.5], [15838, 137.375], [15844, 139.0], [15850, 111.25], [15862, 125.8125], [15872, 134.25], [15887, 126.875], [15931, 155.375], [15942, 87.125], [15945, 125.6875], [15955, 159.375], [16000, 141.5], [16042, 93.125], [16043, 113.125], [16060, 104.875], [16063, 166.375], [16073, 165.0], [16076, 170.25], [16078, 122.9375], [16140, 95.25], [16164, 156.5], [16165, 111.375], [16169, 127.875], [16210, 165.75], [16225, 119.3125], [16262, 142.125], [16269, 156.75], [16277, 163.5], [16282, 105.5], [16295, 169.125], [16312, 103.25], [16316, 149.25], [16328, 123.0], [16346, 125.1875], [16389, 122.4375], [16434, 131.375], [16472, 145.25], [16474, 145.25], [16489, 153.125], [16502, 163.0], [16531, 155.75], [16532, 165.875], [16539, 133.25], [16541, 128.625], [16571, 123.1875], [16572, 157.375], [16580, 185.75], [16582, 142.25], [16598, 93.6875], [16605, 121.5], [16606, 133.75], [16619, 125.0], [16643, 90.9375], [16657, 80.75], [16659, 126.9375], [16671, 137.375], [16737, 164.5], [16743, 132.375], [16759, 169.625], [16765, 130.375], [16768, 167.875], [16769, 156.25], [16773, 118.8125], [16777, 151.75], [16790, 95.0], [16804, 150.5], [16831, 132.25], [16851, 134.0], [16854, 144.25], [16868, 115.125], [16882, 143.375], [16891, 179.25], [16919, 139.5], [16937, 154.0], [16938, 147.75], [16941, 158.75], [16965, 159.375], [16977, 110.0625], [16982, 146.25], [16987, 125.9375], [17002, 103.0625], [17018, 172.75], [17020, 124.25], [17030, 98.375], [17044, 143.375], [17049, 149.5], [17077, 135.75], [17101, 136.0], [17115, 127.9375], [17135, 102.0], [17154, 156.25], [17160, 150.5], [17171, 143.0], [17172, 135.5], [17193, 162.375], [17216, 172.25], [17229, 126.0], [17251, 101.5], [17278, 136.0], [17279, 124.875], [17322, 183.25], [17325, 123.0], [17346, 165.25], [17364, 104.25], [17392, 169.75], [17394, 112.4375], [17395, 155.0], [17397, 75.125], [17403, 155.75], [17405, 153.0], [17408, 102.1875], [17420, 114.125], [17431, 176.75], [17443, 170.5], [17447, 115.75], [17463, 119.125], [17482, 94.625], [17509, 98.3125], [17527, 126.625], [17536, 122.875], [17540, 125.875], [17551, 137.0], [17552, 136.75], [17553, 149.75], [17554, 127.625], [17563, 124.0], [17564, 131.875], [17574, 162.875], [17577, 155.5], [17589, 120.4375], [17610, 150.875], [17618, 126.0], [17637, 172.75], [17650, 140.875], [17661, 115.0], [17664, 133.625], [17668, 171.25], [17687, 154.125], [17723, 142.75], [17745, 151.25], [17755, 91.875], [17756, 103.75], [17757, 125.25], [17766, 129.0], [17777, 107.5], [17780, 128.75], [17794, 134.25], [17795, 97.125], [17805, 118.25], [17824, 126.75], [17854, 133.625], [17860, 180.875], [17870, 132.375], [17874, 149.0], [17893, 101.375], [17899, 120.25], [17912, 152.25], [17922, 163.75], [17929, 118.375], [17933, 129.25], [17938, 189.125], [17963, 100.5625], [17974, 94.875], [18006, 117.375], [18019, 182.5], [18030, 142.625], [18033, 113.5625], [18040, 148.125], [18073, 108.4375], [18086, 122.5625], [18102, 125.1875], [18129, 118.5], [18130, 159.75], [18132, 166.25], [18138, 164.75], [18164, 76.125], [18206, 153.25], [18218, 186.0], [18225, 110.5625], [18242, 152.25], [18266, 87.0], [18275, 136.375], [18283, 122.4375], [18285, 122.375], [18299, 156.5], [18318, 124.875], [18322, 121.0], [18335, 135.875], [18346, 135.625], [18352, 100.3125], [18355, 122.5], [18358, 144.5], [18359, 158.25], [18380, 157.25], [18395, 108.25], [18400, 136.0], [18406, 147.25], [18418, 108.9375], [18419, 126.3125], [18424, 132.375], [18432, 154.375], [18433, 133.5], [18434, 125.5625], [18442, 132.625], [18470, 141.0], [18472, 149.75], [18493, 118.375], [18499, 142.375], [18500, 121.1875], [18502, 111.25], [18518, 132.75], [18524, 170.5], [18532, 132.375], [18564, 154.25], [18565, 121.0625], [18568, 164.25], [18578, 91.875], [18588, 178.375], [18589, 133.75], [18603, 141.75], [18628, 126.125], [18641, 138.125], [18642, 64.25], [18651, 130.75], [18662, 107.5], [18663, 145.75], [18685, 135.0], [18718, 123.25], [18731, 98.625], [18735, 141.125], [18741, 121.9375], [18759, 160.25], [18760, 165.0], [18780, 122.625], [18791, 130.75], [18815, 140.25], [18816, 162.75], [18840, 146.0], [18854, 115.1875], [18867, 137.875], [18873, 125.8125], [18884, 117.0], [18885, 124.375], [18890, 157.625], [18900, 167.0], [18907, 106.375], [18911, 162.0], [18914, 89.75], [18918, 77.3125], [18924, 158.25], [18927, 139.625], [18934, 158.125], [18939, 106.125], [18940, 141.375], [18945, 106.8125], [18947, 145.75], [18958, 139.5], [18972, 136.75], [18977, 152.75], [18987, 129.75], [19008, 153.0], [19009, 143.875], [19044, 108.75], [19051, 139.75], [19054, 107.0], [19070, 168.0], [19071, 142.125], [19072, 151.625], [19074, 124.9375], [19078, 158.875], [19082, 73.6875], [19090, 147.125], [19097, 147.625], [19110, 154.5], [19123, 95.875], [19139, 146.0], [19147, 122.625], [19160, 142.125], [19200, 157.5], [19216, 149.5], [19222, 120.1875], [19262, 176.625], [19264, 149.0], [19273, 123.125], [19287, 134.5], [19290, 148.875], [19316, 172.25], [19342, 128.25], [19347, 139.75], [19363, 121.0625], [19364, 122.25], [19378, 160.5], [19385, 181.25], [19386, 113.1875], [19394, 118.5], [19396, 111.625], [19400, 157.5], [19401, 155.625], [19407, 148.0], [19416, 115.25], [19417, 58.28125], [19422, 121.5625], [19434, 132.5], [19437, 106.875], [19454, 127.5], [19459, 180.25], [19460, 120.75], [19476, 95.5], [19494, 87.0], [19497, 142.25], [19499, 145.625], [19500, 139.5], [19519, 90.125], [19536, 135.875], [19547, 182.5], [19552, 118.6875], [19553, 151.25], [19554, 104.875], [19562, 142.5], [19592, 147.875], [19607, 133.25], [19612, 135.0], [19617, 130.625], [19645, 142.5], [19657, 135.25], [19671, 96.375], [19677, 161.75], [19682, 108.625], [19683, 149.125], [19696, 127.625], [19699, 131.25], [19710, 155.5], [19712, 155.25], [19718, 122.4375], [19726, 112.375], [19727, 156.75], [19731, 137.5], [19740, 106.625], [19746, 106.1875], [19753, 121.5], [19781, 167.875], [19806, 158.625], [19810, 156.125], [19811, 157.375], [19839, 96.5625], [19852, 127.0], [19866, 140.625], [19872, 137.75], [19921, 126.25], [19928, 155.25], [19953, 134.0], [19966, 117.375], [19985, 150.75], [19988, 134.625], [19995, 129.875], [20003, 164.25], [20018, 137.0], [20035, 182.0], [20057, 125.5], [20066, 164.625], [20078, 146.375], [20082, 154.25], [20089, 143.0], [20110, 153.75], [20116, 137.75], [20131, 157.25], [20150, 146.75], [20152, 158.25], [20157, 201.0], [20160, 102.625], [20174, 125.625], [20187, 143.5], [20211, 137.375], [20222, 160.25], [20236, 164.0], [20237, 144.5], [20253, 141.0], [20258, 176.75], [20274, 127.5], [20297, 151.125], [20301, 88.625], [20306, 127.625], [20307, 147.875], [20316, 145.25], [20325, 134.375], [20350, 118.5625], [20361, 144.125], [20369, 121.375], [20371, 94.875], [20382, 153.25], [20385, 126.125], [20386, 155.5], [20393, 116.375], [20402, 152.75], [20420, 153.75], [20442, 140.875], [20466, 118.5], [20468, 118.5], [20471, 109.5625], [20487, 152.75], [20488, 124.25], [20490, 149.0], [20503, 152.5], [20506, 128.5], [20508, 92.0], [20520, 151.0], [20533, 130.5], [20537, 107.3125], [20558, 169.5], [20568, 133.625], [20571, 125.375], [20576, 96.0], [20601, 138.0], [20603, 77.75], [20609, 115.25], [20644, 147.25], [20646, 133.75], [20652, 167.5], [20678, 135.125], [20723, 164.5], [20724, 156.5], [20728, 140.25], [20742, 127.0], [20744, 123.5], [20752, 163.25], [20764, 136.875], [20769, 144.5], [20778, 152.5], [20788, 134.5], [20789, 132.875], [20796, 171.75], [20797, 164.0], [20815, 136.25], [20853, 144.25], [20875, 142.5], [20884, 158.5], [20897, 142.5], [20932, 123.4375], [20958, 118.5], [20969, 165.0], [20970, 110.125], [21017, 122.75], [21018, 78.125], [21026, 118.0625], [21054, 78.75], [21062, 133.125], [21064, 152.25], [21073, 131.25], [21074, 123.375], [21125, 143.25], [21138, 137.875], [21145, 110.625], [21147, 133.625], [21170, 92.5625], [21183, 89.125], [21184, 118.25], [21185, 146.75], [21206, 134.0], [21207, 124.625], [21210, 127.75], [21220, 118.875], [21229, 150.5], [21240, 176.0], [21245, 122.375], [21246, 162.0], [21248, 152.0], [21271, 132.25], [21276, 162.5], [21293, 132.875], [21294, 147.125], [21309, 168.5], [21331, 103.8125], [21332, 116.375], [21333, 150.125], [21337, 136.5], [21341, 136.875], [21342, 93.5], [21344, 174.375], [21347, 117.625], [21361, 127.5], [21370, 118.875], [21418, 189.25], [21431, 178.375], [21446, 108.4375], [21452, 125.9375], [21507, 144.75], [21549, 124.125], [21557, 130.125], [21562, 166.25], [21565, 155.75], [21570, 125.125], [21575, 131.375], [21578, 134.0], [21593, 146.0], [21596, 116.125], [21600, 135.75], [21605, 150.125], [21610, 132.125], [21633, 129.625], [21635, 126.9375], [21643, 156.0], [21656, 122.25], [21667, 138.75], [21671, 77.125], [21683, 94.6875], [21694, 81.5], [21705, 136.25], [21706, 114.3125], [21710, 128.75], [21723, 123.4375], [21733, 161.0], [21762, 126.1875], [21797, 110.75], [21803, 130.75], [21827, 165.125], [21830, 96.1875], [21836, 114.0625], [21837, 122.0], [21846, 155.5], [21855, 170.625], [21856, 136.125], [21859, 74.75], [21884, 133.0], [21894, 166.25], [21895, 145.75], [21910, 149.75], [21952, 134.75], [21960, 132.5], [21965, 113.0], [21973, 142.75], [21984, 139.75], [21988, 139.75], [21997, 144.625], [21999, 132.625]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_13750_c953298b8695133a3e78.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 179.5], [86, 127.625], [101, 127.875], [105, 112.625], [110, 96.6875], [121, 135.375], [124, 161.5], [135, 144.25], [136, 136.5], [138, 131.25], [160, 166.5], [166, 130.625], [177, 144.0], [180, 132.0], [196, 119.5], [208, 141.5], [226, 124.125], [245, 96.875], [258, 115.0625], [259, 176.5], [266, 156.75], [273, 129.375], [275, 128.125], [277, 138.125], [288, 128.125], [324, 126.5], [327, 146.125], [339, 125.625], [340, 118.125], [369, 109.875], [400, 153.375], [402, 115.125], [432, 148.125], [438, 123.1875], [440, 143.75], [446, 183.25], [458, 135.5], [461, 132.25], [494, 116.875], [500, 146.625], [503, 144.75], [507, 119.625], [511, 159.5], [525, 142.0], [534, 146.0], [538, 106.0], [543, 138.625], [563, 162.125], [567, 132.75], [569, 146.25], [575, 147.75], [591, 110.25], [594, 130.5], [602, 146.5], [609, 108.25], [620, 95.5625], [625, 125.0], [679, 161.875], [687, 171.75], [700, 151.25], [716, 129.25], [725, 112.0], [736, 136.0], [740, 152.125], [757, 174.75], [758, 112.3125], [769, 140.75], [795, 152.75], [804, 105.3125], [806, 84.5625], [816, 175.0], [821, 150.625], [831, 107.875], [842, 127.5625], [849, 142.75], [862, 121.5], [889, 133.0], [896, 130.75], [903, 123.5], [930, 105.5], [937, 117.5], [940, 143.75], [945, 140.375], [993, 124.125], [999, 69.25], [1014, 136.875], [1043, 109.875], [1045, 150.125], [1062, 132.75], [1064, 140.25], [1066, 180.75], [1069, 130.5], [1077, 145.125], [1082, 144.125], [1099, 108.625], [1100, 111.25], [1108, 133.375], [1122, 126.6875], [1136, 122.6875], [1143, 141.25], [1147, 130.75], [1151, 163.5], [1166, 158.5], [1172, 122.1875], [1185, 116.625], [1186, 149.875], [1195, 134.625], [1196, 104.5], [1225, 177.875], [1232, 132.875], [1233, 130.625], [1239, 146.75], [1247, 124.875], [1280, 154.25], [1285, 129.875], [1286, 162.0], [1289, 138.125], [1304, 154.75], [1313, 144.875], [1324, 161.0], [1327, 120.0625], [1329, 131.25], [1340, 160.5], [1350, 109.5], [1357, 113.1875], [1392, 125.625], [1394, 141.25], [1415, 151.375], [1421, 129.875], [1435, 126.25], [1450, 128.0], [1488, 149.375], [1489, 125.5], [1509, 89.125], [1526, 107.0], [1530, 126.0], [1551, 176.875], [1557, 135.5], [1558, 174.75], [1565, 138.625], [1580, 170.25], [1583, 117.9375], [1588, 173.5], [1660, 178.5], [1675, 151.375], [1684, 144.875], [1694, 159.75], [1696, 135.875], [1703, 108.3125], [1705, 143.25], [1755, 126.4375], [1762, 141.75], [1764, 131.75], [1788, 168.125], [1796, 95.6875], [1811, 146.625], [1814, 179.75], [1830, 141.625], [1834, 91.5], [1836, 130.75], [1851, 100.625], [1852, 150.125], [1870, 110.0625], [1871, 96.625], [1889, 112.5], [1898, 128.5], [1907, 131.75], [1914, 150.125], [1915, 140.625], [1916, 133.75], [1918, 96.0], [1925, 85.4375], [1927, 191.25], [1928, 146.75], [1970, 160.75], [1995, 127.125], [2002, 120.0625], [2016, 167.875], [2019, 112.6875], [2020, 121.75], [2083, 136.25], [2120, 155.875], [2135, 147.25], [2146, 123.0], [2153, 152.75], [2195, 130.25], [2203, 137.125], [2226, 176.25], [2231, 89.1875], [2253, 114.125], [2254, 126.8125], [2269, 98.375], [2275, 149.0], [2290, 147.5], [2303, 153.0], [2311, 156.0], [2312, 141.375], [2347, 122.1875], [2357, 142.375], [2368, 156.5], [2369, 132.5], [2376, 200.5], [2380, 99.75], [2414, 151.75], [2425, 105.375], [2454, 141.0], [2462, 152.5], [2481, 156.75], [2483, 134.5], [2485, 111.25], [2490, 73.3125], [2492, 140.75], [2499, 118.5], [2508, 120.5625], [2523, 128.25], [2533, 125.9375], [2544, 161.0], [2584, 170.625], [2591, 132.25], [2628, 134.125], [2630, 93.8125], [2634, 109.625], [2662, 115.4375], [2669, 94.0625], [2686, 157.0], [2688, 125.25], [2711, 145.0], [2725, 137.25], [2731, 136.75], [2734, 140.75], [2738, 144.75], [2745, 72.375], [2769, 142.5], [2778, 106.8125], [2786, 151.0], [2808, 209.0], [2818, 102.5], [2820, 134.0], [2822, 172.75], [2834, 176.0], [2843, 180.0], [2851, 167.25], [2866, 97.4375], [2892, 134.75], [2922, 137.5], [2926, 153.625], [2935, 126.5625], [2950, 129.75], [2960, 118.875], [2965, 127.5], [2970, 115.375], [2984, 174.0], [2988, 134.75], [2994, 161.625], [3006, 146.0], [3017, 138.0], [3020, 109.5625], [3058, 133.25], [3061, 169.25], [3064, 141.0], [3073, 168.5], [3092, 116.125], [3108, 166.0], [3118, 131.5], [3138, 129.5], [3144, 169.125], [3149, 164.125], [3153, 125.3125], [3154, 129.75], [3157, 127.75], [3165, 129.25], [3166, 130.375], [3171, 144.75], [3181, 176.75], [3196, 118.5], [3230, 134.75], [3233, 157.75], [3244, 176.25], [3265, 148.375], [3268, 136.75], [3283, 121.375], [3296, 89.3125], [3298, 153.5], [3307, 164.0], [3321, 131.375], [3353, 91.25], [3362, 156.375], [3368, 124.75], [3375, 142.0], [3393, 126.375], [3395, 147.125], [3400, 142.25], [3401, 121.1875], [3423, 153.25], [3429, 106.4375], [3434, 101.8125], [3447, 163.0], [3456, 127.375], [3479, 134.25], [3484, 128.75], [3574, 145.875], [3581, 166.125], [3587, 95.5], [3604, 162.375], [3629, 117.625], [3643, 149.0], [3648, 136.75], [3657, 126.375], [3662, 128.25], [3695, 143.0], [3697, 127.5625], [3699, 116.9375], [3703, 147.875], [3721, 156.5], [3732, 117.6875], [3738, 175.375], [3746, 118.6875], [3748, 129.0], [3750, 118.9375], [3779, 161.5], [3786, 152.5], [3796, 138.5], [3805, 122.5], [3816, 150.375], [3845, 147.375], [3846, 105.875], [3864, 152.0], [3880, 139.75], [3892, 160.5], [3895, 143.0], [3902, 154.75], [3933, 125.875], [3938, 152.5], [3940, 151.375], [3954, 144.25], [3961, 156.5], [3974, 145.5], [3976, 105.4375], [3980, 125.375], [3990, 118.5], [3997, 140.0], [3998, 223.0], [3999, 114.0], [4001, 130.625], [4005, 145.0], [4012, 162.75], [4014, 130.5], [4015, 131.75], [4023, 139.375], [4042, 104.1875], [4047, 121.6875], [4048, 118.25], [4091, 167.0], [4097, 151.75], [4106, 125.25], [4120, 154.625], [4125, 113.875], [4151, 116.75], [4161, 161.25], [4162, 138.875], [4163, 127.5], [4164, 90.5], [4185, 117.6875], [4193, 118.0], [4195, 138.125], [4197, 111.625], [4198, 133.0], [4201, 127.5], [4206, 161.5], [4227, 168.75], [4240, 135.875], [4244, 162.125], [4246, 108.625], [4252, 127.75], [4267, 96.5], [4271, 113.3125], [4275, 114.0], [4297, 103.4375], [4307, 148.5], [4337, 127.25], [4352, 157.0], [4365, 118.0625], [4380, 137.375], [4382, 157.75], [4399, 115.0], [4405, 166.75], [4415, 157.25], [4417, 152.25], [4436, 121.1875], [4441, 170.125], [4453, 125.4375], [4469, 148.125], [4474, 80.9375], [4491, 162.75], [4500, 120.0], [4503, 147.0], [4517, 126.5], [4538, 125.9375], [4588, 172.375], [4589, 139.0], [4602, 141.5], [4606, 111.75], [4631, 160.0], [4640, 144.625], [4649, 128.25], [4651, 171.5], [4665, 125.8125], [4690, 161.75], [4703, 136.75], [4706, 112.9375], [4724, 131.75], [4750, 129.0], [4752, 143.25], [4763, 146.0], [4773, 117.875], [4778, 118.9375], [4789, 137.625], [4804, 122.25], [4809, 172.5], [4813, 150.0], [4822, 119.5625], [4839, 121.125], [4841, 99.625], [4858, 163.25], [4878, 152.25], [4899, 115.625], [4916, 141.75], [4923, 154.375], [4929, 133.125], [4954, 156.5], [4955, 132.0], [4971, 166.25], [4985, 141.0], [4999, 147.75], [5000, 147.125], [5003, 152.75], [5006, 132.25], [5017, 140.0], [5021, 114.875], [5043, 133.0], [5055, 162.875], [5062, 117.75], [5064, 160.25], [5074, 156.75], [5075, 136.5], [5081, 136.875], [5101, 139.25], [5103, 101.5], [5119, 139.25], [5137, 128.125], [5138, 125.375], [5142, 100.0], [5151, 126.5], [5152, 100.5], [5164, 142.5], [5207, 149.875], [5209, 140.5], [5226, 181.75], [5229, 184.0], [5235, 165.375], [5246, 77.5], [5256, 117.75], [5265, 128.875], [5274, 142.0], [5279, 121.5], [5284, 136.125], [5303, 130.5], [5311, 170.0], [5319, 140.875], [5320, 89.125], [5322, 183.25], [5325, 150.75], [5357, 130.75], [5374, 126.25], [5375, 135.25], [5380, 158.75], [5384, 160.0], [5389, 147.5], [5390, 122.5], [5394, 142.0], [5409, 154.75], [5410, 160.5], [5420, 113.25], [5421, 146.0], [5428, 93.625], [5431, 134.25], [5450, 113.4375], [5465, 152.5], [5472, 120.875], [5484, 102.625], [5486, 157.0], [5487, 164.25], [5489, 111.5], [5524, 138.25], [5541, 134.75], [5542, 124.3125], [5568, 132.75], [5586, 152.625], [5589, 94.1875], [5594, 110.3125], [5598, 131.5], [5615, 140.0], [5617, 155.5], [5653, 143.25], [5655, 120.875], [5676, 140.0], [5704, 126.875], [5709, 131.625], [5711, 163.25], [5751, 145.75], [5767, 173.625], [5777, 123.375], [5783, 146.0], [5786, 140.0], [5825, 130.0], [5831, 124.4375], [5841, 143.375], [5851, 123.4375], [5853, 124.0625], [5859, 118.75], [5865, 149.0], [5930, 139.0], [5983, 139.0], [6001, 134.0], [6010, 174.5], [6016, 144.75], [6017, 102.125], [6019, 160.25], [6025, 156.625], [6028, 153.5], [6029, 130.0], [6035, 151.125], [6037, 122.25], [6077, 119.5], [6083, 117.125], [6094, 129.75], [6107, 135.625], [6126, 136.5], [6136, 114.875], [6152, 122.8125], [6194, 157.5], [6202, 131.5], [6203, 107.5], [6210, 183.25], [6211, 116.375], [6219, 131.0], [6296, 160.875], [6305, 147.375], [6326, 148.125], [6337, 133.25], [6349, 140.125], [6360, 123.9375], [6375, 172.625], [6378, 107.875], [6400, 170.625], [6412, 137.0], [6434, 100.5], [6469, 187.5], [6471, 163.375], [6480, 135.625], [6490, 149.375], [6508, 112.5], [6543, 155.625], [6547, 117.0], [6561, 139.25], [6576, 152.375], [6589, 113.9375], [6600, 149.25], [6604, 124.875], [6613, 135.75], [6621, 158.75], [6625, 128.5], [6626, 181.25], [6636, 101.9375], [6645, 133.0], [6684, 148.375], [6688, 130.75], [6689, 108.0], [6705, 179.75], [6720, 159.25], [6736, 133.0], [6749, 124.25], [6752, 100.4375], [6760, 173.25], [6769, 124.8125], [6771, 164.625], [6778, 121.0625], [6786, 145.875], [6789, 137.75], [6803, 177.5], [6861, 115.75], [6866, 145.5], [6869, 128.25], [6872, 140.0], [6877, 158.5], [6884, 144.5], [6888, 160.75], [6889, 126.0625], [6898, 158.25], [6993, 130.25], [7011, 130.0], [7013, 124.1875], [7016, 132.0], [7027, 143.25], [7035, 133.25], [7045, 162.75], [7046, 148.875], [7049, 150.75], [7068, 161.0], [7072, 105.9375], [7085, 72.5625], [7090, 126.5625], [7097, 123.625], [7101, 128.25], [7102, 173.25], [7109, 110.625], [7132, 133.375], [7139, 148.5], [7141, 159.25], [7144, 97.8125], [7152, 134.0], [7167, 96.6875], [7170, 183.0], [7185, 121.125], [7186, 151.25], [7202, 156.5], [7207, 94.875], [7211, 148.25], [7227, 99.1875], [7236, 92.75], [7250, 112.375], [7257, 108.625], [7274, 126.6875], [7278, 153.75], [7280, 105.125], [7281, 119.875], [7290, 101.125], [7298, 107.3125], [7299, 141.125], [7302, 142.5], [7306, 72.0625], [7318, 130.0], [7321, 156.75], [7330, 148.25], [7334, 124.375], [7336, 148.375], [7341, 199.0], [7344, 129.5], [7347, 123.25], [7361, 117.875], [7369, 157.75], [7397, 148.5], [7408, 145.0], [7427, 97.8125], [7430, 118.375], [7439, 172.25], [7453, 125.0], [7473, 98.875], [7478, 154.625], [7488, 135.5], [7503, 138.625], [7518, 136.0], [7544, 150.0], [7552, 129.125], [7576, 124.6875], [7577, 146.25], [7597, 141.5], [7605, 130.0], [7616, 151.625], [7620, 94.4375], [7656, 156.75], [7659, 146.5], [7681, 104.3125], [7692, 152.625], [7710, 108.75], [7713, 106.4375], [7722, 150.75], [7723, 172.0], [7742, 127.75], [7743, 125.4375], [7750, 114.875], [7790, 146.5], [7801, 81.4375], [7811, 74.0], [7815, 152.75], [7843, 81.0], [7844, 166.0], [7857, 141.375], [7868, 108.375], [7877, 126.4375], [7887, 126.5625], [7897, 142.25], [7902, 187.0], [7910, 116.25], [7912, 111.9375], [7918, 159.5], [7933, 140.75], [7936, 170.5], [7951, 134.875], [7953, 144.75], [7957, 115.8125], [7962, 135.0], [7971, 119.75], [7974, 106.1875], [7991, 157.0], [8000, 123.5625], [8008, 140.875], [8018, 138.375], [8024, 106.9375], [8047, 89.75], [8060, 105.5], [8077, 115.75], [8086, 137.375], [8104, 146.75], [8118, 123.5], [8133, 125.25], [8138, 133.5], [8145, 151.875], [8150, 137.875], [8168, 184.625], [8170, 148.5], [8173, 146.0], [8175, 116.0], [8194, 148.5], [8211, 100.4375], [8253, 133.375], [8262, 69.375], [8263, 161.125], [8265, 175.5], [8268, 155.0], [8271, 115.4375], [8272, 146.875], [8273, 100.25], [8277, 133.25], [8292, 137.875], [8344, 131.0], [8346, 130.0], [8350, 133.0], [8364, 158.375], [8369, 113.75], [8370, 120.25], [8385, 164.75], [8389, 127.625], [8421, 109.6875], [8442, 143.0], [8453, 142.5], [8458, 107.5], [8466, 183.0], [8478, 167.625], [8483, 115.375], [8487, 111.875], [8501, 160.75], [8505, 134.25], [8509, 150.0], [8534, 97.0], [8539, 109.3125], [8556, 139.25], [8566, 98.3125], [8577, 131.25], [8583, 102.1875], [8600, 159.375], [8615, 136.5], [8624, 176.25], [8630, 119.25], [8645, 137.25], [8658, 139.375], [8660, 129.375], [8667, 130.0], [8672, 135.25], [8676, 149.125], [8687, 159.5], [8689, 129.0], [8692, 147.25], [8697, 110.3125], [8699, 143.5], [8707, 166.25], [8722, 137.125], [8726, 179.25], [8727, 162.5], [8736, 122.375], [8737, 130.5], [8752, 140.25], [8760, 131.125], [8776, 163.75], [8793, 102.625], [8794, 91.6875], [8797, 151.5], [8806, 147.75], [8812, 121.8125], [8820, 168.75], [8830, 145.25], [8852, 122.5625], [8877, 129.875], [8885, 183.0], [8891, 124.1875], [8929, 163.75], [8936, 121.9375], [8938, 154.0], [8954, 152.75], [8967, 79.5], [8975, 158.75], [8985, 113.125], [8989, 147.75], [8999, 131.75], [9002, 131.5], [9014, 148.625], [9025, 123.25], [9034, 102.3125], [9052, 142.5], [9059, 120.0], [9063, 111.75], [9084, 137.5], [9086, 98.25], [9088, 153.25], [9123, 165.75], [9130, 134.125], [9144, 133.0], [9167, 145.0], [9182, 142.25], [9184, 120.75], [9198, 139.75], [9218, 136.75], [9231, 109.875], [9237, 129.0], [9239, 119.25], [9244, 148.25], [9256, 132.625], [9257, 125.0625], [9261, 158.75], [9267, 152.875], [9269, 125.0], [9297, 157.5], [9300, 117.4375], [9305, 159.75], [9327, 144.5], [9337, 162.75], [9340, 128.75], [9341, 120.3125], [9355, 139.0], [9360, 104.0625], [9366, 107.9375], [9369, 148.5], [9377, 125.3125], [9380, 149.25], [9381, 139.125], [9385, 128.0], [9403, 180.625], [9406, 135.75], [9409, 122.625], [9419, 111.0], [9420, 126.375], [9423, 132.0], [9447, 155.125], [9450, 152.5], [9467, 123.4375], [9475, 148.875], [9485, 144.75], [9502, 127.8125], [9504, 106.5], [9518, 156.25], [9523, 149.75], [9536, 95.25], [9559, 109.1875], [9563, 161.125], [9576, 147.375], [9594, 121.0], [9611, 106.625], [9613, 160.75], [9621, 149.875], [9633, 129.25], [9655, 106.0], [9658, 134.375], [9667, 134.25], [9672, 138.25], [9681, 134.25], [9684, 125.125], [9687, 125.375], [9688, 143.75], [9693, 113.0], [9698, 128.25], [9702, 140.875], [9713, 134.0], [9716, 136.375], [9721, 137.125], [9726, 116.1875], [9736, 167.625], [9762, 137.875], [9772, 157.0], [9776, 154.875], [9781, 145.0], [9783, 164.0], [9809, 147.5], [9833, 126.125], [9837, 143.125], [9853, 141.875], [9856, 116.9375], [9857, 127.6875], [9863, 173.5], [9872, 118.875], [9894, 163.5], [9899, 113.5], [9919, 177.875], [9936, 135.5], [9947, 139.75], [9949, 146.5], [9952, 135.5], [9958, 143.375], [9979, 147.75], [9998, 134.5], [10005, 133.125], [10015, 147.0], [10053, 138.25], [10096, 166.0], [10108, 178.25], [10114, 117.1875], [10122, 193.375], [10126, 98.875], [10145, 102.5], [10159, 114.75], [10166, 165.625], [10181, 173.75], [10184, 130.75], [10190, 193.5], [10197, 128.5], [10217, 104.625], [10218, 154.75], [10219, 159.875], [10224, 181.5], [10234, 141.0], [10244, 171.75], [10258, 165.375], [10330, 131.0], [10340, 99.875], [10352, 127.25], [10367, 138.5], [10372, 110.625], [10376, 149.625], [10377, 109.5], [10390, 116.3125], [10419, 80.625], [10422, 127.625], [10434, 110.5], [10439, 154.5], [10445, 140.25], [10448, 168.75], [10471, 167.0], [10493, 102.4375], [10500, 134.0], [10517, 153.75], [10527, 111.0], [10561, 146.75], [10569, 121.6875], [10576, 168.0], [10577, 136.0], [10598, 161.5], [10609, 179.875], [10635, 129.25], [10637, 163.0], [10640, 167.0], [10654, 130.75], [10660, 137.875], [10662, 111.25], [10664, 133.5], [10667, 171.75], [10668, 84.125], [10672, 132.625], [10679, 160.75], [10687, 133.25], [10690, 143.0], [10692, 158.875], [10693, 186.5], [10699, 154.5], [10710, 126.1875], [10715, 137.5], [10719, 125.0], [10730, 133.5], [10735, 151.5], [10742, 64.375], [10746, 123.6875], [10750, 165.75], [10753, 117.0], [10754, 138.0], [10758, 104.125], [10766, 168.0], [10768, 117.5], [10773, 144.25], [10780, 133.0], [10785, 159.0], [10789, 111.8125], [10798, 157.75], [10817, 146.75], [10821, 152.0], [10822, 166.875], [10862, 115.5], [10863, 146.75], [10866, 150.125], [10889, 148.875], [10924, 142.125], [10944, 169.375], [10955, 154.5], [10966, 155.25], [10969, 160.0], [10978, 117.875], [10979, 96.375], [10987, 128.75], [10999, 130.875], [11025, 111.0625], [11026, 149.0], [11031, 137.75], [11034, 164.5], [11048, 125.25], [11050, 155.5], [11053, 106.3125], [11055, 137.25], [11056, 135.0], [11057, 108.1875], [11067, 132.125], [11069, 133.0], [11072, 166.25], [11074, 126.25], [11085, 158.0], [11111, 116.5], [11112, 153.5], [11123, 153.875], [11149, 182.5], [11185, 129.875], [11221, 123.0], [11250, 115.9375], [11266, 150.0], [11279, 131.75], [11280, 77.125], [11312, 119.0], [11320, 142.25], [11327, 113.6875], [11331, 109.0625], [11351, 127.25], [11359, 158.125], [11360, 127.8125], [11362, 130.25], [11386, 115.25], [11391, 154.0], [11393, 109.5], [11428, 147.5], [11436, 146.5], [11446, 148.875], [11460, 152.5], [11462, 127.3125], [11465, 155.5], [11478, 140.5], [11495, 155.25], [11497, 126.4375], [11500, 124.25], [11522, 140.375], [11523, 128.375], [11526, 172.5], [11533, 180.625], [11539, 126.25], [11540, 158.5], [11543, 130.625], [11548, 158.375], [11570, 122.75], [11572, 156.875], [11584, 130.5], [11597, 102.25], [11605, 121.0], [11622, 143.25], [11637, 120.875], [11650, 152.625], [11657, 106.9375], [11665, 130.25], [11668, 148.875], [11686, 127.5625], [11720, 141.0], [11721, 137.25], [11741, 164.0], [11755, 173.5], [11756, 174.125], [11764, 72.875], [11819, 163.25], [11828, 142.25], [11842, 153.75], [11861, 94.75], [11871, 140.5], [11880, 124.8125], [11903, 105.1875], [11905, 168.0], [11939, 129.0], [11940, 152.625], [11941, 182.25], [11963, 161.375], [11964, 168.0], [11970, 123.375], [11983, 93.0625], [11992, 158.125], [12020, 167.5], [12042, 130.25], [12051, 166.0], [12069, 153.0], [12075, 153.5], [12102, 130.125], [12106, 114.5], [12150, 130.0], [12158, 140.125], [12161, 55.1875], [12164, 119.6875], [12165, 155.625], [12172, 105.5], [12181, 129.0], [12192, 137.25], [12193, 146.5], [12205, 125.125], [12207, 149.875], [12214, 156.5], [12219, 130.5], [12224, 128.75], [12225, 161.75], [12229, 113.875], [12237, 131.875], [12238, 133.625], [12253, 145.25], [12257, 157.5], [12259, 142.25], [12262, 123.125], [12266, 167.75], [12300, 119.625], [12309, 142.0], [12344, 141.25], [12351, 109.5], [12352, 119.3125], [12354, 171.125], [12357, 163.375], [12359, 127.6875], [12361, 102.0625], [12362, 142.25], [12370, 70.3125], [12384, 147.0], [12397, 112.25], [12411, 153.25], [12428, 169.0], [12436, 143.125], [12455, 145.5], [12467, 116.6875], [12481, 151.125], [12482, 115.1875], [12499, 88.5625], [12505, 145.875], [12527, 115.375], [12546, 171.75], [12559, 140.625], [12578, 176.5], [12583, 148.75], [12584, 147.0], [12601, 148.375], [12609, 127.0], [12610, 144.75], [12614, 146.125], [12620, 166.375], [12626, 115.4375], [12647, 159.75], [12669, 139.375], [12676, 144.625], [12700, 143.75], [12703, 108.0], [12706, 123.5625], [12711, 83.75], [12716, 160.0], [12739, 150.375], [12766, 137.75], [12779, 125.0625], [12812, 118.25], [12820, 153.5], [12823, 130.625], [12826, 135.5], [12857, 104.625], [12866, 104.8125], [12893, 110.125], [12907, 111.9375], [12940, 159.0], [12944, 139.0], [12946, 148.125], [12954, 140.125], [12958, 146.375], [12960, 106.6875], [12972, 91.5], [13005, 99.4375], [13008, 95.625], [13019, 129.0], [13022, 146.25], [13041, 137.75], [13044, 133.375], [13048, 140.25], [13060, 90.125], [13066, 115.75], [13069, 139.75], [13081, 138.5], [13086, 152.5], [13091, 158.0], [13098, 112.5], [13100, 130.875], [13104, 121.625], [13112, 141.75], [13127, 126.8125], [13136, 118.3125], [13154, 108.75], [13162, 129.875], [13195, 102.375], [13214, 124.625], [13225, 171.5], [13233, 159.125], [13244, 186.125], [13253, 151.375], [13259, 172.0], [13268, 141.75], [13270, 122.8125], [13273, 150.125], [13290, 144.0], [13300, 146.5], [13305, 146.0], [13312, 131.75], [13353, 150.5], [13357, 126.4375], [13359, 174.25], [13386, 132.5], [13390, 115.875], [13425, 106.0], [13426, 116.3125], [13437, 131.875], [13449, 133.75], [13455, 151.625], [13468, 98.9375], [13471, 123.25], [13494, 146.0], [13495, 91.9375], [13496, 116.4375], [13515, 90.4375], [13517, 139.75], [13526, 138.75], [13546, 78.9375], [13567, 137.375], [13575, 95.125], [13583, 144.25], [13586, 100.1875], [13594, 164.5], [13596, 145.25], [13598, 151.5], [13613, 131.125], [13616, 120.75], [13633, 111.625], [13639, 163.75], [13654, 145.125], [13671, 162.5], [13693, 168.0], [13697, 100.75], [13706, 129.75], [13723, 137.0], [13730, 150.125], [13735, 109.875], [13751, 99.0], [13765, 112.5], [13775, 154.5], [13789, 115.875], [13790, 163.0], [13792, 176.0], [13814, 154.375], [13821, 127.8125], [13823, 73.1875], [13838, 138.0], [13843, 145.0], [13866, 149.5], [13868, 132.875], [13870, 131.5], [13874, 127.0], [13887, 105.125], [13891, 136.125], [13895, 157.125], [13901, 112.625], [13931, 117.125], [13950, 150.375], [13952, 148.0], [13957, 177.875], [13964, 173.625], [13968, 122.625], [13970, 160.125], [13974, 157.875], [13976, 121.6875], [13978, 90.75], [14000, 130.75], [14004, 148.25], [14005, 164.5], [14006, 107.8125], [14017, 147.5], [14030, 122.1875], [14037, 125.625], [14054, 81.375], [14068, 147.5], [14080, 135.75], [14083, 153.0], [14084, 114.5], [14092, 112.75], [14103, 105.625], [14109, 104.4375], [14132, 143.0], [14157, 172.25], [14165, 193.0], [14172, 124.0], [14180, 152.375], [14203, 158.5], [14207, 150.5], [14210, 165.125], [14248, 165.75], [14260, 181.25], [14273, 139.375], [14279, 139.875], [14282, 108.1875], [14283, 180.75], [14285, 110.5], [14291, 93.75], [14294, 163.5], [14304, 165.0], [14312, 110.875], [14319, 152.75], [14326, 132.25], [14358, 104.0], [14373, 134.5], [14380, 129.25], [14385, 136.75], [14417, 145.25], [14421, 100.6875], [14424, 131.75], [14429, 154.625], [14433, 101.5], [14441, 156.75], [14456, 124.625], [14458, 123.125], [14475, 119.25], [14524, 145.25], [14531, 143.375], [14532, 138.75], [14551, 138.25], [14556, 158.25], [14566, 151.5], [14567, 119.125], [14574, 132.875], [14576, 180.0], [14597, 146.75], [14603, 130.25], [14622, 155.75], [14664, 138.5], [14665, 143.5], [14668, 142.5], [14670, 165.375], [14671, 130.375], [14676, 124.125], [14682, 159.625], [14686, 148.625], [14688, 165.0], [14694, 148.875], [14701, 126.5], [14717, 167.75], [14743, 94.6875], [14744, 154.875], [14750, 122.375], [14764, 150.625], [14770, 119.75], [14779, 126.875], [14784, 115.5], [14787, 111.25], [14803, 125.75], [14805, 139.0], [14808, 131.0], [14821, 132.0], [14823, 120.0], [14825, 120.5], [14831, 129.0], [14833, 133.0], [14851, 126.375], [14866, 82.375], [14899, 107.375], [14901, 148.125], [14911, 103.9375], [14914, 135.375], [14921, 162.625], [14944, 130.25], [14947, 145.375], [14949, 126.125], [14951, 153.75], [14953, 156.5], [14959, 132.25], [14962, 145.625], [14970, 165.5], [14974, 119.5625], [14997, 115.0], [15000, 165.25], [15001, 133.25], [15003, 173.25], [15006, 122.4375], [15019, 153.25], [15024, 114.9375], [15028, 173.25], [15032, 151.25], [15045, 156.375], [15054, 88.1875], [15069, 151.5], [15070, 137.0], [15095, 121.125], [15118, 135.5], [15133, 120.5], [15142, 159.375], [15143, 117.25], [15164, 152.375], [15172, 122.25], [15182, 84.3125], [15185, 145.5], [15197, 122.0], [15204, 133.0], [15214, 126.3125], [15236, 115.875], [15242, 152.125], [15247, 117.625], [15251, 153.875], [15257, 118.5625], [15316, 162.25], [15334, 133.125], [15336, 140.5], [15344, 86.0], [15366, 118.5], [15373, 149.75], [15380, 98.8125], [15382, 142.5], [15412, 116.5], [15416, 155.5], [15434, 149.25], [15436, 110.6875], [15441, 183.375], [15444, 156.0], [15457, 162.75], [15465, 152.0], [15475, 113.0625], [15496, 128.375], [15500, 150.25], [15522, 147.0], [15529, 147.375], [15531, 144.875], [15562, 159.5], [15565, 116.8125], [15569, 143.5], [15576, 127.5], [15594, 150.0], [15597, 129.25], [15614, 157.25], [15627, 134.375], [15640, 130.5], [15664, 169.25], [15667, 86.6875], [15679, 114.375], [15680, 155.625], [15698, 144.375], [15730, 153.5], [15731, 126.0625], [15745, 158.5], [15759, 103.125], [15766, 115.125], [15791, 118.5], [15801, 168.875], [15808, 126.375], [15822, 122.625], [15834, 166.875], [15838, 136.625], [15844, 139.0], [15850, 112.6875], [15862, 125.625], [15872, 135.0], [15887, 128.0], [15931, 157.25], [15942, 87.625], [15945, 126.9375], [15955, 159.625], [16000, 143.0], [16042, 92.25], [16043, 113.875], [16060, 105.5625], [16063, 168.5], [16073, 165.375], [16076, 172.625], [16078, 122.9375], [16140, 95.875], [16164, 155.0], [16165, 112.375], [16169, 128.125], [16210, 167.25], [16225, 119.875], [16262, 141.5], [16269, 159.5], [16277, 164.75], [16282, 106.625], [16295, 170.625], [16312, 103.25], [16316, 150.875], [16328, 124.1875], [16346, 126.4375], [16389, 123.5], [16434, 133.75], [16472, 147.25], [16474, 147.125], [16489, 154.625], [16502, 163.125], [16531, 157.0], [16532, 166.25], [16539, 133.125], [16541, 129.75], [16571, 123.9375], [16572, 157.125], [16580, 187.5], [16582, 141.0], [16598, 94.8125], [16605, 123.5625], [16606, 134.25], [16619, 125.625], [16643, 91.875], [16657, 81.375], [16659, 127.125], [16671, 136.75], [16737, 167.0], [16743, 133.0], [16759, 171.75], [16765, 131.5], [16768, 169.0], [16769, 156.0], [16773, 120.8125], [16777, 151.5], [16790, 95.625], [16804, 152.625], [16831, 132.625], [16851, 137.125], [16854, 145.375], [16868, 116.5], [16882, 142.5], [16891, 179.5], [16919, 140.0], [16937, 155.625], [16938, 149.625], [16941, 159.125], [16965, 160.375], [16977, 111.125], [16982, 147.75], [16987, 128.125], [17002, 104.125], [17018, 175.125], [17020, 124.5], [17030, 99.125], [17044, 144.5], [17049, 151.25], [17077, 138.0], [17101, 137.0], [17115, 130.5], [17135, 103.8125], [17154, 157.375], [17160, 150.0], [17171, 141.75], [17172, 135.0], [17193, 165.5], [17216, 172.0], [17229, 124.875], [17251, 101.875], [17278, 138.25], [17279, 124.5625], [17322, 183.5], [17325, 124.5], [17346, 169.375], [17364, 106.5], [17392, 171.0], [17394, 114.1875], [17395, 157.625], [17397, 74.75], [17403, 157.125], [17405, 152.75], [17408, 102.75], [17420, 115.375], [17431, 179.375], [17443, 172.5], [17447, 117.5], [17463, 118.4375], [17482, 95.4375], [17509, 99.125], [17527, 128.75], [17536, 123.875], [17540, 127.6875], [17551, 139.75], [17552, 137.0], [17553, 149.125], [17554, 128.75], [17563, 126.625], [17564, 131.875], [17574, 163.875], [17577, 157.375], [17589, 121.0], [17610, 150.875], [17618, 127.6875], [17637, 175.25], [17650, 143.5], [17661, 118.125], [17664, 135.0], [17668, 172.125], [17687, 155.375], [17723, 144.0], [17745, 151.5], [17755, 94.0], [17756, 105.625], [17757, 124.75], [17766, 130.25], [17777, 108.5], [17780, 130.5], [17794, 133.5], [17795, 99.375], [17805, 119.75], [17824, 128.25], [17854, 135.25], [17860, 182.75], [17870, 133.5], [17874, 151.0], [17893, 101.5], [17899, 121.75], [17912, 153.75], [17922, 165.25], [17929, 118.8125], [17933, 130.5], [17938, 191.25], [17963, 102.0625], [17974, 96.1875], [18006, 116.9375], [18019, 185.25], [18030, 144.0], [18033, 113.25], [18040, 147.875], [18073, 109.0], [18086, 125.0], [18102, 124.75], [18129, 117.1875], [18130, 162.375], [18132, 165.5], [18138, 165.75], [18164, 74.75], [18206, 155.5], [18218, 187.875], [18225, 111.25], [18242, 153.375], [18266, 88.1875], [18275, 137.25], [18283, 123.6875], [18285, 122.5], [18299, 156.375], [18318, 125.3125], [18322, 121.5], [18335, 137.125], [18346, 137.0], [18352, 101.4375], [18355, 121.375], [18358, 146.0], [18359, 161.75], [18380, 158.75], [18395, 107.875], [18400, 134.75], [18406, 148.25], [18418, 109.6875], [18419, 128.375], [18424, 133.625], [18432, 155.25], [18433, 134.375], [18434, 126.625], [18442, 134.5], [18470, 142.75], [18472, 150.5], [18493, 119.5625], [18499, 143.375], [18500, 122.375], [18502, 112.875], [18518, 131.625], [18524, 171.75], [18532, 133.625], [18564, 154.125], [18565, 122.0], [18568, 167.5], [18578, 92.75], [18588, 179.875], [18589, 135.75], [18603, 144.25], [18628, 126.625], [18641, 138.375], [18642, 64.25], [18651, 132.0], [18662, 109.4375], [18663, 146.25], [18685, 135.75], [18718, 123.75], [18731, 100.875], [18735, 141.5], [18741, 122.375], [18759, 158.5], [18760, 167.25], [18780, 124.5], [18791, 133.0], [18815, 140.25], [18816, 165.5], [18840, 146.25], [18854, 115.125], [18867, 139.0], [18873, 127.1875], [18884, 119.875], [18885, 124.25], [18890, 159.75], [18900, 169.125], [18907, 108.5], [18911, 162.25], [18914, 94.125], [18918, 77.0625], [18924, 160.0], [18927, 140.75], [18934, 159.5], [18939, 107.5], [18940, 143.25], [18945, 108.1875], [18947, 146.75], [18958, 139.125], [18972, 137.125], [18977, 155.25], [18987, 132.5], [19008, 153.25], [19009, 146.25], [19044, 109.9375], [19051, 140.875], [19054, 108.375], [19070, 171.5], [19071, 142.375], [19072, 153.25], [19074, 126.5], [19078, 161.375], [19082, 74.625], [19090, 145.875], [19097, 150.5], [19110, 153.75], [19123, 97.625], [19139, 146.5], [19147, 124.75], [19160, 143.25], [19200, 159.5], [19216, 149.5], [19222, 119.375], [19262, 176.75], [19264, 149.25], [19273, 125.5], [19287, 134.125], [19290, 149.25], [19316, 173.5], [19342, 130.75], [19347, 141.25], [19363, 123.0], [19364, 125.375], [19378, 161.0], [19385, 183.375], [19386, 114.125], [19394, 120.0625], [19396, 112.125], [19400, 157.125], [19401, 157.375], [19407, 148.5], [19416, 115.0], [19417, 58.1875], [19422, 123.625], [19434, 132.875], [19437, 106.875], [19454, 127.9375], [19459, 181.75], [19460, 120.9375], [19476, 96.75], [19494, 89.3125], [19497, 144.875], [19499, 148.125], [19500, 138.75], [19519, 91.3125], [19536, 140.5], [19547, 184.25], [19552, 117.625], [19553, 152.5], [19554, 106.0], [19562, 142.5], [19592, 147.375], [19607, 133.25], [19612, 135.375], [19617, 132.75], [19645, 144.875], [19657, 137.125], [19671, 97.0625], [19677, 162.5], [19682, 109.125], [19683, 151.0], [19696, 129.375], [19699, 132.25], [19710, 155.625], [19712, 155.5], [19718, 123.8125], [19726, 115.125], [19727, 158.25], [19731, 137.75], [19740, 106.75], [19746, 105.875], [19753, 124.1875], [19781, 169.625], [19806, 160.5], [19810, 158.5], [19811, 159.5], [19839, 97.625], [19852, 128.0], [19866, 142.625], [19872, 138.0], [19921, 124.875], [19928, 156.75], [19953, 134.0], [19966, 119.5], [19985, 150.75], [19988, 136.75], [19995, 131.25], [20003, 165.25], [20018, 138.5], [20035, 183.875], [20057, 126.5625], [20066, 165.0], [20078, 146.0], [20082, 153.875], [20089, 144.25], [20110, 153.5], [20116, 139.625], [20131, 158.375], [20150, 147.5], [20152, 157.125], [20157, 203.625], [20160, 103.5], [20174, 126.375], [20187, 146.125], [20211, 138.125], [20222, 162.75], [20236, 165.375], [20237, 145.0], [20253, 144.125], [20258, 177.5], [20274, 128.5], [20297, 151.5], [20301, 91.1875], [20306, 128.5], [20307, 147.625], [20316, 148.125], [20325, 135.5], [20350, 118.5], [20361, 144.5], [20369, 122.9375], [20371, 95.8125], [20382, 154.0], [20385, 126.25], [20386, 157.5], [20393, 118.0], [20402, 153.0], [20420, 154.25], [20442, 141.75], [20466, 117.75], [20468, 119.5], [20471, 110.4375], [20487, 152.25], [20488, 126.75], [20490, 149.25], [20503, 155.5], [20506, 129.75], [20508, 92.6875], [20520, 149.625], [20533, 131.25], [20537, 106.25], [20558, 173.25], [20568, 134.0], [20571, 126.375], [20576, 95.875], [20601, 139.75], [20603, 78.5], [20609, 116.5625], [20644, 146.5], [20646, 134.625], [20652, 170.0], [20678, 137.625], [20723, 164.5], [20724, 160.625], [20728, 139.875], [20742, 127.375], [20744, 123.9375], [20752, 164.125], [20764, 138.5], [20769, 143.75], [20778, 152.5], [20788, 134.0], [20789, 134.75], [20796, 173.5], [20797, 165.75], [20815, 137.5], [20853, 145.0], [20875, 144.5], [20884, 159.125], [20897, 143.625], [20932, 124.4375], [20958, 118.6875], [20969, 167.5], [20970, 110.5], [21017, 125.0], [21018, 78.0], [21026, 118.8125], [21054, 78.9375], [21062, 132.0], [21064, 153.5], [21073, 131.25], [21074, 124.5625], [21125, 146.25], [21138, 139.5], [21145, 110.625], [21147, 135.0], [21170, 93.6875], [21183, 89.5], [21184, 120.4375], [21185, 147.75], [21206, 134.875], [21207, 126.5], [21210, 127.8125], [21220, 120.6875], [21229, 150.625], [21240, 178.25], [21245, 122.875], [21246, 163.75], [21248, 152.125], [21271, 133.75], [21276, 163.75], [21293, 132.75], [21294, 146.25], [21309, 170.375], [21331, 106.9375], [21332, 117.9375], [21333, 153.625], [21337, 136.5], [21341, 138.375], [21342, 92.625], [21344, 175.5], [21347, 118.25], [21361, 129.375], [21370, 116.625], [21418, 190.75], [21431, 180.625], [21446, 106.6875], [21452, 126.1875], [21507, 145.75], [21549, 124.5], [21557, 129.5], [21562, 168.25], [21565, 156.375], [21570, 125.5], [21575, 131.875], [21578, 136.0], [21593, 144.75], [21596, 115.875], [21600, 137.25], [21605, 150.125], [21610, 132.125], [21633, 131.0], [21635, 127.625], [21643, 156.75], [21656, 124.125], [21667, 139.75], [21671, 77.625], [21683, 95.875], [21694, 81.1875], [21705, 138.0], [21706, 115.6875], [21710, 130.0], [21723, 123.6875], [21733, 161.625], [21762, 128.5], [21797, 113.875], [21803, 131.0], [21827, 166.0], [21830, 97.125], [21836, 115.875], [21837, 122.875], [21846, 156.375], [21855, 172.125], [21856, 138.0], [21859, 75.5], [21884, 134.25], [21894, 168.125], [21895, 148.25], [21910, 150.75], [21952, 137.5], [21960, 133.625], [21965, 115.0], [21973, 145.0], [21984, 139.625], [21988, 142.625], [21997, 147.0], [21999, 133.0]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_16500_634f1134bf7f82ef4ca0.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 181.25], [86, 127.5], [101, 127.125], [105, 112.375], [110, 96.0625], [121, 135.5], [124, 162.0], [135, 145.0], [136, 135.75], [138, 131.5], [160, 167.375], [166, 130.125], [177, 144.75], [180, 132.5], [196, 120.0625], [208, 142.0], [226, 124.25], [245, 97.75], [258, 115.125], [259, 177.25], [266, 156.375], [273, 130.5], [275, 127.125], [277, 138.0], [288, 127.625], [324, 127.0], [327, 146.75], [339, 127.125], [340, 118.9375], [369, 110.25], [400, 153.25], [402, 115.5625], [432, 148.625], [438, 124.375], [440, 143.875], [446, 185.0], [458, 135.75], [461, 133.0], [494, 117.375], [500, 147.375], [503, 146.0], [507, 120.0], [511, 160.75], [525, 141.875], [534, 145.875], [538, 106.4375], [543, 138.875], [563, 162.375], [567, 132.0], [569, 146.5], [575, 148.0], [591, 110.0625], [594, 131.5], [602, 148.0], [609, 108.0], [620, 95.3125], [625, 124.4375], [679, 162.875], [687, 173.25], [700, 151.5], [716, 129.75], [725, 112.25], [736, 136.0], [740, 151.75], [757, 175.625], [758, 113.5], [769, 141.25], [795, 152.625], [804, 105.4375], [806, 83.5], [816, 174.625], [821, 151.125], [831, 107.1875], [842, 128.5], [849, 142.5], [862, 122.1875], [889, 133.0], [896, 131.125], [903, 123.125], [930, 105.375], [937, 117.0], [940, 144.25], [945, 141.125], [993, 123.4375], [999, 69.625], [1014, 136.625], [1043, 110.5625], [1045, 149.375], [1062, 133.25], [1064, 140.25], [1066, 181.5], [1069, 130.25], [1077, 145.625], [1082, 144.25], [1099, 108.5625], [1100, 112.125], [1108, 133.75], [1122, 126.5625], [1136, 122.8125], [1143, 141.25], [1147, 131.25], [1151, 163.0], [1166, 158.5], [1172, 122.4375], [1185, 116.875], [1186, 150.375], [1195, 134.75], [1196, 104.875], [1225, 177.875], [1232, 132.75], [1233, 130.75], [1239, 148.0], [1247, 124.8125], [1280, 154.25], [1285, 130.625], [1286, 162.75], [1289, 138.875], [1304, 156.0], [1313, 145.25], [1324, 160.75], [1327, 119.8125], [1329, 132.125], [1340, 161.0], [1350, 110.0625], [1357, 114.125], [1392, 125.625], [1394, 140.375], [1415, 151.25], [1421, 130.75], [1435, 127.25], [1450, 128.5], [1488, 149.75], [1489, 125.5625], [1509, 89.375], [1526, 107.375], [1530, 126.625], [1551, 176.25], [1557, 136.0], [1558, 175.75], [1565, 139.5], [1580, 170.5], [1583, 117.9375], [1588, 174.625], [1660, 178.5], [1675, 152.375], [1684, 145.875], [1694, 159.75], [1696, 135.625], [1703, 108.75], [1705, 143.0], [1755, 127.375], [1762, 141.25], [1764, 131.625], [1788, 167.25], [1796, 96.0625], [1811, 146.5], [1814, 179.875], [1830, 140.625], [1834, 91.875], [1836, 131.0], [1851, 102.1875], [1852, 149.875], [1870, 110.9375], [1871, 96.75], [1889, 112.6875], [1898, 127.875], [1907, 131.875], [1914, 151.25], [1915, 141.0], [1916, 134.25], [1918, 95.8125], [1925, 85.0625], [1927, 192.25], [1928, 147.5], [1970, 160.375], [1995, 127.125], [2002, 120.6875], [2016, 168.25], [2019, 112.75], [2020, 121.875], [2083, 135.75], [2120, 156.75], [2135, 147.0], [2146, 123.0625], [2153, 153.25], [2195, 130.25], [2203, 137.75], [2226, 177.375], [2231, 89.25], [2253, 113.75], [2254, 127.6875], [2269, 99.25], [2275, 149.5], [2290, 147.5], [2303, 152.5], [2311, 156.125], [2312, 141.25], [2347, 122.625], [2357, 142.5], [2368, 156.75], [2369, 132.5], [2376, 201.375], [2380, 99.0], [2414, 153.0], [2425, 104.9375], [2454, 140.75], [2462, 152.0], [2481, 157.875], [2483, 135.0], [2485, 111.5625], [2490, 73.375], [2492, 141.25], [2499, 118.3125], [2508, 121.5625], [2523, 129.0], [2533, 125.625], [2544, 159.875], [2584, 170.5], [2591, 133.375], [2628, 134.25], [2630, 93.625], [2634, 110.375], [2662, 116.0], [2669, 93.125], [2686, 157.75], [2688, 125.5], [2711, 145.5], [2725, 138.0], [2731, 137.625], [2734, 141.0], [2738, 144.75], [2745, 73.25], [2769, 142.75], [2778, 107.0625], [2786, 152.0], [2808, 209.0], [2818, 103.4375], [2820, 134.0], [2822, 172.25], [2834, 176.0], [2843, 179.75], [2851, 167.75], [2866, 97.3125], [2892, 134.625], [2922, 137.5], [2926, 153.5], [2935, 126.75], [2950, 130.25], [2960, 118.25], [2965, 128.625], [2970, 116.0], [2984, 174.125], [2988, 135.75], [2994, 161.625], [3006, 146.0], [3017, 138.0], [3020, 108.6875], [3058, 133.75], [3061, 170.75], [3064, 141.125], [3073, 169.5], [3092, 117.625], [3108, 167.375], [3118, 132.375], [3138, 130.5], [3144, 170.125], [3149, 164.75], [3153, 125.5625], [3154, 129.5], [3157, 127.9375], [3165, 130.0], [3166, 130.625], [3171, 144.875], [3181, 176.75], [3196, 118.75], [3230, 135.25], [3233, 157.25], [3244, 176.625], [3265, 148.625], [3268, 136.625], [3283, 121.5625], [3296, 90.25], [3298, 155.25], [3307, 164.75], [3321, 131.25], [3353, 91.375], [3362, 156.0], [3368, 124.25], [3375, 143.0], [3393, 127.0], [3395, 147.25], [3400, 143.0], [3401, 121.0], [3423, 152.75], [3429, 106.875], [3434, 101.75], [3447, 163.625], [3456, 127.625], [3479, 134.5], [3484, 129.75], [3574, 146.0], [3581, 167.25], [3587, 95.375], [3604, 163.0], [3629, 118.5625], [3643, 149.25], [3648, 136.875], [3657, 127.6875], [3662, 129.0], [3695, 144.0], [3697, 127.8125], [3699, 116.4375], [3703, 147.75], [3721, 157.75], [3732, 117.5625], [3738, 176.0], [3746, 119.75], [3748, 129.0], [3750, 118.3125], [3779, 161.5], [3786, 152.0], [3796, 139.75], [3805, 122.5625], [3816, 150.75], [3845, 148.5], [3846, 106.3125], [3864, 152.5], [3880, 140.0], [3892, 160.75], [3895, 143.25], [3902, 154.5], [3933, 126.875], [3938, 153.25], [3940, 152.25], [3954, 143.875], [3961, 155.5], [3974, 146.5], [3976, 106.3125], [3980, 125.125], [3990, 118.625], [3997, 140.0], [3998, 224.0], [3999, 114.5], [4001, 131.25], [4005, 146.25], [4012, 163.75], [4014, 129.625], [4015, 131.625], [4023, 139.0], [4042, 103.0], [4047, 121.8125], [4048, 118.0], [4091, 166.25], [4097, 152.25], [4106, 125.5], [4120, 153.0], [4125, 114.5625], [4151, 116.625], [4161, 161.75], [4162, 139.5], [4163, 126.9375], [4164, 90.9375], [4185, 117.4375], [4193, 119.125], [4195, 139.25], [4197, 112.5], [4198, 132.75], [4201, 127.0625], [4206, 161.5], [4227, 168.0], [4240, 136.375], [4244, 161.375], [4246, 108.75], [4252, 127.0], [4267, 96.25], [4271, 112.625], [4275, 114.25], [4297, 104.25], [4307, 148.0], [4337, 128.75], [4352, 157.125], [4365, 118.6875], [4380, 137.75], [4382, 157.75], [4399, 114.875], [4405, 166.25], [4415, 157.875], [4417, 152.625], [4436, 121.75], [4441, 170.5], [4453, 126.875], [4469, 149.5], [4474, 81.125], [4491, 163.0], [4500, 120.25], [4503, 147.0], [4517, 126.9375], [4538, 126.625], [4588, 172.75], [4589, 140.5], [4602, 140.5], [4606, 111.375], [4631, 159.5], [4640, 144.25], [4649, 128.625], [4651, 172.125], [4665, 125.5], [4690, 162.0], [4703, 136.5], [4706, 114.25], [4724, 130.75], [4750, 130.125], [4752, 143.375], [4763, 146.25], [4773, 118.125], [4778, 118.5], [4789, 137.25], [4804, 122.5], [4809, 172.75], [4813, 151.0], [4822, 119.8125], [4839, 121.25], [4841, 98.8125], [4858, 163.25], [4878, 151.875], [4899, 115.625], [4916, 141.75], [4923, 153.5], [4929, 132.625], [4954, 154.875], [4955, 132.25], [4971, 166.625], [4985, 141.25], [4999, 148.875], [5000, 147.25], [5003, 153.75], [5006, 133.25], [5017, 141.0], [5021, 115.0], [5043, 132.75], [5055, 163.375], [5062, 117.75], [5064, 160.5], [5074, 156.125], [5075, 137.5], [5081, 136.75], [5101, 140.75], [5103, 101.75], [5119, 139.5], [5137, 128.75], [5138, 126.375], [5142, 98.75], [5151, 126.3125], [5152, 100.25], [5164, 142.25], [5207, 150.75], [5209, 141.0], [5226, 181.625], [5229, 184.75], [5235, 165.875], [5246, 78.0], [5256, 118.25], [5265, 128.5], [5274, 141.75], [5279, 122.625], [5284, 136.75], [5303, 130.25], [5311, 171.25], [5319, 142.125], [5320, 89.875], [5322, 183.75], [5325, 151.0], [5357, 131.625], [5374, 126.0625], [5375, 136.625], [5380, 159.25], [5384, 160.5], [5389, 148.0], [5390, 122.6875], [5394, 142.375], [5409, 154.875], [5410, 160.75], [5420, 113.0], [5421, 146.0], [5428, 93.625], [5431, 134.25], [5450, 113.8125], [5465, 151.625], [5472, 121.0], [5484, 103.25], [5486, 156.625], [5487, 164.75], [5489, 112.75], [5524, 138.25], [5541, 135.5], [5542, 125.0], [5568, 133.5], [5586, 153.5], [5589, 95.125], [5594, 110.0625], [5598, 133.5], [5615, 139.875], [5617, 156.625], [5653, 143.5], [5655, 120.4375], [5676, 139.5], [5704, 126.75], [5709, 132.25], [5711, 164.25], [5751, 147.0], [5767, 173.75], [5777, 123.5], [5783, 145.875], [5786, 140.75], [5825, 129.875], [5831, 124.0], [5841, 143.0], [5851, 124.0625], [5853, 124.3125], [5859, 119.0], [5865, 149.625], [5930, 139.875], [5983, 139.125], [6001, 134.625], [6010, 175.5], [6016, 144.125], [6017, 102.125], [6019, 160.5], [6025, 158.0], [6028, 154.25], [6029, 129.75], [6035, 150.5], [6037, 122.5625], [6077, 119.4375], [6083, 117.6875], [6094, 130.0], [6107, 136.5], [6126, 137.5], [6136, 114.75], [6152, 122.75], [6194, 158.375], [6202, 132.5], [6203, 107.75], [6210, 183.125], [6211, 117.0625], [6219, 131.75], [6296, 161.25], [6305, 147.5], [6326, 148.75], [6337, 133.75], [6349, 140.75], [6360, 123.3125], [6375, 172.875], [6378, 108.75], [6400, 171.25], [6412, 137.0], [6434, 100.8125], [6469, 187.75], [6471, 164.25], [6480, 136.5], [6490, 149.25], [6508, 114.5625], [6543, 154.625], [6547, 116.25], [6561, 139.25], [6576, 154.25], [6589, 113.8125], [6600, 150.0], [6604, 125.375], [6613, 135.125], [6621, 159.25], [6625, 128.625], [6626, 182.375], [6636, 101.8125], [6645, 133.0], [6684, 149.125], [6688, 130.25], [6689, 108.25], [6705, 180.5], [6720, 159.75], [6736, 132.0], [6749, 123.6875], [6752, 101.1875], [6760, 172.5], [6769, 124.375], [6771, 165.0], [6778, 121.1875], [6786, 145.25], [6789, 137.5], [6803, 177.625], [6861, 116.375], [6866, 145.75], [6869, 127.8125], [6872, 141.0], [6877, 159.5], [6884, 145.0], [6888, 161.0], [6889, 126.625], [6898, 158.75], [6993, 130.5], [7011, 130.5], [7013, 125.0625], [7016, 133.125], [7027, 144.0], [7035, 133.75], [7045, 163.0], [7046, 150.0], [7049, 150.75], [7068, 161.0], [7072, 105.75], [7085, 72.9375], [7090, 125.9375], [7097, 124.8125], [7101, 128.25], [7102, 173.75], [7109, 111.25], [7132, 134.0], [7139, 149.25], [7141, 159.0], [7144, 98.1875], [7152, 134.875], [7167, 97.3125], [7170, 183.5], [7185, 122.0], [7186, 150.875], [7202, 156.875], [7207, 94.625], [7211, 147.75], [7227, 99.5625], [7236, 93.0625], [7250, 113.0], [7257, 109.25], [7274, 127.8125], [7278, 153.625], [7280, 105.0], [7281, 120.0625], [7290, 101.125], [7298, 107.125], [7299, 141.0], [7302, 143.125], [7306, 72.1875], [7318, 131.5], [7321, 157.25], [7330, 148.75], [7334, 123.9375], [7336, 148.75], [7341, 200.25], [7344, 129.25], [7347, 123.5625], [7361, 118.125], [7369, 158.0], [7397, 149.25], [7408, 145.125], [7427, 97.875], [7430, 118.75], [7439, 172.625], [7453, 124.5], [7473, 99.375], [7478, 156.5], [7488, 136.625], [7503, 139.125], [7518, 136.75], [7544, 150.625], [7552, 129.625], [7576, 125.0], [7577, 146.75], [7597, 141.5], [7605, 130.5], [7616, 151.25], [7620, 95.25], [7656, 157.75], [7659, 146.75], [7681, 104.875], [7692, 152.125], [7710, 108.375], [7713, 106.125], [7722, 150.5], [7723, 171.5], [7742, 127.6875], [7743, 125.5], [7750, 114.375], [7790, 145.75], [7801, 81.125], [7811, 74.5], [7815, 153.125], [7843, 80.6875], [7844, 167.25], [7857, 142.25], [7868, 108.5], [7877, 125.25], [7887, 126.25], [7897, 142.5], [7902, 188.0], [7910, 116.25], [7912, 112.5], [7918, 159.375], [7933, 141.0], [7936, 170.25], [7951, 135.625], [7953, 145.5], [7957, 115.3125], [7962, 134.5], [7971, 120.375], [7974, 105.5], [7991, 157.0], [8000, 124.0], [8008, 140.5], [8018, 139.0], [8024, 106.3125], [8047, 90.1875], [8060, 105.625], [8077, 115.9375], [8086, 137.75], [8104, 146.75], [8118, 123.5], [8133, 125.1875], [8138, 134.125], [8145, 152.5], [8150, 138.0], [8168, 184.75], [8170, 148.5], [8173, 145.875], [8175, 115.4375], [8194, 148.625], [8211, 100.375], [8253, 133.75], [8262, 69.9375], [8263, 162.0], [8265, 175.875], [8268, 155.25], [8271, 115.5], [8272, 146.5], [8273, 100.1875], [8277, 133.0], [8292, 138.5], [8344, 131.25], [8346, 129.75], [8350, 133.5], [8364, 159.5], [8369, 112.8125], [8370, 120.875], [8385, 164.5], [8389, 127.375], [8421, 110.1875], [8442, 142.75], [8453, 143.5], [8458, 107.75], [8466, 183.375], [8478, 167.5], [8483, 114.75], [8487, 112.125], [8501, 160.75], [8505, 134.25], [8509, 151.0], [8534, 97.25], [8539, 109.375], [8556, 139.0], [8566, 97.625], [8577, 131.625], [8583, 102.0625], [8600, 158.375], [8615, 137.125], [8624, 175.75], [8630, 120.1875], [8645, 138.0], [8658, 140.25], [8660, 129.625], [8667, 130.0], [8672, 135.5], [8676, 149.75], [8687, 160.25], [8689, 128.75], [8692, 146.5], [8697, 110.1875], [8699, 144.25], [8707, 166.375], [8722, 138.625], [8726, 178.75], [8727, 163.25], [8736, 122.875], [8737, 131.0], [8752, 140.5], [8760, 132.0], [8776, 163.875], [8793, 102.375], [8794, 92.5625], [8797, 151.5], [8806, 148.25], [8812, 123.0625], [8820, 168.75], [8830, 145.5], [8852, 122.0625], [8877, 130.0], [8885, 183.25], [8891, 124.0625], [8929, 164.5], [8936, 123.3125], [8938, 153.75], [8954, 153.5], [8967, 79.625], [8975, 159.25], [8985, 113.0], [8989, 148.375], [8999, 132.75], [9002, 132.25], [9014, 149.75], [9025, 123.5], [9034, 102.75], [9052, 142.0], [9059, 120.5], [9063, 111.3125], [9084, 137.5], [9086, 98.75], [9088, 152.75], [9123, 165.5], [9130, 134.375], [9144, 133.125], [9167, 145.375], [9182, 142.0], [9184, 121.4375], [9198, 140.0], [9218, 136.75], [9231, 110.0], [9237, 129.25], [9239, 119.0], [9244, 148.5], [9256, 132.75], [9257, 126.625], [9261, 158.125], [9267, 152.25], [9269, 125.5], [9297, 158.0], [9300, 117.6875], [9305, 160.25], [9327, 144.875], [9337, 162.125], [9340, 129.375], [9341, 120.125], [9355, 139.75], [9360, 104.75], [9366, 107.25], [9369, 149.75], [9377, 125.6875], [9380, 149.5], [9381, 140.25], [9385, 128.25], [9403, 180.5], [9406, 136.5], [9409, 123.125], [9419, 111.875], [9420, 126.875], [9423, 133.5], [9447, 156.0], [9450, 153.75], [9467, 123.5], [9475, 149.25], [9485, 145.25], [9502, 128.25], [9504, 106.1875], [9518, 156.5], [9523, 150.75], [9536, 95.3125], [9559, 109.5], [9563, 162.5], [9576, 147.75], [9594, 120.875], [9611, 107.0], [9613, 161.0], [9621, 150.875], [9633, 129.625], [9655, 106.5], [9658, 134.25], [9667, 134.0], [9672, 137.875], [9681, 135.25], [9684, 125.5], [9687, 125.25], [9688, 144.375], [9693, 112.9375], [9698, 128.5], [9702, 141.875], [9713, 134.0], [9716, 135.875], [9721, 138.125], [9726, 117.4375], [9736, 169.0], [9762, 137.75], [9772, 158.125], [9776, 155.0], [9781, 146.0], [9783, 163.375], [9809, 148.75], [9833, 125.875], [9837, 144.125], [9853, 141.875], [9856, 117.125], [9857, 127.875], [9863, 173.625], [9872, 118.75], [9894, 163.25], [9899, 114.5], [9919, 178.125], [9936, 135.75], [9947, 139.125], [9949, 146.375], [9952, 136.25], [9958, 144.25], [9979, 148.25], [9998, 134.625], [10005, 133.5], [10015, 147.25], [10053, 139.5], [10096, 167.375], [10108, 178.25], [10114, 117.6875], [10122, 193.125], [10126, 99.125], [10145, 103.625], [10159, 115.375], [10166, 166.5], [10181, 174.375], [10184, 131.0], [10190, 194.5], [10197, 128.375], [10217, 105.0], [10218, 154.5], [10219, 160.0], [10224, 181.75], [10234, 141.75], [10244, 172.125], [10258, 166.125], [10330, 132.0], [10340, 100.625], [10352, 127.4375], [10367, 139.5], [10372, 110.25], [10376, 150.5], [10377, 110.0], [10390, 116.5625], [10419, 81.125], [10422, 127.0625], [10434, 110.625], [10439, 154.875], [10445, 140.375], [10448, 167.875], [10471, 166.75], [10493, 102.0], [10500, 134.75], [10517, 154.0], [10527, 111.625], [10561, 147.125], [10569, 122.75], [10576, 168.75], [10577, 136.25], [10598, 161.75], [10609, 179.75], [10635, 129.0], [10637, 163.0], [10640, 166.75], [10654, 131.25], [10660, 137.5], [10662, 110.6875], [10664, 133.0], [10667, 171.5], [10668, 83.8125], [10672, 132.75], [10679, 161.25], [10687, 133.75], [10690, 143.125], [10692, 160.125], [10693, 187.25], [10699, 154.5], [10710, 125.25], [10715, 136.625], [10719, 125.375], [10730, 133.875], [10735, 152.0], [10742, 64.75], [10746, 124.4375], [10750, 165.25], [10753, 116.625], [10754, 138.625], [10758, 104.125], [10766, 169.5], [10768, 118.0], [10773, 144.5], [10780, 132.75], [10785, 160.5], [10789, 111.6875], [10798, 158.25], [10817, 146.75], [10821, 152.0], [10822, 167.875], [10862, 116.375], [10863, 147.5], [10866, 151.375], [10889, 149.5], [10924, 142.875], [10944, 170.125], [10955, 155.625], [10966, 155.0], [10969, 159.5], [10978, 118.5625], [10979, 96.375], [10987, 128.5], [10999, 130.5], [11025, 110.5], [11026, 149.625], [11031, 137.125], [11034, 164.875], [11048, 125.6875], [11050, 156.0], [11053, 106.25], [11055, 137.25], [11056, 135.75], [11057, 108.5], [11067, 132.625], [11069, 132.625], [11072, 166.125], [11074, 125.9375], [11085, 158.75], [11111, 117.25], [11112, 152.25], [11123, 155.0], [11149, 183.25], [11185, 130.25], [11221, 122.375], [11250, 116.8125], [11266, 150.375], [11279, 132.25], [11280, 77.375], [11312, 118.5], [11320, 142.75], [11327, 114.5], [11331, 109.625], [11351, 127.75], [11359, 157.5], [11360, 127.9375], [11362, 130.25], [11386, 116.625], [11391, 153.75], [11393, 109.125], [11428, 148.875], [11436, 146.75], [11446, 150.0], [11460, 152.5], [11462, 127.0], [11465, 156.0], [11478, 140.75], [11495, 154.5], [11497, 128.0], [11500, 124.0625], [11522, 141.25], [11523, 128.125], [11526, 173.25], [11533, 180.375], [11539, 126.4375], [11540, 158.5], [11543, 131.5], [11548, 158.875], [11570, 124.125], [11572, 156.5], [11584, 130.625], [11597, 102.875], [11605, 121.0625], [11622, 144.625], [11637, 120.875], [11650, 151.875], [11657, 107.0], [11665, 130.75], [11668, 149.0], [11686, 126.75], [11720, 141.5], [11721, 137.75], [11741, 163.5], [11755, 173.625], [11756, 174.125], [11764, 73.3125], [11819, 162.5], [11828, 143.625], [11842, 153.75], [11861, 94.875], [11871, 141.0], [11880, 124.8125], [11903, 104.75], [11905, 169.0], [11939, 130.25], [11940, 152.5], [11941, 184.125], [11963, 160.75], [11964, 169.25], [11970, 124.0], [11983, 93.0625], [11992, 158.0], [12020, 167.5], [12042, 130.875], [12051, 167.0], [12069, 153.0], [12075, 152.125], [12102, 130.375], [12106, 114.9375], [12150, 129.5], [12158, 140.0], [12161, 55.0], [12164, 119.8125], [12165, 156.5], [12172, 105.125], [12181, 130.25], [12192, 138.125], [12193, 147.0], [12205, 125.5625], [12207, 149.625], [12214, 156.5], [12219, 129.5], [12224, 128.75], [12225, 161.5], [12229, 115.375], [12237, 132.5], [12238, 134.5], [12253, 146.125], [12257, 157.75], [12259, 141.75], [12262, 123.0], [12266, 167.5], [12300, 120.6875], [12309, 141.25], [12344, 142.0], [12351, 109.625], [12352, 118.625], [12354, 171.25], [12357, 163.75], [12359, 128.875], [12361, 102.1875], [12362, 142.875], [12370, 71.125], [12384, 146.75], [12397, 112.25], [12411, 154.25], [12428, 169.5], [12436, 142.0], [12455, 146.25], [12467, 116.9375], [12481, 151.0], [12482, 114.8125], [12499, 88.0], [12505, 147.125], [12527, 115.0], [12546, 172.75], [12559, 141.25], [12578, 176.5], [12583, 149.375], [12584, 147.25], [12601, 148.375], [12609, 127.125], [12610, 145.375], [12614, 146.125], [12620, 167.25], [12626, 116.4375], [12647, 159.75], [12669, 139.0], [12676, 145.25], [12700, 143.5], [12703, 108.625], [12706, 123.625], [12711, 83.8125], [12716, 160.625], [12739, 150.25], [12766, 138.375], [12779, 124.625], [12812, 118.25], [12820, 153.5], [12823, 130.75], [12826, 135.875], [12857, 105.0], [12866, 104.875], [12893, 109.6875], [12907, 111.5], [12940, 160.25], [12944, 140.0], [12946, 147.75], [12954, 140.25], [12958, 146.5], [12960, 107.0], [12972, 91.375], [13005, 100.1875], [13008, 96.1875], [13019, 129.5], [13022, 146.125], [13041, 138.0], [13044, 133.75], [13048, 140.0], [13060, 90.125], [13066, 115.125], [13069, 140.125], [13081, 138.5], [13086, 152.375], [13091, 159.5], [13098, 112.875], [13100, 131.5], [13104, 122.125], [13112, 141.875], [13127, 127.75], [13136, 118.6875], [13154, 109.1875], [13162, 129.125], [13195, 103.375], [13214, 124.75], [13225, 172.5], [13233, 159.25], [13244, 185.0], [13253, 151.375], [13259, 172.125], [13268, 143.25], [13270, 123.25], [13273, 150.75], [13290, 144.125], [13300, 147.25], [13305, 146.875], [13312, 132.375], [13353, 151.0], [13357, 126.9375], [13359, 174.75], [13386, 132.0], [13390, 116.875], [13425, 106.8125], [13426, 116.8125], [13437, 132.375], [13449, 134.5], [13455, 151.625], [13468, 99.375], [13471, 122.9375], [13494, 146.25], [13495, 92.6875], [13496, 116.375], [13515, 90.875], [13517, 140.125], [13526, 140.75], [13546, 79.5], [13567, 138.125], [13575, 95.25], [13583, 144.375], [13586, 100.4375], [13594, 165.0], [13596, 145.5], [13598, 152.75], [13613, 131.75], [13616, 120.625], [13633, 111.1875], [13639, 163.875], [13654, 145.25], [13671, 162.25], [13693, 168.75], [13697, 101.0], [13706, 130.125], [13723, 137.75], [13730, 150.25], [13735, 109.1875], [13751, 99.3125], [13765, 113.125], [13775, 154.5], [13789, 116.125], [13790, 163.5], [13792, 176.25], [13814, 154.625], [13821, 127.875], [13823, 73.0625], [13838, 139.75], [13843, 145.0], [13866, 149.875], [13868, 133.375], [13870, 131.0], [13874, 126.5], [13887, 105.0], [13891, 136.375], [13895, 157.875], [13901, 113.4375], [13931, 117.3125], [13950, 150.375], [13952, 148.5], [13957, 178.5], [13964, 175.0], [13968, 122.25], [13970, 161.125], [13974, 158.0], [13976, 121.625], [13978, 91.125], [14000, 131.5], [14004, 147.875], [14005, 164.25], [14006, 107.9375], [14017, 147.125], [14030, 122.1875], [14037, 126.0625], [14054, 81.6875], [14068, 148.125], [14080, 136.625], [14083, 154.0], [14084, 115.0], [14092, 112.75], [14103, 105.875], [14109, 105.0625], [14132, 142.0], [14157, 172.625], [14165, 194.0], [14172, 123.4375], [14180, 152.25], [14203, 158.875], [14207, 150.0], [14210, 164.5], [14248, 167.0], [14260, 181.625], [14273, 139.5], [14279, 139.5], [14282, 108.5], [14283, 181.375], [14285, 110.25], [14291, 94.1875], [14294, 164.0], [14304, 164.875], [14312, 110.375], [14319, 152.625], [14326, 133.25], [14358, 104.75], [14373, 135.125], [14380, 129.125], [14385, 137.25], [14417, 145.5], [14421, 100.625], [14424, 132.375], [14429, 154.5], [14433, 101.125], [14441, 157.625], [14456, 125.25], [14458, 123.0], [14475, 120.5], [14524, 146.125], [14531, 141.25], [14532, 139.25], [14551, 138.75], [14556, 159.0], [14566, 152.5], [14567, 119.875], [14574, 133.375], [14576, 180.875], [14597, 147.5], [14603, 130.375], [14622, 156.375], [14664, 138.25], [14665, 143.75], [14668, 142.75], [14670, 166.375], [14671, 130.875], [14676, 124.5], [14682, 159.75], [14686, 147.75], [14688, 165.5], [14694, 149.25], [14701, 126.625], [14717, 167.25], [14743, 94.9375], [14744, 154.0], [14750, 122.3125], [14764, 151.25], [14770, 119.875], [14779, 127.125], [14784, 115.75], [14787, 111.75], [14803, 125.0], [14805, 139.75], [14808, 132.0], [14821, 132.375], [14823, 120.0], [14825, 120.875], [14831, 129.75], [14833, 133.875], [14851, 127.25], [14866, 82.5625], [14899, 107.875], [14901, 147.625], [14911, 103.75], [14914, 135.0], [14921, 162.5], [14944, 130.5], [14947, 145.5], [14949, 127.125], [14951, 154.5], [14953, 157.75], [14959, 132.25], [14962, 145.25], [14970, 165.5], [14974, 119.6875], [14997, 115.3125], [15000, 165.75], [15001, 133.0], [15003, 173.125], [15006, 122.375], [15019, 153.75], [15024, 115.3125], [15028, 174.0], [15032, 152.25], [15045, 156.75], [15054, 88.6875], [15069, 151.5], [15070, 138.25], [15095, 122.0], [15118, 135.75], [15133, 120.4375], [15142, 160.5], [15143, 117.1875], [15164, 152.875], [15172, 122.0], [15182, 84.125], [15185, 145.5], [15197, 122.875], [15204, 134.0], [15214, 126.375], [15236, 115.625], [15242, 151.625], [15247, 116.5], [15251, 154.625], [15257, 119.75], [15316, 162.375], [15334, 133.25], [15336, 140.25], [15344, 86.0], [15366, 118.125], [15373, 149.75], [15380, 98.5], [15382, 144.0], [15412, 116.9375], [15416, 154.5], [15434, 149.75], [15436, 109.8125], [15441, 182.875], [15444, 156.0], [15457, 164.375], [15465, 153.25], [15475, 113.625], [15496, 129.375], [15500, 150.625], [15522, 147.25], [15529, 147.375], [15531, 145.5], [15562, 159.75], [15565, 116.75], [15569, 143.75], [15576, 127.5], [15594, 150.25], [15597, 129.25], [15614, 158.0], [15627, 134.375], [15640, 130.625], [15664, 168.75], [15667, 86.625], [15679, 113.9375], [15680, 155.75], [15698, 144.125], [15730, 153.25], [15731, 125.3125], [15745, 158.75], [15759, 103.3125], [15766, 115.875], [15791, 118.25], [15801, 169.875], [15808, 126.4375], [15822, 123.75], [15834, 166.75], [15838, 137.0], [15844, 139.75], [15850, 112.875], [15862, 126.5], [15872, 135.75], [15887, 126.875], [15931, 157.375], [15942, 88.375], [15945, 127.0625], [15955, 160.375], [16000, 142.375], [16042, 91.75], [16043, 114.0625], [16060, 106.125], [16063, 167.25], [16073, 165.25], [16076, 173.875], [16078, 122.5], [16140, 96.125], [16164, 154.0], [16165, 112.375], [16169, 128.25], [16210, 168.375], [16225, 120.6875], [16262, 142.5], [16269, 160.375], [16277, 165.375], [16282, 107.0625], [16295, 171.75], [16312, 103.0625], [16316, 151.875], [16328, 124.625], [16346, 126.75], [16389, 124.0625], [16434, 134.75], [16472, 146.875], [16474, 148.375], [16489, 154.25], [16502, 163.5], [16531, 156.5], [16532, 167.125], [16539, 134.25], [16541, 130.875], [16571, 124.0], [16572, 157.125], [16580, 187.875], [16582, 140.5], [16598, 94.75], [16605, 123.3125], [16606, 134.25], [16619, 126.5], [16643, 91.9375], [16657, 81.6875], [16659, 127.25], [16671, 136.25], [16737, 167.75], [16743, 133.75], [16759, 172.25], [16765, 130.75], [16768, 169.0], [16769, 155.0], [16773, 121.375], [16777, 150.5], [16790, 96.1875], [16804, 151.875], [16831, 133.25], [16851, 137.125], [16854, 145.375], [16868, 116.5], [16882, 142.75], [16891, 180.25], [16919, 139.875], [16937, 157.5], [16938, 149.375], [16941, 158.875], [16965, 159.25], [16977, 111.0], [16982, 147.0], [16987, 128.5], [17002, 104.0], [17018, 175.75], [17020, 124.625], [17030, 99.8125], [17044, 144.5], [17049, 151.375], [17077, 138.25], [17101, 137.25], [17115, 130.75], [17135, 104.75], [17154, 157.625], [17160, 150.5], [17171, 141.875], [17172, 134.0], [17193, 165.625], [17216, 172.125], [17229, 125.25], [17251, 102.25], [17278, 138.0], [17279, 125.25], [17322, 183.625], [17325, 124.0], [17346, 168.75], [17364, 107.375], [17392, 171.125], [17394, 114.625], [17395, 159.125], [17397, 74.125], [17403, 157.375], [17405, 152.75], [17408, 103.1875], [17420, 115.3125], [17431, 180.25], [17443, 174.375], [17447, 117.375], [17463, 118.25], [17482, 94.9375], [17509, 99.4375], [17527, 129.0], [17536, 123.3125], [17540, 129.5], [17551, 140.875], [17552, 137.375], [17553, 150.5], [17554, 128.75], [17563, 127.75], [17564, 132.0], [17574, 165.0], [17577, 158.0], [17589, 120.6875], [17610, 151.0], [17618, 129.125], [17637, 176.25], [17650, 143.5], [17661, 119.125], [17664, 135.5], [17668, 172.875], [17687, 155.75], [17723, 144.125], [17745, 152.125], [17755, 93.4375], [17756, 106.75], [17757, 125.0], [17766, 129.875], [17777, 108.875], [17780, 129.75], [17794, 133.0], [17795, 99.0], [17805, 119.5625], [17824, 127.9375], [17854, 135.375], [17860, 183.25], [17870, 133.875], [17874, 151.25], [17893, 101.75], [17899, 121.75], [17912, 153.5], [17922, 165.875], [17929, 118.0], [17933, 129.75], [17938, 192.0], [17963, 102.1875], [17974, 96.5625], [18006, 116.5], [18019, 187.125], [18030, 144.125], [18033, 114.75], [18040, 147.875], [18073, 108.9375], [18086, 125.375], [18102, 124.0625], [18129, 117.875], [18130, 163.5], [18132, 165.25], [18138, 167.5], [18164, 74.375], [18206, 155.875], [18218, 188.125], [18225, 111.25], [18242, 153.5], [18266, 88.25], [18275, 137.125], [18283, 124.0], [18285, 122.75], [18299, 155.0], [18318, 125.5], [18322, 121.5], [18335, 137.625], [18346, 137.0], [18352, 101.8125], [18355, 121.875], [18358, 145.0], [18359, 161.0], [18380, 159.25], [18395, 107.4375], [18400, 134.375], [18406, 148.625], [18418, 109.25], [18419, 128.25], [18424, 133.375], [18432, 156.0], [18433, 134.875], [18434, 126.6875], [18442, 135.125], [18470, 143.5], [18472, 150.375], [18493, 119.875], [18499, 144.25], [18500, 122.625], [18502, 112.75], [18518, 132.0], [18524, 172.5], [18532, 133.75], [18564, 153.875], [18565, 121.6875], [18568, 168.625], [18578, 93.0625], [18588, 180.375], [18589, 135.75], [18603, 145.0], [18628, 127.1875], [18641, 139.25], [18642, 64.25], [18651, 132.25], [18662, 109.3125], [18663, 146.0], [18685, 136.25], [18718, 123.4375], [18731, 101.1875], [18735, 142.5], [18741, 121.8125], [18759, 158.875], [18760, 168.625], [18780, 125.125], [18791, 133.5], [18815, 140.25], [18816, 166.875], [18840, 146.5], [18854, 115.5625], [18867, 139.5], [18873, 128.0], [18884, 120.0625], [18885, 123.8125], [18890, 161.5], [18900, 169.0], [18907, 109.4375], [18911, 162.75], [18914, 95.375], [18918, 77.125], [18924, 160.25], [18927, 141.125], [18934, 160.0], [18939, 108.5], [18940, 143.75], [18945, 108.4375], [18947, 146.5], [18958, 138.5], [18972, 136.875], [18977, 154.5], [18987, 132.75], [19008, 154.375], [19009, 147.25], [19044, 110.125], [19051, 141.125], [19054, 108.625], [19070, 172.25], [19071, 142.25], [19072, 154.0], [19074, 126.8125], [19078, 161.0], [19082, 75.5625], [19090, 145.0], [19097, 150.75], [19110, 154.0], [19123, 98.125], [19139, 146.25], [19147, 124.875], [19160, 143.75], [19200, 159.0], [19216, 150.125], [19222, 118.75], [19262, 176.75], [19264, 149.375], [19273, 125.75], [19287, 134.375], [19290, 149.25], [19316, 173.0], [19342, 131.125], [19347, 141.875], [19363, 122.75], [19364, 125.875], [19378, 160.5], [19385, 182.75], [19386, 113.6875], [19394, 119.8125], [19396, 112.125], [19400, 156.875], [19401, 158.125], [19407, 148.25], [19416, 114.375], [19417, 57.84375], [19422, 123.5], [19434, 134.0], [19437, 106.8125], [19454, 127.6875], [19459, 181.75], [19460, 120.75], [19476, 96.625], [19494, 90.1875], [19497, 146.375], [19499, 148.375], [19500, 138.875], [19519, 91.0], [19536, 142.375], [19547, 184.5], [19552, 117.5], [19553, 153.0], [19554, 106.9375], [19562, 142.25], [19592, 147.75], [19607, 132.25], [19612, 134.25], [19617, 132.5], [19645, 145.75], [19657, 137.5], [19671, 97.75], [19677, 162.75], [19682, 109.0625], [19683, 150.25], [19696, 129.875], [19699, 131.5], [19710, 155.75], [19712, 156.25], [19718, 123.5], [19726, 115.25], [19727, 158.625], [19731, 138.5], [19740, 106.625], [19746, 105.0], [19753, 124.5], [19781, 169.75], [19806, 160.5], [19810, 158.0], [19811, 159.25], [19839, 98.0], [19852, 128.25], [19866, 143.75], [19872, 138.75], [19921, 124.125], [19928, 157.75], [19953, 134.375], [19966, 122.375], [19985, 150.5], [19988, 136.25], [19995, 131.25], [20003, 166.0], [20018, 138.625], [20035, 183.875], [20057, 126.8125], [20066, 165.25], [20078, 146.625], [20082, 154.0], [20089, 144.125], [20110, 153.0], [20116, 140.5], [20131, 157.625], [20150, 147.5], [20152, 157.25], [20157, 203.5], [20160, 103.5], [20174, 126.75], [20187, 147.5], [20211, 138.0], [20222, 163.25], [20236, 165.625], [20237, 144.75], [20253, 144.625], [20258, 178.0], [20274, 129.25], [20297, 150.25], [20301, 91.9375], [20306, 128.0], [20307, 148.75], [20316, 148.875], [20325, 135.5], [20350, 119.0], [20361, 144.625], [20369, 122.5625], [20371, 95.5625], [20382, 155.875], [20385, 126.875], [20386, 157.5], [20393, 117.75], [20402, 153.25], [20420, 155.0], [20442, 142.0], [20466, 116.5], [20468, 119.6875], [20471, 111.125], [20487, 152.375], [20488, 128.0], [20490, 149.875], [20503, 156.25], [20506, 130.0], [20508, 93.125], [20520, 149.5], [20533, 131.875], [20537, 106.3125], [20558, 173.75], [20568, 134.5], [20571, 127.5625], [20576, 96.375], [20601, 140.5], [20603, 79.25], [20609, 116.8125], [20644, 147.25], [20646, 133.75], [20652, 171.125], [20678, 138.25], [20723, 165.125], [20724, 161.625], [20728, 139.75], [20742, 127.3125], [20744, 124.25], [20752, 164.375], [20764, 138.625], [20769, 143.75], [20778, 153.0], [20788, 134.25], [20789, 134.75], [20796, 174.875], [20797, 164.375], [20815, 137.25], [20853, 145.875], [20875, 145.0], [20884, 159.625], [20897, 142.75], [20932, 125.1875], [20958, 118.5], [20969, 168.25], [20970, 111.0], [21017, 125.875], [21018, 77.4375], [21026, 118.125], [21054, 79.5], [21062, 130.125], [21064, 154.25], [21073, 131.75], [21074, 124.1875], [21125, 147.375], [21138, 140.0], [21145, 111.25], [21147, 135.5], [21170, 93.5], [21183, 90.25], [21184, 120.75], [21185, 148.5], [21206, 135.125], [21207, 127.3125], [21210, 128.25], [21220, 122.3125], [21229, 150.375], [21240, 178.75], [21245, 123.1875], [21246, 164.25], [21248, 152.25], [21271, 134.75], [21276, 164.25], [21293, 133.0], [21294, 145.875], [21309, 169.75], [21331, 108.5], [21332, 118.4375], [21333, 155.375], [21337, 136.75], [21341, 139.0], [21342, 92.25], [21344, 176.5], [21347, 119.5625], [21361, 130.25], [21370, 115.75], [21418, 190.25], [21431, 180.75], [21446, 106.625], [21452, 125.5625], [21507, 145.5], [21549, 124.125], [21557, 129.375], [21562, 169.0], [21565, 156.5], [21570, 125.25], [21575, 131.5], [21578, 136.5], [21593, 143.75], [21596, 116.0625], [21600, 138.5], [21605, 150.25], [21610, 131.75], [21633, 131.5], [21635, 127.6875], [21643, 157.0], [21656, 124.125], [21667, 139.625], [21671, 77.8125], [21683, 96.3125], [21694, 80.6875], [21705, 137.875], [21706, 116.3125], [21710, 130.5], [21723, 122.75], [21733, 162.375], [21762, 128.875], [21797, 113.875], [21803, 131.125], [21827, 165.75], [21830, 96.75], [21836, 116.8125], [21837, 123.0], [21846, 156.25], [21855, 172.5], [21856, 138.25], [21859, 76.1875], [21884, 134.5], [21894, 168.25], [21895, 148.0], [21910, 151.375], [21952, 137.625], [21960, 133.0], [21965, 115.0], [21973, 145.5], [21984, 139.875], [21988, 142.5], [21997, 147.75], [21999, 133.5]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_2750_994e4be91c14333ca702.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 155.125], [86, 120.9375], [101, 113.1875], [105, 92.1875], [110, 90.0625], [121, 121.875], [124, 132.5], [135, 123.25], [136, 125.0625], [138, 110.625], [160, 154.75], [166, 112.25], [177, 114.625], [180, 127.6875], [196, 96.4375], [208, 124.6875], [226, 122.625], [245, 79.3125], [258, 109.25], [259, 159.375], [266, 136.125], [273, 111.375], [275, 117.3125], [277, 126.4375], [288, 123.75], [324, 116.75], [327, 116.8125], [339, 104.75], [340, 107.0625], [369, 93.625], [400, 135.375], [402, 105.5625], [432, 129.625], [438, 108.9375], [440, 138.625], [446, 153.625], [458, 122.125], [461, 109.1875], [494, 108.5], [500, 133.0], [503, 130.375], [507, 106.125], [511, 134.625], [525, 129.875], [534, 121.75], [538, 96.8125], [543, 116.125], [563, 145.25], [567, 124.0625], [569, 137.75], [575, 122.5], [591, 105.75], [594, 96.4375], [602, 139.25], [609, 100.125], [620, 86.625], [625, 109.4375], [679, 139.75], [687, 154.25], [700, 130.875], [716, 115.8125], [725, 104.875], [736, 115.375], [740, 141.5], [757, 155.0], [758, 101.375], [769, 115.5625], [795, 138.5], [804, 105.125], [806, 70.25], [816, 150.625], [821, 126.3125], [831, 108.5625], [842, 114.0625], [849, 126.875], [862, 108.25], [889, 114.8125], [896, 119.3125], [903, 102.8125], [930, 90.125], [937, 113.1875], [940, 128.75], [945, 122.75], [993, 115.625], [999, 68.4375], [1014, 118.3125], [1043, 105.125], [1045, 122.375], [1062, 133.0], [1064, 124.0], [1066, 149.25], [1069, 126.25], [1077, 130.75], [1082, 119.25], [1099, 87.5], [1100, 81.75], [1108, 129.5], [1122, 110.8125], [1136, 95.875], [1143, 124.3125], [1147, 123.0625], [1151, 147.0], [1166, 155.5], [1172, 115.8125], [1185, 112.5625], [1186, 130.625], [1195, 120.0625], [1196, 96.25], [1225, 143.0], [1232, 119.1875], [1233, 113.5], [1239, 119.5], [1247, 117.5], [1280, 137.0], [1285, 112.625], [1286, 148.75], [1289, 120.5], [1304, 130.875], [1313, 122.125], [1324, 143.5], [1327, 111.125], [1329, 113.875], [1340, 134.25], [1350, 104.125], [1357, 110.4375], [1392, 97.875], [1394, 131.75], [1415, 146.0], [1421, 112.25], [1435, 119.375], [1450, 102.5], [1488, 142.0], [1489, 101.25], [1509, 83.3125], [1526, 106.625], [1530, 107.0], [1551, 157.125], [1557, 127.75], [1558, 151.5], [1565, 120.5625], [1580, 149.0], [1583, 112.5], [1588, 146.75], [1660, 146.75], [1675, 126.875], [1684, 103.75], [1694, 137.5], [1696, 120.75], [1703, 107.875], [1705, 135.75], [1755, 100.875], [1762, 128.0], [1764, 112.875], [1788, 146.125], [1796, 84.125], [1811, 130.75], [1814, 157.125], [1830, 123.875], [1834, 84.125], [1836, 115.5], [1851, 95.0625], [1852, 137.5], [1870, 94.5625], [1871, 87.6875], [1889, 107.375], [1898, 123.0625], [1907, 99.3125], [1914, 142.5], [1915, 137.125], [1916, 118.6875], [1918, 96.75], [1925, 78.1875], [1927, 159.875], [1928, 128.25], [1970, 151.125], [1995, 110.75], [2002, 106.75], [2016, 150.5], [2019, 105.4375], [2020, 117.5], [2083, 114.125], [2120, 133.125], [2135, 136.5], [2146, 121.875], [2153, 133.5], [2195, 117.4375], [2203, 122.625], [2226, 146.625], [2231, 92.0625], [2253, 106.5], [2254, 115.0625], [2269, 89.875], [2275, 128.0], [2290, 138.875], [2303, 138.5], [2311, 140.5], [2312, 136.0], [2347, 106.6875], [2357, 130.625], [2368, 142.75], [2369, 116.4375], [2376, 167.0], [2380, 100.875], [2414, 130.25], [2425, 101.0625], [2454, 130.25], [2462, 139.625], [2481, 120.0], [2483, 120.0625], [2485, 88.6875], [2490, 75.0625], [2492, 113.625], [2499, 108.25], [2508, 111.1875], [2523, 101.25], [2533, 119.4375], [2544, 141.0], [2584, 155.75], [2591, 117.8125], [2628, 131.0], [2630, 79.5], [2634, 106.75], [2662, 101.6875], [2669, 89.8125], [2686, 132.0], [2688, 105.5], [2711, 126.0625], [2725, 126.3125], [2731, 119.1875], [2734, 115.625], [2738, 121.625], [2745, 66.875], [2769, 113.9375], [2778, 100.25], [2786, 125.75], [2808, 175.125], [2818, 93.9375], [2820, 117.8125], [2822, 150.375], [2834, 158.5], [2843, 153.25], [2851, 140.625], [2866, 91.6875], [2892, 116.75], [2922, 115.0625], [2926, 147.875], [2935, 114.5], [2950, 110.125], [2960, 111.1875], [2965, 108.625], [2970, 103.5], [2984, 160.5], [2988, 102.5], [2994, 149.5], [3006, 128.625], [3017, 117.75], [3020, 105.375], [3058, 119.875], [3061, 139.5], [3064, 126.875], [3073, 134.875], [3092, 100.0625], [3108, 142.25], [3118, 114.25], [3138, 122.5], [3144, 146.5], [3149, 159.875], [3153, 114.0625], [3154, 121.75], [3157, 116.4375], [3165, 118.0], [3166, 124.0], [3171, 116.9375], [3181, 152.875], [3196, 104.875], [3230, 128.75], [3233, 146.25], [3244, 155.5], [3265, 129.125], [3268, 128.75], [3283, 113.75], [3296, 69.125], [3298, 131.375], [3307, 142.375], [3321, 130.75], [3353, 86.125], [3362, 136.0], [3368, 115.25], [3375, 122.3125], [3393, 116.625], [3395, 128.125], [3400, 121.5], [3401, 104.6875], [3423, 147.75], [3429, 90.375], [3434, 91.375], [3447, 157.0], [3456, 115.6875], [3479, 125.875], [3484, 118.0], [3574, 128.125], [3581, 152.125], [3587, 91.375], [3604, 154.625], [3629, 95.1875], [3643, 126.6875], [3648, 127.1875], [3657, 104.1875], [3662, 114.375], [3695, 127.8125], [3697, 119.9375], [3699, 104.3125], [3703, 126.75], [3721, 132.625], [3732, 99.6875], [3738, 161.125], [3746, 115.375], [3748, 113.6875], [3750, 113.3125], [3779, 133.0], [3786, 127.4375], [3796, 129.0], [3805, 108.9375], [3816, 129.75], [3845, 132.25], [3846, 97.0625], [3864, 134.5], [3880, 123.9375], [3892, 145.75], [3895, 125.8125], [3902, 134.5], [3933, 113.125], [3938, 120.75], [3940, 110.0], [3954, 136.625], [3961, 158.5], [3974, 138.5], [3976, 94.75], [3980, 115.3125], [3990, 103.0], [3997, 127.375], [3998, 191.75], [3999, 107.375], [4001, 126.5625], [4005, 118.4375], [4012, 148.75], [4014, 118.0625], [4015, 126.6875], [4023, 136.5], [4042, 83.875], [4047, 116.875], [4048, 107.5], [4091, 145.25], [4097, 146.375], [4106, 116.5625], [4120, 135.75], [4125, 107.125], [4151, 96.375], [4161, 143.75], [4162, 127.875], [4163, 115.25], [4164, 87.0], [4185, 107.4375], [4193, 111.5], [4195, 127.5], [4197, 93.4375], [4198, 118.375], [4201, 122.625], [4206, 145.75], [4227, 151.375], [4240, 115.4375], [4244, 139.75], [4246, 95.75], [4252, 112.3125], [4267, 92.75], [4271, 112.625], [4275, 97.125], [4297, 90.75], [4307, 136.0], [4337, 113.0625], [4352, 131.875], [4365, 112.3125], [4380, 122.3125], [4382, 138.25], [4399, 107.8125], [4405, 144.75], [4415, 129.0], [4417, 137.125], [4436, 106.9375], [4441, 138.125], [4453, 92.625], [4469, 135.5], [4474, 73.125], [4491, 147.625], [4500, 107.5], [4503, 125.6875], [4517, 112.6875], [4538, 118.3125], [4588, 151.5], [4589, 104.375], [4602, 131.875], [4606, 96.375], [4631, 126.3125], [4640, 128.75], [4649, 117.3125], [4651, 156.5], [4665, 114.0], [4690, 129.5], [4703, 127.0625], [4706, 96.0], [4724, 118.125], [4750, 116.625], [4752, 136.0], [4763, 130.75], [4773, 104.375], [4778, 106.25], [4789, 105.875], [4804, 95.5], [4809, 149.0], [4813, 135.5], [4822, 109.1875], [4839, 110.6875], [4841, 89.625], [4858, 129.5], [4878, 138.875], [4899, 114.375], [4916, 131.375], [4923, 132.0], [4929, 115.5], [4954, 145.0], [4955, 110.5], [4971, 158.25], [4985, 130.5], [4999, 108.3125], [5000, 138.0], [5003, 135.75], [5006, 124.5], [5017, 128.75], [5021, 103.8125], [5043, 122.9375], [5055, 142.25], [5062, 107.1875], [5064, 141.25], [5074, 144.75], [5075, 130.75], [5081, 122.9375], [5101, 116.5625], [5103, 99.75], [5119, 119.625], [5137, 120.3125], [5138, 108.5], [5142, 95.625], [5151, 117.625], [5152, 104.6875], [5164, 129.375], [5207, 133.875], [5209, 112.0625], [5226, 162.25], [5229, 166.875], [5235, 145.875], [5246, 60.90625], [5256, 110.0], [5265, 117.625], [5274, 120.875], [5279, 111.25], [5284, 122.3125], [5303, 117.125], [5311, 153.75], [5319, 119.25], [5320, 82.0625], [5322, 170.5], [5325, 137.125], [5357, 118.75], [5374, 121.0625], [5375, 118.125], [5380, 144.75], [5384, 154.25], [5389, 118.0], [5390, 112.0625], [5394, 139.0], [5409, 137.5], [5410, 145.75], [5420, 109.5], [5421, 127.8125], [5428, 91.5], [5431, 115.0], [5450, 113.6875], [5465, 147.75], [5472, 116.0], [5484, 105.625], [5486, 135.875], [5487, 129.75], [5489, 107.3125], [5524, 125.875], [5541, 125.1875], [5542, 118.0625], [5568, 127.25], [5586, 133.25], [5589, 91.3125], [5594, 101.125], [5598, 124.6875], [5615, 128.25], [5617, 129.75], [5653, 130.0], [5655, 113.4375], [5676, 116.3125], [5704, 117.4375], [5709, 109.0], [5711, 139.0], [5751, 143.875], [5767, 158.25], [5777, 117.0], [5783, 135.0], [5786, 128.25], [5825, 128.125], [5831, 116.6875], [5841, 121.625], [5851, 113.0], [5853, 115.1875], [5859, 109.125], [5865, 126.5], [5930, 118.6875], [5983, 118.875], [6001, 124.3125], [6010, 148.0], [6016, 132.25], [6017, 87.5], [6019, 129.375], [6025, 123.5], [6028, 123.125], [6029, 117.75], [6035, 134.375], [6037, 113.3125], [6077, 111.375], [6083, 110.5], [6094, 117.0], [6107, 124.0], [6126, 108.125], [6136, 104.75], [6152, 103.8125], [6194, 152.25], [6202, 112.875], [6203, 93.75], [6210, 158.25], [6211, 106.0], [6219, 100.0], [6296, 146.25], [6305, 143.5], [6326, 135.0], [6337, 115.0625], [6349, 129.0], [6360, 112.375], [6375, 146.0], [6378, 91.125], [6400, 145.75], [6412, 123.25], [6434, 91.5625], [6469, 155.0], [6471, 134.625], [6480, 119.125], [6490, 137.5], [6508, 101.25], [6543, 138.75], [6547, 114.375], [6561, 124.0], [6576, 149.75], [6589, 98.6875], [6600, 130.875], [6604, 104.0], [6613, 120.6875], [6621, 140.5], [6625, 103.8125], [6626, 149.5], [6636, 91.625], [6645, 111.3125], [6684, 126.0], [6688, 121.0625], [6689, 87.5], [6705, 154.875], [6720, 140.0], [6736, 112.75], [6749, 111.375], [6752, 87.6875], [6760, 153.125], [6769, 123.25], [6771, 144.25], [6778, 104.5], [6786, 136.5], [6789, 118.0], [6803, 160.25], [6861, 111.375], [6866, 128.875], [6869, 116.375], [6872, 115.9375], [6877, 139.875], [6884, 127.4375], [6888, 140.0], [6889, 117.125], [6898, 146.5], [6993, 113.5], [7011, 108.25], [7013, 119.3125], [7016, 114.8125], [7027, 120.75], [7035, 116.875], [7045, 135.375], [7046, 125.0625], [7049, 138.25], [7068, 135.625], [7072, 104.6875], [7085, 72.625], [7090, 126.8125], [7097, 99.9375], [7101, 105.625], [7102, 155.625], [7109, 90.5], [7132, 115.3125], [7139, 117.4375], [7141, 147.5], [7144, 81.5], [7152, 115.625], [7167, 89.9375], [7170, 152.0], [7185, 103.9375], [7186, 147.5], [7202, 140.25], [7207, 91.0], [7211, 137.0], [7227, 96.0], [7236, 85.75], [7250, 102.75], [7257, 88.75], [7274, 101.25], [7278, 148.0], [7280, 105.75], [7281, 106.4375], [7290, 87.0], [7298, 100.375], [7299, 127.0], [7302, 124.3125], [7306, 61.5], [7318, 127.875], [7321, 150.125], [7330, 128.5], [7334, 103.0], [7336, 127.25], [7341, 175.5], [7344, 116.9375], [7347, 110.5625], [7361, 100.25], [7369, 155.5], [7397, 130.75], [7408, 132.375], [7427, 84.8125], [7430, 106.0], [7439, 151.625], [7453, 113.25], [7473, 94.0], [7478, 151.25], [7488, 117.125], [7503, 120.875], [7518, 127.75], [7544, 131.625], [7552, 116.4375], [7576, 112.625], [7577, 119.25], [7597, 135.0], [7605, 125.125], [7616, 134.625], [7620, 86.9375], [7656, 140.0], [7659, 121.4375], [7681, 87.1875], [7692, 135.5], [7710, 100.25], [7713, 93.125], [7722, 125.75], [7723, 143.75], [7742, 109.5625], [7743, 118.8125], [7750, 106.125], [7790, 131.25], [7801, 82.625], [7811, 61.5625], [7815, 129.75], [7843, 77.5], [7844, 144.375], [7857, 118.125], [7868, 104.75], [7877, 121.75], [7887, 117.0], [7897, 121.75], [7902, 165.5], [7910, 112.25], [7912, 112.75], [7918, 138.875], [7933, 127.375], [7936, 146.125], [7951, 119.5], [7953, 140.75], [7957, 119.0625], [7962, 129.25], [7971, 101.0], [7974, 96.6875], [7991, 137.25], [8000, 107.1875], [8008, 138.0], [8018, 116.25], [8024, 101.25], [8047, 84.5625], [8060, 95.75], [8077, 101.875], [8086, 125.4375], [8104, 126.3125], [8118, 117.5], [8133, 118.625], [8138, 117.0], [8145, 139.75], [8150, 133.0], [8168, 169.625], [8170, 126.8125], [8173, 133.0], [8175, 100.125], [8194, 128.25], [8211, 95.375], [8253, 114.1875], [8262, 63.125], [8263, 140.25], [8265, 159.75], [8268, 141.25], [8271, 101.6875], [8272, 127.375], [8273, 97.25], [8277, 127.8125], [8292, 122.3125], [8344, 123.625], [8346, 107.9375], [8350, 127.625], [8364, 144.0], [8369, 115.625], [8370, 111.4375], [8385, 136.875], [8389, 113.625], [8421, 102.25], [8442, 122.0625], [8453, 121.125], [8458, 92.375], [8466, 159.5], [8478, 148.5], [8483, 108.5], [8487, 95.0625], [8501, 143.125], [8505, 120.5], [8509, 134.25], [8534, 92.0], [8539, 103.625], [8556, 123.5], [8566, 91.125], [8577, 112.5], [8583, 86.5625], [8600, 154.75], [8615, 122.125], [8624, 155.875], [8630, 105.75], [8645, 122.25], [8658, 111.25], [8660, 116.5625], [8667, 117.375], [8672, 119.0625], [8676, 135.75], [8687, 141.125], [8689, 119.625], [8692, 124.75], [8697, 99.5625], [8699, 137.375], [8707, 142.75], [8722, 120.375], [8726, 161.0], [8727, 128.75], [8736, 106.5], [8737, 107.4375], [8752, 122.5], [8760, 112.0625], [8776, 147.75], [8793, 99.9375], [8794, 91.125], [8797, 137.75], [8806, 128.625], [8812, 105.75], [8820, 155.0], [8830, 132.5], [8852, 114.3125], [8877, 115.9375], [8885, 171.25], [8891, 105.0625], [8929, 146.375], [8936, 108.5], [8938, 146.0], [8954, 139.25], [8967, 80.375], [8975, 136.75], [8985, 103.0], [8989, 132.5], [8999, 106.875], [9002, 103.625], [9014, 118.125], [9025, 119.25], [9034, 96.75], [9052, 139.0], [9059, 116.75], [9063, 107.125], [9084, 131.5], [9086, 96.3125], [9088, 135.25], [9123, 143.375], [9130, 119.125], [9144, 125.5], [9167, 119.4375], [9182, 129.25], [9184, 111.8125], [9198, 115.6875], [9218, 125.75], [9231, 102.75], [9237, 115.0625], [9239, 104.625], [9244, 139.5], [9256, 107.75], [9257, 116.875], [9261, 143.375], [9267, 141.875], [9269, 113.75], [9297, 129.75], [9300, 110.5], [9305, 133.75], [9327, 130.75], [9337, 139.375], [9340, 122.0625], [9341, 109.1875], [9355, 114.625], [9360, 96.125], [9366, 91.6875], [9369, 132.0], [9377, 112.25], [9380, 124.875], [9381, 135.5], [9385, 115.25], [9403, 149.375], [9406, 122.5625], [9409, 108.125], [9419, 99.125], [9420, 115.9375], [9423, 120.0], [9447, 142.625], [9450, 112.1875], [9467, 117.625], [9475, 138.75], [9485, 135.5], [9502, 116.25], [9504, 113.6875], [9518, 130.0], [9523, 115.0], [9536, 94.1875], [9559, 110.1875], [9563, 129.75], [9576, 122.625], [9594, 104.625], [9611, 87.125], [9613, 146.25], [9621, 138.0], [9633, 110.9375], [9655, 91.875], [9658, 112.5625], [9667, 120.1875], [9672, 129.875], [9681, 108.25], [9684, 107.5], [9687, 122.1875], [9688, 132.0], [9693, 94.9375], [9698, 103.9375], [9702, 122.125], [9713, 117.25], [9716, 132.5], [9721, 126.75], [9726, 96.3125], [9736, 151.875], [9762, 120.9375], [9772, 134.0], [9776, 139.25], [9781, 125.6875], [9783, 141.0], [9809, 122.6875], [9833, 117.0625], [9837, 120.375], [9853, 131.625], [9856, 111.0], [9857, 105.875], [9863, 166.0], [9872, 107.75], [9894, 151.75], [9899, 98.75], [9919, 150.625], [9936, 118.375], [9947, 131.5], [9949, 137.625], [9952, 116.625], [9958, 132.875], [9979, 127.25], [9998, 126.375], [10005, 123.0], [10015, 126.75], [10053, 117.5], [10096, 137.75], [10108, 158.625], [10114, 94.5], [10122, 172.75], [10126, 91.375], [10145, 84.125], [10159, 102.875], [10166, 148.25], [10181, 153.875], [10184, 106.3125], [10190, 160.0], [10197, 124.9375], [10217, 103.25], [10218, 134.0], [10219, 148.75], [10224, 152.625], [10234, 124.4375], [10244, 149.625], [10258, 141.25], [10330, 124.3125], [10340, 92.25], [10352, 114.25], [10367, 123.6875], [10372, 100.375], [10376, 148.5], [10377, 99.25], [10390, 110.5], [10419, 75.75], [10422, 119.4375], [10434, 103.0], [10439, 137.25], [10445, 118.0625], [10448, 139.5], [10471, 152.25], [10493, 91.0625], [10500, 101.0], [10517, 134.75], [10527, 99.75], [10561, 134.375], [10569, 99.875], [10576, 156.5], [10577, 118.625], [10598, 146.25], [10609, 157.125], [10635, 109.75], [10637, 148.0], [10640, 153.625], [10654, 118.9375], [10660, 131.375], [10662, 95.625], [10664, 113.125], [10667, 149.25], [10668, 90.375], [10672, 113.625], [10679, 145.75], [10687, 122.875], [10690, 129.5], [10692, 130.875], [10693, 158.125], [10699, 135.75], [10710, 111.9375], [10715, 128.875], [10719, 107.5625], [10730, 114.5], [10735, 140.0], [10742, 60.75], [10746, 116.0], [10750, 139.875], [10753, 117.375], [10754, 120.5], [10758, 94.375], [10766, 147.25], [10768, 109.25], [10773, 123.0625], [10780, 118.125], [10785, 128.125], [10789, 106.125], [10798, 149.25], [10817, 126.875], [10821, 129.25], [10822, 153.75], [10862, 108.5], [10863, 131.0], [10866, 113.125], [10889, 126.75], [10924, 121.6875], [10944, 148.0], [10955, 131.5], [10966, 130.375], [10969, 140.0], [10978, 114.0625], [10979, 98.125], [10987, 119.1875], [10999, 118.1875], [11025, 105.4375], [11026, 129.25], [11031, 129.5], [11034, 127.625], [11048, 111.3125], [11050, 134.625], [11053, 95.125], [11055, 125.75], [11056, 110.125], [11057, 100.875], [11067, 126.625], [11069, 117.4375], [11072, 144.0], [11074, 110.25], [11085, 133.5], [11111, 97.5625], [11112, 137.25], [11123, 133.75], [11149, 159.75], [11185, 120.4375], [11221, 100.9375], [11250, 91.25], [11266, 130.0], [11279, 122.125], [11280, 73.75], [11312, 114.625], [11320, 125.5], [11327, 93.25], [11331, 92.3125], [11351, 109.5625], [11359, 139.25], [11360, 108.8125], [11362, 117.75], [11386, 105.375], [11391, 147.75], [11393, 105.375], [11428, 111.375], [11436, 129.375], [11446, 131.5], [11460, 134.0], [11462, 117.25], [11465, 132.0], [11478, 137.0], [11495, 145.5], [11497, 118.625], [11500, 121.75], [11522, 130.25], [11523, 119.0], [11526, 145.25], [11533, 149.875], [11539, 116.0], [11540, 138.75], [11543, 121.875], [11548, 140.625], [11570, 106.5], [11572, 145.0], [11584, 107.0], [11597, 91.25], [11605, 117.0625], [11622, 114.0], [11637, 107.5625], [11650, 144.75], [11657, 92.375], [11665, 116.5], [11668, 139.75], [11686, 111.375], [11720, 129.625], [11721, 122.5625], [11741, 147.375], [11755, 157.0], [11756, 154.25], [11764, 61.96875], [11819, 149.0], [11828, 122.625], [11842, 129.375], [11861, 88.5625], [11871, 124.75], [11880, 112.8125], [11903, 96.8125], [11905, 160.0], [11939, 109.6875], [11940, 133.0], [11941, 153.0], [11963, 146.375], [11964, 157.0], [11970, 109.5625], [11983, 83.0625], [11992, 152.0], [12020, 151.5], [12042, 127.8125], [12051, 152.0], [12069, 144.625], [12075, 151.625], [12102, 117.6875], [12106, 111.3125], [12150, 109.8125], [12158, 123.625], [12161, 60.8125], [12164, 109.375], [12165, 123.6875], [12172, 95.75], [12181, 114.75], [12192, 106.8125], [12193, 130.5], [12205, 108.875], [12207, 133.0], [12214, 142.125], [12219, 124.5], [12224, 112.375], [12225, 139.375], [12229, 97.125], [12237, 123.375], [12238, 102.375], [12253, 121.375], [12257, 141.75], [12259, 128.5], [12262, 111.75], [12266, 155.75], [12300, 101.875], [12309, 117.875], [12344, 126.25], [12351, 108.1875], [12352, 108.125], [12354, 151.125], [12357, 143.5], [12359, 106.0625], [12361, 102.25], [12362, 137.5], [12370, 60.40625], [12384, 128.5], [12397, 99.875], [12411, 138.75], [12428, 148.0], [12436, 121.6875], [12455, 131.5], [12467, 104.875], [12481, 125.75], [12482, 106.1875], [12499, 81.5], [12505, 126.75], [12527, 103.5], [12546, 143.75], [12559, 122.6875], [12578, 167.375], [12583, 134.75], [12584, 138.125], [12601, 138.25], [12609, 125.25], [12610, 133.0], [12614, 124.5], [12620, 152.875], [12626, 92.5625], [12647, 150.5], [12669, 125.625], [12676, 120.1875], [12700, 141.75], [12703, 98.3125], [12706, 115.375], [12711, 79.5], [12716, 142.0], [12739, 133.25], [12766, 111.6875], [12779, 120.25], [12812, 103.125], [12820, 144.0], [12823, 117.0625], [12826, 122.8125], [12857, 82.875], [12866, 97.125], [12893, 110.25], [12907, 110.0625], [12940, 140.625], [12944, 122.9375], [12946, 136.25], [12954, 139.75], [12958, 113.125], [12960, 91.875], [12972, 93.6875], [13005, 93.3125], [13008, 92.0], [13019, 112.125], [13022, 140.5], [13041, 124.6875], [13044, 124.625], [13048, 125.875], [13060, 78.375], [13066, 111.0625], [13069, 138.125], [13081, 130.0], [13086, 129.75], [13091, 145.5], [13098, 102.75], [13100, 119.375], [13104, 89.9375], [13112, 115.5], [13127, 117.125], [13136, 111.5], [13154, 101.625], [13162, 117.4375], [13195, 92.375], [13214, 114.0], [13225, 158.25], [13233, 141.5], [13244, 163.75], [13253, 144.5], [13259, 153.25], [13268, 127.4375], [13270, 111.5], [13273, 144.25], [13290, 133.5], [13300, 134.25], [13305, 122.625], [13312, 115.4375], [13353, 125.375], [13357, 104.375], [13359, 148.125], [13386, 131.25], [13390, 111.625], [13425, 100.125], [13426, 116.9375], [13437, 113.125], [13449, 122.8125], [13455, 139.75], [13468, 97.0], [13471, 118.625], [13494, 135.625], [13495, 81.6875], [13496, 108.8125], [13515, 71.125], [13517, 135.0], [13526, 117.9375], [13546, 67.375], [13567, 122.0], [13575, 93.3125], [13583, 132.375], [13586, 87.4375], [13594, 139.5], [13596, 145.5], [13598, 130.5], [13613, 124.25], [13616, 107.75], [13633, 103.6875], [13639, 144.5], [13654, 139.25], [13671, 140.375], [13693, 138.75], [13697, 99.5625], [13706, 120.0], [13723, 120.25], [13730, 137.0], [13735, 108.375], [13751, 86.9375], [13765, 99.375], [13775, 134.125], [13789, 108.75], [13790, 153.625], [13792, 159.5], [13814, 139.25], [13821, 116.25], [13823, 70.375], [13838, 114.125], [13843, 131.5], [13866, 130.75], [13868, 106.625], [13870, 116.125], [13874, 115.5], [13887, 94.5], [13891, 114.125], [13895, 139.25], [13901, 94.0], [13931, 100.3125], [13950, 131.875], [13952, 134.0], [13957, 156.0], [13964, 152.75], [13968, 119.4375], [13970, 152.5], [13974, 139.875], [13976, 106.0], [13978, 88.9375], [14000, 109.625], [14004, 131.0], [14005, 149.5], [14006, 94.375], [14017, 124.75], [14030, 116.6875], [14037, 111.9375], [14054, 83.0], [14068, 124.0625], [14080, 111.625], [14083, 137.5], [14084, 104.625], [14092, 109.5], [14103, 95.375], [14109, 99.9375], [14132, 134.0], [14157, 150.75], [14165, 168.125], [14172, 118.8125], [14180, 136.375], [14203, 145.125], [14207, 131.625], [14210, 133.125], [14248, 135.625], [14260, 161.25], [14273, 120.625], [14279, 135.0], [14282, 103.0625], [14283, 163.75], [14285, 99.625], [14291, 86.3125], [14294, 145.25], [14304, 150.5], [14312, 103.0], [14319, 135.5], [14326, 112.125], [14358, 98.0], [14373, 121.25], [14380, 124.1875], [14385, 135.5], [14417, 125.625], [14421, 105.9375], [14424, 129.0], [14429, 140.875], [14433, 91.25], [14441, 131.25], [14456, 112.8125], [14458, 105.5], [14475, 107.5], [14524, 128.625], [14531, 147.0], [14532, 125.8125], [14551, 122.125], [14556, 134.875], [14566, 121.6875], [14567, 96.25], [14574, 106.75], [14576, 156.5], [14597, 132.5], [14603, 118.5], [14622, 129.625], [14664, 121.375], [14665, 114.125], [14668, 118.375], [14670, 155.375], [14671, 125.25], [14676, 112.625], [14682, 141.0], [14686, 140.875], [14688, 142.875], [14694, 132.25], [14701, 118.125], [14717, 152.125], [14743, 83.4375], [14744, 134.625], [14750, 122.6875], [14764, 120.625], [14770, 106.5], [14779, 110.875], [14784, 108.875], [14787, 87.625], [14803, 117.75], [14805, 129.25], [14808, 111.3125], [14821, 117.75], [14823, 110.9375], [14825, 112.5], [14831, 116.1875], [14833, 107.25], [14851, 111.3125], [14866, 78.25], [14899, 91.5], [14901, 125.625], [14911, 92.625], [14914, 119.375], [14921, 133.875], [14944, 116.3125], [14947, 132.25], [14949, 109.25], [14951, 138.375], [14953, 157.125], [14959, 118.5], [14962, 125.125], [14970, 152.75], [14974, 107.25], [14997, 105.5625], [15000, 138.5], [15001, 132.75], [15003, 151.75], [15006, 112.875], [15019, 140.125], [15024, 97.5], [15028, 148.375], [15032, 138.625], [15045, 138.75], [15054, 83.4375], [15069, 136.875], [15070, 112.125], [15095, 104.75], [15118, 120.4375], [15133, 109.375], [15142, 148.5], [15143, 104.875], [15164, 135.0], [15172, 107.0], [15182, 82.875], [15185, 130.25], [15197, 101.625], [15204, 110.625], [15214, 122.625], [15236, 99.25], [15242, 134.375], [15247, 103.375], [15251, 128.75], [15257, 105.4375], [15316, 141.5], [15334, 119.875], [15336, 130.25], [15344, 74.0625], [15366, 105.3125], [15373, 131.375], [15380, 96.375], [15382, 130.375], [15412, 103.75], [15416, 141.75], [15434, 144.25], [15436, 113.75], [15441, 159.0], [15444, 148.875], [15457, 144.25], [15465, 138.5], [15475, 100.3125], [15496, 103.8125], [15500, 131.875], [15522, 126.5625], [15529, 130.875], [15531, 136.875], [15562, 124.25], [15565, 101.4375], [15569, 128.0], [15576, 124.4375], [15594, 122.0], [15597, 119.875], [15614, 123.75], [15627, 116.0], [15640, 124.75], [15664, 144.875], [15667, 79.3125], [15679, 110.1875], [15680, 132.0], [15698, 135.0], [15730, 133.0], [15731, 119.4375], [15745, 134.25], [15759, 82.5625], [15766, 107.25], [15791, 111.0625], [15801, 151.125], [15808, 121.375], [15822, 102.625], [15834, 138.75], [15838, 126.0], [15844, 121.0], [15850, 101.625], [15862, 116.875], [15872, 126.0625], [15887, 115.0], [15931, 137.75], [15942, 87.5], [15945, 117.8125], [15955, 146.875], [16000, 124.0], [16042, 87.125], [16043, 101.1875], [16060, 103.0625], [16063, 149.0], [16073, 148.25], [16076, 148.375], [16078, 108.3125], [16140, 92.125], [16164, 144.5], [16165, 109.875], [16169, 117.0625], [16210, 144.5], [16225, 120.8125], [16262, 132.5], [16269, 117.75], [16277, 134.75], [16282, 98.625], [16295, 145.25], [16312, 95.125], [16316, 128.0], [16328, 114.4375], [16346, 120.4375], [16389, 112.6875], [16434, 116.3125], [16472, 124.125], [16474, 128.25], [16489, 137.0], [16502, 146.625], [16531, 151.0], [16532, 147.25], [16539, 131.375], [16541, 114.5], [16571, 119.3125], [16572, 154.375], [16580, 161.125], [16582, 137.875], [16598, 65.25], [16605, 106.3125], [16606, 118.5], [16619, 115.6875], [16643, 88.75], [16657, 71.5], [16659, 118.0625], [16671, 115.75], [16737, 142.625], [16743, 119.25], [16759, 149.125], [16765, 116.0], [16768, 153.75], [16769, 143.125], [16773, 102.0], [16777, 135.25], [16790, 85.25], [16804, 140.375], [16831, 123.3125], [16851, 113.25], [16854, 127.4375], [16868, 106.25], [16882, 129.75], [16891, 158.75], [16919, 116.5625], [16937, 136.25], [16938, 125.875], [16941, 146.0], [16965, 146.5], [16977, 106.625], [16982, 143.75], [16987, 105.3125], [17002, 106.6875], [17018, 150.125], [17020, 107.5], [17030, 90.0625], [17044, 140.0], [17049, 123.625], [17077, 123.1875], [17101, 129.5], [17115, 109.25], [17135, 96.3125], [17154, 142.375], [17160, 137.25], [17171, 137.25], [17172, 123.3125], [17193, 135.875], [17216, 153.0], [17229, 117.875], [17251, 99.75], [17278, 117.0], [17279, 111.0625], [17322, 173.625], [17325, 114.625], [17346, 142.75], [17364, 102.125], [17392, 145.5], [17394, 96.5], [17395, 129.25], [17397, 76.875], [17403, 142.625], [17405, 136.5], [17408, 89.0], [17420, 104.125], [17431, 155.0], [17443, 156.75], [17447, 102.125], [17463, 116.75], [17482, 90.0625], [17509, 94.0625], [17527, 113.5], [17536, 109.625], [17540, 112.25], [17551, 114.0], [17552, 123.6875], [17553, 130.75], [17554, 119.25], [17563, 103.0625], [17564, 122.25], [17574, 146.875], [17577, 129.5], [17589, 115.0], [17610, 135.75], [17618, 110.25], [17637, 147.125], [17650, 131.625], [17661, 98.5], [17664, 126.375], [17668, 148.75], [17687, 139.75], [17723, 127.5], [17745, 135.25], [17755, 92.125], [17756, 90.5], [17757, 109.875], [17766, 115.1875], [17777, 106.3125], [17780, 109.5], [17794, 133.5], [17795, 91.0], [17805, 108.8125], [17824, 112.3125], [17854, 129.375], [17860, 155.125], [17870, 126.375], [17874, 129.125], [17893, 100.125], [17899, 111.75], [17912, 143.625], [17922, 152.0], [17929, 110.1875], [17933, 116.0], [17938, 158.75], [17963, 90.5], [17974, 83.5625], [18006, 112.1875], [18019, 155.5], [18030, 129.0], [18033, 99.375], [18040, 142.5], [18073, 100.5625], [18086, 110.9375], [18102, 118.5625], [18129, 116.75], [18130, 142.25], [18132, 140.5], [18138, 149.75], [18164, 67.875], [18206, 127.9375], [18218, 152.5], [18225, 96.625], [18242, 141.25], [18266, 84.125], [18275, 121.0625], [18283, 110.3125], [18285, 116.0625], [18299, 131.25], [18318, 112.875], [18322, 111.375], [18335, 122.8125], [18346, 120.125], [18352, 87.6875], [18355, 107.5], [18358, 136.875], [18359, 141.625], [18380, 142.25], [18395, 100.25], [18400, 136.625], [18406, 137.5], [18418, 103.1875], [18419, 114.6875], [18424, 115.875], [18432, 140.75], [18433, 119.9375], [18434, 110.75], [18442, 113.125], [18470, 119.1875], [18472, 133.75], [18493, 117.375], [18499, 127.0], [18500, 114.75], [18502, 106.625], [18518, 115.875], [18524, 155.875], [18532, 106.5], [18564, 143.75], [18565, 105.3125], [18568, 139.625], [18578, 87.4375], [18588, 157.0], [18589, 126.6875], [18603, 117.6875], [18628, 115.375], [18641, 135.0], [18642, 68.25], [18651, 113.9375], [18662, 95.25], [18663, 121.9375], [18685, 132.5], [18718, 97.3125], [18731, 81.875], [18735, 130.0], [18741, 114.0], [18759, 145.875], [18760, 155.25], [18780, 111.375], [18791, 115.875], [18815, 132.875], [18816, 124.3125], [18840, 125.5], [18854, 118.875], [18867, 126.25], [18873, 110.5625], [18884, 106.75], [18885, 121.5], [18890, 128.25], [18900, 146.0], [18907, 95.875], [18911, 147.125], [18914, 81.5], [18918, 73.625], [18924, 126.5], [18927, 130.25], [18934, 142.75], [18939, 94.5], [18940, 120.5], [18945, 96.0], [18947, 139.125], [18958, 129.5], [18972, 123.8125], [18977, 143.75], [18987, 112.25], [19008, 137.25], [19009, 125.0], [19044, 91.375], [19051, 126.6875], [19054, 84.75], [19070, 141.125], [19071, 124.8125], [19072, 135.0], [19074, 118.3125], [19078, 148.25], [19082, 69.8125], [19090, 141.875], [19097, 129.75], [19110, 130.875], [19123, 88.625], [19139, 138.25], [19147, 114.25], [19160, 128.75], [19200, 137.125], [19216, 129.25], [19222, 114.0625], [19262, 169.75], [19264, 129.25], [19273, 106.5], [19287, 127.5625], [19290, 140.0], [19316, 157.5], [19342, 111.75], [19347, 125.125], [19363, 117.75], [19364, 103.125], [19378, 149.875], [19385, 158.125], [19386, 105.5], [19394, 108.1875], [19396, 105.875], [19400, 139.875], [19401, 141.0], [19407, 135.75], [19416, 108.875], [19417, 59.78125], [19422, 120.375], [19434, 107.6875], [19437, 103.375], [19454, 116.625], [19459, 156.5], [19460, 112.0], [19476, 93.5], [19494, 71.6875], [19497, 130.75], [19499, 127.4375], [19500, 126.25], [19519, 86.3125], [19536, 114.875], [19547, 160.25], [19552, 115.9375], [19553, 117.375], [19554, 91.75], [19562, 133.5], [19592, 132.5], [19607, 124.1875], [19612, 117.9375], [19617, 94.875], [19645, 130.75], [19657, 127.9375], [19671, 91.0], [19677, 150.25], [19682, 103.375], [19683, 136.875], [19696, 119.125], [19699, 112.5625], [19710, 134.625], [19712, 144.75], [19718, 115.75], [19726, 110.375], [19727, 131.5], [19731, 123.5], [19740, 101.125], [19746, 98.0], [19753, 112.6875], [19781, 153.0], [19806, 141.25], [19810, 136.75], [19811, 133.25], [19839, 96.8125], [19852, 113.5], [19866, 130.0], [19872, 109.5], [19921, 119.6875], [19928, 137.75], [19953, 123.5625], [19966, 106.375], [19985, 127.125], [19988, 112.0], [19995, 114.0625], [20003, 146.875], [20018, 122.5625], [20035, 164.125], [20057, 112.875], [20066, 153.625], [20078, 124.4375], [20082, 141.375], [20089, 128.0], [20110, 130.25], [20116, 120.75], [20131, 137.5], [20150, 133.375], [20152, 134.625], [20157, 169.0], [20160, 89.75], [20174, 113.375], [20187, 120.25], [20211, 129.75], [20222, 132.875], [20236, 150.0], [20237, 130.0], [20253, 117.375], [20258, 152.25], [20274, 111.875], [20297, 140.75], [20301, 74.875], [20306, 110.6875], [20307, 146.0], [20316, 123.125], [20325, 112.6875], [20350, 106.0], [20361, 133.5], [20369, 110.5], [20371, 94.25], [20382, 131.375], [20385, 116.25], [20386, 145.75], [20393, 103.625], [20402, 134.0], [20420, 149.0], [20442, 118.6875], [20466, 119.6875], [20468, 100.375], [20471, 105.25], [20487, 147.25], [20488, 102.625], [20490, 125.5], [20503, 137.75], [20506, 112.5625], [20508, 89.75], [20520, 142.5], [20533, 115.0625], [20537, 96.6875], [20558, 153.0], [20568, 115.875], [20571, 117.375], [20576, 84.375], [20601, 121.75], [20603, 80.0], [20609, 111.6875], [20644, 130.25], [20646, 119.1875], [20652, 153.5], [20678, 119.75], [20723, 150.125], [20724, 144.625], [20728, 135.75], [20742, 123.3125], [20744, 119.375], [20752, 152.375], [20764, 124.3125], [20769, 116.25], [20778, 144.5], [20788, 117.0625], [20789, 120.5], [20796, 145.25], [20797, 152.25], [20815, 115.875], [20853, 131.75], [20875, 115.625], [20884, 140.75], [20897, 121.75], [20932, 108.625], [20958, 111.0], [20969, 138.625], [20970, 108.875], [21017, 108.0], [21018, 80.3125], [21026, 109.5], [21054, 81.75], [21062, 128.0], [21064, 136.625], [21073, 114.9375], [21074, 111.5], [21125, 125.9375], [21138, 128.25], [21145, 98.25], [21147, 121.125], [21170, 93.9375], [21183, 88.0], [21184, 104.5], [21185, 118.5625], [21206, 120.5], [21207, 113.0], [21210, 113.125], [21220, 106.25], [21229, 128.75], [21240, 141.75], [21245, 116.4375], [21246, 139.375], [21248, 141.0], [21271, 115.9375], [21276, 144.125], [21293, 126.625], [21294, 149.5], [21309, 152.5], [21331, 86.3125], [21332, 113.0625], [21333, 132.5], [21337, 116.5], [21341, 126.4375], [21342, 94.6875], [21344, 161.75], [21347, 113.125], [21361, 111.5], [21370, 124.125], [21418, 164.375], [21431, 144.0], [21446, 107.875], [21452, 116.1875], [21507, 127.5625], [21549, 114.875], [21557, 126.1875], [21562, 153.875], [21565, 145.625], [21570, 113.1875], [21575, 114.875], [21578, 123.6875], [21593, 138.0], [21596, 105.3125], [21600, 116.25], [21605, 134.875], [21610, 112.3125], [21633, 114.625], [21635, 112.0625], [21643, 142.875], [21656, 107.0], [21667, 124.1875], [21671, 75.875], [21683, 87.3125], [21694, 77.9375], [21705, 129.5], [21706, 109.75], [21710, 122.5], [21723, 114.4375], [21733, 151.375], [21762, 105.25], [21797, 98.625], [21803, 122.875], [21827, 144.25], [21830, 82.5], [21836, 101.1875], [21837, 113.125], [21846, 142.375], [21855, 160.0], [21856, 121.1875], [21859, 63.46875], [21884, 120.375], [21894, 148.75], [21895, 135.875], [21910, 134.25], [21952, 122.375], [21960, 125.6875], [21965, 101.125], [21973, 113.25], [21984, 128.125], [21988, 126.6875], [21997, 131.75], [21999, 126.6875]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_5500_861677959dce1a4543ee.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 162.25], [86, 117.9375], [101, 118.875], [105, 93.0], [110, 82.375], [121, 118.75], [124, 142.0], [135, 126.25], [136, 118.8125], [138, 111.25], [160, 151.25], [166, 113.625], [177, 125.8125], [180, 120.9375], [196, 99.25], [208, 125.1875], [226, 110.1875], [245, 83.5], [258, 106.125], [259, 164.375], [266, 134.5], [273, 111.75], [275, 116.25], [277, 120.6875], [288, 115.1875], [324, 114.0], [327, 126.5625], [339, 109.0], [340, 101.25], [369, 94.25], [400, 139.625], [402, 104.6875], [432, 133.375], [438, 112.5625], [440, 138.25], [446, 161.625], [458, 121.875], [461, 109.5], [494, 105.875], [500, 130.375], [503, 128.625], [507, 105.6875], [511, 137.5], [525, 132.25], [534, 128.125], [538, 89.875], [543, 123.25], [563, 146.0], [567, 117.6875], [569, 129.5], [575, 129.875], [591, 104.875], [594, 99.875], [602, 134.5], [609, 96.25], [620, 76.0625], [625, 118.875], [679, 142.5], [687, 157.25], [700, 138.75], [716, 120.4375], [725, 102.875], [736, 119.375], [740, 138.375], [757, 153.625], [758, 95.0], [769, 118.6875], [795, 137.5], [804, 97.8125], [806, 69.625], [816, 156.0], [821, 124.25], [831, 98.625], [842, 108.125], [849, 124.125], [862, 106.25], [889, 118.0], [896, 119.375], [903, 104.4375], [930, 91.0625], [937, 106.25], [940, 127.0], [945, 124.375], [993, 111.875], [999, 61.5625], [1014, 124.1875], [1043, 102.8125], [1045, 134.5], [1062, 125.75], [1064, 124.25], [1066, 156.375], [1069, 121.875], [1077, 132.625], [1082, 126.3125], [1099, 93.5], [1100, 89.75], [1108, 129.5], [1122, 110.625], [1136, 106.3125], [1143, 127.75], [1147, 121.8125], [1151, 147.75], [1166, 147.875], [1172, 109.75], [1185, 102.875], [1186, 132.25], [1195, 117.125], [1196, 90.125], [1225, 150.0], [1232, 121.625], [1233, 114.75], [1239, 116.5], [1247, 113.1875], [1280, 135.5], [1285, 112.125], [1286, 148.75], [1289, 117.75], [1304, 131.375], [1313, 127.25], [1324, 146.5], [1327, 113.125], [1329, 116.625], [1340, 135.75], [1350, 103.25], [1357, 105.625], [1392, 98.75], [1394, 126.875], [1415, 144.125], [1421, 112.6875], [1435, 114.125], [1450, 106.25], [1488, 140.25], [1489, 101.75], [1509, 83.125], [1526, 98.75], [1530, 111.0], [1551, 161.375], [1557, 127.875], [1558, 155.0], [1565, 125.5625], [1580, 149.125], [1583, 101.6875], [1588, 150.875], [1660, 154.5], [1675, 128.0], [1684, 122.9375], [1694, 138.875], [1696, 122.75], [1703, 103.1875], [1705, 132.25], [1755, 103.0625], [1762, 129.25], [1764, 112.5], [1788, 148.75], [1796, 80.25], [1811, 125.9375], [1814, 160.5], [1830, 127.25], [1834, 80.625], [1836, 116.0625], [1851, 93.1875], [1852, 138.25], [1870, 96.1875], [1871, 83.8125], [1889, 96.875], [1898, 123.0], [1907, 106.5], [1914, 137.125], [1915, 136.25], [1916, 114.6875], [1918, 88.1875], [1925, 76.5], [1927, 169.5], [1928, 137.5], [1970, 145.5], [1995, 113.875], [2002, 107.625], [2016, 150.125], [2019, 104.8125], [2020, 108.5], [2083, 117.5], [2120, 138.375], [2135, 137.25], [2146, 113.0625], [2153, 139.5], [2195, 108.1875], [2203, 122.1875], [2226, 149.75], [2231, 79.0], [2253, 101.875], [2254, 107.875], [2269, 89.8125], [2275, 134.5], [2290, 137.25], [2303, 141.25], [2311, 140.75], [2312, 133.375], [2347, 106.25], [2357, 133.125], [2368, 142.0], [2369, 115.1875], [2376, 181.625], [2380, 88.6875], [2414, 130.25], [2425, 99.25], [2454, 129.5], [2462, 134.875], [2481, 120.5], [2483, 122.9375], [2485, 94.6875], [2490, 65.5], [2492, 121.0], [2499, 101.875], [2508, 100.6875], [2523, 106.0625], [2533, 112.9375], [2544, 149.375], [2584, 158.25], [2591, 110.8125], [2628, 121.625], [2630, 73.125], [2634, 97.375], [2662, 106.0625], [2669, 84.5], [2686, 136.0], [2688, 107.375], [2711, 130.5], [2725, 119.875], [2731, 112.75], [2734, 125.6875], [2738, 123.4375], [2745, 68.125], [2769, 115.5625], [2778, 96.625], [2786, 130.875], [2808, 191.75], [2818, 90.25], [2820, 116.9375], [2822, 159.75], [2834, 161.0], [2843, 162.75], [2851, 144.25], [2866, 80.9375], [2892, 120.1875], [2922, 116.375], [2926, 143.0], [2935, 116.625], [2950, 113.375], [2960, 109.75], [2965, 110.0], [2970, 104.375], [2984, 160.5], [2988, 106.8125], [2994, 150.0], [3006, 127.5625], [3017, 111.625], [3020, 99.25], [3058, 118.25], [3061, 145.375], [3064, 124.875], [3073, 143.75], [3092, 104.375], [3108, 151.5], [3118, 112.5], [3138, 120.625], [3144, 146.625], [3149, 153.25], [3153, 114.75], [3154, 118.5], [3157, 114.0625], [3165, 114.625], [3166, 116.8125], [3171, 122.6875], [3181, 157.875], [3196, 105.0], [3230, 121.25], [3233, 138.625], [3244, 160.125], [3265, 134.5], [3268, 124.9375], [3283, 112.5625], [3296, 75.5625], [3298, 134.125], [3307, 148.375], [3321, 124.5625], [3353, 81.25], [3362, 137.875], [3368, 115.625], [3375, 125.0], [3393, 108.5625], [3395, 127.125], [3400, 122.5], [3401, 110.25], [3423, 141.75], [3429, 91.8125], [3434, 86.375], [3447, 148.75], [3456, 114.1875], [3479, 121.0], [3484, 116.0], [3574, 128.25], [3581, 150.5], [3587, 82.625], [3604, 149.5], [3629, 93.1875], [3643, 135.125], [3648, 122.8125], [3657, 101.9375], [3662, 115.875], [3695, 130.0], [3697, 114.0625], [3699, 106.0], [3703, 133.75], [3721, 136.25], [3732, 95.125], [3738, 155.5], [3746, 110.75], [3748, 119.625], [3750, 108.1875], [3779, 150.75], [3786, 133.0], [3796, 121.0], [3805, 103.4375], [3816, 131.5], [3845, 132.75], [3846, 94.3125], [3864, 130.5], [3880, 128.25], [3892, 138.75], [3895, 124.75], [3902, 141.25], [3933, 108.0625], [3938, 134.0], [3940, 123.125], [3954, 128.125], [3961, 148.25], [3974, 133.375], [3976, 88.375], [3980, 115.4375], [3990, 105.125], [3997, 126.5], [3998, 207.375], [3999, 103.0], [4001, 118.125], [4005, 125.5625], [4012, 153.5], [4014, 116.9375], [4015, 118.8125], [4023, 130.125], [4042, 91.875], [4047, 114.25], [4048, 103.75], [4091, 153.0], [4097, 140.875], [4106, 108.4375], [4120, 138.375], [4125, 103.0625], [4151, 98.3125], [4161, 143.625], [4162, 127.0], [4163, 113.25], [4164, 78.875], [4185, 106.4375], [4193, 101.5], [4195, 123.9375], [4197, 96.25], [4198, 118.625], [4201, 115.0], [4206, 146.25], [4227, 155.5], [4240, 110.875], [4244, 137.75], [4246, 94.25], [4252, 109.625], [4267, 87.75], [4271, 107.0], [4275, 95.125], [4297, 95.4375], [4307, 138.25], [4337, 116.5], [4352, 141.5], [4365, 110.375], [4380, 122.5625], [4382, 146.125], [4399, 99.5], [4405, 148.5], [4415, 128.5], [4417, 141.0], [4436, 104.4375], [4441, 147.0], [4453, 96.5], [4469, 127.3125], [4474, 68.125], [4491, 152.0], [4500, 107.25], [4503, 131.0], [4517, 110.125], [4538, 116.4375], [4588, 156.5], [4589, 106.875], [4602, 133.0], [4606, 99.25], [4631, 138.75], [4640, 129.5], [4649, 113.5625], [4651, 156.125], [4665, 113.5], [4690, 137.75], [4703, 120.5], [4706, 93.25], [4724, 113.375], [4750, 110.0], [4752, 127.625], [4763, 127.0], [4773, 105.4375], [4778, 105.25], [4789, 109.9375], [4804, 103.3125], [4809, 152.0], [4813, 137.0], [4822, 106.125], [4839, 111.25], [4841, 84.125], [4858, 144.0], [4878, 137.25], [4899, 108.3125], [4916, 125.625], [4923, 135.75], [4929, 114.25], [4954, 143.75], [4955, 110.0], [4971, 156.375], [4985, 127.5625], [4999, 126.5625], [5000, 137.75], [5003, 137.25], [5006, 115.125], [5017, 125.125], [5021, 107.0], [5043, 119.8125], [5055, 144.5], [5062, 111.625], [5064, 147.5], [5074, 138.0], [5075, 121.875], [5081, 122.9375], [5101, 123.25], [5103, 91.125], [5119, 122.0], [5137, 118.1875], [5138, 103.875], [5142, 89.75], [5151, 115.0625], [5152, 97.9375], [5164, 126.1875], [5207, 135.375], [5209, 118.5], [5226, 157.5], [5229, 165.25], [5235, 143.25], [5246, 63.40625], [5256, 104.25], [5265, 112.5625], [5274, 121.0625], [5279, 109.375], [5284, 118.4375], [5303, 116.8125], [5311, 154.375], [5319, 123.0], [5320, 79.0], [5322, 167.5], [5325, 133.0], [5357, 119.125], [5374, 114.125], [5375, 120.125], [5380, 147.5], [5384, 150.25], [5389, 126.25], [5390, 108.8125], [5394, 127.0], [5409, 141.0], [5410, 148.375], [5420, 101.0], [5421, 125.9375], [5428, 89.75], [5431, 115.875], [5450, 108.5625], [5465, 138.0], [5472, 109.75], [5484, 97.1875], [5486, 139.25], [5487, 140.125], [5489, 100.9375], [5524, 125.4375], [5541, 121.5], [5542, 106.0625], [5568, 117.75], [5586, 137.625], [5589, 85.625], [5594, 97.625], [5598, 122.125], [5615, 129.625], [5617, 139.25], [5653, 126.0625], [5655, 105.9375], [5676, 123.125], [5704, 114.1875], [5709, 116.4375], [5711, 136.375], [5751, 136.375], [5767, 161.5], [5777, 114.125], [5783, 136.25], [5786, 126.25], [5825, 119.8125], [5831, 108.4375], [5841, 125.375], [5851, 112.75], [5853, 111.5625], [5859, 109.5], [5865, 124.75], [5930, 118.3125], [5983, 121.0], [6001, 121.1875], [6010, 154.75], [6016, 128.5], [6017, 86.0], [6019, 136.375], [6025, 137.75], [6028, 132.75], [6029, 112.8125], [6035, 134.25], [6037, 110.6875], [6077, 109.8125], [6083, 105.4375], [6094, 112.125], [6107, 120.125], [6126, 115.4375], [6136, 100.25], [6152, 109.1875], [6194, 149.0], [6202, 115.0625], [6203, 90.875], [6210, 166.25], [6211, 104.0625], [6219, 103.5], [6296, 147.5], [6305, 136.75], [6326, 136.375], [6337, 123.5625], [6349, 123.0], [6360, 116.5625], [6375, 150.625], [6378, 86.25], [6400, 145.0], [6412, 121.25], [6434, 86.0625], [6469, 166.75], [6471, 138.625], [6480, 115.5], [6490, 137.125], [6508, 100.25], [6543, 144.5], [6547, 107.3125], [6561, 128.625], [6576, 145.875], [6589, 102.375], [6600, 139.5], [6604, 102.375], [6613, 125.0625], [6621, 143.75], [6625, 109.625], [6626, 159.875], [6636, 87.625], [6645, 113.0625], [6684, 134.875], [6688, 123.1875], [6689, 91.125], [6705, 161.875], [6720, 139.625], [6736, 116.8125], [6749, 118.125], [6752, 85.8125], [6760, 156.875], [6769, 111.8125], [6771, 143.5], [6778, 108.3125], [6786, 135.875], [6789, 119.5], [6803, 156.5], [6861, 105.5], [6866, 128.5], [6869, 118.4375], [6872, 122.5], [6877, 141.5], [6884, 126.25], [6888, 135.875], [6889, 110.75], [6898, 140.25], [6993, 117.375], [7011, 113.1875], [7013, 108.9375], [7016, 113.6875], [7027, 120.4375], [7035, 118.125], [7045, 144.25], [7046, 130.5], [7049, 134.125], [7068, 135.5], [7072, 100.375], [7085, 67.5], [7090, 119.75], [7097, 98.1875], [7101, 101.375], [7102, 165.0], [7109, 91.75], [7132, 118.5625], [7139, 123.6875], [7141, 145.625], [7144, 86.3125], [7152, 113.0], [7167, 84.8125], [7170, 160.75], [7185, 103.125], [7186, 144.75], [7202, 143.125], [7207, 80.875], [7211, 134.75], [7227, 93.25], [7236, 77.375], [7250, 96.875], [7257, 91.5], [7274, 107.8125], [7278, 142.875], [7280, 93.0], [7281, 105.8125], [7290, 87.875], [7298, 99.125], [7299, 129.125], [7302, 125.5625], [7306, 62.0], [7318, 119.3125], [7321, 146.5], [7330, 123.9375], [7334, 103.75], [7336, 135.0], [7341, 177.75], [7344, 119.4375], [7347, 114.75], [7361, 105.0], [7369, 148.625], [7397, 125.3125], [7408, 131.25], [7427, 81.9375], [7430, 102.875], [7439, 155.0], [7453, 114.25], [7473, 89.375], [7478, 145.625], [7488, 116.5], [7503, 120.625], [7518, 121.5625], [7544, 137.25], [7552, 116.8125], [7576, 108.5625], [7577, 125.375], [7597, 125.875], [7605, 118.5625], [7616, 136.375], [7620, 79.125], [7656, 143.625], [7659, 129.875], [7681, 91.9375], [7692, 133.75], [7710, 99.0], [7713, 94.75], [7722, 128.25], [7723, 146.0], [7742, 112.125], [7743, 112.5625], [7750, 103.125], [7790, 132.125], [7801, 72.75], [7811, 55.5625], [7815, 137.125], [7843, 71.375], [7844, 141.625], [7857, 122.0], [7868, 97.375], [7877, 120.5625], [7887, 115.875], [7897, 135.0], [7902, 171.0], [7910, 103.5], [7912, 106.375], [7918, 149.625], [7933, 126.1875], [7936, 148.75], [7951, 118.0], [7953, 131.25], [7957, 110.75], [7962, 120.0625], [7971, 97.875], [7974, 94.625], [7991, 138.75], [8000, 104.8125], [8008, 131.75], [8018, 119.375], [8024, 99.6875], [8047, 75.125], [8060, 91.875], [8077, 97.625], [8086, 120.8125], [8104, 128.25], [8118, 111.5625], [8133, 113.8125], [8138, 119.75], [8145, 140.25], [8150, 128.25], [8168, 172.25], [8170, 126.3125], [8173, 130.0], [8175, 102.0], [8194, 136.0], [8211, 89.3125], [8253, 112.25], [8262, 63.09375], [8263, 132.75], [8265, 166.125], [8268, 142.25], [8271, 101.125], [8272, 122.125], [8273, 90.75], [8277, 127.8125], [8292, 117.75], [8344, 118.5625], [8346, 115.125], [8350, 124.5625], [8364, 148.75], [8369, 105.0], [8370, 111.125], [8385, 146.75], [8389, 114.6875], [8421, 96.0625], [8442, 126.75], [8453, 116.75], [8458, 92.8125], [8466, 164.5], [8478, 152.25], [8483, 98.0625], [8487, 96.9375], [8501, 143.0], [8505, 125.0], [8509, 133.25], [8534, 88.0], [8539, 97.125], [8556, 130.0], [8566, 86.25], [8577, 116.5], [8583, 89.4375], [8600, 151.0], [8615, 119.1875], [8624, 156.125], [8630, 104.0], [8645, 122.25], [8658, 121.8125], [8660, 116.125], [8667, 107.75], [8672, 117.5], [8676, 132.875], [8687, 140.875], [8689, 116.75], [8692, 128.0], [8697, 99.9375], [8699, 136.125], [8707, 144.75], [8722, 117.875], [8726, 161.375], [8727, 133.5], [8736, 109.0625], [8737, 111.375], [8752, 119.6875], [8760, 112.25], [8776, 149.25], [8793, 96.0], [8794, 79.8125], [8797, 138.0], [8806, 124.5], [8812, 107.25], [8820, 150.5], [8830, 130.875], [8852, 111.4375], [8877, 116.625], [8885, 170.25], [8891, 104.4375], [8929, 149.375], [8936, 107.75], [8938, 148.75], [8954, 139.25], [8967, 74.5], [8975, 134.75], [8985, 102.0625], [8989, 135.5], [8999, 103.125], [9002, 115.8125], [9014, 125.875], [9025, 116.375], [9034, 89.5], [9052, 134.125], [9059, 108.625], [9063, 98.8125], [9084, 123.5], [9086, 94.0], [9088, 133.0], [9123, 149.375], [9130, 120.0], [9144, 121.75], [9167, 123.875], [9182, 127.8125], [9184, 107.5625], [9198, 117.625], [9218, 123.6875], [9231, 100.0625], [9237, 118.3125], [9239, 103.125], [9244, 139.25], [9256, 113.375], [9257, 113.5], [9261, 136.75], [9267, 138.125], [9269, 106.0625], [9297, 133.375], [9300, 107.5], [9305, 141.0], [9327, 130.75], [9337, 142.875], [9340, 113.3125], [9341, 109.25], [9355, 124.0625], [9360, 87.125], [9366, 88.375], [9369, 135.25], [9377, 110.25], [9380, 124.625], [9381, 131.0], [9385, 112.4375], [9403, 157.25], [9406, 118.0625], [9409, 104.25], [9419, 94.125], [9420, 112.5], [9423, 118.0], [9447, 138.25], [9450, 125.9375], [9467, 110.6875], [9475, 129.5], [9485, 128.5], [9502, 112.3125], [9504, 99.0625], [9518, 138.5], [9523, 117.5], [9536, 86.75], [9559, 100.25], [9563, 137.0], [9576, 132.25], [9594, 105.3125], [9611, 87.625], [9613, 142.75], [9621, 132.375], [9633, 102.8125], [9655, 89.625], [9658, 118.0], [9667, 118.75], [9672, 125.25], [9681, 106.75], [9684, 101.0], [9687, 113.1875], [9688, 128.875], [9693, 101.25], [9698, 111.3125], [9702, 122.875], [9713, 119.0], [9716, 127.75], [9721, 124.875], [9726, 88.0625], [9736, 155.625], [9762, 122.75], [9772, 138.25], [9776, 142.0], [9781, 126.9375], [9783, 143.625], [9809, 120.375], [9833, 115.1875], [9837, 118.8125], [9853, 130.75], [9856, 103.5], [9857, 113.0625], [9863, 167.75], [9872, 105.125], [9894, 148.375], [9899, 101.0], [9919, 153.0], [9936, 113.25], [9947, 126.8125], [9949, 132.0], [9952, 124.875], [9958, 129.5], [9979, 124.5], [9998, 122.625], [10005, 120.0], [10015, 128.625], [10053, 121.0625], [10096, 147.625], [10108, 163.125], [10114, 87.3125], [10122, 171.25], [10126, 87.0], [10145, 84.5], [10159, 106.75], [10166, 152.625], [10181, 154.75], [10184, 112.25], [10190, 163.5], [10197, 120.0625], [10217, 98.875], [10218, 134.875], [10219, 144.5], [10224, 160.75], [10234, 118.0], [10244, 151.375], [10258, 142.0], [10330, 120.125], [10340, 87.125], [10352, 111.75], [10367, 120.0], [10372, 97.5], [10376, 138.0], [10377, 94.25], [10390, 108.0], [10419, 68.5], [10422, 117.0625], [10434, 99.1875], [10439, 140.0], [10445, 120.8125], [10448, 149.375], [10471, 150.5], [10493, 92.5625], [10500, 104.75], [10517, 141.0], [10527, 101.1875], [10561, 133.75], [10569, 99.0625], [10576, 157.5], [10577, 121.5], [10598, 145.25], [10609, 155.625], [10635, 111.875], [10637, 149.875], [10640, 152.875], [10654, 114.6875], [10660, 132.5], [10662, 97.625], [10664, 118.1875], [10667, 151.5], [10668, 78.0], [10672, 118.4375], [10679, 143.625], [10687, 120.3125], [10690, 135.25], [10692, 134.0], [10693, 165.375], [10699, 137.25], [10710, 114.625], [10715, 126.875], [10719, 108.9375], [10730, 116.625], [10735, 135.25], [10742, 59.21875], [10746, 112.9375], [10750, 148.25], [10753, 107.9375], [10754, 115.1875], [10758, 90.0], [10766, 152.5], [10768, 106.9375], [10773, 121.3125], [10780, 121.0], [10785, 135.875], [10789, 103.5], [10798, 145.875], [10817, 128.125], [10821, 133.0], [10822, 153.75], [10862, 101.625], [10863, 131.875], [10866, 128.25], [10889, 131.0], [10924, 112.0], [10944, 145.75], [10955, 136.375], [10966, 137.75], [10969, 138.5], [10978, 109.0625], [10979, 92.25], [10987, 119.125], [10999, 120.0], [11025, 97.375], [11026, 131.0], [11031, 127.375], [11034, 142.0], [11048, 112.5625], [11050, 138.75], [11053, 100.375], [11055, 127.0], [11056, 117.125], [11057, 93.5625], [11067, 119.375], [11069, 120.0], [11072, 148.75], [11074, 110.4375], [11085, 140.0], [11111, 105.25], [11112, 135.875], [11123, 135.75], [11149, 160.25], [11185, 115.625], [11221, 102.1875], [11250, 95.25], [11266, 133.0], [11279, 116.875], [11280, 70.125], [11312, 109.25], [11320, 123.4375], [11327, 93.3125], [11331, 94.125], [11351, 111.3125], [11359, 138.5], [11360, 109.8125], [11362, 115.0], [11386, 100.5], [11391, 142.0], [11393, 96.8125], [11428, 120.5625], [11436, 129.25], [11446, 130.75], [11460, 136.375], [11462, 120.75], [11465, 135.5], [11478, 122.4375], [11495, 140.875], [11497, 117.25], [11500, 112.8125], [11522, 130.125], [11523, 116.75], [11526, 152.5], [11533, 160.0], [11539, 113.125], [11540, 142.25], [11543, 114.25], [11548, 144.5], [11570, 105.5], [11572, 145.0], [11584, 117.625], [11597, 90.125], [11605, 108.375], [11622, 117.5], [11637, 104.625], [11650, 139.625], [11657, 92.125], [11665, 120.25], [11668, 134.375], [11686, 111.5], [11720, 126.75], [11721, 121.75], [11741, 145.375], [11755, 159.5], [11756, 162.5], [11764, 61.15625], [11819, 149.75], [11828, 124.0], [11842, 134.0], [11861, 83.375], [11871, 127.625], [11880, 113.375], [11903, 94.6875], [11905, 159.5], [11939, 115.625], [11940, 132.0], [11941, 164.25], [11963, 151.25], [11964, 154.75], [11970, 111.125], [11983, 82.0], [11992, 146.25], [12020, 154.625], [12042, 120.625], [12051, 151.0], [12069, 138.625], [12075, 142.375], [12102, 116.25], [12106, 105.125], [12150, 113.3125], [12158, 130.875], [12161, 49.1875], [12164, 110.125], [12165, 131.125], [12172, 95.375], [12181, 114.25], [12192, 112.0625], [12193, 134.5], [12205, 113.4375], [12207, 129.875], [12214, 141.0], [12219, 111.875], [12224, 105.75], [12225, 140.5], [12229, 97.625], [12237, 120.4375], [12238, 109.3125], [12253, 129.5], [12257, 144.5], [12259, 126.75], [12262, 108.625], [12266, 158.75], [12300, 100.75], [12309, 122.0625], [12344, 120.0], [12351, 101.25], [12352, 108.0], [12354, 152.75], [12357, 141.75], [12359, 110.0625], [12361, 97.625], [12362, 134.5], [12370, 59.59375], [12384, 136.25], [12397, 97.125], [12411, 143.125], [12428, 152.0], [12436, 130.25], [12455, 134.75], [12467, 107.8125], [12481, 128.375], [12482, 97.6875], [12499, 78.6875], [12505, 129.25], [12527, 98.0], [12546, 154.75], [12559, 127.9375], [12578, 163.875], [12583, 134.625], [12584, 134.375], [12601, 139.125], [12609, 115.625], [12610, 129.5], [12614, 128.0], [12620, 153.75], [12626, 94.0], [12647, 147.5], [12669, 122.9375], [12676, 131.625], [12700, 131.25], [12703, 92.5625], [12706, 109.5625], [12711, 73.1875], [12716, 146.5], [12739, 138.375], [12766, 119.5], [12779, 113.875], [12812, 101.125], [12820, 140.375], [12823, 117.125], [12826, 120.375], [12857, 86.625], [12866, 94.875], [12893, 99.75], [12907, 105.625], [12940, 141.625], [12944, 121.1875], [12946, 133.125], [12954, 134.75], [12958, 128.5], [12960, 94.875], [12972, 83.125], [13005, 85.0625], [13008, 85.75], [13019, 113.625], [13022, 135.5], [13041, 130.25], [13044, 122.125], [13048, 127.875], [13060, 74.125], [13066, 109.8125], [13069, 129.25], [13081, 126.1875], [13086, 135.125], [13091, 140.625], [13098, 99.125], [13100, 115.3125], [13104, 105.375], [13112, 122.875], [13127, 113.875], [13136, 100.875], [13154, 95.5625], [13162, 117.9375], [13195, 93.25], [13214, 118.25], [13225, 157.75], [13233, 143.375], [13244, 170.0], [13253, 140.25], [13259, 155.625], [13268, 123.5], [13270, 108.6875], [13273, 138.25], [13290, 131.5], [13300, 137.25], [13305, 127.375], [13312, 116.875], [13353, 137.875], [13357, 111.0], [13359, 150.75], [13386, 122.75], [13390, 106.125], [13425, 96.0], [13426, 109.875], [13437, 114.875], [13449, 116.875], [13455, 143.375], [13468, 86.375], [13471, 112.3125], [13494, 132.375], [13495, 82.125], [13496, 100.4375], [13515, 71.0625], [13517, 127.125], [13526, 113.0625], [13546, 67.375], [13567, 120.125], [13575, 91.4375], [13583, 124.9375], [13586, 87.8125], [13594, 150.875], [13596, 137.5], [13598, 133.75], [13613, 115.875], [13616, 108.75], [13633, 102.875], [13639, 146.375], [13654, 132.0], [13671, 137.125], [13693, 146.5], [13697, 90.5625], [13706, 118.375], [13723, 118.5], [13730, 140.0], [13735, 98.5], [13751, 78.625], [13765, 95.125], [13775, 132.25], [13789, 107.125], [13790, 148.0], [13792, 162.625], [13814, 142.75], [13821, 113.375], [13823, 63.34375], [13838, 114.1875], [13843, 125.1875], [13866, 132.0], [13868, 110.75], [13870, 112.5], [13874, 109.0625], [13887, 90.0], [13891, 111.0], [13895, 138.5], [13901, 93.8125], [13931, 97.75], [13950, 130.125], [13952, 129.375], [13957, 155.75], [13964, 153.375], [13968, 115.75], [13970, 147.125], [13974, 142.25], [13976, 108.0625], [13978, 80.0], [14000, 107.125], [14004, 137.875], [14005, 150.0], [14006, 93.625], [14017, 130.75], [14030, 112.3125], [14037, 107.5], [14054, 69.875], [14068, 129.75], [14080, 112.5], [14083, 137.375], [14084, 101.25], [14092, 106.625], [14103, 95.625], [14109, 95.6875], [14132, 127.1875], [14157, 150.125], [14165, 176.0], [14172, 118.0], [14180, 139.375], [14203, 144.25], [14207, 135.625], [14210, 144.0], [14248, 145.75], [14260, 163.5], [14273, 122.75], [14279, 132.25], [14282, 101.5625], [14283, 165.375], [14285, 88.3125], [14291, 84.0], [14294, 147.375], [14304, 151.25], [14312, 97.75], [14319, 142.75], [14326, 112.125], [14358, 89.4375], [14373, 118.1875], [14380, 121.375], [14385, 132.0], [14417, 133.0], [14421, 93.6875], [14424, 118.8125], [14429, 136.75], [14433, 91.375], [14441, 137.25], [14456, 108.5625], [14458, 101.375], [14475, 109.75], [14524, 135.5], [14531, 134.75], [14532, 124.125], [14551, 121.5], [14556, 139.0], [14566, 131.375], [14567, 97.75], [14574, 113.25], [14576, 154.625], [14597, 134.25], [14603, 116.5], [14622, 139.125], [14664, 118.625], [14665, 124.5], [14668, 127.9375], [14670, 150.5], [14671, 124.875], [14676, 109.875], [14682, 141.5], [14686, 135.125], [14688, 147.75], [14694, 131.0], [14701, 118.5], [14717, 155.0], [14743, 81.75], [14744, 137.75], [14750, 113.625], [14764, 124.8125], [14770, 109.375], [14779, 107.125], [14784, 102.0], [14787, 83.75], [14803, 106.75], [14805, 130.75], [14808, 116.5625], [14821, 112.5], [14823, 107.8125], [14825, 109.5625], [14831, 111.9375], [14833, 106.125], [14851, 109.9375], [14866, 74.5], [14899, 85.875], [14901, 133.875], [14911, 87.625], [14914, 119.125], [14921, 145.375], [14944, 116.25], [14947, 136.0], [14949, 107.125], [14951, 140.5], [14953, 146.5], [14959, 120.75], [14962, 130.25], [14970, 155.0], [14974, 105.0], [14997, 99.9375], [15000, 144.25], [15001, 123.3125], [15003, 157.375], [15006, 106.875], [15019, 133.25], [15024, 97.625], [15028, 153.5], [15032, 142.25], [15045, 139.875], [15054, 78.375], [15069, 139.25], [15070, 112.5], [15095, 107.375], [15118, 119.0625], [15133, 107.5625], [15142, 146.25], [15143, 106.8125], [15164, 136.625], [15172, 102.5], [15182, 73.1875], [15185, 136.75], [15197, 101.5], [15204, 118.5625], [15214, 113.6875], [15236, 103.3125], [15242, 134.25], [15247, 101.25], [15251, 136.0], [15257, 105.5625], [15316, 138.125], [15334, 118.75], [15336, 126.25], [15344, 69.6875], [15366, 102.6875], [15373, 133.25], [15380, 91.1875], [15382, 134.875], [15412, 104.75], [15416, 146.125], [15434, 134.125], [15436, 103.625], [15441, 164.5], [15444, 142.0], [15457, 144.0], [15465, 131.5], [15475, 96.3125], [15496, 109.5625], [15500, 133.5], [15522, 133.125], [15529, 126.25], [15531, 135.25], [15562, 136.75], [15565, 97.9375], [15569, 131.25], [15576, 118.625], [15594, 131.5], [15597, 117.625], [15614, 132.125], [15627, 117.0], [15640, 121.375], [15664, 150.0], [15667, 76.5625], [15679, 108.875], [15680, 135.5], [15698, 132.5], [15730, 130.875], [15731, 118.9375], [15745, 143.875], [15759, 81.0625], [15766, 104.5625], [15791, 108.3125], [15801, 142.125], [15808, 111.3125], [15822, 107.5], [15834, 142.5], [15838, 125.375], [15844, 129.75], [15850, 96.0625], [15862, 114.75], [15872, 123.125], [15887, 113.875], [15931, 133.625], [15942, 82.625], [15945, 115.125], [15955, 149.5], [16000, 128.75], [16042, 77.75], [16043, 99.5625], [16060, 95.3125], [16063, 149.75], [16073, 152.375], [16076, 153.875], [16078, 104.75], [16140, 82.125], [16164, 142.875], [16165, 101.8125], [16169, 112.75], [16210, 150.5], [16225, 111.5], [16262, 130.0], [16269, 130.0], [16277, 148.25], [16282, 93.8125], [16295, 153.25], [16312, 93.1875], [16316, 131.5], [16328, 109.4375], [16346, 111.6875], [16389, 109.5], [16434, 115.3125], [16472, 128.75], [16474, 129.375], [16489, 136.0], [16502, 153.875], [16531, 140.75], [16532, 146.25], [16539, 126.3125], [16541, 111.75], [16571, 112.25], [16572, 144.75], [16580, 169.5], [16582, 130.75], [16598, 45.0], [16605, 105.6875], [16606, 119.9375], [16619, 110.625], [16643, 81.0625], [16657, 67.375], [16659, 118.9375], [16671, 122.9375], [16737, 145.625], [16743, 116.5625], [16759, 152.875], [16765, 115.75], [16768, 154.75], [16769, 143.0], [16773, 107.375], [16777, 140.125], [16790, 85.625], [16804, 137.375], [16831, 122.5625], [16851, 112.875], [16854, 132.0], [16868, 104.375], [16882, 136.0], [16891, 162.5], [16919, 121.375], [16937, 143.125], [16938, 136.375], [16941, 135.0], [16965, 146.875], [16977, 97.375], [16982, 135.75], [16987, 112.0625], [17002, 92.875], [17018, 161.25], [17020, 111.125], [17030, 89.125], [17044, 135.0], [17049, 126.375], [17077, 115.1875], [17101, 121.1875], [17115, 112.625], [17135, 91.5], [17154, 142.875], [17160, 134.25], [17171, 136.5], [17172, 120.9375], [17193, 140.125], [17216, 156.25], [17229, 113.5], [17251, 95.125], [17278, 120.125], [17279, 110.5], [17322, 172.25], [17325, 107.125], [17346, 145.0], [17364, 93.875], [17392, 153.875], [17394, 98.0], [17395, 133.875], [17397, 72.125], [17403, 140.625], [17405, 140.0], [17408, 87.9375], [17420, 97.0625], [17431, 157.625], [17443, 157.25], [17447, 93.75], [17463, 108.375], [17482, 87.125], [17509, 83.125], [17527, 112.125], [17536, 104.1875], [17540, 109.5], [17551, 118.75], [17552, 130.0], [17553, 135.125], [17554, 116.625], [17563, 99.25], [17564, 118.375], [17574, 146.0], [17577, 131.0], [17589, 111.1875], [17610, 135.25], [17618, 107.8125], [17637, 157.0], [17650, 125.625], [17661, 104.125], [17664, 124.125], [17668, 152.625], [17687, 140.875], [17723, 131.625], [17745, 136.75], [17755, 82.0], [17756, 92.875], [17757, 109.25], [17766, 110.8125], [17777, 101.125], [17780, 114.5625], [17794, 125.6875], [17795, 85.5], [17805, 108.375], [17824, 112.125], [17854, 124.0], [17860, 162.75], [17870, 118.75], [17874, 129.875], [17893, 90.875], [17899, 109.75], [17912, 138.625], [17922, 151.25], [17929, 107.6875], [17933, 115.0], [17938, 169.5], [17963, 85.25], [17974, 82.5], [18006, 109.5625], [18019, 163.125], [18030, 125.5625], [18033, 97.9375], [18040, 139.25], [18073, 97.625], [18086, 110.6875], [18102, 116.8125], [18129, 104.625], [18130, 146.5], [18132, 149.625], [18138, 146.5], [18164, 63.625], [18206, 130.125], [18218, 163.625], [18225, 97.625], [18242, 139.0], [18266, 69.0625], [18275, 118.4375], [18283, 109.25], [18285, 107.75], [18299, 134.5], [18318, 116.75], [18322, 107.25], [18335, 124.25], [18346, 123.75], [18352, 90.125], [18355, 108.25], [18358, 130.25], [18359, 143.625], [18380, 140.75], [18395, 96.75], [18400, 127.875], [18406, 133.625], [18418, 97.0], [18419, 111.5], [18424, 114.625], [18432, 142.0], [18433, 122.8125], [18434, 105.625], [18442, 115.375], [18470, 127.875], [18472, 135.0], [18493, 107.25], [18499, 127.375], [18500, 109.0], [18502, 99.0], [18518, 116.0], [18524, 161.5], [18532, 111.625], [18564, 142.625], [18565, 109.1875], [18568, 140.5], [18578, 83.0], [18588, 160.375], [18589, 121.1875], [18603, 124.1875], [18628, 115.875], [18641, 129.0], [18642, 56.28125], [18651, 117.0625], [18662, 93.125], [18663, 125.6875], [18685, 123.5], [18718, 103.375], [18731, 87.1875], [18735, 128.25], [18741, 108.8125], [18759, 147.5], [18760, 149.5], [18780, 110.0], [18791, 112.9375], [18815, 128.125], [18816, 137.25], [18840, 127.5625], [18854, 105.375], [18867, 118.125], [18873, 109.9375], [18884, 104.9375], [18885, 115.625], [18890, 134.625], [18900, 146.25], [18907, 95.4375], [18911, 150.5], [18914, 73.875], [18918, 73.75], [18924, 138.75], [18927, 121.0625], [18934, 144.75], [18939, 97.625], [18940, 124.75], [18945, 93.5], [18947, 128.75], [18958, 126.0625], [18972, 121.25], [18977, 143.75], [18987, 114.375], [19008, 138.5], [19009, 126.0], [19044, 92.1875], [19051, 127.0625], [19054, 90.875], [19070, 152.25], [19071, 127.0625], [19072, 130.0], [19074, 109.9375], [19078, 143.5], [19082, 63.875], [19090, 141.25], [19097, 130.75], [19110, 142.5], [19123, 83.75], [19139, 132.25], [19147, 110.5], [19160, 129.75], [19200, 140.25], [19216, 132.25], [19222, 107.8125], [19262, 165.375], [19264, 133.25], [19273, 103.25], [19287, 119.0], [19290, 137.5], [19316, 163.75], [19342, 111.625], [19347, 126.6875], [19363, 111.875], [19364, 97.5], [19378, 149.0], [19385, 158.125], [19386, 98.25], [19394, 104.4375], [19396, 98.3125], [19400, 141.25], [19401, 141.375], [19407, 135.75], [19416, 102.875], [19417, 56.46875], [19422, 114.1875], [19434, 117.6875], [19437, 98.875], [19454, 111.375], [19459, 164.5], [19460, 111.0], [19476, 87.125], [19494, 72.6875], [19497, 128.5], [19499, 127.9375], [19500, 131.25], [19519, 81.75], [19536, 118.375], [19547, 162.0], [19552, 113.0625], [19553, 128.5], [19554, 88.0625], [19562, 131.5], [19592, 138.125], [19607, 122.6875], [19612, 111.3125], [19617, 109.5], [19645, 129.25], [19657, 119.0625], [19671, 83.9375], [19677, 145.75], [19682, 96.4375], [19683, 135.625], [19696, 115.125], [19699, 113.0], [19710, 134.0], [19712, 144.0], [19718, 109.5], [19726, 101.5], [19727, 142.375], [19731, 125.625], [19740, 91.5], [19746, 96.625], [19753, 110.3125], [19781, 152.25], [19806, 143.875], [19810, 141.0], [19811, 141.25], [19839, 89.1875], [19852, 113.625], [19866, 128.5], [19872, 120.125], [19921, 118.0], [19928, 141.5], [19953, 124.5], [19966, 103.875], [19985, 131.5], [19988, 118.1875], [19995, 112.9375], [20003, 154.0], [20018, 121.1875], [20035, 167.75], [20057, 114.75], [20066, 151.125], [20078, 131.75], [20082, 140.5], [20089, 126.4375], [20110, 138.625], [20116, 119.0625], [20131, 140.5], [20150, 137.125], [20152, 147.75], [20157, 179.5], [20160, 90.375], [20174, 111.125], [20187, 126.75], [20211, 121.875], [20222, 133.5], [20236, 151.0], [20237, 128.5], [20253, 121.75], [20258, 161.75], [20274, 108.375], [20297, 136.625], [20301, 73.125], [20306, 109.625], [20307, 137.0], [20316, 126.25], [20325, 118.5], [20350, 109.3125], [20361, 134.0], [20369, 101.625], [20371, 82.1875], [20382, 133.25], [20385, 115.0], [20386, 141.75], [20393, 103.875], [20402, 134.0], [20420, 142.0], [20442, 124.875], [20466, 118.25], [20468, 103.5], [20471, 101.3125], [20487, 140.75], [20488, 111.625], [20490, 135.625], [20503, 135.25], [20506, 113.0], [20508, 79.25], [20520, 140.125], [20533, 117.0], [20537, 96.6875], [20558, 154.25], [20568, 121.625], [20571, 116.125], [20576, 84.75], [20601, 123.0], [20603, 71.875], [20609, 106.9375], [20644, 142.125], [20646, 115.5], [20652, 152.625], [20678, 118.5], [20723, 148.125], [20724, 140.875], [20728, 133.0], [20742, 117.3125], [20744, 115.1875], [20752, 153.0], [20764, 121.625], [20769, 126.1875], [20778, 137.375], [20788, 122.375], [20789, 118.25], [20796, 146.0], [20797, 149.375], [20815, 117.5], [20853, 126.8125], [20875, 121.5625], [20884, 146.375], [20897, 121.75], [20932, 110.5], [20958, 108.625], [20969, 152.5], [20970, 98.375], [21017, 106.75], [21018, 71.0], [21026, 109.9375], [21054, 74.8125], [21062, 118.25], [21064, 138.625], [21073, 114.3125], [21074, 108.3125], [21125, 127.3125], [21138, 120.25], [21145, 99.5], [21147, 117.8125], [21170, 82.375], [21183, 79.5], [21184, 102.625], [21185, 125.875], [21206, 115.5], [21207, 111.25], [21210, 117.6875], [21220, 104.75], [21229, 133.75], [21240, 150.75], [21245, 113.4375], [21246, 140.25], [21248, 141.5], [21271, 117.5], [21276, 147.0], [21293, 126.5625], [21294, 137.5], [21309, 155.625], [21331, 88.625], [21332, 107.6875], [21333, 135.375], [21337, 119.125], [21341, 123.1875], [21342, 84.125], [21344, 162.75], [21347, 106.625], [21361, 113.125], [21370, 113.75], [21418, 168.5], [21431, 153.5], [21446, 102.625], [21452, 113.0625], [21507, 126.8125], [21549, 115.125], [21557, 121.1875], [21562, 153.25], [21565, 140.25], [21570, 111.75], [21575, 119.875], [21578, 115.8125], [21593, 132.0], [21596, 105.3125], [21600, 115.0], [21605, 136.5], [21610, 117.8125], [21633, 109.75], [21635, 111.0], [21643, 141.25], [21656, 112.25], [21667, 124.5], [21671, 71.375], [21683, 84.375], [21694, 71.6875], [21705, 122.625], [21706, 103.5625], [21710, 117.8125], [21723, 108.3125], [21733, 147.5], [21762, 107.125], [21797, 96.5], [21803, 115.375], [21827, 144.875], [21830, 81.3125], [21836, 103.0], [21837, 107.1875], [21846, 147.0], [21855, 158.25], [21856, 120.125], [21859, 65.3125], [21884, 122.1875], [21894, 152.5], [21895, 125.375], [21910, 129.0], [21952, 121.5], [21960, 118.75], [21965, 102.375], [21973, 123.5], [21984, 127.5], [21988, 121.3125], [21997, 131.375], [21999, 123.0625]]}
|
wandb/run-20250501_234121-mnztzlue/files/media/table/eval/table_8250_4e5fe6a7c4a9257ae601.table.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"columns": ["data_index", "value"], "data": [[22, 176.625], [86, 125.875], [101, 128.25], [105, 105.0625], [110, 93.625], [121, 132.125], [124, 156.75], [135, 141.375], [136, 135.25], [138, 125.3125], [160, 163.75], [166, 125.75], [177, 140.0], [180, 131.75], [196, 112.0], [208, 139.125], [226, 122.0625], [245, 93.125], [258, 114.8125], [259, 178.125], [266, 151.375], [273, 125.5], [275, 125.8125], [277, 135.5], [288, 126.0], [324, 122.25], [327, 141.0], [339, 118.625], [340, 114.375], [369, 105.75], [400, 150.25], [402, 113.0], [432, 148.125], [438, 124.1875], [440, 142.75], [446, 176.875], [458, 132.5], [461, 126.0], [494, 114.625], [500, 144.25], [503, 143.25], [507, 118.9375], [511, 152.625], [525, 139.125], [534, 140.5], [538, 102.375], [543, 136.5], [563, 157.5], [567, 133.125], [569, 144.75], [575, 141.375], [591, 111.0625], [594, 118.6875], [602, 144.875], [609, 104.75], [620, 92.375], [625, 126.6875], [679, 155.0], [687, 168.75], [700, 150.125], [716, 128.0], [725, 110.625], [736, 133.25], [740, 152.75], [757, 164.75], [758, 106.25], [769, 132.5], [795, 152.25], [804, 105.3125], [806, 80.6875], [816, 172.375], [821, 145.75], [831, 108.125], [842, 123.0], [849, 137.75], [862, 117.8125], [889, 131.0], [896, 127.6875], [903, 120.25], [930, 102.8125], [937, 117.9375], [940, 141.25], [945, 139.0], [993, 123.0], [999, 68.125], [1014, 135.25], [1043, 109.8125], [1045, 145.25], [1062, 132.25], [1064, 138.0], [1066, 173.0], [1069, 129.625], [1077, 144.75], [1082, 140.0], [1099, 105.0], [1100, 104.125], [1108, 134.25], [1122, 125.75], [1136, 119.6875], [1143, 136.875], [1147, 131.125], [1151, 162.5], [1166, 156.5], [1172, 118.0], [1185, 113.25], [1186, 145.625], [1195, 133.5], [1196, 99.375], [1225, 167.75], [1232, 131.5], [1233, 127.375], [1239, 136.5], [1247, 125.125], [1280, 152.75], [1285, 122.75], [1286, 165.125], [1289, 133.0], [1304, 147.25], [1313, 140.25], [1324, 160.0], [1327, 122.8125], [1329, 127.8125], [1340, 156.75], [1350, 107.9375], [1357, 114.0], [1392, 116.625], [1394, 139.75], [1415, 152.5], [1421, 126.9375], [1435, 123.25], [1450, 123.3125], [1488, 149.75], [1489, 118.9375], [1509, 89.0625], [1526, 106.375], [1530, 122.5], [1551, 176.75], [1557, 133.875], [1558, 169.75], [1565, 137.875], [1580, 166.0], [1583, 115.8125], [1588, 169.0], [1660, 171.5], [1675, 143.5], [1684, 137.25], [1694, 154.0], [1696, 131.5], [1703, 109.4375], [1705, 142.75], [1755, 120.0], [1762, 142.625], [1764, 127.75], [1788, 163.875], [1796, 92.9375], [1811, 143.75], [1814, 174.0], [1830, 141.25], [1834, 90.25], [1836, 130.0], [1851, 100.0], [1852, 147.75], [1870, 108.3125], [1871, 95.5], [1889, 112.375], [1898, 131.0], [1907, 127.25], [1914, 145.25], [1915, 143.0], [1916, 131.25], [1918, 96.25], [1925, 85.5625], [1927, 186.125], [1928, 148.5], [1970, 156.75], [1995, 123.125], [2002, 115.8125], [2016, 166.0], [2019, 111.4375], [2020, 120.6875], [2083, 131.75], [2120, 152.25], [2135, 144.0], [2146, 123.9375], [2153, 150.0], [2195, 125.625], [2203, 133.75], [2226, 169.25], [2231, 88.5], [2253, 111.0], [2254, 124.6875], [2269, 95.9375], [2275, 147.125], [2290, 147.625], [2303, 150.25], [2311, 154.375], [2312, 139.75], [2347, 118.8125], [2357, 143.5], [2368, 153.5], [2369, 128.5], [2376, 192.875], [2380, 100.8125], [2414, 147.375], [2425, 106.4375], [2454, 141.5], [2462, 151.875], [2481, 138.625], [2483, 131.5], [2485, 107.0], [2490, 72.1875], [2492, 139.75], [2499, 116.5], [2508, 114.3125], [2523, 123.75], [2533, 123.1875], [2544, 163.875], [2584, 169.0], [2591, 125.25], [2628, 134.125], [2630, 89.0], [2634, 108.75], [2662, 114.4375], [2669, 92.75], [2686, 150.0], [2688, 119.1875], [2711, 144.25], [2725, 134.0], [2731, 133.0], [2734, 138.75], [2738, 140.0], [2745, 73.875], [2769, 136.0], [2778, 105.8125], [2786, 144.5], [2808, 206.75], [2818, 99.75], [2820, 131.25], [2822, 169.875], [2834, 176.125], [2843, 180.75], [2851, 164.0], [2866, 94.0625], [2892, 132.75], [2922, 134.5], [2926, 151.25], [2935, 126.625], [2950, 126.0625], [2960, 120.8125], [2965, 120.375], [2970, 113.0], [2984, 172.0], [2988, 124.6875], [2994, 161.25], [3006, 141.25], [3017, 130.0], [3020, 108.625], [3058, 129.75], [3061, 161.875], [3064, 140.0], [3073, 163.125], [3092, 113.125], [3108, 162.625], [3118, 126.25], [3138, 130.0], [3144, 163.5], [3149, 164.875], [3153, 123.6875], [3154, 128.125], [3157, 125.625], [3165, 124.9375], [3166, 130.25], [3171, 138.125], [3181, 176.0], [3196, 113.0], [3230, 133.75], [3233, 155.375], [3244, 172.625], [3265, 148.0], [3268, 132.375], [3283, 121.5625], [3296, 87.3125], [3298, 145.5], [3307, 158.0], [3321, 130.625], [3353, 92.0], [3362, 152.5], [3368, 124.9375], [3375, 136.0], [3393, 124.75], [3395, 142.875], [3400, 137.0], [3401, 118.5], [3423, 154.5], [3429, 102.0], [3434, 98.9375], [3447, 161.25], [3456, 125.9375], [3479, 132.0], [3484, 124.75], [3574, 142.625], [3581, 161.5], [3587, 90.875], [3604, 161.75], [3629, 109.625], [3643, 146.625], [3648, 136.75], [3657, 119.0], [3662, 124.5625], [3695, 141.5], [3697, 126.4375], [3699, 114.375], [3703, 146.625], [3721, 150.875], [3732, 114.25], [3738, 170.375], [3746, 116.9375], [3748, 127.5], [3750, 117.1875], [3779, 160.5], [3786, 149.0], [3796, 136.0], [3805, 117.75], [3816, 147.625], [3845, 143.875], [3846, 104.5], [3864, 146.75], [3880, 136.25], [3892, 154.0], [3895, 140.25], [3902, 153.125], [3933, 122.1875], [3938, 148.25], [3940, 142.0], [3954, 141.875], [3961, 156.125], [3974, 143.75], [3976, 101.5], [3980, 126.0625], [3990, 115.125], [3997, 135.625], [3998, 220.25], [3999, 112.375], [4001, 130.125], [4005, 141.375], [4012, 165.0], [4014, 128.25], [4015, 129.875], [4023, 141.5], [4042, 102.6875], [4047, 121.25], [4048, 114.1875], [4091, 164.375], [4097, 153.0], [4106, 123.875], [4120, 149.25], [4125, 110.625], [4151, 112.3125], [4161, 155.75], [4162, 137.0], [4163, 124.4375], [4164, 90.1875], [4185, 117.0625], [4193, 113.125], [4195, 138.25], [4197, 107.0625], [4198, 132.0], [4201, 127.0], [4206, 157.0], [4227, 167.0], [4240, 129.25], [4244, 157.5], [4246, 105.625], [4252, 124.875], [4267, 96.5], [4271, 116.625], [4275, 106.5625], [4297, 103.5625], [4307, 147.875], [4337, 125.4375], [4352, 157.0], [4365, 117.6875], [4380, 132.75], [4382, 157.25], [4399, 113.625], [4405, 161.625], [4415, 148.0], [4417, 149.0], [4436, 117.0], [4441, 162.5], [4453, 118.0], [4469, 143.0], [4474, 78.375], [4491, 163.0], [4500, 115.875], [4503, 142.75], [4517, 123.5], [4538, 124.6875], [4588, 170.75], [4589, 125.75], [4602, 141.875], [4606, 109.125], [4631, 156.0], [4640, 143.125], [4649, 124.75], [4651, 168.75], [4665, 123.125], [4690, 157.25], [4703, 135.0], [4706, 104.125], [4724, 130.5], [4750, 124.4375], [4752, 141.0], [4763, 138.5], [4773, 115.5625], [4778, 114.4375], [4789, 130.0], [4804, 119.75], [4809, 170.75], [4813, 146.625], [4822, 119.4375], [4839, 120.375], [4841, 95.1875], [4858, 159.5], [4878, 151.25], [4899, 117.25], [4916, 139.875], [4923, 148.25], [4929, 130.25], [4954, 155.25], [4955, 126.4375], [4971, 167.25], [4985, 140.875], [4999, 141.75], [5000, 147.75], [5003, 150.0], [5006, 127.25], [5017, 134.875], [5021, 114.75], [5043, 130.5], [5055, 158.0], [5062, 118.3125], [5064, 158.5], [5074, 152.25], [5075, 134.75], [5081, 136.375], [5101, 135.0], [5103, 101.375], [5119, 136.5], [5137, 127.25], [5138, 117.125], [5142, 96.5], [5151, 126.4375], [5152, 104.9375], [5164, 138.25], [5207, 145.75], [5209, 134.0], [5226, 175.5], [5229, 181.75], [5235, 162.0], [5246, 73.3125], [5256, 113.375], [5265, 124.75], [5274, 138.625], [5279, 120.0], [5284, 133.875], [5303, 128.25], [5311, 167.625], [5319, 136.5], [5320, 88.375], [5322, 180.25], [5325, 143.5], [5357, 129.75], [5374, 125.625], [5375, 131.25], [5380, 155.875], [5384, 159.75], [5389, 141.125], [5390, 118.9375], [5394, 140.625], [5409, 153.5], [5410, 159.75], [5420, 112.5], [5421, 146.375], [5428, 95.25], [5431, 128.375], [5450, 113.125], [5465, 152.25], [5472, 118.875], [5484, 104.375], [5486, 152.25], [5487, 157.5], [5489, 109.3125], [5524, 138.625], [5541, 131.375], [5542, 120.1875], [5568, 130.75], [5586, 150.875], [5589, 93.25], [5594, 109.8125], [5598, 130.0], [5615, 139.5], [5617, 151.0], [5653, 138.75], [5655, 118.5625], [5676, 136.75], [5704, 127.4375], [5709, 126.375], [5711, 152.5], [5751, 145.5], [5767, 169.625], [5777, 125.4375], [5783, 146.5], [5786, 135.5], [5825, 130.25], [5831, 122.0], [5841, 140.0], [5851, 122.6875], [5853, 121.75], [5859, 118.3125], [5865, 141.625], [5930, 133.375], [5983, 134.25], [6001, 131.5], [6010, 166.75], [6016, 141.25], [6017, 99.5], [6019, 152.5], [6025, 150.5], [6028, 149.25], [6029, 126.0625], [6035, 148.75], [6037, 123.875], [6077, 119.9375], [6083, 115.375], [6094, 124.9375], [6107, 133.5], [6126, 128.5], [6136, 112.0], [6152, 120.875], [6194, 155.5], [6202, 129.0], [6203, 104.25], [6210, 181.0], [6211, 111.8125], [6219, 121.375], [6296, 155.75], [6305, 148.5], [6326, 143.625], [6337, 132.75], [6349, 139.625], [6360, 123.8125], [6375, 165.75], [6378, 101.9375], [6400, 164.625], [6412, 132.375], [6434, 100.75], [6469, 183.0], [6471, 157.5], [6480, 131.5], [6490, 148.875], [6508, 107.6875], [6543, 155.75], [6547, 116.1875], [6561, 135.75], [6576, 152.75], [6589, 113.375], [6600, 150.125], [6604, 119.25], [6613, 135.125], [6621, 154.375], [6625, 124.5], [6626, 174.0], [6636, 99.25], [6645, 128.25], [6684, 145.375], [6688, 134.25], [6689, 101.625], [6705, 178.5], [6720, 159.125], [6736, 129.25], [6749, 126.1875], [6752, 96.5], [6760, 172.375], [6769, 124.25], [6771, 162.875], [6778, 120.875], [6786, 143.875], [6789, 132.625], [6803, 171.625], [6861, 115.0], [6866, 143.25], [6869, 124.875], [6872, 135.75], [6877, 152.25], [6884, 140.25], [6888, 154.25], [6889, 122.125], [6898, 152.0], [6993, 130.125], [7011, 127.5625], [7013, 121.8125], [7016, 129.25], [7027, 138.875], [7035, 129.0], [7045, 160.25], [7046, 143.75], [7049, 145.375], [7068, 152.0], [7072, 108.125], [7085, 72.75], [7090, 129.25], [7097, 119.125], [7101, 119.75], [7102, 174.5], [7109, 105.875], [7132, 130.0], [7139, 141.0], [7141, 157.375], [7144, 93.6875], [7152, 129.375], [7167, 95.4375], [7170, 176.75], [7185, 116.4375], [7186, 152.0], [7202, 156.5], [7207, 90.75], [7211, 148.0], [7227, 99.75], [7236, 88.625], [7250, 107.8125], [7257, 102.9375], [7274, 117.75], [7278, 152.5], [7280, 106.25], [7281, 116.5], [7290, 98.125], [7298, 105.875], [7299, 140.25], [7302, 137.25], [7306, 70.875], [7318, 129.0], [7321, 156.75], [7330, 139.75], [7334, 117.8125], [7336, 148.0], [7341, 191.0], [7344, 129.5], [7347, 124.4375], [7361, 113.375], [7369, 157.75], [7397, 144.0], [7408, 141.0], [7427, 92.6875], [7430, 114.375], [7439, 166.5], [7453, 125.25], [7473, 95.5], [7478, 156.5], [7488, 132.0], [7503, 132.625], [7518, 135.75], [7544, 149.75], [7552, 125.8125], [7576, 122.125], [7577, 142.75], [7597, 139.25], [7605, 129.0], [7616, 149.625], [7620, 90.5], [7656, 150.625], [7659, 142.25], [7681, 104.125], [7692, 146.5], [7710, 107.25], [7713, 104.5], [7722, 144.125], [7723, 166.625], [7742, 122.125], [7743, 122.5625], [7750, 113.125], [7790, 143.125], [7801, 80.5], [7811, 65.75], [7815, 152.5], [7843, 80.5], [7844, 157.0], [7857, 137.0], [7868, 103.5], [7877, 127.125], [7887, 128.0], [7897, 142.25], [7902, 184.125], [7910, 112.75], [7912, 114.25], [7918, 160.75], [7933, 138.75], [7936, 164.5], [7951, 128.5], [7953, 140.875], [7957, 118.9375], [7962, 134.0], [7971, 115.25], [7974, 104.3125], [7991, 152.875], [8000, 118.75], [8008, 141.5], [8018, 130.625], [8024, 106.375], [8047, 87.3125], [8060, 105.0], [8077, 111.5], [8086, 137.875], [8104, 142.5], [8118, 124.25], [8133, 125.4375], [8138, 131.75], [8145, 150.75], [8150, 138.25], [8168, 181.0], [8170, 143.5], [8173, 145.0], [8175, 112.6875], [8194, 146.25], [8211, 97.3125], [8253, 129.25], [8262, 67.4375], [8263, 154.125], [8265, 175.25], [8268, 154.5], [8271, 113.3125], [8272, 139.5], [8273, 101.3125], [8277, 135.25], [8292, 131.25], [8344, 130.125], [8346, 127.625], [8350, 134.75], [8364, 157.0], [8369, 115.625], [8370, 119.625], [8385, 161.25], [8389, 126.75], [8421, 107.375], [8442, 140.25], [8453, 133.375], [8458, 103.625], [8466, 179.75], [8478, 164.0], [8483, 112.0], [8487, 108.0], [8501, 158.75], [8505, 133.0], [8509, 146.875], [8534, 96.375], [8539, 108.375], [8556, 138.25], [8566, 100.8125], [8577, 128.75], [8583, 100.25], [8600, 160.375], [8615, 133.75], [8624, 173.5], [8630, 115.875], [8645, 132.75], [8658, 135.5], [8660, 125.375], [8667, 123.375], [8672, 134.0], [8676, 144.25], [8687, 153.75], [8689, 128.5], [8692, 144.25], [8697, 108.4375], [8699, 143.5], [8707, 159.625], [8722, 132.0], [8726, 176.375], [8727, 153.75], [8736, 119.9375], [8737, 129.25], [8752, 135.0], [8760, 125.0], [8776, 163.25], [8793, 102.0], [8794, 89.4375], [8797, 151.5], [8806, 140.125], [8812, 118.75], [8820, 167.25], [8830, 143.5], [8852, 123.0625], [8877, 126.5], [8885, 184.125], [8891, 122.0], [8929, 163.0], [8936, 117.8125], [8938, 154.5], [8954, 150.25], [8967, 80.25], [8975, 154.75], [8985, 110.875], [8989, 145.625], [8999, 124.1875], [9002, 128.0], [9014, 138.75], [9025, 122.125], [9034, 100.125], [9052, 143.75], [9059, 119.75], [9063, 111.5], [9084, 135.625], [9086, 98.875], [9088, 153.75], [9123, 163.875], [9130, 130.25], [9144, 133.0], [9167, 139.0], [9182, 139.875], [9184, 117.3125], [9198, 133.875], [9218, 135.25], [9231, 108.9375], [9237, 128.875], [9239, 113.5], [9244, 148.5], [9256, 127.875], [9257, 122.8125], [9261, 154.0], [9267, 151.0], [9269, 121.5], [9297, 151.25], [9300, 116.1875], [9305, 154.875], [9327, 144.5], [9337, 157.125], [9340, 127.8125], [9341, 118.625], [9355, 136.75], [9360, 101.3125], [9366, 103.1875], [9369, 145.25], [9377, 119.75], [9380, 145.5], [9381, 140.125], [9385, 126.3125], [9403, 173.625], [9406, 132.5], [9409, 114.875], [9419, 106.875], [9420, 124.125], [9423, 128.25], [9447, 153.625], [9450, 143.75], [9467, 121.5], [9475, 145.25], [9485, 145.875], [9502, 126.875], [9504, 108.25], [9518, 151.875], [9523, 139.125], [9536, 95.5625], [9559, 109.5], [9563, 153.75], [9576, 146.25], [9594, 118.4375], [9611, 98.75], [9613, 158.25], [9621, 146.5], [9633, 123.5], [9655, 99.75], [9658, 126.9375], [9667, 133.125], [9672, 138.25], [9681, 128.0], [9684, 117.625], [9687, 123.625], [9688, 140.625], [9693, 112.375], [9698, 123.25], [9702, 136.375], [9713, 129.5], [9716, 137.25], [9721, 138.0], [9726, 107.1875], [9736, 166.875], [9762, 133.5], [9772, 151.75], [9776, 154.125], [9781, 140.625], [9783, 161.0], [9809, 136.5], [9833, 124.6875], [9837, 135.25], [9853, 140.25], [9856, 116.5], [9857, 123.625], [9863, 173.5], [9872, 115.3125], [9894, 161.75], [9899, 109.75], [9919, 171.875], [9936, 129.0], [9947, 138.0], [9949, 143.375], [9952, 133.75], [9958, 141.875], [9979, 141.625], [9998, 133.875], [10005, 128.25], [10015, 143.75], [10053, 134.125], [10096, 160.75], [10108, 178.5], [10114, 110.1875], [10122, 187.5], [10126, 98.875], [10145, 96.125], [10159, 116.75], [10166, 166.375], [10181, 172.0], [10184, 125.75], [10190, 181.75], [10197, 130.25], [10217, 106.25], [10218, 149.75], [10219, 158.5], [10224, 177.625], [10234, 135.875], [10244, 168.25], [10258, 161.75], [10330, 128.875], [10340, 96.25], [10352, 126.1875], [10367, 133.5], [10372, 107.625], [10376, 147.25], [10377, 106.25], [10390, 114.3125], [10419, 78.375], [10422, 126.3125], [10434, 107.75], [10439, 153.25], [10445, 136.0], [10448, 162.25], [10471, 165.75], [10493, 101.1875], [10500, 124.25], [10517, 150.75], [10527, 107.25], [10561, 143.875], [10569, 115.9375], [10576, 165.875], [10577, 133.875], [10598, 158.125], [10609, 176.375], [10635, 124.4375], [10637, 158.75], [10640, 162.5], [10654, 128.5], [10660, 137.5], [10662, 109.25], [10664, 131.25], [10667, 167.75], [10668, 86.0625], [10672, 130.25], [10679, 158.5], [10687, 131.5], [10690, 144.875], [10692, 148.25], [10693, 178.75], [10699, 152.25], [10710, 124.3125], [10715, 135.875], [10719, 123.5625], [10730, 128.75], [10735, 150.75], [10742, 63.59375], [10746, 124.0], [10750, 161.75], [10753, 117.1875], [10754, 130.0], [10758, 102.75], [10766, 164.625], [10768, 114.0], [10773, 139.75], [10780, 133.125], [10785, 151.75], [10789, 111.0625], [10798, 156.0], [10817, 141.25], [10821, 148.75], [10822, 165.75], [10862, 113.375], [10863, 144.0], [10866, 142.5], [10889, 142.75], [10924, 132.25], [10944, 165.375], [10955, 149.75], [10966, 152.25], [10969, 157.5], [10978, 118.0], [10979, 98.375], [10987, 128.25], [10999, 131.625], [11025, 108.875], [11026, 142.5], [11031, 134.75], [11034, 159.5], [11048, 120.9375], [11050, 153.375], [11053, 105.75], [11055, 136.0], [11056, 129.5], [11057, 102.875], [11067, 131.625], [11069, 131.25], [11072, 162.375], [11074, 118.9375], [11085, 152.125], [11111, 111.625], [11112, 153.125], [11123, 149.5], [11149, 177.75], [11185, 127.0625], [11221, 120.375], [11250, 107.75], [11266, 147.75], [11279, 128.875], [11280, 75.75], [11312, 118.75], [11320, 140.5], [11327, 108.6875], [11331, 104.5625], [11351, 123.875], [11359, 153.125], [11360, 123.1875], [11362, 126.5], [11386, 109.25], [11391, 153.25], [11393, 109.0625], [11428, 139.5], [11436, 143.75], [11446, 145.75], [11460, 150.125], [11462, 129.5], [11465, 151.0], [11478, 134.75], [11495, 154.375], [11497, 125.5], [11500, 125.25], [11522, 140.5], [11523, 127.25], [11526, 165.375], [11533, 174.0], [11539, 125.875], [11540, 155.875], [11543, 129.125], [11548, 155.25], [11570, 118.25], [11572, 155.75], [11584, 128.0], [11597, 98.875], [11605, 117.3125], [11622, 136.25], [11637, 117.25], [11650, 150.125], [11657, 104.0625], [11665, 128.75], [11668, 147.75], [11686, 125.0625], [11720, 140.25], [11721, 134.5], [11741, 159.125], [11755, 173.0], [11756, 171.5], [11764, 69.8125], [11819, 161.5], [11828, 138.25], [11842, 150.5], [11861, 93.3125], [11871, 137.75], [11880, 122.5625], [11903, 104.375], [11905, 169.25], [11939, 125.25], [11940, 146.625], [11941, 177.75], [11963, 159.25], [11964, 163.0], [11970, 120.8125], [11983, 88.9375], [11992, 157.875], [12020, 167.25], [12042, 130.0], [12051, 160.375], [12069, 151.25], [12075, 147.375], [12102, 129.0], [12106, 116.25], [12150, 125.8125], [12158, 137.125], [12161, 56.0], [12164, 120.6875], [12165, 145.75], [12172, 103.6875], [12181, 123.875], [12192, 130.625], [12193, 144.625], [12205, 122.625], [12207, 144.25], [12214, 152.75], [12219, 125.6875], [12224, 125.625], [12225, 156.75], [12229, 107.625], [12237, 131.625], [12238, 129.125], [12253, 143.5], [12257, 155.125], [12259, 140.875], [12262, 118.875], [12266, 166.625], [12300, 113.0], [12309, 136.75], [12344, 135.0], [12351, 108.375], [12352, 114.0], [12354, 166.375], [12357, 159.25], [12359, 122.1875], [12361, 102.875], [12362, 141.75], [12370, 67.4375], [12384, 146.125], [12397, 112.0], [12411, 152.375], [12428, 167.125], [12436, 141.375], [12455, 144.5], [12467, 114.4375], [12481, 147.375], [12482, 112.625], [12499, 87.25], [12505, 143.0], [12527, 112.25], [12546, 169.25], [12559, 140.0], [12578, 174.875], [12583, 144.625], [12584, 143.75], [12601, 147.75], [12609, 127.9375], [12610, 143.125], [12614, 143.75], [12620, 162.75], [12626, 108.4375], [12647, 159.125], [12669, 136.25], [12676, 142.75], [12700, 143.5], [12703, 105.0625], [12706, 122.9375], [12711, 81.6875], [12716, 157.375], [12739, 147.125], [12766, 133.25], [12779, 124.0], [12812, 114.625], [12820, 152.25], [12823, 128.375], [12826, 131.0], [12857, 98.0], [12866, 103.1875], [12893, 110.1875], [12907, 113.8125], [12940, 153.125], [12944, 134.875], [12946, 146.125], [12954, 140.875], [12958, 142.125], [12960, 104.4375], [12972, 91.625], [13005, 96.875], [13008, 93.6875], [13019, 125.6875], [13022, 146.875], [13041, 137.5], [13044, 131.25], [13048, 140.375], [13060, 85.75], [13066, 117.0], [13069, 140.5], [13081, 136.5], [13086, 150.75], [13091, 154.875], [13098, 109.625], [13100, 129.0], [13104, 117.0], [13112, 135.75], [13127, 124.25], [13136, 115.3125], [13154, 106.5625], [13162, 130.375], [13195, 99.375], [13214, 124.625], [13225, 170.0], [13233, 157.5], [13244, 184.0], [13253, 150.0], [13259, 170.75], [13268, 134.75], [13270, 121.125], [13273, 149.5], [13290, 143.0], [13300, 145.125], [13305, 140.125], [13312, 127.75], [13353, 146.5], [13357, 122.25], [13359, 168.5], [13386, 131.5], [13390, 116.375], [13425, 105.125], [13426, 114.9375], [13437, 126.75], [13449, 129.625], [13455, 151.0], [13468, 97.625], [13471, 123.1875], [13494, 144.75], [13495, 89.0625], [13496, 115.3125], [13515, 86.125], [13517, 139.0], [13526, 133.25], [13546, 75.3125], [13567, 132.625], [13575, 97.0], [13583, 145.125], [13586, 97.625], [13594, 162.25], [13596, 146.5], [13598, 145.25], [13613, 128.625], [13616, 118.625], [13633, 113.5], [13639, 159.625], [13654, 144.625], [13671, 156.5], [13693, 164.375], [13697, 99.9375], [13706, 129.5], [13723, 135.125], [13730, 148.75], [13735, 111.0], [13751, 93.1875], [13765, 108.625], [13775, 148.875], [13789, 115.375], [13790, 159.25], [13792, 173.75], [13814, 157.0], [13821, 126.8125], [13823, 73.125], [13838, 132.25], [13843, 139.5], [13866, 148.5], [13868, 125.25], [13870, 129.0], [13874, 123.6875], [13887, 103.375], [13891, 130.625], [13895, 150.0], [13901, 105.9375], [13931, 112.875], [13950, 145.75], [13952, 146.0], [13957, 170.375], [13964, 169.25], [13968, 123.3125], [13970, 153.875], [13974, 157.75], [13976, 118.125], [13978, 89.375], [14000, 123.1875], [14004, 144.375], [14005, 165.125], [14006, 104.25], [14017, 145.25], [14030, 124.5], [14037, 123.0625], [14054, 80.0625], [14068, 143.75], [14080, 133.0], [14083, 148.0], [14084, 111.625], [14092, 111.75], [14103, 104.3125], [14109, 104.3125], [14132, 139.5], [14157, 165.5], [14165, 192.5], [14172, 128.25], [14180, 151.75], [14203, 158.25], [14207, 148.5], [14210, 161.0], [14248, 159.0], [14260, 176.25], [14273, 134.5], [14279, 140.125], [14282, 106.0625], [14283, 178.75], [14285, 106.25], [14291, 92.3125], [14294, 161.125], [14304, 161.875], [14312, 109.0], [14319, 154.0], [14326, 125.375], [14358, 101.5], [14373, 131.625], [14380, 129.75], [14385, 139.25], [14417, 141.0], [14421, 102.6875], [14424, 129.625], [14429, 154.625], [14433, 101.0], [14441, 152.125], [14456, 123.625], [14458, 115.625], [14475, 115.875], [14524, 146.75], [14531, 145.5], [14532, 138.625], [14551, 133.25], [14556, 152.25], [14566, 146.25], [14567, 111.25], [14574, 126.5], [14576, 173.75], [14597, 144.25], [14603, 126.25], [14622, 151.25], [14664, 134.25], [14665, 139.75], [14668, 142.0], [14670, 165.375], [14671, 129.5], [14676, 123.0625], [14682, 153.875], [14686, 147.0], [14688, 162.0], [14694, 148.75], [14701, 126.0625], [14717, 165.75], [14743, 90.9375], [14744, 148.5], [14750, 123.5], [14764, 140.25], [14770, 119.0625], [14779, 120.625], [14784, 111.5], [14787, 101.5], [14803, 122.125], [14805, 138.75], [14808, 126.5625], [14821, 126.25], [14823, 116.8125], [14825, 119.875], [14831, 126.0625], [14833, 126.0], [14851, 122.5], [14866, 81.4375], [14899, 99.8125], [14901, 145.375], [14911, 100.5625], [14914, 133.75], [14921, 160.25], [14944, 129.25], [14947, 143.75], [14949, 120.625], [14951, 152.375], [14953, 157.625], [14959, 130.0], [14962, 141.125], [14970, 164.25], [14974, 116.9375], [14997, 111.3125], [15000, 158.25], [15001, 132.875], [15003, 172.0], [15006, 119.1875], [15019, 147.625], [15024, 110.3125], [15028, 168.5], [15032, 150.0], [15045, 155.125], [15054, 87.875], [15069, 150.5], [15070, 128.25], [15095, 118.375], [15118, 132.75], [15133, 118.8125], [15142, 158.625], [15143, 115.1875], [15164, 146.75], [15172, 117.0], [15182, 83.1875], [15185, 145.25], [15197, 116.0625], [15204, 128.5], [15214, 127.125], [15236, 115.25], [15242, 148.375], [15247, 114.0], [15251, 149.5], [15257, 118.75], [15316, 154.75], [15334, 131.375], [15336, 138.625], [15344, 82.4375], [15366, 116.6875], [15373, 147.0], [15380, 100.4375], [15382, 143.75], [15412, 114.6875], [15416, 155.625], [15434, 148.125], [15436, 111.4375], [15441, 180.125], [15444, 155.125], [15457, 158.5], [15465, 146.25], [15475, 108.0], [15496, 120.25], [15500, 144.625], [15522, 148.75], [15529, 145.25], [15531, 147.375], [15562, 151.0], [15565, 112.25], [15569, 139.875], [15576, 128.5], [15594, 148.375], [15597, 126.0625], [15614, 149.5], [15627, 130.375], [15640, 128.75], [15664, 164.25], [15667, 85.25], [15679, 115.3125], [15680, 151.75], [15698, 143.125], [15730, 150.5], [15731, 126.4375], [15745, 157.75], [15759, 99.4375], [15766, 115.8125], [15791, 118.125], [15801, 164.0], [15808, 124.8125], [15822, 119.375], [15834, 161.125], [15838, 137.375], [15844, 138.0], [15850, 110.5625], [15862, 126.125], [15872, 133.75], [15887, 125.375], [15931, 151.75], [15942, 87.5], [15945, 124.75], [15955, 159.25], [16000, 138.375], [16042, 91.625], [16043, 112.3125], [16060, 104.5], [16063, 162.125], [16073, 164.0], [16076, 166.25], [16078, 121.75], [16140, 94.375], [16164, 157.5], [16165, 109.75], [16169, 127.5], [16210, 163.25], [16225, 118.625], [16262, 142.0], [16269, 151.25], [16277, 162.75], [16282, 103.875], [16295, 167.75], [16312, 102.875], [16316, 145.5], [16328, 121.125], [16346, 125.125], [16389, 122.1875], [16434, 129.25], [16472, 141.125], [16474, 143.0], [16489, 150.375], [16502, 162.875], [16531, 155.0], [16532, 163.0], [16539, 133.5], [16541, 125.875], [16571, 121.625], [16572, 157.75], [16580, 183.0], [16582, 143.125], [16598, 93.4375], [16605, 117.5], [16606, 132.5], [16619, 123.125], [16643, 89.9375], [16657, 80.4375], [16659, 126.5], [16671, 136.5], [16737, 161.125], [16743, 130.375], [16759, 166.25], [16765, 128.625], [16768, 165.75], [16769, 154.0], [16773, 116.5], [16777, 151.875], [16790, 93.875], [16804, 148.125], [16831, 132.0], [16851, 129.5], [16854, 142.75], [16868, 113.875], [16882, 143.5], [16891, 178.0], [16919, 138.0], [16937, 153.5], [16938, 146.625], [16941, 156.0], [16965, 157.125], [16977, 108.8125], [16982, 145.5], [16987, 124.0], [17002, 102.625], [17018, 170.75], [17020, 122.8125], [17030, 96.6875], [17044, 143.625], [17049, 144.25], [17077, 132.25], [17101, 134.5], [17115, 124.375], [17135, 100.75], [17154, 154.25], [17160, 150.0], [17171, 144.875], [17172, 135.75], [17193, 156.625], [17216, 172.25], [17229, 126.0], [17251, 102.125], [17278, 132.75], [17279, 123.625], [17322, 183.625], [17325, 120.75], [17346, 162.75], [17364, 103.5], [17392, 167.125], [17394, 108.9375], [17395, 150.5], [17397, 76.4375], [17403, 152.875], [17405, 152.75], [17408, 100.125], [17420, 113.25], [17431, 171.375], [17443, 169.0], [17447, 113.625], [17463, 119.75], [17482, 94.6875], [17509, 96.6875], [17527, 124.1875], [17536, 121.3125], [17540, 123.25], [17551, 134.0], [17552, 136.75], [17553, 148.5], [17554, 126.375], [17563, 119.9375], [17564, 131.75], [17574, 160.125], [17577, 149.375], [17589, 120.1875], [17610, 150.5], [17618, 121.25], [17637, 168.875], [17650, 139.5], [17661, 113.875], [17664, 132.5], [17668, 168.0], [17687, 152.5], [17723, 142.0], [17745, 150.0], [17755, 91.625], [17756, 100.875], [17757, 125.4375], [17766, 127.0], [17777, 106.3125], [17780, 126.5625], [17794, 135.875], [17795, 95.375], [17805, 118.0], [17824, 124.125], [17854, 130.625], [17860, 178.0], [17870, 131.375], [17874, 145.625], [17893, 100.875], [17899, 119.75], [17912, 150.75], [17922, 162.75], [17929, 116.9375], [17933, 126.875], [17938, 185.5], [17963, 98.375], [17974, 92.75], [18006, 116.9375], [18019, 178.125], [18030, 141.125], [18033, 112.25], [18040, 148.0], [18073, 107.625], [18086, 118.875], [18102, 125.0], [18129, 118.875], [18130, 157.75], [18132, 164.0], [18138, 164.0], [18164, 75.75], [18206, 147.375], [18218, 182.25], [18225, 109.125], [18242, 150.5], [18266, 86.375], [18275, 135.625], [18283, 120.875], [18285, 120.875], [18299, 154.25], [18318, 125.0], [18322, 118.625], [18335, 135.25], [18346, 134.125], [18352, 99.1875], [18355, 122.75], [18358, 143.75], [18359, 155.5], [18380, 155.5], [18395, 108.25], [18400, 136.75], [18406, 146.375], [18418, 107.5625], [18419, 124.1875], [18424, 128.875], [18432, 153.0], [18433, 132.875], [18434, 123.9375], [18442, 131.5], [18470, 139.75], [18472, 146.375], [18493, 116.125], [18499, 140.375], [18500, 120.25], [18502, 110.6875], [18518, 132.5], [18524, 169.75], [18532, 128.625], [18564, 153.625], [18565, 120.1875], [18568, 157.25], [18578, 91.25], [18588, 175.625], [18589, 130.75], [18603, 138.5], [18628, 125.75], [18641, 137.5], [18642, 64.625], [18651, 128.875], [18662, 104.875], [18663, 142.875], [18685, 133.75], [18718, 120.1875], [18731, 95.6875], [18735, 140.5], [18741, 121.0], [18759, 159.0], [18760, 164.375], [18780, 119.25], [18791, 127.4375], [18815, 139.25], [18816, 157.0], [18840, 142.25], [18854, 115.625], [18867, 133.875], [18873, 123.4375], [18884, 115.625], [18885, 126.0], [18890, 152.5], [18900, 163.625], [18907, 104.5], [18911, 161.25], [18914, 85.875], [18918, 77.25], [18924, 155.75], [18927, 137.25], [18934, 155.75], [18939, 105.75], [18940, 138.5], [18945, 104.5], [18947, 143.5], [18958, 140.25], [18972, 134.5], [18977, 149.75], [18987, 125.75], [19008, 152.25], [19009, 139.125], [19044, 106.4375], [19051, 138.5], [19054, 103.5], [19070, 164.875], [19071, 141.125], [19072, 149.0], [19074, 123.375], [19078, 156.125], [19082, 72.25], [19090, 148.0], [19097, 144.5], [19110, 153.5], [19123, 91.75], [19139, 145.625], [19147, 120.625], [19160, 140.0], [19200, 154.25], [19216, 150.0], [19222, 119.75], [19262, 175.125], [19264, 149.0], [19273, 118.5], [19287, 133.5], [19290, 149.0], [19316, 172.5], [19342, 125.25], [19347, 138.75], [19363, 120.4375], [19364, 115.625], [19378, 159.5], [19385, 176.0], [19386, 111.125], [19394, 117.1875], [19396, 110.125], [19400, 156.0], [19401, 152.75], [19407, 146.875], [19416, 112.375], [19417, 59.21875], [19422, 121.875], [19434, 130.5], [19437, 106.75], [19454, 124.9375], [19459, 178.25], [19460, 120.0], [19476, 95.875], [19494, 84.375], [19497, 139.625], [19499, 142.25], [19500, 139.5], [19519, 89.375], [19536, 131.75], [19547, 181.5], [19552, 120.625], [19553, 147.75], [19554, 102.0625], [19562, 143.0], [19592, 148.0], [19607, 133.5], [19612, 133.0], [19617, 125.625], [19645, 139.375], [19657, 133.0], [19671, 95.125], [19677, 160.0], [19682, 106.5], [19683, 147.125], [19696, 127.0625], [19699, 127.3125], [19710, 153.5], [19712, 154.75], [19718, 122.5625], [19726, 110.5], [19727, 154.625], [19731, 136.0], [19740, 105.25], [19746, 105.25], [19753, 119.625], [19781, 165.375], [19806, 156.625], [19810, 152.5], [19811, 154.0], [19839, 95.5625], [19852, 125.375], [19866, 137.75], [19872, 134.0], [19921, 126.75], [19928, 153.0], [19953, 132.875], [19966, 113.75], [19985, 147.75], [19988, 130.875], [19995, 127.3125], [20003, 163.375], [20018, 134.25], [20035, 178.875], [20057, 124.1875], [20066, 164.0], [20078, 145.5], [20082, 154.5], [20089, 141.0], [20110, 153.5], [20116, 136.625], [20131, 156.125], [20150, 145.375], [20152, 157.625], [20157, 196.125], [20160, 100.5], [20174, 125.0], [20187, 138.75], [20211, 136.75], [20222, 153.875], [20236, 162.875], [20237, 143.0], [20253, 136.5], [20258, 175.25], [20274, 125.8125], [20297, 151.0], [20301, 84.3125], [20306, 127.1875], [20307, 147.25], [20316, 140.25], [20325, 131.25], [20350, 118.0625], [20361, 143.75], [20369, 117.3125], [20371, 94.5], [20382, 151.0], [20385, 125.375], [20386, 155.0], [20393, 114.875], [20402, 151.875], [20420, 152.75], [20442, 137.75], [20466, 120.0625], [20468, 115.25], [20471, 107.875], [20487, 153.5], [20488, 119.25], [20490, 148.5], [20503, 148.0], [20506, 126.375], [20508, 90.875], [20520, 151.75], [20533, 128.5], [20537, 107.25], [20558, 166.625], [20568, 132.375], [20571, 123.6875], [20576, 95.75], [20601, 136.875], [20603, 76.875], [20609, 114.125], [20644, 148.125], [20646, 132.75], [20652, 164.25], [20678, 132.875], [20723, 164.125], [20724, 152.0], [20728, 141.625], [20742, 126.375], [20744, 124.8125], [20752, 162.5], [20764, 135.75], [20769, 143.75], [20778, 151.375], [20788, 134.75], [20789, 133.75], [20796, 168.75], [20797, 161.5], [20815, 132.25], [20853, 141.25], [20875, 139.25], [20884, 157.25], [20897, 138.75], [20932, 121.5625], [20958, 118.875], [20969, 162.625], [20970, 110.375], [21017, 120.5], [21018, 78.9375], [21026, 117.5625], [21054, 80.125], [21062, 131.625], [21064, 150.25], [21073, 129.0], [21074, 122.1875], [21125, 139.5], [21138, 136.0], [21145, 110.3125], [21147, 130.625], [21170, 92.3125], [21183, 88.625], [21184, 115.875], [21185, 142.625], [21206, 132.75], [21207, 123.0625], [21210, 128.5], [21220, 116.625], [21229, 148.25], [21240, 171.75], [21245, 121.4375], [21246, 158.25], [21248, 151.375], [21271, 130.0], [21276, 160.375], [21293, 134.5], [21294, 148.75], [21309, 167.5], [21331, 98.9375], [21332, 117.125], [21333, 147.125], [21337, 135.375], [21341, 135.5], [21342, 94.5], [21344, 173.625], [21347, 114.0625], [21361, 123.375], [21370, 120.25], [21418, 185.25], [21431, 173.5], [21446, 110.25], [21452, 126.0], [21507, 144.0], [21549, 122.5], [21557, 132.75], [21562, 165.0], [21565, 152.25], [21570, 122.875], [21575, 130.25], [21578, 131.25], [21593, 144.0], [21596, 115.0], [21600, 131.5], [21605, 149.875], [21610, 132.25], [21633, 126.625], [21635, 126.625], [21643, 153.625], [21656, 119.9375], [21667, 137.5], [21671, 76.75], [21683, 93.125], [21694, 81.6875], [21705, 135.0], [21706, 112.125], [21710, 129.0], [21723, 123.6875], [21733, 159.625], [21762, 122.875], [21797, 107.0], [21803, 130.25], [21827, 163.0], [21830, 94.5625], [21836, 113.5], [21837, 120.1875], [21846, 155.5], [21855, 167.625], [21856, 134.125], [21859, 72.375], [21884, 132.5], [21894, 163.625], [21895, 141.0], [21910, 147.75], [21952, 134.25], [21960, 131.0], [21965, 110.875], [21973, 139.0], [21984, 140.125], [21988, 137.0], [21997, 142.25], [21999, 133.25]]}
|
wandb/run-20250501_234121-mnztzlue/files/output.log
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
***** Running training *****
|
| 2 |
+
Training 6/6 epoch (loss 1.0438): 100%|██████████| 16500/16500 [2:37:51<00:00, 1.74it/s]
|
| 3 |
+
|
| 4 |
+
***** Evaluating at the beginning *****
|
| 5 |
+
|
| 6 |
+
***** Evaluating at epoch 1/6 *****
|
| 7 |
+
|
| 8 |
+
***** Evaluating at epoch 2/6 *****
|
| 9 |
+
|
| 10 |
+
***** Evaluating at epoch 3/6 *****
|
| 11 |
+
|
| 12 |
+
***** Evaluating at epoch 4/6 *****
|
| 13 |
+
|
| 14 |
+
***** Evaluating at epoch 5/6 *****
|
| 15 |
+
|
| 16 |
+
***** Evaluating at epoch 6/6 *****
|
| 17 |
+
Saving model to "/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50" ...
|
| 18 |
+
Saving Hugging Face Checkpoints...
|
| 19 |
+
/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/peft/utils/save_and_load.py:220: UserWarning: Setting `save_embedding_layers` to `True` as embedding layers found in `target_modules`.
|
| 20 |
+
warnings.warn("Setting `save_embedding_layers` to `True` as embedding layers found in `target_modules`.")
|
| 21 |
+
Model saved!
|
wandb/run-20250501_234121-mnztzlue/files/requirements.txt
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
safe-rlhf==0.0.1.dev0
|
| 2 |
+
numexpr==2.10.1
|
| 3 |
+
transformers==4.49.0
|
| 4 |
+
aiohttp==3.11.10
|
| 5 |
+
filelock==3.17.0
|
| 6 |
+
mdurl==0.1.0
|
| 7 |
+
matplotlib==3.10.0
|
| 8 |
+
tensorboard_data_server==0.7.0
|
| 9 |
+
cycler==0.11.0
|
| 10 |
+
pytz==2024.1
|
| 11 |
+
mkl_fft==1.3.11
|
| 12 |
+
torch==2.5.1
|
| 13 |
+
pillow==11.1.0
|
| 14 |
+
accelerate==1.6.0
|
| 15 |
+
jupyter_client==8.6.3
|
| 16 |
+
mkl-service==2.4.0
|
| 17 |
+
gmpy2==2.2.1
|
| 18 |
+
pydantic==2.10.3
|
| 19 |
+
protobuf==5.29.3
|
| 20 |
+
kiwisolver==1.4.8
|
| 21 |
+
ipykernel==6.29.5
|
| 22 |
+
frozenlist==1.5.0
|
| 23 |
+
pyzmq==26.2.0
|
| 24 |
+
eval_type_backport==0.2.2
|
| 25 |
+
xxhash==3.5.0
|
| 26 |
+
ipython_pygments_lexers==1.1.1
|
| 27 |
+
peft==0.15.1
|
| 28 |
+
regex==2024.11.6
|
| 29 |
+
datasets==3.5.0
|
| 30 |
+
smmap==4.0.0
|
| 31 |
+
sympy==1.13.1
|
| 32 |
+
packaging==24.2
|
| 33 |
+
tensorboard==2.19.0
|
| 34 |
+
dill==0.3.8
|
| 35 |
+
contourpy==1.3.1
|
| 36 |
+
importlib_metadata==8.6.1
|
| 37 |
+
pip==25.0
|
| 38 |
+
httpx==0.28.1
|
| 39 |
+
optree==0.14.1
|
| 40 |
+
pexpect==4.9.0
|
| 41 |
+
setproctitle==1.2.2
|
| 42 |
+
scipy==1.15.2
|
| 43 |
+
py-cpuinfo==9.0.0
|
| 44 |
+
urllib3==2.3.0
|
| 45 |
+
charset-normalizer==3.3.2
|
| 46 |
+
wandb==0.19.9
|
| 47 |
+
aiosignal==1.2.0
|
| 48 |
+
jiter==0.9.0
|
| 49 |
+
comm==0.2.2
|
| 50 |
+
python-dateutil==2.9.0.post0
|
| 51 |
+
nvitop==1.4.2
|
| 52 |
+
httpcore==1.0.9
|
| 53 |
+
triton==3.1.0
|
| 54 |
+
mkl_random==1.2.8
|
| 55 |
+
requests==2.32.3
|
| 56 |
+
huggingface-hub==0.30.2
|
| 57 |
+
deepspeed==0.16.5
|
| 58 |
+
pyparsing==3.2.0
|
| 59 |
+
h11==0.16.0
|
| 60 |
+
safetensors==0.5.3
|
| 61 |
+
pandas==2.2.3
|
| 62 |
+
networkx==3.4.2
|
| 63 |
+
wcwidth==0.2.13
|
| 64 |
+
six==1.17.0
|
| 65 |
+
propcache==0.3.1
|
| 66 |
+
sentencepiece==0.2.0
|
| 67 |
+
pure_eval==0.2.3
|
| 68 |
+
PyYAML==6.0.2
|
| 69 |
+
Brotli==1.0.9
|
| 70 |
+
PySocks==1.7.1
|
| 71 |
+
matplotlib-inline==0.1.7
|
| 72 |
+
pyarrow==19.0.0
|
| 73 |
+
fsspec==2024.12.0
|
| 74 |
+
sniffio==1.3.1
|
| 75 |
+
rich==13.9.4
|
| 76 |
+
decorator==5.2.1
|
| 77 |
+
ptyprocess==0.7.0
|
| 78 |
+
sentry-sdk==2.18.0
|
| 79 |
+
setuptools==75.8.0
|
| 80 |
+
nest_asyncio==1.6.0
|
| 81 |
+
exceptiongroup==1.2.2
|
| 82 |
+
idna==3.7
|
| 83 |
+
Jinja2==3.1.6
|
| 84 |
+
tokenizers==0.21.0
|
| 85 |
+
executing==2.1.0
|
| 86 |
+
mpmath==1.3.0
|
| 87 |
+
zipp==3.21.0
|
| 88 |
+
grpcio==1.71.0
|
| 89 |
+
MarkupSafe==3.0.2
|
| 90 |
+
ninja==1.11.1.4
|
| 91 |
+
attrs==24.3.0
|
| 92 |
+
debugpy==1.8.14
|
| 93 |
+
stack_data==0.6.3
|
| 94 |
+
parso==0.8.4
|
| 95 |
+
jupyter_core==5.7.2
|
| 96 |
+
multiprocess==0.70.15
|
| 97 |
+
hjson==3.1.0
|
| 98 |
+
msgpack==1.1.0
|
| 99 |
+
Pygments==2.15.1
|
| 100 |
+
tornado==6.4.2
|
| 101 |
+
tqdm==4.67.1
|
| 102 |
+
Bottleneck==1.4.2
|
| 103 |
+
prompt_toolkit==3.0.50
|
| 104 |
+
numpy==2.0.1
|
| 105 |
+
asttokens==3.0.0
|
| 106 |
+
nvidia-ml-py==12.535.133
|
| 107 |
+
fonttools==4.55.3
|
| 108 |
+
pickleshare==0.7.5
|
| 109 |
+
yarl==1.18.0
|
| 110 |
+
einops==0.8.1
|
| 111 |
+
psutil==5.9.0
|
| 112 |
+
multidict==6.1.0
|
| 113 |
+
docker-pycreds==0.4.0
|
| 114 |
+
unicodedata2==15.1.0
|
| 115 |
+
safe-rlhf==0.0.1.dev0
|
| 116 |
+
aiohappyeyeballs==2.4.4
|
| 117 |
+
tzdata==2023.3
|
| 118 |
+
anyio==4.9.0
|
| 119 |
+
Markdown==3.4.1
|
| 120 |
+
certifi==2025.1.31
|
| 121 |
+
click==8.1.8
|
| 122 |
+
pydantic_core==2.27.1
|
| 123 |
+
typing_extensions==4.12.2
|
| 124 |
+
distro==1.9.0
|
| 125 |
+
jedi==0.19.2
|
| 126 |
+
appdirs==1.4.4
|
| 127 |
+
gitdb==4.0.7
|
| 128 |
+
Werkzeug==3.1.3
|
| 129 |
+
wheel==0.45.1
|
| 130 |
+
platformdirs==4.3.7
|
| 131 |
+
absl-py==2.1.0
|
| 132 |
+
ipython==9.1.0
|
| 133 |
+
annotated-types==0.6.0
|
| 134 |
+
traitlets==5.14.3
|
| 135 |
+
openai==1.76.0
|
| 136 |
+
GitPython==3.1.43
|
| 137 |
+
markdown-it-py==2.2.0
|
| 138 |
+
more-itertools==10.3.0
|
| 139 |
+
packaging==24.2
|
| 140 |
+
zipp==3.19.2
|
| 141 |
+
jaraco.collections==5.1.0
|
| 142 |
+
inflect==7.3.1
|
| 143 |
+
autocommand==2.2.2
|
| 144 |
+
jaraco.functools==4.0.1
|
| 145 |
+
platformdirs==4.2.2
|
| 146 |
+
tomli==2.0.1
|
| 147 |
+
wheel==0.43.0
|
| 148 |
+
jaraco.context==5.3.0
|
| 149 |
+
typing_extensions==4.12.2
|
| 150 |
+
importlib_metadata==8.0.0
|
| 151 |
+
jaraco.text==3.12.1
|
| 152 |
+
backports.tarfile==1.2.0
|
| 153 |
+
typeguard==4.3.0
|
wandb/run-20250501_234121-mnztzlue/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-5.15.0-134-generic-x86_64-with-glibc2.31",
|
| 3 |
+
"python": "CPython 3.11.11",
|
| 4 |
+
"startedAt": "2025-05-02T03:41:21.793512Z",
|
| 5 |
+
"args": [
|
| 6 |
+
"--local_rank=0",
|
| 7 |
+
"--train_datasets",
|
| 8 |
+
"SAFE-ALPACA/2000",
|
| 9 |
+
"--model_name_or_path",
|
| 10 |
+
"huggyllama/llama-7b",
|
| 11 |
+
"--cache_dir",
|
| 12 |
+
"/home/panda/pda-llm/cache/sft-2000",
|
| 13 |
+
"--safe_sft",
|
| 14 |
+
"true",
|
| 15 |
+
"--max_length",
|
| 16 |
+
"1024",
|
| 17 |
+
"--trust_remote_code",
|
| 18 |
+
"True",
|
| 19 |
+
"--epochs",
|
| 20 |
+
"6",
|
| 21 |
+
"--per_device_train_batch_size",
|
| 22 |
+
"4",
|
| 23 |
+
"--per_device_eval_batch_size",
|
| 24 |
+
"4",
|
| 25 |
+
"--gradient_accumulation_steps",
|
| 26 |
+
"32",
|
| 27 |
+
"--gradient_checkpointing",
|
| 28 |
+
"--learning_rate",
|
| 29 |
+
"1e-4",
|
| 30 |
+
"--lr_scheduler_type",
|
| 31 |
+
"cosine",
|
| 32 |
+
"--lr_warmup_ratio",
|
| 33 |
+
"0.03",
|
| 34 |
+
"--weight_decay",
|
| 35 |
+
"0.0",
|
| 36 |
+
"--seed",
|
| 37 |
+
"42",
|
| 38 |
+
"--output_dir",
|
| 39 |
+
"/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50",
|
| 40 |
+
"--log_type",
|
| 41 |
+
"wandb",
|
| 42 |
+
"--log_project",
|
| 43 |
+
"SAFE-SFT-v3",
|
| 44 |
+
"--zero_stage",
|
| 45 |
+
"0",
|
| 46 |
+
"--offload",
|
| 47 |
+
"none",
|
| 48 |
+
"--safety_ratio_tol",
|
| 49 |
+
"50",
|
| 50 |
+
"--resilient_coeff",
|
| 51 |
+
"1",
|
| 52 |
+
"--lora_r",
|
| 53 |
+
"4",
|
| 54 |
+
"--lora_alpha",
|
| 55 |
+
"16",
|
| 56 |
+
"--lora_dropout",
|
| 57 |
+
"0.05",
|
| 58 |
+
"--bf16",
|
| 59 |
+
"False",
|
| 60 |
+
"--fp16",
|
| 61 |
+
"True",
|
| 62 |
+
"--tf32",
|
| 63 |
+
"True"
|
| 64 |
+
],
|
| 65 |
+
"program": "-m safe_rlhf.algorithms.safe_ft.__main__",
|
| 66 |
+
"git": {
|
| 67 |
+
"remote": "git@github.com:IgnacioBoero/pda-llm.git",
|
| 68 |
+
"commit": "7c9f4e02dcd0647951942cf40568db8fe194c59e"
|
| 69 |
+
},
|
| 70 |
+
"email": "iboero@upenn.edu",
|
| 71 |
+
"root": "/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50",
|
| 72 |
+
"host": "jason",
|
| 73 |
+
"executable": "/home/panda/miniconda3/envs/pda/bin/python",
|
| 74 |
+
"cpu_count": 24,
|
| 75 |
+
"cpu_count_logical": 48,
|
| 76 |
+
"gpu": "NVIDIA RTX A6000",
|
| 77 |
+
"gpu_count": 2,
|
| 78 |
+
"disk": {
|
| 79 |
+
"/": {
|
| 80 |
+
"total": "982820896768",
|
| 81 |
+
"used": "823831973888"
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"memory": {
|
| 85 |
+
"total": "270090043392"
|
| 86 |
+
},
|
| 87 |
+
"cpu": {
|
| 88 |
+
"count": 24,
|
| 89 |
+
"countLogical": 48
|
| 90 |
+
},
|
| 91 |
+
"gpu_nvidia": [
|
| 92 |
+
{
|
| 93 |
+
"name": "NVIDIA RTX A6000",
|
| 94 |
+
"memoryTotal": "51527024640",
|
| 95 |
+
"cudaCores": 10752,
|
| 96 |
+
"architecture": "Ampere"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "NVIDIA RTX A6000",
|
| 100 |
+
"memoryTotal": "51527024640",
|
| 101 |
+
"cudaCores": 10752,
|
| 102 |
+
"architecture": "Ampere"
|
| 103 |
+
}
|
| 104 |
+
],
|
| 105 |
+
"cudaVersion": "12.4"
|
| 106 |
+
}
|
wandb/run-20250501_234121-mnztzlue/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"_timestamp":1.746166754100311e+09,"train/loss":1.0437941551208496,"eval/table":{"artifact_path":"wandb-client-artifact://8rv9qsosv2901kmn7hay2y0azg40cqmrslet63yxtjyvdafrjhoe2hpuz5x5dzw69rmzpqg6836h8ylhel64tz1vv7n2tnvm02xq2vnt99p3foa7yrv7svj3mn91kltc/eval/table.table.json","_latest_artifact_path":"wandb-client-artifact://3drn1ghx4gpl5jqh8zhfoax5mlnzs7lbg5pb9vuwkyknx0j75mn734vc18qle822wwo1k9wgl6nbdeoaw3zikk84bc0kb9wf1si7398bdahy0hbfk7ki24rgzbzyp3dz:latest/eval/table.table.json","path":"media/table/eval/table_16500_634f1134bf7f82ef4ca0.table.json","ncols":2,"nrows":2000,"_type":"table-file","sha256":"634f1134bf7f82ef4ca0d70471addee41255162fe49b8b2b5c2a017418750e04","size":33467},"_step":16500,"_runtime":9473.303829271,"_wandb":{"runtime":9473},"eval/min_log_ratio":55,"eval/max_log_ratio":224,"eval/step":16500,"train/epoch":6,"train/lr":1.660391472257994e-07,"eval/hist_log_ratio":{"values":[1,1,0,2,0,2,7,4,6,9,6,4,5,17,13,27,24,26,30,36,47,42,47,67,58,73,84,104,90,104,83,77,93,69,96,78,87,70,61,65,45,48,40,28,30,25,16,16,15,5,6,2,4,0,0,2,1,0,1,0,0,0,0,1],"bins":[55,57.625,60.28125,62.9375,65.5625,68.1875,70.875,73.5,76.125,78.75,81.375,84.0625,86.6875,89.3125,92,94.625,97.25,99.875,102.5,105.1875,107.8125,110.4375,113.125,115.75,118.375,121,123.625,126.3125,129,131.5,134.25,136.875,139.5,142.125,144.75,147.5,150,152.75,155.375,158,160.625,163.25,165.875,168.5,171.25,173.75,176.5,179.125,181.75,184.375,187,189.625,192.25,195,197.625,200.25,202.875,205.5,208.125,210.75,213.5,216.125,218.75,221.375,224],"_type":"histogram"},"train/step":16500,"eval/mean_safe_log_ratio":136.25}
|
wandb/run-20250501_234121-mnztzlue/logs/debug-core.log
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2025-05-01T23:41:21.456242128-04:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpnqqa_efm/port-2003561.txt","pid":2003561,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false}
|
| 2 |
+
{"time":"2025-05-01T23:41:21.462242755-04:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":2003561}
|
| 3 |
+
{"time":"2025-05-01T23:41:21.462199924-04:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":35299,"Zone":""}}
|
| 4 |
+
{"time":"2025-05-01T23:41:21.642034296-04:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:56998"}
|
| 5 |
+
{"time":"2025-05-01T23:41:21.795594219-04:00","level":"INFO","msg":"handleInformInit: received","streamId":"mnztzlue","id":"127.0.0.1:56998"}
|
| 6 |
+
{"time":"2025-05-01T23:41:21.983444893-04:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"mnztzlue","id":"127.0.0.1:56998"}
|
| 7 |
+
{"time":"2025-05-02T02:19:15.794170896-04:00","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"mnztzlue","id":"127.0.0.1:56998"}
|
| 8 |
+
{"time":"2025-05-02T02:19:15.79434138-04:00","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"mnztzlue","id":"127.0.0.1:56998"}
|
| 9 |
+
{"time":"2025-05-02T02:19:16.790086119-04:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:56998"}
|
| 10 |
+
{"time":"2025-05-02T02:19:16.7901202-04:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:56998"}
|
| 11 |
+
{"time":"2025-05-02T02:19:16.79012619-04:00","level":"INFO","msg":"server is shutting down"}
|
| 12 |
+
{"time":"2025-05-02T02:19:16.790146181-04:00","level":"INFO","msg":"connection: closing","id":"127.0.0.1:56998"}
|
| 13 |
+
{"time":"2025-05-02T02:19:16.790298304-04:00","level":"INFO","msg":"connection: closed successfully","id":"127.0.0.1:56998"}
|
| 14 |
+
{"time":"2025-05-02T02:19:16.790307715-04:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:56998"}
|
| 15 |
+
{"time":"2025-05-02T02:19:16.790319475-04:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20250501_234121-mnztzlue/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2025-05-01T23:41:21.795890327-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.9","symlink path":"/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug-core.log"}
|
| 2 |
+
{"time":"2025-05-01T23:41:21.983380271-04:00","level":"INFO","msg":"created new stream","id":"mnztzlue"}
|
| 3 |
+
{"time":"2025-05-01T23:41:21.983436443-04:00","level":"INFO","msg":"stream: started","id":"mnztzlue"}
|
| 4 |
+
{"time":"2025-05-01T23:41:21.983463894-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"mnztzlue"}
|
| 5 |
+
{"time":"2025-05-01T23:41:21.983481364-04:00","level":"INFO","msg":"handler: started","stream_id":"mnztzlue"}
|
| 6 |
+
{"time":"2025-05-01T23:41:21.983526965-04:00","level":"INFO","msg":"sender: started","stream_id":"mnztzlue"}
|
| 7 |
+
{"time":"2025-05-01T23:41:22.187903897-04:00","level":"INFO","msg":"Starting system monitor"}
|
| 8 |
+
{"time":"2025-05-01T23:41:22.187952259-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
|
| 9 |
+
{"time":"2025-05-01T23:41:22.188022-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
|
| 10 |
+
{"time":"2025-05-02T02:19:15.097354071-04:00","level":"INFO","msg":"Stopping system monitor"}
|
| 11 |
+
{"time":"2025-05-02T02:19:15.097443643-04:00","level":"INFO","msg":"Stopped system monitor"}
|
| 12 |
+
{"time":"2025-05-02T02:19:15.509498877-04:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 13 |
+
{"time":"2025-05-02T02:19:15.787116426-04:00","level":"INFO","msg":"handler: operation stats","stats":{}}
|
| 14 |
+
{"time":"2025-05-02T02:19:15.794202847-04:00","level":"INFO","msg":"stream: closing","id":"mnztzlue"}
|
| 15 |
+
{"time":"2025-05-02T02:19:15.794221307-04:00","level":"INFO","msg":"handler: closed","stream_id":"mnztzlue"}
|
| 16 |
+
{"time":"2025-05-02T02:19:15.794231637-04:00","level":"INFO","msg":"writer: Close: closed","stream_id":"mnztzlue"}
|
| 17 |
+
{"time":"2025-05-02T02:19:15.794259508-04:00","level":"INFO","msg":"sender: closed","stream_id":"mnztzlue"}
|
| 18 |
+
{"time":"2025-05-02T02:19:15.79433182-04:00","level":"INFO","msg":"stream: closed","id":"mnztzlue"}
|
wandb/run-20250501_234121-mnztzlue/logs/debug.log
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2025-05-01 23:41:21,790 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Current SDK version is 0.19.9
|
| 2 |
+
2025-05-01 23:41:21,790 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Configure stats pid to 2003561
|
| 3 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from /home/panda/.config/wandb/settings
|
| 4 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
|
| 5 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_setup.py:_flush():67] Loading settings from environment variables
|
| 6 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:setup_run_log_directory():662] Logging user logs to /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug.log
|
| 7 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:setup_run_log_directory():663] Logging internal logs to /home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50/wandb/run-20250501_234121-mnztzlue/logs/debug-internal.log
|
| 8 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():781] calling init triggers
|
| 9 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():786] wandb.init called with sweep_config: {}
|
| 10 |
+
config: {'model_name_or_path': 'huggyllama/llama-7b', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-2000', 'max_length': 1024, 'trust_remote_code': True, 'train_datasets': [('SAFE-ALPACA/2000', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 50.0, 'safe_sft': True, 'resilient_coeff': 1.0, 'epochs': 6, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 4, 'gradient_accumulation_steps': 32, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.03, 'weight_decay': 0.0, 'seed': 42, 'fp16': True, 'bf16': False, 'tf32': True, 'lora_r': 4, 'lora_alpha': 16, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': True, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-safe/2000/run-true-2000-1-50', 'log_project': 'SAFE-SFT-v3', 'log_run_name': 'safe-sft-2025-05-01-23-41-21', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 86, 'total_training_steps': 516, '_wandb': {}}
|
| 11 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():809] starting backend
|
| 12 |
+
2025-05-01 23:41:21,791 INFO MainThread:2003561 [wandb_init.py:init():813] sending inform_init request
|
| 13 |
+
2025-05-01 23:41:21,793 INFO MainThread:2003561 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
| 14 |
+
2025-05-01 23:41:21,793 INFO MainThread:2003561 [wandb_init.py:init():823] backend started and connected
|
| 15 |
+
2025-05-01 23:41:21,795 INFO MainThread:2003561 [wandb_init.py:init():915] updated telemetry
|
| 16 |
+
2025-05-01 23:41:21,800 INFO MainThread:2003561 [wandb_init.py:init():939] communicating run to backend with 90.0 second timeout
|
| 17 |
+
2025-05-01 23:41:22,185 INFO MainThread:2003561 [wandb_init.py:init():1014] starting run threads in backend
|
| 18 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_console_start():2454] atexit reg
|
| 19 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2306] redirect: wrap_raw
|
| 20 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2371] Wrapping output streams.
|
| 21 |
+
2025-05-01 23:41:22,258 INFO MainThread:2003561 [wandb_run.py:_redirect():2394] Redirects installed.
|
| 22 |
+
2025-05-01 23:41:22,260 INFO MainThread:2003561 [wandb_init.py:init():1056] run started, returning control to user process
|
| 23 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_finish():2189] finishing run alelab/SAFE-SFT-v3/mnztzlue
|
| 24 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_atexit_cleanup():2419] got exitcode: 0
|
| 25 |
+
2025-05-02 02:19:15,095 INFO MainThread:2003561 [wandb_run.py:_restore():2401] restore
|
| 26 |
+
2025-05-02 02:19:15,096 INFO MainThread:2003561 [wandb_run.py:_restore():2407] restore done
|
| 27 |
+
2025-05-02 02:19:15,788 INFO MainThread:2003561 [wandb_run.py:_footer_history_summary_info():4064] rendering history
|
| 28 |
+
2025-05-02 02:19:15,790 INFO MainThread:2003561 [wandb_run.py:_footer_history_summary_info():4096] rendering summary
|
| 29 |
+
2025-05-02 02:19:15,793 INFO MainThread:2003561 [wandb_run.py:_footer_sync_info():4025] logging synced files
|
wandb/run-20250501_234121-mnztzlue/run-mnztzlue.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b0658a1dcf2d59bfce528e37f1b93a74fa9d51b0a8c59e96f90f1dc8c212111
|
| 3 |
+
size 14188068
|