EAPO-SFT checkpoint 500

This private model repository contains checkpoint-500 from the Distill-HQ cold-start SFT run used in the EAPO project.

Checkpoint identity

  • Base model: Qwen/Qwen2.5-VL-7B-Instruct
  • Training stage: Distill-HQ supervised cold start
  • Global step: 500
  • Recorded epoch: 0.4699248120300752
  • Format: Transformers-compatible full model, split across four safetensors shards

This is an intermediate checkpoint from the same cold-start run. It is not the final step-1064 checkpoint selected by the canonical Full EAPO launcher.

Loading

from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration

model_id = "CewEhao/EAPO-SFT"
processor = AutoProcessor.from_pretrained(model_id)
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

Access requires authorization because this repository is private.

Included files

The repository contains model weights, their index, model and generation configuration, processor configuration, tokenizer files, and the chat template.

Training-only state is deliberately excluded: no trainer_state.json, training_args.bin, optimizer state, scheduler state, logs, datasets, credentials, or machine-local paths are published.

Reproducibility scope

This artifact reproduces the model state at step 500. Exact continuation of the original trainer state is not supported because trainer and optimizer state are intentionally excluded. EAPO training code is maintained separately at https://github.com/Echochef/EAPO.

Downloads last month
16
Safetensors
Model size
849k params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for CewEhao/EAPO-SFT

Finetuned
(1215)
this model