awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openlm-research avatar

openlm-research/open_llama

0
View on GitHub↗
7,526 星标·405 分支·Apache-2.0·4 次浏览

Open Llama

Open Llama is an open source large language model and pre-trained transformer designed as a permissively licensed alternative to proprietary weights. It serves as a base model reproduction of the Llama architecture, providing a set of weights for a decoder-only transformer.

The project provides a transparently trained model based on the RedPajama dataset, supporting unrestricted commercial and research use. It includes systems for serving pre-trained weights in various sizes.

The project covers natural language processing research and performance benchmarking through text quality evaluation harnesses. It is designed for integration with deep learning frameworks and research pipelines.

Features

  • Transformer Architecture Implementation - Provides a complete implementation of the Llama architecture as a permissively licensed alternative to proprietary weights.
  • Large Language Models - Ships a pre-trained base model designed for downstream research and fine-tuning applications.
  • Transformer Architectures - Implements a transformer-based architecture using stacked self-attention layers and feed-forward networks.
  • Natural Language Processing - Serves as a reproducible baseline for developing and testing new natural language processing techniques.
  • Causal Language Modeling - Implements the architectural objective of predicting the next token in a sequence by masking future tokens.
  • Data Curation - Utilizes the RedPajama dataset through rigorous filtering and refinement to ensure a high-quality training corpus.
  • Open Source Models - Provides a transparently trained model that allows for unrestricted commercial and research use.
  • Pre-trained Models - Supplies a set of pre-trained weights for a decoder-only transformer based on large-scale data.
  • Deep Learning Framework Implementations - Ensures compatibility between model implementations and industry-standard libraries like PyTorch and JAX.
  • Deep Learning Pipelines - Provides compatibility with deep learning pipelines to integrate the model into existing research workflows.
  • Text - Provides standardized harnesses to measure the accuracy and performance of generated text.
  • LLM Benchmarking - Includes standardized evaluation harnesses to measure text generation quality and accuracy against other models.
  • Rotary Positional Embeddings - Uses rotary positional embeddings to encode relative token positions through vector rotation in a complex plane.
  • RMS Normalizations - Employs root mean square normalization to stabilize internal activations and improve training convergence.
  • KV Cache Management - Includes strategies for optimizing the key-value cache to avoid redundant computations during text generation.
  • Large Language Model Deployments - Includes systems for serving pre-trained weights in various sizes for deployment on private hardware.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Star 历史

openlm-research/open_llama 的 Star 历史图表openlm-research/open_llama 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

openlm-research/open_llama 是做什么的?

Open Llama is an open source large language model and pre-trained transformer designed as a permissively licensed alternative to proprietary weights. It serves as a base model reproduction of the Llama architecture, providing a set of weights for a decoder-only transformer.

openlm-research/open_llama 的主要功能有哪些?

openlm-research/open_llama 的主要功能包括:Transformer Architecture Implementation, Large Language Models, Transformer Architectures, Natural Language Processing, Causal Language Modeling, Data Curation, Open Source Models, Pre-trained Models。

openlm-research/open_llama 有哪些开源替代品?

openlm-research/open_llama 的开源替代品包括: stability-ai/stablelm — StableLM is a pre-trained transformer-based large language model designed for natural language generation and… thudm/glm-130b — GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… datawhalechina/tiny-universe — Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as… microsoft/nlp-recipes — nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing…

Open Llama 的开源替代方案

相似的开源项目,按与 Open Llama 的功能重合度排序。
  • stability-ai/stablelmStability-AI 的头像

    Stability-AI/StableLM

    15,699在 GitHub 上查看↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Jupyter Notebook
    在 GitHub 上查看↗15,699
  • thudm/glm-130bTHUDM 的头像

    THUDM/GLM-130B

    7,649在 GitHub 上查看↗

    GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing tasks in both English and Chinese. It functions as an autoregressive language model and text generator capable of producing long-form content and predicting missing phrases. The model utilizes an autoregressive blank-filling architecture and a bidirectional dense transformer to process text. This approach allows the system to transition between understanding context through masked language modeling and generating sequential text using specific mask tokens. The project covers

    Python
    在 GitHub 上查看↗7,649
  • databrickslabs/dollydatabrickslabs 的头像

    databrickslabs/dolly

    10,795在 GitHub 上查看↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Python
    在 GitHub 上查看↗10,795
  • nyandwi/machine_learning_completeNyandwi 的头像

    Nyandwi/machine_learning_complete

    4,983在 GitHub 上查看↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    在 GitHub 上查看↗4,983
查看 Open Llama 的所有 30 个替代方案→