paper-with-me

Papers

Baichuan 2: Open Large-scale Language Models

2023-09-19 · Aiyuan Yang, Bin Xiao, Bingning Wang, Borong Zhang, Ce Bian, Chao Yin, Chenxu Lv, Da Pan, Dian Wang, Dong Yan, Fan Yang, Fei Deng, Feng Wang, Feng Liu, Guangwei Ai, Guosheng Dong, Haizhou Zhao, Hang Xu, Haoze Sun, Hongda Zhang, Hui Liu, Jiaming Ji, Jian Xie, Juntao Dai, Kun Fang, Lei Su, Liang Song, Lifeng Liu, Liyun Ru, Luyao Ma, Mang Wang, Mickel Liu, MingAn Lin, Nuolan Nie, Peidong Guo, Ruiyang Sun, Tao Zhang, Tianpeng Li, Tianyu Li, Wei Cheng, WeiPeng Chen, Xiangrong Zeng, Xiaochuan Wang, Xiaoxi Chen, Xin Men, Xin Yu, Xuehai Pan, Yanjun Shen, Yiding Wang, Yiyu Li, Youxin Jiang, Yuchen Gao, Yupeng Zhang, Zenan Zhou, Zhiying Wu

Large language models (LLMs) have demonstrated remarkable performance on a variety of natural language tasks based on just a few examples of natural language instructions, reducing the need for extensive feature engineering. However, most powerful LLMs are closed-source or limited in their capability for languages other than English. In this technical report, we present Baichuan 2, a series of large-scale multilingual language models containing 7 billion and 13 billion parameters, trained from scratch, on 2.6 trillion tokens. Baichuan 2 matches or outperforms other open-source models of similar size on public benchmarks like MMLU, CMMLU, GSM8K, and HumanEval. Furthermore, Baichuan 2 excels in vertical domains such as medicine and law. We will release all pre-training model checkpoints to benefit the research community in better understanding the training dynamics of Baichuan 2.

📄 PDF Abstract BibTeX arXiv:2309.10305

Code (2)

baichuan-inc/baichuan2 공식 구현 pytorch
2024-MindSpore-1/Code2/tree/main/model-1/baichuan mindspore

Tasks

Feature EngineeringGSM8KHumanEvalMMLU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

BaichuanSEED: Sharing the Potential of ExtensivE Data Collection and Deduplication by Introducing a Competitive Large Language Model Baseline

2024-08-27 · Guosheng Dong, Da Pan, Yiding Sun, Shusen Zhang 외

The general capabilities of Large Language Models (LLM) highly rely on the composition and selection on extensive pretraining datasets, treated as commercial secrets by several institutions. To mitigate this issue, we op…

Language ModelingLanguage ModellingLarge Language Model

Baichuan-M3: Modeling Clinical Inquiry for Reliable Medical Decision-Making

2026-02-06 · Baichuan-M3 Team, :, Chengfeng Dou, Fan Yang 외 arxiv

We introduce Baichuan-M3, a medical-enhanced large language model engineered to shift the paradigm from passive question-answering to active, clinical-grade decision support. Addressing the limitations of existing system…

Baichuan-M1: Pushing the Medical Capability of Large Language Models

2025-02-18 · Bingning Wang, Haizhou Zhao, Huozhi Zhou, Liang Song 외

The current generation of large language models (LLMs) is typically designed for broad, general-purpose applications, while domain-specific LLMs, especially in vertical fields like medicine, remain relatively scarce. In …

Baichuan4-Finance Technical Report

2024-12-17 · Hanyu Zhang, Boyu Qiu, Yuhao Feng, Shuqi Li 외

Large language models (LLMs) have demonstrated strong capabilities in language understanding, generation, and reasoning, yet their potential in finance remains underexplored due to the complexity and specialization of fi…

Baichuan-Omni Technical Report

2024-10-11 · Yadong Li, Haoze Sun, MingAn Lin, Tianpeng Li 외

The salient multimodal capabilities and interactive experience of GPT-4o highlight its critical role in practical applications, yet it lacks a high-performing open-source counterpart. In this paper, we introduce Baichuan…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+1