The GSPO backbone uses sequence-level importance ratios with token-level correction. NAS-PO adds trajectory-level NAS-AS advantage scaling and positive-anchored AAC routing consolidation.
The paper's main results do not separately report a score for this optimizer/scale combination. No unpublished score is claimed here.
1from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
2
3repo = "ANke121/NAS-PO-GSPO-Qwen3-VL-32B"
4model = Qwen3VLForConditionalGeneration.from_pretrained(repo, torch_dtype="auto", device_map="auto")
5processor = AutoProcessor.from_pretrained(repo)
This is a research checkpoint. Outputs may be incorrect; verify them before consequential use. Citation metadata will be added after the paper is public.