paper-with-me

홈 › Papers

YUAN 2.0: A Large Language Model with Localized Filtering-based Attention

2023-11-27 · Shaohua Wu, Xudong Zhao, Shenling Wang, Jiangang Luo, Lingjun Li, Xi Chen, Bing Zhao, Wei Wang, Tong Yu, Rongguo Zhang, Jiahua Zhang, Chao Wang

In this work, we develop and release Yuan 2.0, a series of large language models with parameters ranging from 2.1 billion to 102.6 billion. The Localized Filtering-based Attention (LFA) is introduced to incorporate prior knowledge of local dependencies of natural language into Attention. A data filtering and generating system is presented to build pre-training and fine-tuning dataset in high quality. A distributed training method with non-uniform pipeline parallel, data parallel, and optimizer parallel is proposed, which greatly reduces the bandwidth requirements of intra-node communication, and achieves good performance in large-scale distributed training. Yuan 2.0 models display impressive ability in code generation, math problem-solving, and chatting compared with existing models. The latest version of YUAN 2.0, including model weights and source code, is accessible at Github.

📄 PDF Abstract BibTeX arXiv:2311.15786

Code (2)

ieit-yuan/yuan-2.0 공식 구현 pytorch
lastmile-ai/aiconfig

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language ModelMath

Similar Papers 제목 키워드 기반

Hunyuan-TurboS: Advancing Large Language Models through Mamba-Transformer Synergy and Adaptive Chain-of-Thought

2025-05-21 · Ao Liu, Botong Zhou, Can Xu, Chayse Zhou 외

As Large Language Models (LLMs) rapidly advance, we introduce Hunyuan-TurboS, a novel large hybrid Transformer-Mamba Mixture of Experts (MoE) model. It synergistically combines Mamba's long-sequence processing efficiency…

ChatbotInstruction FollowingMambaMixture-of-Experts

Yuan 2.0-M32: Mixture of Experts with Attention Router

2024-05-28 · Shaohua Wu, Jiangang Luo, Xi Chen, Lingjun Li 외

Yuan 2.0-M32, with a similar base architecture as Yuan-2.0 2B, uses a mixture-of-experts architecture with 32 experts of which 2 experts are active. A new router network, Attention Router, is proposed and adopted for a m…

ARCMathMixture-of-Experts

Fast Video Generation with Sliding Tile Attention

2025-02-06 · Peiyuan Zhang, Yongqi Chen, Runlong Su, Hangliang Ding 외

Diffusion Transformers (DiTs) with 3D full attention power state-of-the-art video generation, but suffer from prohibitive compute cost -- when generating just a 5-second 720P video, attention alone takes 800 out of 945 s…

Video Generation

Yuan3.0 Flash: An Open Multimodal Large Language Model for Enterprise Applications

2026-01-05 · YuanLab. ai, :, Shawn Wu, Sean Wang 외 arxiv

We introduce Yuan3.0 Flash, an open-source Mixture-of-Experts (MoE) MultiModal Large Language Model featuring 3.7B activated parameters and 40B total parameters, specifically designed to enhance performance on enterprise…

Hunyuan-Large: An Open-Source MoE Model with 52 Billion Activated Parameters by Tencent

2024-11-04 · Xingwu Sun, Yanfeng Chen, Yiqing Huang, Ruobing Xie 외

In this paper, we introduce Hunyuan-Large, which is currently the largest open-source Transformer-based mixture of experts model, with a total of 389 billion parameters and 52 billion activation parameters, capable of ha…

Logical ReasoningMathematical Problem-SolvingMixture-of-Experts