DarthVaderSenior commited on
Commit
ea16b14
·
verified ·
1 Parent(s): 7c0a36e

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +33 -0
  2. ema.safetensors +3 -0
  3. training_data_manifest.txt +10 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags: [world-model, sokoban, vlm-gym, bagel-7b-mot]
4
+ ---
5
+ # sokoban_easy_cot_chunk_k3_world_model_20260622_perseg (EMA, bf16)
6
+
7
+ Fine-tuned **BAGEL-7B-MoT** action-conditioned visual world model — step-5000 EMA weights,
8
+ **cast fp32 → bfloat16** (inference runs in bf16 autocast, so this is lossless for inference).
9
+ Inference / eval artifact only: **no optimizer state**, not a training-resume checkpoint.
10
+
11
+ - **Load into** the BAGEL-7B-MoT architecture (base: `ByteDance-Seed/BAGEL-7B-MoT`); this is the
12
+ EMA state dict (`ema.safetensors`).
13
+ - **Training data:** `ultrastar111/sokoban_easy_v8_cot_chunk_k3_world_model_20260622_perseg` (see manifest).
14
+ - **Recipe:** lr 2e-5, cosine, warmup 300, 5000 steps, tokens 40k, EMA 0.993, cold-start from vanilla BAGEL.
15
+ - Eval contract: per-segment decoder (`BAGEL_DECODER=perseg`), CFG off, stop-required success.
16
+ - License: CC-BY-NC-4.0 (research use).
17
+
18
+ <details><summary>training_data_manifest.txt</summary>
19
+
20
+ ```
21
+ STUDY: GT ENV-FEEDBACK CoT chunk world model (Structure A; re-ground on real frame every K)
22
+ chunk_size_K: 3
23
+ date_tag: 20260622_perseg
24
+ data_root: /data/home/raychai/hf_datasets/sokoban_easy_v8_cot_chunk_k3_world_model_20260622_perseg/training
25
+ dataset_config_yaml: ./data/configs/vlm_gym_sokoban_easy_imagined_cot_envfb_v8_res256_train.yaml (EnvFB loader 'interleaved_cot_envfb', data-dir overridden)
26
+ format: user(rules+cadence,frame0 ctx); assistant(<think> a<img>...K... </think> {K actions}); user("Env Feedback:" + REAL frame, loss0 INPUT) between chunks
27
+ loss: CE on assistant text; MSE on per-step imagined frames; Env-Feedback frame + label = loss=0 INPUT; frame0/instruction = context
28
+ init_from: VANILLA /home/jiaxin/unified_world_model/pretrained/BAGEL-7B-MoT (EMA)
29
+ hparams: lr 2e-5, warmup 300, cosine, total 5000, tokens 40000, ema 0.993, save_every 2500 (== self-rollout study)
30
+ git_rev: 0d99b8708bfc601355d9ad1a93ac678770fa3ba9
31
+
32
+ ```
33
+ </details>
ema.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4dd5e945e151e171328402d2ffebbf1c55a0d0831a0d33a10ac57d944abae44
3
+ size 29214685424
training_data_manifest.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ STUDY: GT ENV-FEEDBACK CoT chunk world model (Structure A; re-ground on real frame every K)
2
+ chunk_size_K: 3
3
+ date_tag: 20260622_perseg
4
+ data_root: /data/home/raychai/hf_datasets/sokoban_easy_v8_cot_chunk_k3_world_model_20260622_perseg/training
5
+ dataset_config_yaml: ./data/configs/vlm_gym_sokoban_easy_imagined_cot_envfb_v8_res256_train.yaml (EnvFB loader 'interleaved_cot_envfb', data-dir overridden)
6
+ format: user(rules+cadence,frame0 ctx); assistant(<think> a<img>...K... </think> {K actions}); user("Env Feedback:" + REAL frame, loss0 INPUT) between chunks
7
+ loss: CE on assistant text; MSE on per-step imagined frames; Env-Feedback frame + label = loss=0 INPUT; frame0/instruction = context
8
+ init_from: VANILLA /home/jiaxin/unified_world_model/pretrained/BAGEL-7B-MoT (EMA)
9
+ hparams: lr 2e-5, warmup 300, cosine, total 5000, tokens 40000, ema 0.993, save_every 2500 (== self-rollout study)
10
+ git_rev: 0d99b8708bfc601355d9ad1a93ac678770fa3ba9