Batch upload: 20250922_060348
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +8 -0
- 20250922_060348/experiment_log.txt +16 -0
- 20250922_060348/filtered_data/filter_info.json +58 -0
- 20250922_060348/filtered_data/filtered_top_10pct.parquet +3 -0
- 20250922_060348/filtered_data/filtered_top_10pct_auc.csv +474 -0
- 20250922_060348/filtered_data/filtered_top_20pct.parquet +3 -0
- 20250922_060348/filtered_data/filtered_top_20pct_auc.csv +421 -0
- 20250922_060348/filtered_data/filtered_top_50pct.parquet +3 -0
- 20250922_060348/filtered_data/filtered_top_50pct_auc.csv +264 -0
- 20250922_060348/filtered_data/full_data.parquet +3 -0
- 20250922_060348/filtered_data/full_data_auc.csv +526 -0
- 20250922_060348/results_summary.txt +16 -0
- 20250922_060348/run_analysis.sh +44 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/comparison.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/comparison_summary.txt +11 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/hacking_cases.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/nonhacking_cases.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/results_dataset1.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/evaluation/results_dataset2.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/added_tokens.json +24 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/chat_template.jinja +54 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/config.json +59 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/generation_config.json +6 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/merges.txt +0 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/model-00001-of-00002.safetensors +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/model-00002-of-00002.safetensors +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/model.safetensors.index.json +347 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/special_tokens_map.json +31 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/tokenizer.json +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/tokenizer_config.json +207 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_118/vocab.json +0 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/added_tokens.json +24 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/chat_template.jinja +54 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/config.json +59 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/generation_config.json +6 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/merges.txt +0 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/model-00001-of-00002.safetensors +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/model-00002-of-00002.safetensors +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/model.safetensors.index.json +347 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/special_tokens_map.json +31 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/tokenizer.json +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/tokenizer_config.json +207 -0
- 20250922_060348/sft_results/filtered_top_10pct/global_step_236/vocab.json +0 -0
- 20250922_060348/sft_results/filtered_top_10pct/gpu_lock_wrapper.sh +31 -0
- 20250922_060348/sft_results/filtered_top_10pct/run_sft_script.sh +40 -0
- 20250922_060348/sft_results/filtered_top_10pct/sft_training_data.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_10pct/training_log.txt +0 -0
- 20250922_060348/sft_results/filtered_top_10pct/training_summary.json +15 -0
- 20250922_060348/sft_results/filtered_top_20pct/evaluation/comparison.parquet +3 -0
- 20250922_060348/sft_results/filtered_top_20pct/evaluation/comparison_summary.txt +11 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
20250922_102430/sft_results/filtered_threshold_60/global_step_97/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
20250922_102430/sft_results/filtered_threshold_70/global_step_112/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
20250922_102430/sft_results/filtered_threshold_80/global_step_126/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
20250922_102430/sft_results/filtered_threshold_60/global_step_97/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
20250922_102430/sft_results/filtered_threshold_70/global_step_112/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
20250922_102430/sft_results/filtered_threshold_80/global_step_126/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
20250922_060348/sft_results/filtered_top_10pct/global_step_118/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
20250922_060348/sft_results/filtered_top_10pct/global_step_236/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
20250922_060348/sft_results/filtered_top_20pct/global_step_105/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
20250922_060348/sft_results/filtered_top_20pct/global_step_210/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
20250922_060348/sft_results/filtered_top_50pct/global_step_130/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
20250922_060348/sft_results/filtered_top_50pct/global_step_65/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
20250922_060348/sft_results/full_data/global_step_131/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
20250922_060348/sft_results/full_data/global_step_262/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
20250922_060348/experiment_log.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Parallel AUC-Filtered SFT Experiments - 2025-09-22 06:03:49.844777
|
| 2 |
+
Configuration:
|
| 3 |
+
Model: Qwen/Qwen2.5-1.5B
|
| 4 |
+
Filter Percentages: [0, 10, 20, 50]
|
| 5 |
+
SFT Epochs: 2
|
| 6 |
+
SFT Batch Size: 4
|
| 7 |
+
Filtered Files: 4
|
| 8 |
+
|
| 9 |
+
Filter: filtered_top_50pct - Started at Mon Sep 22 06:03:50 UTC 2025
|
| 10 |
+
Filter: full_data - Started at Mon Sep 22 06:03:50 UTC 2025
|
| 11 |
+
Filter: filtered_top_10pct - Started at Mon Sep 22 06:03:50 UTC 2025
|
| 12 |
+
Filter: filtered_top_20pct - Started at Mon Sep 22 06:03:50 UTC 2025
|
| 13 |
+
Filter: filtered_top_50pct - Completed successfully at Mon Sep 22 06:11:27 UTC 2025
|
| 14 |
+
Filter: filtered_top_20pct - Completed successfully at Mon Sep 22 06:12:22 UTC 2025
|
| 15 |
+
Filter: filtered_top_10pct - Completed successfully at Mon Sep 22 06:12:27 UTC 2025
|
| 16 |
+
Filter: full_data - Completed successfully at Mon Sep 22 06:12:38 UTC 2025
|
20250922_060348/filtered_data/filter_info.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"full_data": {
|
| 3 |
+
"inference_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/full_data.parquet",
|
| 4 |
+
"auc_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/full_data_auc.csv",
|
| 5 |
+
"sample_count": 525,
|
| 6 |
+
"auc_stats": {
|
| 7 |
+
"mean": 44.05714285714286,
|
| 8 |
+
"min": 4.0,
|
| 9 |
+
"max": 90.0,
|
| 10 |
+
"std": 22.1591349743965
|
| 11 |
+
},
|
| 12 |
+
"case_type_distribution": {
|
| 13 |
+
"nonhacking": 525
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"filtered_top_10pct": {
|
| 17 |
+
"inference_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_10pct.parquet",
|
| 18 |
+
"auc_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_10pct_auc.csv",
|
| 19 |
+
"sample_count": 473,
|
| 20 |
+
"auc_stats": {
|
| 21 |
+
"mean": 40.16279069767442,
|
| 22 |
+
"min": 4.0,
|
| 23 |
+
"max": 73.0,
|
| 24 |
+
"std": 19.738999570898045
|
| 25 |
+
},
|
| 26 |
+
"case_type_distribution": {
|
| 27 |
+
"nonhacking": 473
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"filtered_top_20pct": {
|
| 31 |
+
"inference_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_20pct.parquet",
|
| 32 |
+
"auc_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_20pct_auc.csv",
|
| 33 |
+
"sample_count": 420,
|
| 34 |
+
"auc_stats": {
|
| 35 |
+
"mean": 36.457142857142856,
|
| 36 |
+
"min": 4.0,
|
| 37 |
+
"max": 65.0,
|
| 38 |
+
"std": 17.755044230749405
|
| 39 |
+
},
|
| 40 |
+
"case_type_distribution": {
|
| 41 |
+
"nonhacking": 420
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"filtered_top_50pct": {
|
| 45 |
+
"inference_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_50pct.parquet",
|
| 46 |
+
"auc_file_path": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_50pct_auc.csv",
|
| 47 |
+
"sample_count": 263,
|
| 48 |
+
"auc_stats": {
|
| 49 |
+
"mean": 25.247148288973385,
|
| 50 |
+
"min": 4.0,
|
| 51 |
+
"max": 45.0,
|
| 52 |
+
"std": 12.230754528667553
|
| 53 |
+
},
|
| 54 |
+
"case_type_distribution": {
|
| 55 |
+
"nonhacking": 263
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
}
|
20250922_060348/filtered_data/filtered_top_10pct.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f394e64e591fb75d8b301e76b6068cf15ccd8b3315f4eaff293625594fa89651
|
| 3 |
+
size 233477
|
20250922_060348/filtered_data/filtered_top_10pct_auc.csv
ADDED
|
@@ -0,0 +1,474 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sample_id,auc_10_100,num_points,case_type,training_step
|
| 2 |
+
0,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 3 |
+
1,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 4 |
+
2,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 5 |
+
3,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 6 |
+
4,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 7 |
+
5,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 8 |
+
6,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 9 |
+
7,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 10 |
+
8,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 11 |
+
9,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 12 |
+
10,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 13 |
+
11,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 14 |
+
12,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 15 |
+
13,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 16 |
+
14,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 17 |
+
15,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 18 |
+
16,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 19 |
+
17,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 20 |
+
18,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 21 |
+
20,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 22 |
+
21,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 23 |
+
22,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 24 |
+
23,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 25 |
+
24,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 26 |
+
25,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 27 |
+
26,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 28 |
+
27,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 29 |
+
28,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 30 |
+
29,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 31 |
+
30,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 32 |
+
31,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 33 |
+
32,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 34 |
+
33,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 35 |
+
34,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 36 |
+
35,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 37 |
+
36,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 38 |
+
38,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 39 |
+
39,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 40 |
+
40,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 41 |
+
41,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 42 |
+
42,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 43 |
+
43,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 44 |
+
44,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 45 |
+
45,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 46 |
+
46,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 47 |
+
47,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 48 |
+
48,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 49 |
+
49,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 50 |
+
50,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 51 |
+
51,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 52 |
+
52,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 53 |
+
53,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 54 |
+
54,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 55 |
+
55,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 56 |
+
56,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 57 |
+
57,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 58 |
+
58,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 59 |
+
59,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 60 |
+
60,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 61 |
+
61,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 62 |
+
62,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 63 |
+
63,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 64 |
+
64,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 65 |
+
65,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 66 |
+
66,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 67 |
+
67,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 68 |
+
68,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 69 |
+
70,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 70 |
+
71,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 71 |
+
72,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 72 |
+
73,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 73 |
+
74,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 74 |
+
75,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 75 |
+
76,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 76 |
+
77,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 77 |
+
78,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 78 |
+
79,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 79 |
+
80,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 80 |
+
81,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 81 |
+
82,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 82 |
+
83,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 83 |
+
84,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 84 |
+
86,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 85 |
+
88,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 86 |
+
89,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 87 |
+
90,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 88 |
+
91,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 89 |
+
92,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 90 |
+
93,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 91 |
+
94,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 92 |
+
95,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 93 |
+
96,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 94 |
+
97,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 95 |
+
98,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 96 |
+
99,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 97 |
+
100,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 98 |
+
101,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 99 |
+
102,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 100 |
+
103,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 101 |
+
104,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 102 |
+
105,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 103 |
+
106,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 104 |
+
107,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 105 |
+
108,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 106 |
+
109,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 107 |
+
110,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 108 |
+
111,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 109 |
+
112,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 110 |
+
113,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 111 |
+
114,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 112 |
+
115,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 113 |
+
116,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 114 |
+
117,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 115 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 116 |
+
120,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 117 |
+
121,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 118 |
+
122,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 119 |
+
123,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 120 |
+
124,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 121 |
+
125,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 122 |
+
126,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 123 |
+
127,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 124 |
+
128,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 125 |
+
129,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 126 |
+
130,48.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 127 |
+
131,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 128 |
+
132,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 129 |
+
133,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 130 |
+
134,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 131 |
+
135,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 132 |
+
136,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 133 |
+
137,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 134 |
+
138,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 135 |
+
139,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 136 |
+
140,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 137 |
+
141,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 138 |
+
142,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 139 |
+
143,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 140 |
+
144,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 141 |
+
145,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 142 |
+
146,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 143 |
+
147,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 144 |
+
148,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 145 |
+
149,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 146 |
+
150,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 147 |
+
151,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 148 |
+
152,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 149 |
+
153,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 150 |
+
154,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 151 |
+
155,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 152 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 153 |
+
157,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 154 |
+
158,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 155 |
+
159,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 156 |
+
160,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 157 |
+
161,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 158 |
+
162,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 159 |
+
163,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 160 |
+
164,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 161 |
+
166,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 162 |
+
167,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 163 |
+
168,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 164 |
+
169,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 165 |
+
170,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 166 |
+
171,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 167 |
+
172,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 168 |
+
173,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 169 |
+
174,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 170 |
+
175,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 171 |
+
176,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 172 |
+
177,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 173 |
+
178,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 174 |
+
179,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 175 |
+
180,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 176 |
+
181,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 177 |
+
182,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 178 |
+
183,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 179 |
+
184,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 180 |
+
185,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 181 |
+
186,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 182 |
+
187,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 183 |
+
189,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 184 |
+
190,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 185 |
+
192,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 186 |
+
193,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 187 |
+
194,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 188 |
+
195,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 189 |
+
196,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 190 |
+
197,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 191 |
+
199,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 192 |
+
200,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 193 |
+
201,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 194 |
+
202,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 195 |
+
203,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 196 |
+
204,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 197 |
+
205,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 198 |
+
206,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 199 |
+
207,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 200 |
+
208,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 201 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 202 |
+
210,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 203 |
+
211,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 204 |
+
212,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 205 |
+
213,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 206 |
+
214,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 207 |
+
215,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 208 |
+
216,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 209 |
+
217,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 210 |
+
219,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 211 |
+
221,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 212 |
+
222,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 213 |
+
223,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 214 |
+
224,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 215 |
+
0,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 216 |
+
2,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 217 |
+
3,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 218 |
+
5,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 219 |
+
6,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 220 |
+
7,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 221 |
+
8,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 222 |
+
9,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 223 |
+
10,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 224 |
+
12,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 225 |
+
13,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 226 |
+
14,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 227 |
+
15,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 228 |
+
16,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 229 |
+
17,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 230 |
+
18,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 231 |
+
19,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 232 |
+
21,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 233 |
+
22,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 234 |
+
23,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 235 |
+
24,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 236 |
+
25,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 237 |
+
26,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 238 |
+
27,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 239 |
+
28,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 240 |
+
29,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 241 |
+
30,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 242 |
+
31,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 243 |
+
32,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 244 |
+
33,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 245 |
+
34,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 246 |
+
35,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 247 |
+
36,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 248 |
+
37,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 249 |
+
39,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 250 |
+
40,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 251 |
+
41,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 252 |
+
42,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 253 |
+
43,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 254 |
+
44,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 255 |
+
45,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 256 |
+
46,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 257 |
+
48,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 258 |
+
50,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 259 |
+
51,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 260 |
+
52,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 261 |
+
53,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 262 |
+
54,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 263 |
+
56,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 264 |
+
57,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 265 |
+
58,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 266 |
+
60,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 267 |
+
63,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 268 |
+
64,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 269 |
+
65,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 270 |
+
66,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 271 |
+
68,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 272 |
+
69,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 273 |
+
70,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 274 |
+
71,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 275 |
+
73,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 276 |
+
74,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 277 |
+
75,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 278 |
+
76,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 279 |
+
77,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 280 |
+
78,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 281 |
+
79,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 282 |
+
80,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 283 |
+
81,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 284 |
+
82,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 285 |
+
83,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 286 |
+
84,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 287 |
+
85,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 288 |
+
86,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 289 |
+
87,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 290 |
+
88,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 291 |
+
90,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 292 |
+
91,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 293 |
+
92,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 294 |
+
93,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 295 |
+
94,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 296 |
+
95,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 297 |
+
96,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 298 |
+
97,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 299 |
+
98,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 300 |
+
99,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 301 |
+
100,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 302 |
+
101,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 303 |
+
102,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 304 |
+
103,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 305 |
+
104,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 306 |
+
105,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 307 |
+
106,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 308 |
+
107,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 309 |
+
108,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 310 |
+
109,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 311 |
+
110,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 312 |
+
111,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 313 |
+
113,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 314 |
+
115,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 315 |
+
116,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 316 |
+
117,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 317 |
+
118,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 318 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 319 |
+
120,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 320 |
+
121,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 321 |
+
122,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 322 |
+
123,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 323 |
+
124,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 324 |
+
126,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 325 |
+
128,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 326 |
+
129,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 327 |
+
130,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 328 |
+
131,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 329 |
+
132,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 330 |
+
133,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 331 |
+
134,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 332 |
+
135,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 333 |
+
136,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 334 |
+
138,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 335 |
+
140,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 336 |
+
141,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 337 |
+
142,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 338 |
+
144,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 339 |
+
145,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 340 |
+
146,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 341 |
+
148,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 342 |
+
149,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 343 |
+
150,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 344 |
+
151,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 345 |
+
152,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 346 |
+
153,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 347 |
+
154,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 348 |
+
155,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 349 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 350 |
+
157,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 351 |
+
158,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 352 |
+
159,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 353 |
+
160,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 354 |
+
161,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 355 |
+
163,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 356 |
+
164,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 357 |
+
165,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 358 |
+
166,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 359 |
+
167,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 360 |
+
168,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 361 |
+
169,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 362 |
+
170,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 363 |
+
171,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 364 |
+
172,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 365 |
+
173,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 366 |
+
174,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 367 |
+
175,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 368 |
+
176,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 369 |
+
177,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 370 |
+
178,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 371 |
+
179,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 372 |
+
180,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 373 |
+
181,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 374 |
+
182,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 375 |
+
185,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 376 |
+
186,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 377 |
+
187,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 378 |
+
188,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 379 |
+
189,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 380 |
+
190,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 381 |
+
191,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 382 |
+
192,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 383 |
+
193,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 384 |
+
194,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 385 |
+
195,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 386 |
+
196,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 387 |
+
198,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 388 |
+
199,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 389 |
+
200,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 390 |
+
201,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 391 |
+
202,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 392 |
+
204,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 393 |
+
205,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 394 |
+
206,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 395 |
+
207,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 396 |
+
208,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 397 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 398 |
+
210,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 399 |
+
211,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 400 |
+
212,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 401 |
+
213,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 402 |
+
214,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 403 |
+
216,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 404 |
+
217,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 405 |
+
218,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 406 |
+
219,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 407 |
+
220,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 408 |
+
221,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 409 |
+
222,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 410 |
+
224,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 411 |
+
226,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 412 |
+
227,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 413 |
+
228,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 414 |
+
229,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 415 |
+
230,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 416 |
+
231,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 417 |
+
232,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 418 |
+
234,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 419 |
+
235,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 420 |
+
236,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 421 |
+
237,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 422 |
+
239,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 423 |
+
240,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 424 |
+
241,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 425 |
+
242,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 426 |
+
243,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 427 |
+
244,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 428 |
+
245,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 429 |
+
246,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 430 |
+
247,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 431 |
+
248,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 432 |
+
250,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 433 |
+
252,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 434 |
+
253,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 435 |
+
254,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 436 |
+
255,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 437 |
+
256,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 438 |
+
257,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 439 |
+
258,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 440 |
+
259,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 441 |
+
260,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 442 |
+
262,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 443 |
+
263,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 444 |
+
264,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 445 |
+
265,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 446 |
+
267,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 447 |
+
268,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 448 |
+
269,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 449 |
+
270,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 450 |
+
272,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 451 |
+
273,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 452 |
+
274,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 453 |
+
275,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 454 |
+
276,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 455 |
+
277,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 456 |
+
278,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 457 |
+
279,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 458 |
+
280,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 459 |
+
281,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 460 |
+
282,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 461 |
+
284,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 462 |
+
285,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 463 |
+
286,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 464 |
+
287,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 465 |
+
290,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 466 |
+
291,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 467 |
+
292,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 468 |
+
293,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 469 |
+
294,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 470 |
+
295,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 471 |
+
296,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 472 |
+
297,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 473 |
+
298,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 474 |
+
299,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
20250922_060348/filtered_data/filtered_top_20pct.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:149e7d664133e541bbc1143235b57dbf40ed9d42d88ceaae87006033d28782e4
|
| 3 |
+
size 211384
|
20250922_060348/filtered_data/filtered_top_20pct_auc.csv
ADDED
|
@@ -0,0 +1,421 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sample_id,auc_10_100,num_points,case_type,training_step
|
| 2 |
+
0,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 3 |
+
1,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 4 |
+
2,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 5 |
+
3,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 6 |
+
4,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 7 |
+
6,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 8 |
+
7,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 9 |
+
8,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 10 |
+
9,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 11 |
+
10,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 12 |
+
11,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 13 |
+
12,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 14 |
+
13,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 15 |
+
15,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 16 |
+
16,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 17 |
+
17,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 18 |
+
21,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 19 |
+
22,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 20 |
+
23,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 21 |
+
24,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 22 |
+
25,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 23 |
+
26,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 24 |
+
27,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 25 |
+
28,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 26 |
+
29,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 27 |
+
31,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 28 |
+
32,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 29 |
+
33,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 30 |
+
34,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 31 |
+
35,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 32 |
+
36,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 33 |
+
38,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 34 |
+
39,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 35 |
+
40,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 36 |
+
42,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 37 |
+
44,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 38 |
+
45,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 39 |
+
46,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 40 |
+
47,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 41 |
+
48,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 42 |
+
49,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 43 |
+
50,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 44 |
+
51,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 45 |
+
52,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 46 |
+
53,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 47 |
+
54,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 48 |
+
55,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 49 |
+
56,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 50 |
+
57,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 51 |
+
58,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 52 |
+
60,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 53 |
+
61,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 54 |
+
62,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 55 |
+
63,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 56 |
+
64,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 57 |
+
65,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 58 |
+
66,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 59 |
+
67,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 60 |
+
68,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 61 |
+
70,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 62 |
+
71,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 63 |
+
72,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 64 |
+
73,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 65 |
+
74,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 66 |
+
75,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 67 |
+
76,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 68 |
+
77,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 69 |
+
78,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 70 |
+
79,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 71 |
+
80,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 72 |
+
81,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 73 |
+
82,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 74 |
+
83,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 75 |
+
84,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 76 |
+
86,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 77 |
+
88,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 78 |
+
89,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 79 |
+
90,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 80 |
+
92,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 81 |
+
93,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 82 |
+
94,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 83 |
+
95,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 84 |
+
96,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 85 |
+
97,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 86 |
+
98,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 87 |
+
99,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 88 |
+
100,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 89 |
+
101,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 90 |
+
102,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 91 |
+
103,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 92 |
+
104,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 93 |
+
105,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 94 |
+
106,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 95 |
+
107,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 96 |
+
108,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 97 |
+
109,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 98 |
+
110,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 99 |
+
111,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 100 |
+
112,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 101 |
+
113,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 102 |
+
114,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 103 |
+
115,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 104 |
+
117,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 105 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 106 |
+
120,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 107 |
+
121,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 108 |
+
122,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 109 |
+
123,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 110 |
+
124,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 111 |
+
125,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 112 |
+
126,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 113 |
+
127,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 114 |
+
128,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 115 |
+
130,48.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 116 |
+
131,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 117 |
+
132,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 118 |
+
133,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 119 |
+
134,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 120 |
+
135,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 121 |
+
136,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 122 |
+
137,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 123 |
+
138,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 124 |
+
139,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 125 |
+
140,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 126 |
+
141,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 127 |
+
142,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 128 |
+
143,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 129 |
+
144,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 130 |
+
145,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 131 |
+
146,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 132 |
+
147,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 133 |
+
148,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 134 |
+
149,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 135 |
+
150,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 136 |
+
151,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 137 |
+
152,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 138 |
+
154,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 139 |
+
155,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 140 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 141 |
+
157,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 142 |
+
158,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 143 |
+
159,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 144 |
+
160,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 145 |
+
161,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 146 |
+
162,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 147 |
+
163,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 148 |
+
164,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 149 |
+
166,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 150 |
+
167,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 151 |
+
168,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 152 |
+
169,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 153 |
+
171,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 154 |
+
172,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 155 |
+
173,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 156 |
+
174,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 157 |
+
175,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 158 |
+
176,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 159 |
+
177,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 160 |
+
178,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 161 |
+
179,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 162 |
+
180,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 163 |
+
181,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 164 |
+
182,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 165 |
+
183,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 166 |
+
185,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 167 |
+
186,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 168 |
+
187,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 169 |
+
189,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 170 |
+
190,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 171 |
+
192,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 172 |
+
193,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 173 |
+
194,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 174 |
+
195,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 175 |
+
196,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 176 |
+
197,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 177 |
+
199,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 178 |
+
200,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 179 |
+
201,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 180 |
+
202,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 181 |
+
203,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 182 |
+
204,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 183 |
+
205,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 184 |
+
206,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 185 |
+
207,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 186 |
+
208,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 187 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 188 |
+
210,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 189 |
+
211,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 190 |
+
212,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 191 |
+
213,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 192 |
+
214,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 193 |
+
215,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 194 |
+
216,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 195 |
+
217,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 196 |
+
219,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 197 |
+
221,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 198 |
+
222,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 199 |
+
223,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 200 |
+
224,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 201 |
+
0,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 202 |
+
2,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 203 |
+
3,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 204 |
+
6,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 205 |
+
7,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 206 |
+
10,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 207 |
+
12,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 208 |
+
13,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 209 |
+
15,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 210 |
+
16,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 211 |
+
19,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 212 |
+
21,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 213 |
+
22,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 214 |
+
23,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 215 |
+
25,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 216 |
+
26,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 217 |
+
27,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 218 |
+
28,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 219 |
+
29,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 220 |
+
31,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 221 |
+
34,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 222 |
+
35,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 223 |
+
36,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 224 |
+
37,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 225 |
+
39,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 226 |
+
40,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 227 |
+
41,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 228 |
+
43,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 229 |
+
44,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 230 |
+
45,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 231 |
+
46,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 232 |
+
48,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 233 |
+
50,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 234 |
+
51,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 235 |
+
52,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 236 |
+
53,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 237 |
+
56,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 238 |
+
57,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 239 |
+
58,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 240 |
+
65,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 241 |
+
66,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 242 |
+
68,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 243 |
+
69,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 244 |
+
70,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 245 |
+
71,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 246 |
+
73,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 247 |
+
76,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 248 |
+
77,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 249 |
+
78,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 250 |
+
79,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 251 |
+
80,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 252 |
+
81,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 253 |
+
82,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 254 |
+
83,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 255 |
+
84,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 256 |
+
85,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 257 |
+
86,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 258 |
+
87,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 259 |
+
88,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 260 |
+
90,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 261 |
+
91,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 262 |
+
92,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 263 |
+
93,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 264 |
+
95,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 265 |
+
96,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 266 |
+
97,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 267 |
+
98,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 268 |
+
99,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 269 |
+
100,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 270 |
+
101,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 271 |
+
102,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 272 |
+
103,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 273 |
+
104,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 274 |
+
105,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 275 |
+
106,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 276 |
+
107,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 277 |
+
108,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 278 |
+
110,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 279 |
+
111,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 280 |
+
113,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 281 |
+
115,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 282 |
+
116,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 283 |
+
118,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 284 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 285 |
+
120,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 286 |
+
121,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 287 |
+
122,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 288 |
+
123,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 289 |
+
124,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 290 |
+
126,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 291 |
+
129,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 292 |
+
130,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 293 |
+
131,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 294 |
+
132,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 295 |
+
133,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 296 |
+
134,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 297 |
+
136,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 298 |
+
138,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 299 |
+
140,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 300 |
+
141,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 301 |
+
142,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 302 |
+
144,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 303 |
+
145,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 304 |
+
146,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 305 |
+
148,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 306 |
+
149,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 307 |
+
150,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 308 |
+
151,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 309 |
+
153,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 310 |
+
154,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 311 |
+
155,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 312 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 313 |
+
157,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 314 |
+
158,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 315 |
+
159,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 316 |
+
160,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 317 |
+
161,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 318 |
+
163,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 319 |
+
165,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 320 |
+
167,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 321 |
+
168,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 322 |
+
169,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 323 |
+
170,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 324 |
+
171,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 325 |
+
172,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 326 |
+
173,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 327 |
+
175,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 328 |
+
176,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 329 |
+
177,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 330 |
+
178,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 331 |
+
179,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 332 |
+
180,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 333 |
+
181,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 334 |
+
182,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 335 |
+
185,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 336 |
+
188,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 337 |
+
189,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 338 |
+
190,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 339 |
+
191,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 340 |
+
192,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 341 |
+
193,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 342 |
+
194,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 343 |
+
196,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 344 |
+
198,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 345 |
+
199,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 346 |
+
200,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 347 |
+
202,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 348 |
+
204,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 349 |
+
205,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 350 |
+
206,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 351 |
+
207,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 352 |
+
208,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 353 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 354 |
+
210,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 355 |
+
211,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 356 |
+
212,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 357 |
+
213,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 358 |
+
216,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 359 |
+
217,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 360 |
+
218,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 361 |
+
219,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 362 |
+
220,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 363 |
+
221,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 364 |
+
222,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 365 |
+
224,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 366 |
+
226,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 367 |
+
227,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 368 |
+
228,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 369 |
+
229,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 370 |
+
232,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 371 |
+
234,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 372 |
+
235,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 373 |
+
236,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 374 |
+
237,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 375 |
+
239,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 376 |
+
240,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 377 |
+
241,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 378 |
+
242,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 379 |
+
243,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 380 |
+
244,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 381 |
+
245,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 382 |
+
246,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 383 |
+
247,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 384 |
+
248,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 385 |
+
250,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 386 |
+
252,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 387 |
+
253,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 388 |
+
254,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 389 |
+
255,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 390 |
+
256,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 391 |
+
258,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 392 |
+
259,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 393 |
+
260,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 394 |
+
262,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 395 |
+
263,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 396 |
+
264,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 397 |
+
267,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 398 |
+
269,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 399 |
+
270,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 400 |
+
272,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 401 |
+
275,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 402 |
+
276,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 403 |
+
277,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 404 |
+
278,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 405 |
+
279,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 406 |
+
280,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 407 |
+
281,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 408 |
+
282,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 409 |
+
284,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 410 |
+
285,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 411 |
+
286,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 412 |
+
290,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 413 |
+
291,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 414 |
+
292,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 415 |
+
293,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 416 |
+
294,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 417 |
+
295,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 418 |
+
296,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 419 |
+
297,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 420 |
+
298,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 421 |
+
299,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
20250922_060348/filtered_data/filtered_top_50pct.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80ee39eb66b6afcf66488d33cd8320658cc5e6c98b262a115b1af8637fb234c0
|
| 3 |
+
size 142735
|
20250922_060348/filtered_data/filtered_top_50pct_auc.csv
ADDED
|
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sample_id,auc_10_100,num_points,case_type,training_step
|
| 2 |
+
0,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 3 |
+
3,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 4 |
+
6,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 5 |
+
7,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 6 |
+
8,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 7 |
+
10,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 8 |
+
11,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 9 |
+
13,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 10 |
+
15,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 11 |
+
16,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 12 |
+
21,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 13 |
+
23,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 14 |
+
24,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 15 |
+
25,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 16 |
+
26,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 17 |
+
27,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 18 |
+
31,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 19 |
+
32,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 20 |
+
34,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 21 |
+
35,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 22 |
+
36,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 23 |
+
39,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 24 |
+
42,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 25 |
+
45,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 26 |
+
46,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 27 |
+
48,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 28 |
+
49,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 29 |
+
50,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 30 |
+
51,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 31 |
+
52,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 32 |
+
53,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 33 |
+
54,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 34 |
+
55,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 35 |
+
58,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 36 |
+
60,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 37 |
+
62,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 38 |
+
63,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 39 |
+
64,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 40 |
+
65,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 41 |
+
66,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 42 |
+
67,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 43 |
+
72,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 44 |
+
74,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 45 |
+
75,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 46 |
+
76,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 47 |
+
77,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 48 |
+
79,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 49 |
+
80,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 50 |
+
81,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 51 |
+
82,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 52 |
+
83,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 53 |
+
84,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 54 |
+
86,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 55 |
+
88,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 56 |
+
89,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 57 |
+
90,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 58 |
+
93,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 59 |
+
96,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 60 |
+
97,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 61 |
+
98,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 62 |
+
99,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 63 |
+
100,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 64 |
+
101,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 65 |
+
102,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 66 |
+
104,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 67 |
+
105,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 68 |
+
106,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 69 |
+
107,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 70 |
+
108,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 71 |
+
109,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 72 |
+
110,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 73 |
+
111,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 74 |
+
112,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 75 |
+
113,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 76 |
+
114,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 77 |
+
115,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 78 |
+
117,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 79 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 80 |
+
120,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 81 |
+
121,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 82 |
+
122,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 83 |
+
124,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 84 |
+
125,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 85 |
+
127,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 86 |
+
128,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 87 |
+
131,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 88 |
+
132,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 89 |
+
133,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 90 |
+
134,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 91 |
+
135,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 92 |
+
137,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 93 |
+
140,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 94 |
+
142,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 95 |
+
143,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 96 |
+
144,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 97 |
+
146,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 98 |
+
148,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 99 |
+
151,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 100 |
+
152,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 101 |
+
154,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 102 |
+
155,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 103 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 104 |
+
158,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 105 |
+
159,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 106 |
+
160,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 107 |
+
161,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 108 |
+
163,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 109 |
+
166,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 110 |
+
167,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 111 |
+
168,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 112 |
+
169,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 113 |
+
173,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 114 |
+
176,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 115 |
+
179,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 116 |
+
181,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 117 |
+
182,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 118 |
+
183,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 119 |
+
185,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 120 |
+
186,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 121 |
+
187,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 122 |
+
189,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 123 |
+
190,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 124 |
+
194,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 125 |
+
195,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 126 |
+
196,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 127 |
+
197,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 128 |
+
200,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 129 |
+
201,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 130 |
+
202,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 131 |
+
206,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 132 |
+
208,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 133 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 134 |
+
210,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 135 |
+
211,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 136 |
+
212,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 137 |
+
213,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 138 |
+
214,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 139 |
+
215,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 140 |
+
216,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 141 |
+
217,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 142 |
+
219,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 143 |
+
221,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 144 |
+
222,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 145 |
+
223,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 146 |
+
224,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 147 |
+
3,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 148 |
+
6,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 149 |
+
7,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 150 |
+
13,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 151 |
+
16,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 152 |
+
22,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 153 |
+
25,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 154 |
+
27,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 155 |
+
28,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 156 |
+
31,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 157 |
+
39,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 158 |
+
44,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 159 |
+
46,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 160 |
+
48,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 161 |
+
50,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 162 |
+
53,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 163 |
+
56,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 164 |
+
57,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 165 |
+
65,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 166 |
+
68,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 167 |
+
69,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 168 |
+
70,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 169 |
+
71,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 170 |
+
77,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 171 |
+
79,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 172 |
+
80,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 173 |
+
81,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 174 |
+
84,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 175 |
+
86,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 176 |
+
87,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 177 |
+
88,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 178 |
+
90,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 179 |
+
91,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 180 |
+
92,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 181 |
+
95,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 182 |
+
99,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 183 |
+
100,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 184 |
+
102,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 185 |
+
104,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 186 |
+
107,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 187 |
+
116,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 188 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 189 |
+
120,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 190 |
+
121,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 191 |
+
123,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 192 |
+
124,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 193 |
+
126,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 194 |
+
129,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 195 |
+
130,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 196 |
+
134,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 197 |
+
138,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 198 |
+
140,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 199 |
+
141,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 200 |
+
142,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 201 |
+
144,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 202 |
+
149,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 203 |
+
150,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 204 |
+
153,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 205 |
+
155,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 206 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 207 |
+
158,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 208 |
+
159,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 209 |
+
160,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 210 |
+
169,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 211 |
+
170,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 212 |
+
171,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 213 |
+
172,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 214 |
+
175,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 215 |
+
176,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 216 |
+
177,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 217 |
+
178,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 218 |
+
179,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 219 |
+
180,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 220 |
+
181,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 221 |
+
189,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 222 |
+
191,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 223 |
+
193,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 224 |
+
194,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 225 |
+
196,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 226 |
+
198,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 227 |
+
199,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 228 |
+
202,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 229 |
+
204,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 230 |
+
205,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 231 |
+
206,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 232 |
+
208,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 233 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 234 |
+
211,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 235 |
+
212,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 236 |
+
216,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 237 |
+
217,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 238 |
+
220,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 239 |
+
224,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 240 |
+
226,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 241 |
+
234,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 242 |
+
235,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 243 |
+
239,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 244 |
+
241,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 245 |
+
242,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 246 |
+
245,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 247 |
+
246,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 248 |
+
247,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 249 |
+
250,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 250 |
+
253,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 251 |
+
255,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 252 |
+
259,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 253 |
+
262,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 254 |
+
270,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 255 |
+
275,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 256 |
+
276,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 257 |
+
281,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 258 |
+
282,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 259 |
+
286,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 260 |
+
291,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 261 |
+
295,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 262 |
+
296,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 263 |
+
297,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 264 |
+
298,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
20250922_060348/filtered_data/full_data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88a59e1e90e6ea1155e84670fc7d1a16005d13f97e35e4f3d1df99ebad97c048
|
| 3 |
+
size 254127
|
20250922_060348/filtered_data/full_data_auc.csv
ADDED
|
@@ -0,0 +1,526 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sample_id,auc_10_100,num_points,case_type,training_step
|
| 2 |
+
0,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 3 |
+
1,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 4 |
+
2,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 5 |
+
3,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 6 |
+
4,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 7 |
+
5,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 8 |
+
6,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 9 |
+
7,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 10 |
+
8,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 11 |
+
9,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 12 |
+
10,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 13 |
+
11,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 14 |
+
12,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 15 |
+
13,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 16 |
+
14,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 17 |
+
15,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 18 |
+
16,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 19 |
+
17,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 20 |
+
18,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 21 |
+
19,84.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 22 |
+
20,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 23 |
+
21,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 24 |
+
22,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 25 |
+
23,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 26 |
+
24,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 27 |
+
25,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 28 |
+
26,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 29 |
+
27,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 30 |
+
28,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 31 |
+
29,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 32 |
+
30,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 33 |
+
31,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 34 |
+
32,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 35 |
+
33,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 36 |
+
34,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 37 |
+
35,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 38 |
+
36,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 39 |
+
37,76.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 40 |
+
38,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 41 |
+
39,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 42 |
+
40,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 43 |
+
41,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 44 |
+
42,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 45 |
+
43,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 46 |
+
44,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 47 |
+
45,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 48 |
+
46,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 49 |
+
47,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 50 |
+
48,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 51 |
+
49,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 52 |
+
50,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 53 |
+
51,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 54 |
+
52,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 55 |
+
53,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 56 |
+
54,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 57 |
+
55,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 58 |
+
56,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 59 |
+
57,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 60 |
+
58,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 61 |
+
59,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 62 |
+
60,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 63 |
+
61,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 64 |
+
62,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 65 |
+
63,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 66 |
+
64,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 67 |
+
65,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 68 |
+
66,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 69 |
+
67,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 70 |
+
68,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 71 |
+
69,82.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 72 |
+
70,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 73 |
+
71,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 74 |
+
72,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 75 |
+
73,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 76 |
+
74,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 77 |
+
75,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 78 |
+
76,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 79 |
+
77,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 80 |
+
78,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 81 |
+
79,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 82 |
+
80,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 83 |
+
81,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 84 |
+
82,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 85 |
+
83,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 86 |
+
84,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 87 |
+
85,78.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 88 |
+
86,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 89 |
+
87,88.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 90 |
+
88,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 91 |
+
89,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 92 |
+
90,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 93 |
+
91,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 94 |
+
92,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 95 |
+
93,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 96 |
+
94,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 97 |
+
95,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 98 |
+
96,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 99 |
+
97,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 100 |
+
98,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 101 |
+
99,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 102 |
+
100,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 103 |
+
101,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 104 |
+
102,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 105 |
+
103,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 106 |
+
104,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 107 |
+
105,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 108 |
+
106,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 109 |
+
107,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 110 |
+
108,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 111 |
+
109,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 112 |
+
110,26.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 113 |
+
111,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 114 |
+
112,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 115 |
+
113,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 116 |
+
114,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 117 |
+
115,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 118 |
+
116,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 119 |
+
117,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 120 |
+
118,76.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 121 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 122 |
+
120,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 123 |
+
121,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 124 |
+
122,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 125 |
+
123,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 126 |
+
124,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 127 |
+
125,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 128 |
+
126,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 129 |
+
127,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 130 |
+
128,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 131 |
+
129,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 132 |
+
130,48.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 133 |
+
131,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 134 |
+
132,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 135 |
+
133,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 136 |
+
134,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 137 |
+
135,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 138 |
+
136,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 139 |
+
137,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 140 |
+
138,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 141 |
+
139,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 142 |
+
140,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 143 |
+
141,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 144 |
+
142,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 145 |
+
143,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 146 |
+
144,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 147 |
+
145,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 148 |
+
146,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 149 |
+
147,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 150 |
+
148,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 151 |
+
149,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 152 |
+
150,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 153 |
+
151,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 154 |
+
152,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 155 |
+
153,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 156 |
+
154,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 157 |
+
155,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 158 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 159 |
+
157,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 160 |
+
158,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 161 |
+
159,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 162 |
+
160,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 163 |
+
161,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 164 |
+
162,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 165 |
+
163,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 166 |
+
164,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 167 |
+
165,88.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 168 |
+
166,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 169 |
+
167,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 170 |
+
168,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 171 |
+
169,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 172 |
+
170,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 173 |
+
171,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 174 |
+
172,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 175 |
+
173,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 176 |
+
174,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 177 |
+
175,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 178 |
+
176,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 179 |
+
177,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 180 |
+
178,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 181 |
+
179,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 182 |
+
180,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 183 |
+
181,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 184 |
+
182,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 185 |
+
183,13.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 186 |
+
184,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 187 |
+
185,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 188 |
+
186,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 189 |
+
187,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 190 |
+
188,79.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 191 |
+
189,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 192 |
+
190,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 193 |
+
191,81.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 194 |
+
192,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 195 |
+
193,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 196 |
+
194,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 197 |
+
195,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 198 |
+
196,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 199 |
+
197,12.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 200 |
+
198,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 201 |
+
199,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 202 |
+
200,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 203 |
+
201,4.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 204 |
+
202,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 205 |
+
203,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 206 |
+
204,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 207 |
+
205,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 208 |
+
206,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 209 |
+
207,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 210 |
+
208,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 211 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 212 |
+
210,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 213 |
+
211,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 214 |
+
212,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 215 |
+
213,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 216 |
+
214,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 217 |
+
215,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 218 |
+
216,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 219 |
+
217,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 220 |
+
218,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 221 |
+
219,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 222 |
+
220,86.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 223 |
+
221,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 224 |
+
222,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 225 |
+
223,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 226 |
+
224,44.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 227 |
+
0,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 228 |
+
1,88.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 229 |
+
2,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 230 |
+
3,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 231 |
+
4,81.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 232 |
+
5,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 233 |
+
6,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 234 |
+
7,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 235 |
+
8,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 236 |
+
9,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 237 |
+
10,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 238 |
+
11,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 239 |
+
12,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 240 |
+
13,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 241 |
+
14,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 242 |
+
15,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 243 |
+
16,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 244 |
+
17,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 245 |
+
18,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 246 |
+
19,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 247 |
+
20,81.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 248 |
+
21,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 249 |
+
22,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 250 |
+
23,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 251 |
+
24,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 252 |
+
25,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 253 |
+
26,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 254 |
+
27,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 255 |
+
28,45.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 256 |
+
29,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 257 |
+
30,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 258 |
+
31,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 259 |
+
32,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 260 |
+
33,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 261 |
+
34,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 262 |
+
35,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 263 |
+
36,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 264 |
+
37,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 265 |
+
38,80.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 266 |
+
39,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 267 |
+
40,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 268 |
+
41,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 269 |
+
42,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 270 |
+
43,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 271 |
+
44,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 272 |
+
45,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 273 |
+
46,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 274 |
+
47,82.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 275 |
+
48,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 276 |
+
49,75.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 277 |
+
50,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 278 |
+
51,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 279 |
+
52,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 280 |
+
53,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 281 |
+
54,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 282 |
+
55,82.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 283 |
+
56,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 284 |
+
57,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 285 |
+
58,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 286 |
+
59,84.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 287 |
+
60,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 288 |
+
61,85.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 289 |
+
62,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 290 |
+
63,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 291 |
+
64,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 292 |
+
65,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 293 |
+
66,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 294 |
+
67,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 295 |
+
68,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 296 |
+
69,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 297 |
+
70,14.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 298 |
+
71,11.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 299 |
+
72,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 300 |
+
73,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 301 |
+
74,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 302 |
+
75,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 303 |
+
76,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 304 |
+
77,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 305 |
+
78,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 306 |
+
79,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 307 |
+
80,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 308 |
+
81,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 309 |
+
82,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 310 |
+
83,62.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 311 |
+
84,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 312 |
+
85,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 313 |
+
86,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 314 |
+
87,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 315 |
+
88,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 316 |
+
89,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 317 |
+
90,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 318 |
+
91,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 319 |
+
92,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 320 |
+
93,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 321 |
+
94,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 322 |
+
95,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 323 |
+
96,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 324 |
+
97,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 325 |
+
98,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 326 |
+
99,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 327 |
+
100,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 328 |
+
101,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 329 |
+
102,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 330 |
+
103,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 331 |
+
104,28.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 332 |
+
105,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 333 |
+
106,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 334 |
+
107,36.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 335 |
+
108,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 336 |
+
109,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 337 |
+
110,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 338 |
+
111,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 339 |
+
112,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 340 |
+
113,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 341 |
+
114,90.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 342 |
+
115,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 343 |
+
116,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 344 |
+
117,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 345 |
+
118,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 346 |
+
119,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 347 |
+
120,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 348 |
+
121,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 349 |
+
122,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 350 |
+
123,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 351 |
+
124,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 352 |
+
125,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 353 |
+
126,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 354 |
+
127,79.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 355 |
+
128,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 356 |
+
129,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 357 |
+
130,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 358 |
+
131,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 359 |
+
132,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 360 |
+
133,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 361 |
+
134,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 362 |
+
135,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 363 |
+
136,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 364 |
+
137,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 365 |
+
138,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 366 |
+
139,76.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 367 |
+
140,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 368 |
+
141,5.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 369 |
+
142,20.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 370 |
+
143,78.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 371 |
+
144,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 372 |
+
145,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 373 |
+
146,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 374 |
+
147,76.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 375 |
+
148,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 376 |
+
149,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 377 |
+
150,32.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 378 |
+
151,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 379 |
+
152,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 380 |
+
153,19.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 381 |
+
154,46.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 382 |
+
155,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 383 |
+
156,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 384 |
+
157,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 385 |
+
158,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 386 |
+
159,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 387 |
+
160,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 388 |
+
161,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 389 |
+
162,79.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 390 |
+
163,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 391 |
+
164,68.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 392 |
+
165,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 393 |
+
166,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 394 |
+
167,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 395 |
+
168,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 396 |
+
169,16.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 397 |
+
170,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 398 |
+
171,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 399 |
+
172,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 400 |
+
173,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 401 |
+
174,72.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 402 |
+
175,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 403 |
+
176,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 404 |
+
177,15.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 405 |
+
178,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 406 |
+
179,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 407 |
+
180,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 408 |
+
181,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 409 |
+
182,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 410 |
+
183,79.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 411 |
+
184,75.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 412 |
+
185,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 413 |
+
186,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 414 |
+
187,73.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 415 |
+
188,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 416 |
+
189,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 417 |
+
190,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 418 |
+
191,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 419 |
+
192,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 420 |
+
193,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 421 |
+
194,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 422 |
+
195,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 423 |
+
196,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 424 |
+
197,83.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 425 |
+
198,23.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 426 |
+
199,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 427 |
+
200,53.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 428 |
+
201,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 429 |
+
202,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 430 |
+
203,82.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 431 |
+
204,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 432 |
+
205,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 433 |
+
206,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 434 |
+
207,54.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 435 |
+
208,38.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 436 |
+
209,8.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 437 |
+
210,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 438 |
+
211,9.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 439 |
+
212,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 440 |
+
213,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 441 |
+
214,67.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 442 |
+
215,81.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 443 |
+
216,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 444 |
+
217,22.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 445 |
+
218,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 446 |
+
219,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 447 |
+
220,33.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 448 |
+
221,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 449 |
+
222,55.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 450 |
+
223,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 451 |
+
224,6.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 452 |
+
225,77.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 453 |
+
226,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 454 |
+
227,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 455 |
+
228,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 456 |
+
229,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 457 |
+
230,65.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 458 |
+
231,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 459 |
+
232,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 460 |
+
233,84.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 461 |
+
234,35.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 462 |
+
235,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 463 |
+
236,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 464 |
+
237,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 465 |
+
238,74.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 466 |
+
239,18.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 467 |
+
240,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 468 |
+
241,40.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 469 |
+
242,25.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 470 |
+
243,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 471 |
+
244,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 472 |
+
245,31.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 473 |
+
246,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 474 |
+
247,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 475 |
+
248,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 476 |
+
249,87.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 477 |
+
250,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 478 |
+
251,80.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 479 |
+
252,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 480 |
+
253,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 481 |
+
254,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 482 |
+
255,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 483 |
+
256,64.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 484 |
+
257,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 485 |
+
258,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 486 |
+
259,34.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 487 |
+
260,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 488 |
+
261,75.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 489 |
+
262,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 490 |
+
263,58.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 491 |
+
264,59.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 492 |
+
265,66.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 493 |
+
266,79.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 494 |
+
267,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 495 |
+
268,71.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 496 |
+
269,47.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 497 |
+
270,27.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 498 |
+
271,80.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 499 |
+
272,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 500 |
+
273,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 501 |
+
274,70.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 502 |
+
275,39.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 503 |
+
276,41.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 504 |
+
277,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 505 |
+
278,52.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 506 |
+
279,60.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 507 |
+
280,49.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 508 |
+
281,17.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 509 |
+
282,42.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 510 |
+
283,82.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 511 |
+
284,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 512 |
+
285,57.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 513 |
+
286,24.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 514 |
+
287,69.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 515 |
+
288,78.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 516 |
+
289,75.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 517 |
+
290,56.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 518 |
+
291,43.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 519 |
+
292,63.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 520 |
+
293,61.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 521 |
+
294,51.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 522 |
+
295,21.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 523 |
+
296,29.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 524 |
+
297,37.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 525 |
+
298,7.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
| 526 |
+
299,50.0,10,nonhacking,step_kk-instruct-3ppl-qwen2.5-3b-instruct-og-rloo
|
20250922_060348/results_summary.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Parallel AUC-Filtered SFT Experiments Results Summary
|
| 2 |
+
Generated at: Mon Sep 22 06:03:50 UTC 2025
|
| 3 |
+
|
| 4 |
+
Individual experiment results:
|
| 5 |
+
=== filtered_top_10pct ===
|
| 6 |
+
Training completed
|
| 7 |
+
|
| 8 |
+
=== filtered_top_20pct ===
|
| 9 |
+
Training completed
|
| 10 |
+
|
| 11 |
+
=== filtered_top_50pct ===
|
| 12 |
+
Training completed
|
| 13 |
+
|
| 14 |
+
=== full_data ===
|
| 15 |
+
Training completed
|
| 16 |
+
|
20250922_060348/run_analysis.sh
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Results Analysis Job
|
| 3 |
+
# Generated at: 20250922_060348
|
| 4 |
+
|
| 5 |
+
echo "Starting results analysis..."
|
| 6 |
+
echo "Base output directory: checkpoints/auc_filtered_sft/20250922_060348"
|
| 7 |
+
|
| 8 |
+
# Create results summary
|
| 9 |
+
RESULTS_SUMMARY="checkpoints/auc_filtered_sft/20250922_060348/results_summary.txt"
|
| 10 |
+
echo "Parallel AUC-Filtered SFT Experiments Results Summary" > "$RESULTS_SUMMARY"
|
| 11 |
+
echo "Generated at: $(date)" >> "$RESULTS_SUMMARY"
|
| 12 |
+
echo "" >> "$RESULTS_SUMMARY"
|
| 13 |
+
|
| 14 |
+
echo "Individual experiment results:" >> "$RESULTS_SUMMARY"
|
| 15 |
+
for result_dir in checkpoints/auc_filtered_sft/20250922_060348/sft_results/*/; do
|
| 16 |
+
if [ -d "$result_dir" ]; then
|
| 17 |
+
filter_name=$(basename "$result_dir")
|
| 18 |
+
echo "=== $filter_name ===" >> "$RESULTS_SUMMARY"
|
| 19 |
+
|
| 20 |
+
if [ -f "$result_dir/training_log.txt" ]; then
|
| 21 |
+
echo "Training completed" >> "$RESULTS_SUMMARY"
|
| 22 |
+
# Extract key metrics if available
|
| 23 |
+
grep -i "loss\|accuracy\|perplexity" "$result_dir/training_log.txt" | tail -5 >> "$RESULTS_SUMMARY" 2>/dev/null || echo "No metrics found" >> "$RESULTS_SUMMARY"
|
| 24 |
+
else
|
| 25 |
+
echo "Training log not found" >> "$RESULTS_SUMMARY"
|
| 26 |
+
fi
|
| 27 |
+
echo "" >> "$RESULTS_SUMMARY"
|
| 28 |
+
fi
|
| 29 |
+
done
|
| 30 |
+
|
| 31 |
+
echo "Results analysis completed!"
|
| 32 |
+
echo "Summary saved to: $RESULTS_SUMMARY"
|
| 33 |
+
|
| 34 |
+
# Display filter information
|
| 35 |
+
echo ""
|
| 36 |
+
echo "Filter Information:"
|
| 37 |
+
if command -v jq &> /dev/null; then
|
| 38 |
+
jq . "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filter_info.json"
|
| 39 |
+
else
|
| 40 |
+
cat "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filter_info.json"
|
| 41 |
+
fi
|
| 42 |
+
|
| 43 |
+
echo ""
|
| 44 |
+
echo "Experiment completed! Results in: checkpoints/auc_filtered_sft/20250922_060348"
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/comparison.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b75dd267dfad00338b810ac6ce7c2008fc1b860b19c725b048820fdd267b1305
|
| 3 |
+
size 2073487
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/comparison_summary.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Dataset 1: /fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/verl/data/big-math_tiny_instruct/test.parquet
|
| 2 |
+
Dataset 2: /fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/verl/data/big-math_tiny_instruct/test.parquet
|
| 3 |
+
|
| 4 |
+
Dataset 1 accuracy: 0.5027
|
| 5 |
+
Dataset 2 accuracy: 0.5027
|
| 6 |
+
Accuracy difference: 0.0000
|
| 7 |
+
Cases hacking: 0
|
| 8 |
+
|
| 9 |
+
Cases nonhacking: 754
|
| 10 |
+
|
| 11 |
+
=== Example Interesting Cases ===
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/hacking_cases.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e81eb7d5ea402900d2c68275a9f051233881f4deba3a8a7be35b6a4e10fc35c4
|
| 3 |
+
size 8323
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/nonhacking_cases.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d9fc21c8ddbc1aa051fc0ed45f48519718fa4b46ce6e7721d0773924440fd2c
|
| 3 |
+
size 441323
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/results_dataset1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eea9fddec280441d77b3b0c3c05fb67ee42668150ffb2b3f97b7affee05f7b7e
|
| 3 |
+
size 1041598
|
20250922_060348/sft_results/filtered_top_10pct/evaluation/results_dataset2.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eea9fddec280441d77b3b0c3c05fb67ee42668150ffb2b3f97b7affee05f7b7e
|
| 3 |
+
size 1041598
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/config.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 8960,
|
| 13 |
+
"layer_types": [
|
| 14 |
+
"full_attention",
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention"
|
| 42 |
+
],
|
| 43 |
+
"max_position_embeddings": 131072,
|
| 44 |
+
"max_window_layers": 28,
|
| 45 |
+
"model_type": "qwen2",
|
| 46 |
+
"num_attention_heads": 12,
|
| 47 |
+
"num_hidden_layers": 28,
|
| 48 |
+
"num_key_value_heads": 2,
|
| 49 |
+
"rms_norm_eps": 1e-06,
|
| 50 |
+
"rope_scaling": null,
|
| 51 |
+
"rope_theta": 1000000.0,
|
| 52 |
+
"sliding_window": null,
|
| 53 |
+
"tie_word_embeddings": true,
|
| 54 |
+
"transformers_version": "4.56.1",
|
| 55 |
+
"use_cache": true,
|
| 56 |
+
"use_mrope": false,
|
| 57 |
+
"use_sliding_window": false,
|
| 58 |
+
"vocab_size": 151936
|
| 59 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"eos_token_id": 151643,
|
| 4 |
+
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.56.1"
|
| 6 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbc0146b088d56181c8ffb215ceb4433781f13d071f465a685c080f3df560ab6
|
| 3 |
+
size 4996670464
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ea949d04c1586919cfb7d26411e611df51ceb42ad730b13bca34dace918546e
|
| 3 |
+
size 2111719976
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 1543714304,
|
| 4 |
+
"total_size": 7108352000
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 260 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 298 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 300 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 301 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 308 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 309 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 310 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 312 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 313 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 320 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 321 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 322 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 324 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 325 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 333 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 334 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 335 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 336 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 337 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 344 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 345 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 346 |
+
}
|
| 347 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|endoftext|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_118/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/config.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 8960,
|
| 13 |
+
"layer_types": [
|
| 14 |
+
"full_attention",
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention"
|
| 42 |
+
],
|
| 43 |
+
"max_position_embeddings": 131072,
|
| 44 |
+
"max_window_layers": 28,
|
| 45 |
+
"model_type": "qwen2",
|
| 46 |
+
"num_attention_heads": 12,
|
| 47 |
+
"num_hidden_layers": 28,
|
| 48 |
+
"num_key_value_heads": 2,
|
| 49 |
+
"rms_norm_eps": 1e-06,
|
| 50 |
+
"rope_scaling": null,
|
| 51 |
+
"rope_theta": 1000000.0,
|
| 52 |
+
"sliding_window": null,
|
| 53 |
+
"tie_word_embeddings": true,
|
| 54 |
+
"transformers_version": "4.56.1",
|
| 55 |
+
"use_cache": true,
|
| 56 |
+
"use_mrope": false,
|
| 57 |
+
"use_sliding_window": false,
|
| 58 |
+
"vocab_size": 151936
|
| 59 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"eos_token_id": 151643,
|
| 4 |
+
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.56.1"
|
| 6 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:543d77178b987004b2339cbb0480210a38b2cb31f8c2f6be7bc6d9f40a37f8bd
|
| 3 |
+
size 4996670464
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fd9a73ed785f55a8b5e0ffa6e9e12f06f3bd0769c96d1f14d937008cb479569
|
| 3 |
+
size 2111719976
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 1543714304,
|
| 4 |
+
"total_size": 7108352000
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 260 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 298 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 300 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 301 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 308 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 309 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 310 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 312 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 313 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 320 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 321 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 322 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 324 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 325 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 333 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 334 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 335 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 336 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 337 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 344 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 345 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 346 |
+
}
|
| 347 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|endoftext|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
20250922_060348/sft_results/filtered_top_10pct/global_step_236/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20250922_060348/sft_results/filtered_top_10pct/gpu_lock_wrapper.sh
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# GPU Lock Wrapper for job: sft_filtered_top_10pct
|
| 3 |
+
# GPUs: [6]
|
| 4 |
+
|
| 5 |
+
# Function to cleanup GPU locks on exit
|
| 6 |
+
cleanup_locks() {
|
| 7 |
+
echo "Cleaning up GPU locks for job: sft_filtered_top_10pct"
|
| 8 |
+
python3 -c "
|
| 9 |
+
import sys
|
| 10 |
+
sys.path.append('/fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/verl')
|
| 11 |
+
from utils.utils import release_gpu_lock
|
| 12 |
+
gpus = [6]
|
| 13 |
+
for gpu_id in gpus:
|
| 14 |
+
release_gpu_lock(str(gpu_id))
|
| 15 |
+
print(f'Released lock for GPU {gpu_id}')
|
| 16 |
+
"
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
# Set up trap to cleanup locks on script exit (success, failure, or interrupt)
|
| 20 |
+
trap cleanup_locks EXIT INT TERM
|
| 21 |
+
|
| 22 |
+
# Run the actual job
|
| 23 |
+
echo "Starting job: sft_filtered_top_10pct on GPUs: [6]"
|
| 24 |
+
CUDA_VISIBLE_DEVICES=6 bash checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct/run_sft_script.sh
|
| 25 |
+
JOB_EXIT_CODE=$?
|
| 26 |
+
|
| 27 |
+
# Explicit cleanup (trap will also run, but this ensures it happens)
|
| 28 |
+
cleanup_locks
|
| 29 |
+
|
| 30 |
+
# Exit with the same code as the job
|
| 31 |
+
exit $JOB_EXIT_CODE
|
20250922_060348/sft_results/filtered_top_10pct/run_sft_script.sh
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# SFT Job - filtered_top_10pct
|
| 3 |
+
# Generated at: 20250922_060348
|
| 4 |
+
|
| 5 |
+
export TRANSFORMERS_CACHE=/home/greenland-user/verl/checkpoints/huggingface
|
| 6 |
+
export PYTHONHASHSEED=42
|
| 7 |
+
|
| 8 |
+
echo "Starting SFT training for filtered_top_10pct"
|
| 9 |
+
echo "Data file: checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_10pct.parquet"
|
| 10 |
+
echo "Output: checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct"
|
| 11 |
+
echo "Model: Qwen/Qwen2.5-1.5B"
|
| 12 |
+
|
| 13 |
+
# Log experiment start
|
| 14 |
+
echo "Filter: filtered_top_10pct - Started at $(date)" >> "checkpoints/auc_filtered_sft/20250922_060348/experiment_log.txt"
|
| 15 |
+
|
| 16 |
+
# Run SFT training
|
| 17 |
+
timeout 7200 bash scripts_cot/run_simple_sft.sh \
|
| 18 |
+
--model_path "Qwen/Qwen2.5-1.5B" \
|
| 19 |
+
--train_data_path "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_10pct.parquet" \
|
| 20 |
+
--test_data_path "data/big-math_tiny_instruct/test.parquet" \
|
| 21 |
+
--output_dir "checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct" \
|
| 22 |
+
--sft_epochs "2" \
|
| 23 |
+
--sft_batch_size "4" \
|
| 24 |
+
--gpu "$CUDA_VISIBLE_DEVICES" \
|
| 25 |
+
2>&1 | tee "checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct/training_log.txt"
|
| 26 |
+
|
| 27 |
+
SFT_EXIT_CODE=$?
|
| 28 |
+
|
| 29 |
+
if [ $SFT_EXIT_CODE -eq 0 ]; then
|
| 30 |
+
echo "SFT completed successfully for filtered_top_10pct"
|
| 31 |
+
echo "Filter: filtered_top_10pct - Completed successfully at $(date)" >> "checkpoints/auc_filtered_sft/20250922_060348/experiment_log.txt"
|
| 32 |
+
elif [ $SFT_EXIT_CODE -eq 124 ]; then
|
| 33 |
+
echo "SFT timed out for filtered_top_10pct (2 hour limit)"
|
| 34 |
+
echo "Filter: filtered_top_10pct - Timed out at $(date)" >> "checkpoints/auc_filtered_sft/20250922_060348/experiment_log.txt"
|
| 35 |
+
else
|
| 36 |
+
echo "SFT failed for filtered_top_10pct with exit code $SFT_EXIT_CODE"
|
| 37 |
+
echo "Filter: filtered_top_10pct - Failed with exit code $SFT_EXIT_CODE at $(date)" >> "checkpoints/auc_filtered_sft/20250922_060348/experiment_log.txt"
|
| 38 |
+
fi
|
| 39 |
+
|
| 40 |
+
echo "Completed SFT training for filtered_top_10pct"
|
20250922_060348/sft_results/filtered_top_10pct/sft_training_data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:451730a80246536b49d7d3d156a9b7726d517388ea4961ce638129d00b5b230f
|
| 3 |
+
size 205794
|
20250922_060348/sft_results/filtered_top_10pct/training_log.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
20250922_060348/sft_results/filtered_top_10pct/training_summary.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"experiment": "simple_sft_training",
|
| 3 |
+
"timestamp": "2025-09-22_06:12:27",
|
| 4 |
+
"model": "Qwen/Qwen2.5-1.5B",
|
| 5 |
+
"trained_model": "/fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct/global_step_236",
|
| 6 |
+
"train_dataset": "checkpoints/auc_filtered_sft/20250922_060348/filtered_data/filtered_top_10pct.parquet",
|
| 7 |
+
"test_dataset": "data/big-math_tiny_instruct/test.parquet",
|
| 8 |
+
"test_accuracy": "-1.0",
|
| 9 |
+
"hyperparameters": {
|
| 10 |
+
"sft_epochs": 2,
|
| 11 |
+
"sft_batch_size": 4,
|
| 12 |
+
"nproc_per_node": 1
|
| 13 |
+
},
|
| 14 |
+
"output_directory": "/fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/checkpoints/auc_filtered_sft/20250922_060348/sft_results/filtered_top_10pct"
|
| 15 |
+
}
|
20250922_060348/sft_results/filtered_top_20pct/evaluation/comparison.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56649d06691f7085a7ba86ee83d137c2c12048391abbf3752c8d49bc7e2547df
|
| 3 |
+
size 2060123
|
20250922_060348/sft_results/filtered_top_20pct/evaluation/comparison_summary.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Dataset 1: /fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/verl/data/big-math_tiny_instruct/test.parquet
|
| 2 |
+
Dataset 2: /fsx-sfai/dedicated-fsx-data-repo-pretraining-gl-ap-south-1/shared_experiments/wxpeng/verl/data/big-math_tiny_instruct/test.parquet
|
| 3 |
+
|
| 4 |
+
Dataset 1 accuracy: 0.4867
|
| 5 |
+
Dataset 2 accuracy: 0.4867
|
| 6 |
+
Accuracy difference: 0.0000
|
| 7 |
+
Cases hacking: 0
|
| 8 |
+
|
| 9 |
+
Cases nonhacking: 730
|
| 10 |
+
|
| 11 |
+
=== Example Interesting Cases ===
|