iamPi commited on
Commit
5290c1b
·
verified ·
1 Parent(s): 9a03f94

49k_missing_e40: k=3 teacher rollouts, lp_thought echo, epoch 40

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ 49k_missing_e40.jsonl filter=lfs diff=lfs merge=lfs -text
49k_missing_e40.errors.jsonl ADDED
File without changes
49k_missing_e40.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b70eb3bc2fe47ed65091baadbb47f2baaf34e396da8179394bf676efa411d8
3
+ size 813501085
49k_missing_e40.meta.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "teacher": {
3
+ "repo": "Qwen/Qwen3.8-27B",
4
+ "revision": "1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0"
5
+ },
6
+ "sampling": {
7
+ "temperature": 0.8,
8
+ "n_samples": 3,
9
+ "max_tokens_default": 1792,
10
+ "max_tokens_by_kind": {
11
+ "bash": [
12
+ 1024,
13
+ 768
14
+ ],
15
+ "tool_call": [
16
+ 1024,
17
+ 768
18
+ ],
19
+ "boxed": [
20
+ 1024,
21
+ 768
22
+ ],
23
+ "text": [
24
+ 1024,
25
+ 768
26
+ ],
27
+ "terminus_json": [
28
+ 1024,
29
+ 768
30
+ ]
31
+ },
32
+ "add_special_tokens": false,
33
+ "requests_per_turn": 1,
34
+ "prompt": "evalsrv.chat.gen_prompt",
35
+ "split": "evalsrv.chat.split_rollout(require_think_close=False)"
36
+ },
37
+ "echo": {
38
+ "fn": "evalsrv.vllm_client.VllmModel.score_thought",
39
+ "thought_echo": true,
40
+ "fields": "lp_thought=lpC(z_C|x), mean logprob per byte; lp_own / lp_empty not computed (null)"
41
+ },
42
+ "corpus": {
43
+ "corpus_epoch": 40,
44
+ "manifest_sha256": "fe61418440d66487e8887f1c98f577e82e870b8734d6e92a9aa6a1b399c7dd54",
45
+ "schema_version": 3,
46
+ "view_spec": "duel_turns@v4",
47
+ "corpus_base_url": "https://data.affine.io"
48
+ },
49
+ "weight_version_key": 14,
50
+ "merged_at": "2026-09-15T13:31:09.803283+00:00",
51
+ "turn_ids_file": "/mnt/fast/shared/gendata_49k/ids/all.txt",
52
+ "n_turn_ids": 49341,
53
+ "n_turns": 49341,
54
+ "n_missing": 0,
55
+ "missing_by_error": {},
56
+ "parts": [
57
+ {
58
+ "file": "/mnt/fast/shared/gendata_49k/out/part_0.jsonl",
59
+ "n_turns": 12336
60
+ },
61
+ {
62
+ "file": "/mnt/fast/shared/gendata_49k/out/part_1.jsonl",
63
+ "n_turns": 12335
64
+ },
65
+ {
66
+ "file": "/mnt/fast/shared/gendata_49k/out/part_2.jsonl",
67
+ "n_turns": 12335
68
+ },
69
+ {
70
+ "file": "/mnt/fast/shared/gendata_49k/out/part_3.jsonl",
71
+ "n_turns": 12335
72
+ }
73
+ ]
74
+ }
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # missing
2
+
3
+ Teacher rollouts (k=3, temperature 0.8, max_tokens 1792) with thought echo scores for
4
+ 49,341 of the 49,341 Affine corpus-D turn_ids in
5
+ [`vuhaian/49k_missing`](https://huggingface.co/datasets/vuhaian/49k_missing) (`turn_ids.txt`),
6
+ at corpus epoch 40 (manifest `fe61418440d6`, view `duel_turns@v4`).
7
+
8
+ ## Generation
9
+
10
+ - Teacher `Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0`, vLLM 0.28.0, TP=1 x 32 replicas (4 x 8 H200)
11
+ - Prompt `evalsrv.chat.gen_prompt` (ends inside `<think>`); 3 samples per turn in one `n=3` request,
12
+ max_tokens = `[duel]` max_thought_tokens 1024 + max_action_tokens 768 = 1792
13
+ - Split `evalsrv.chat.split_rollout`: z = thought, y = action
14
+ - Echo: `lp_thought` = lpC(z|x), mean logprob per byte (`VllmModel.score_thought`);
15
+ `lp_own` / `lp_empty` are not computed (null)
16
+
17
+ Per turn: `turn_id, action_kind, source, stratum, corpus_epoch, prompt_tail, max_tokens,
18
+ temperature, n_parsed, rollouts[3]`. Per rollout: `raw` (completion as sampled), `reasoning`,
19
+ `content`, `z`, `y`, `parsed`, `finish_reason`, `prompt_tokens`, `completion_tokens`,
20
+ `think_closed`, `lp_thought`, `lp_own`, `lp_empty`. Prompts are not stored.
21
+ Rows follow the order of `turn_ids.txt`.
22
+
23
+ ## Files
24
+
25
+ - `49k_missing_e40.jsonl`: 49,341 turns
26
+ - `49k_missing_e40.meta.json`: teacher / sampling / echo / corpus stamps
27
+ - `49k_missing_e40.errors.jsonl`: 0 turn_ids without a row ({})
28
+
29
+ ## Stats
30
+
31
+ - 148,023 rollouts: 92.1% parsed, 89.7% closed `</think>`,
32
+ 12.5% hit max_tokens; 2,043 turns with 0/3 parsed
33
+ - mean prompt 4,337 tokens, mean completion 513 tokens
34
+ - action_kind: bash 24,551, tool_call 15,097, text 8,674, terminus_json 880, boxed 139