Views
No views yet
latent_checkpoint.ptsnapshot_download() is enough for either evaluation path.latent_checkpoint.pt with the original Coconut checkpoint needed for latent decodinglatent_metadata.json with c_thought, max_latent_stage, provenance, and attached eval metadataartifacts/source_wandb_config.yaml, artifacts/source_wandb_summary.json, and artifacts/source_wandb_metadata.jsonartifacts/eval_* files copied from local evaluation outputs when available| Field | Value |
|---|---|
| WandB run | qlivu0at |
| Run date | 2025-10-30 |
| Task | Flawed Fictions continuity error detection |
| Base model | Qwen/Qwen2.5-7B-Instruct |
| Git commit | db8d7fffcaac2bcdddae1f539ea5dea00996cd79 |
| Host / GPU | alexgurung-fftest-fsgsd-gmrs7 / NVIDIA H200 |
| Original checkpoint | /mnt/disk/coconut/checkpoints/qwen-coconut-ff-v2/checkpoint_13 |
| Checkpoint size | 14.2 GB |
| Generalization slug | coconut_ff_v2 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3repo_dir = "agurung/qwen-coconut-ff-v2"
4model = AutoModelForCausalLM.from_pretrained(repo_dir, torch_dtype="auto", device_map="auto")
5tokenizer = AutoTokenizer.from_pretrained(repo_dir)1from huggingface_hub import snapshot_download
2from pathlib import Path
3
4local_dir = Path(snapshot_download("agurung/qwen-coconut-ff-v2"))
5checkpoint = local_dir / "latent_checkpoint.pt"python -m litereason.experiments.generalization.evaluate_coconut --checkpoint "$LOCAL_DIR/latent_checkpoint.pt" --base-model-id "Qwen/Qwen2.5-7B-Instruct" --mode coconut --c-thought 1 --max-latent-stage 10 --test-file litereason/experiments/generalization/data/gsm8k.jsonl --prompt-variant standard --save-preds preds_gsm8k_standard.jsonl --num-samples 5 --use-chat-template| Field | Value |
|---|---|
| Project | coconut |
| Run name | qwen-coconut-ff-v2 |
| Train path | ff_data/train.json |
| Val path | ff_data/val.json |
| Use chat template | True |
| Use boxed answers | True |
| c_thought | 1 |
| epochs_per_stage | 2 |
| max_latent_stage | 10 |
| Batch size / GPU | 1 |
| Gradient accumulation | 64 |
| num_epochs | 14 |
| lr | 5e-05 |
| weight_decay | 0.01 |
| Metric | Value |
|---|---|
eval/loss | 0.588139960106383 |
train/loss | 0.76171875 |
train/epoch | 1 |
train/step | 188 |
combined_eval_with_sem.json: accuracy=0.5064516129032258, total_samples=None, 95% CI=[0.4634663301219705, 0.5494368956844812]ff_combined_eval.json: accuracy=0.6016129032258064, total_samples=620/mnt/volume3/coconut/wandb/run-20251030_005318-qlivu0at/files/config.yaml/mnt/volume3/coconut/wandb/run-20251030_005318-qlivu0at/files/wandb-summary.json/mnt/volume3/coconut/wandb/run-20251030_005318-qlivu0at/files/wandb-metadata.json/mnt/disk/baseline_colar/hf_prepared/coconut_ff_v2/standard_model