# var **Repository Path**: hf-models/var ## Basic Information - **Project Name**: var - **Description**: Var 是一个通用的预训练模型,用于处理多种自然语言处理和文本生成任务,具有良好的效果。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-10 - **Last Updated**: 2024-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- license: mit datasets: - imagenet-1k language: - en - zh --- # Model Card for VAR (Visual AutoRegressive) Transformers 🔥 [![arXiv](https://img.shields.io/badge/arXiv%20papr-2404.02905-b31b1b.svg)](https://arxiv.org/abs/2404.02905)[![demo platform](https://img.shields.io/badge/Play%20with%20VAR%21-VAR%20demo%20platform-lightblue)](https://var.vision/demo) VAR is a new visual generation framework that makes GPT-style models surpass diffusion models **for the first time**🚀, and exhibits clear power-law Scaling Laws📈 like large language models (LLMs).

VAR redefines the autoregressive learning on images as coarse-to-fine "next-scale prediction" or "next-resolution prediction", diverging from the standard raster-scan "next-token prediction".

This repo is used for hosting VAR's checkpoints. For more details or tutorials see https://github.com/FoundationVision/VAR.