awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openlm-research avatar

openlm-research/open_llama

0
View on GitHub↗
7,526 stars·405 forks·Apache-2.0·4 vues

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.

Historique des stars

Graphique de l'historique des stars pour openlm-research/open_llamaGraphique de l'historique des stars pour openlm-research/open_llama

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de openlm-research/open_llama ?

Les fonctionnalités principales de openlm-research/open_llama sont : Transformer Architecture Implementation, Large Language Models, Transformer Architectures, Natural Language Processing, Causal Language Modeling, Data Curation, Open Source Models, Pre-trained Models.

Quelles sont les alternatives open-source à openlm-research/open_llama ?

Les alternatives open-source à openlm-research/open_llama incluent : 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…

Alternatives open source à Open Llama

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Open Llama.
  • stability-ai/stablelmAvatar de Stability-AI

    Stability-AI/StableLM

    15,699Voir sur 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
    Voir sur GitHub↗15,699
  • thudm/glm-130bAvatar de THUDM

    THUDM/GLM-130B

    7,649Voir sur 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
    Voir sur GitHub↗7,649
  • databrickslabs/dollyAvatar de databrickslabs

    databrickslabs/dolly

    10,795Voir sur 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
    Voir sur GitHub↗10,795
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Voir sur 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
    Voir sur GitHub↗4,983
Voir les 30 alternatives à Open Llama→