Sequence extraction benchmark CPT (prefix=50, suffix=50, 6 categories, Qwen3 tokenizer)
Browse files
seq_extraction_cpt_p50.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
seq_extraction_cpt_p50_summary.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_samples": 600,
|
| 3 |
+
"n_per_category": 100,
|
| 4 |
+
"prefix_tokens": 50,
|
| 5 |
+
"suffix_tokens": 50,
|
| 6 |
+
"num_canary": 100,
|
| 7 |
+
"per_category": {
|
| 8 |
+
"function_complex": 100,
|
| 9 |
+
"function_simple": 100,
|
| 10 |
+
"documentation": 100,
|
| 11 |
+
"license": 100,
|
| 12 |
+
"test": 100,
|
| 13 |
+
"config": 100
|
| 14 |
+
},
|
| 15 |
+
"training_distribution": {
|
| 16 |
+
"config": 1000,
|
| 17 |
+
"documentation": 1459,
|
| 18 |
+
"function_complex": 4546,
|
| 19 |
+
"function_simple": 4820,
|
| 20 |
+
"license": 2524,
|
| 21 |
+
"test": 6767
|
| 22 |
+
},
|
| 23 |
+
"tokenizer": "Qwen/Qwen3-4B-Instruct-2507",
|
| 24 |
+
"dataset": "datasets/6_cpt/cpt_train.jsonl.gz",
|
| 25 |
+
"seed": 42
|
| 26 |
+
}
|