How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="anonseoul/qwen25vl7b-pgn-clean-ckpt5000")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModelForMultimodalLM
model = AutoModelForMultimodalLM.from_pretrained("anonseoul/qwen25vl7b-pgn-clean-ckpt5000", device_map="auto")
Quick Links

anonseoul/qwen25vl7b-pgn-clean-ckpt5000

Artifact type: weights-only.

Source run: tvc_Qwen2_5-VL-7B-Instruct_v2_pgn_maximg672_bs4_ga4_h200x4_save500_max24465 W&B: https://wandb.ai/mir_lab/mm-pgn/runs/d1uc2qf9 Checkpoint step: 5000 Source path on launch pod: /home/irteam/data/junhyeok/cache_backup/tvc_Qwen2_5-VL-7B-Instruct_v2_pgn_maximg672_bs4_ga4_h200x4_save500_max24465/checkpoint-5000

Warning

Clean pre-break checkpoint from the original seed-42 run. The original run later showed a severe post-5000 copy-metric collapse, so this checkpoint is kept as the recovery source rather than as evidence that later steps were healthy.

Metrics At Checkpoint

Metric Value
eval/loss 0.308446
eval/mean_copy_accuracy 0.995055
eval/mean_gen_accuracy 0.884841
eval/mean_token_accuracy 0.897334
eval/z_loss 0.000583555
eval/copy_logits_max -6.47397
train/loss at step 4999 0.2573
train/mean_copy_accuracy at step 4999 0.995776
train/mean_gen_accuracy at step 4999 0.891306
train/mean_token_accuracy at step 4999 0.912032

File Contents

This repo excludes global_step*, rng_state*.pth, scheduler.pt, trainer_state.json, training_args.bin, and zero_to_fp32.py.

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

Model tree for anonseoul/qwen25vl7b-pgn-clean-ckpt5000

Finetuned
(1200)
this model