开源大语言模型

这些大模型的授权协议都是可以被用于商业使用(例如: Apache 2.0, MIT, OpenRAIL-M)

Language Model(语言模型)Release Date(发布日期)CheckpointsPaper/Blog(论文/博客)Params (B)(参数)Context Length(上下文长度)Licence(授权协议)Try it(试一试)
T52019/10T5 & Flan-T5, Flan-T5-xxl (HF)Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer0.06 – 11512Apache 2.0T5-Large
UL22022/10UL2 & Flan-UL2, Flan-UL2 (HF)UL2 20B: An Open Source Unified Language Learner20512, 2048Apache 2.0
Cerebras-GPT2023/03Cerebras-GPTCerebras-GPT: A Family of Open, Compute-efficient, Large Language Models (Paper)0.111 – 132048Apache 2.0Cerebras-GPT-1.3B
Open Assistant (Pythia family)2023/03OA-Pythia-12B-SFT-8, OA-Pythia-12B-SFT-4, OA-Pythia-12B-SFT-1Democratizing Large Language Model Alignment122048Apache 2.0Pythia-2.8B
Pythia2023/04pythia 70M – 12BPythia: A Suite for Analyzing Large Language Models Across Training and Scaling0.07 – 122048Apache 2.0
Dolly2023/04dolly-v2-12bFree Dolly: Introducing the World’s First Truly Open Instruction-Tuned LLM3, 7, 122048MIT
DLite2023/05dlite-v2-1_5bAnnouncing DLite V2: Lightweight, Open LLMs That Can Run Anywhere0.124 – 1.51024Apache 2.0DLite-v2-1.5B
RWKV2021/08RWKV, ChatRWKVThe RWKV Language Model (and my LM tricks)0.1 – 14infinity (RNN)Apache 2.0
GPT-J-6B2023/06GPT-J-6B, GPT4All-JGPT-J-6B: 6B JAX-Based Transformer62048Apache 2.0
GPT-NeoX-20B2022/04GPT-NEOX-20BGPT-NeoX-20B: An Open-Source Autoregressive Language Model202048Apache 2.0
Bloom2022/11BloomBLOOM: A 176B-Parameter Open-Access Multilingual Language Model1762048OpenRAIL-M v1
StableLM-Alpha2023/04StableLM-AlphaStability AI Launches the First of its StableLM Suite of Language Models3 – 654096CC BY-SA-4.0
FastChat-T52023/04fastchat-t5-3b-v1.0We are excited to release FastChat-T5: our compact and commercial-friendly chatbot!3512Apache 2.0
h2oGPT2023/05h2oGPTBuilding the World’s Best Open-Source Large Language Model: H2O.ai’s Journey12 – 20256 – 2048Apache 2.0
MPT-7B2023/05MPT-7B, MPT-7B-InstructIntroducing MPT-7B: A New Standard for Open-Source, Commercially Usable LLMs784k (ALiBi)Apache 2.0, CC BY-SA-3.0
RedPajama-INCITE2023/05RedPajama-INCITEReleasing 3B and 7B RedPajama-INCITE family of models including base, instruction-tuned & chat models3 – 72048Apache 2.0RedPajama-INCITE-Instruct-3B-v1
OpenLLaMA2023/05open_llama_3b, open_llama_7b, open_llama_13bOpenLLaMA: An Open Reproduction of LLaMA3, 72048Apache 2.0OpenLLaMA-7B-Preview_200bt
Falcon2023/05Falcon-180B, Falcon-40B, Falcon-7BThe RefinedWeb Dataset for Falcon LLM: Outperforming Curated Corpora with Web Data, and Web Data Only180, 40, 72048Apache 2.0
MPT-30B2023/06MPT-30B, MPT-30B-instructMPT-30B: Raising the bar for open-source foundation models308192Apache 2.0, CC BY-SA-3.0MPT 30B inference code using CPU
LLaMA 22023/06LLaMA 2 WeightsLlama 2: Open Foundation and Fine-Tuned Chat Models7 – 704096Custom Free if you have under 700M users and you cannot use LLaMA outputs to train other LLMs besides LLaMA and its derivativesHuggingChat
OpenLM2023/09OpenLM 1B, OpenLM 7BOpen LM: a minimal but performative language modeling (LM) repository1, 72048MIT
Mistral 7B2023/09Mistral-7B-v0.1, Mistral-7B-Instruct-v0.1Mistral 7B74096-16K with Sliding WindowsApache 2.0Mistral Transformer
OpenHermes2023/09OpenHermes-7B, OpenHermes-13BNous Research7, 134096MITOpenHermes-V2 Finetuned on Mistral 7B
SOLAR2023/12Solar-10.7BUpstage10.74096apache-2.0
phi-22023/12phi-2 2.7BMicrosoft2.72048MIT
OLMo2024/02OLMo 1B, OLMo 7B, OLMo 7B Twin 2TAI21,72048Apache 2.0
Gemma2024/02Gemma 7B, Gemma 7B it, Gemma 2B, Gemma 2B itTechnical report2-78192Gemma Terms of Use
Zephyr2023/11Zephyr 7BWebsite78192Apache 2.0

Licences 是什么意思?

  • Apache 2.0: 允许用户为任何目的使用软件,发布、修改软件,并根据许可证的条款发布修改后的软件版本,而无需考虑版税。
  • MIT: 类似于Apache 2.0,但更短更简单。此外,与Apache 2.0相比,不需要声明对原始代码的任何重大更改。
  • CC BY-SA-4.0: 允许(i)复制和重新分发材料,以及(ii)混合、转换和构建材料
    出于任何目的,甚至是商业目的。但如果你选择了后者,你必须在与原版相同的许可下分发你的贡献。(因此,对于内部团队来说可能是不可行的。)
  • OpenRAIL-M v1: 允许免费访问和灵活的下游使用和共享模型及其修改,并附带一组使用限制(见附件a)
  • BSD-3-Clause: 此版本允许为任何目的无限制地重新发布,只要其版权声明和许可证的免责声明保持不变。

⚠️ 免责声明: 本页面中提供的信息不构成,也不打算构成法律意见。本站对使用该模型的第三方的行为不负责。为商业目的使用模型前请咨询律师。

赞赏

微信赞赏支付宝赞赏