How to use from the
Use from the
Transformers library
# Gated model: Login with a HF token with gated access permission
hf auth login
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="ForgeryVCR-Team/ForgeryVCR")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ForgeryVCR-Team/ForgeryVCR", device_map="auto")
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

ForgeryVCR

ForgeryVCR is a visual-centric image-forensics agent built on Qwen3-VL-4B-Instruct. It actively calls ELA, FFT, NPP, and Zoom-In tools, classifies an image as authentic or tampered, and localizes manipulated regions with bounding boxes.

The released merged GRPO checkpoint is stored under GRPO/.

Download

hf download youqiwong/ForgeryVCR \
  --repo-type model \
  --include "GRPO/*" \
  --local-dir weights/ForgeryVCR

Use the checkpoint from the ForgeryVCR repository:

INFERENCE_MODEL_PATH=weights/ForgeryVCR/GRPO \
INFERENCE_DATASETS="all" \
bash scripts/run_inference.sh

The full tool definitions, prompts, preprocessing, SAM2 mask generation, and evaluation code are maintained in the project repository.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support