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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yandex avatar

yandex/YaLM-100B

0
View on GitHub↗
3,759 estrellas·290 forks·Python·Apache-2.0·14 vistas

YaLM 100B

YaLM-100B is a large language model and open-weights AI model designed for generating and processing natural language text. It functions as a multilingual text generator optimized for producing and understanding human language content specifically in English and Russian.

The model is built for large scale language modeling and open source AI research, providing a foundation for text-based machine learning tasks. It utilizes a decoder-only transformer architecture with a multilingual embedding space to map English and Russian text into a shared vector space.

Its broader capabilities cover natural language processing, including the ability to generate written content and process multiple languages through predictive token sampling.

Features

  • Prompt-Based Text Generation - Generates written content conditioned on input prompts using a large-scale generative model.
  • Decoder Architectures - Utilizes a decoder-only transformer architecture to predict the next token in a sequence autoregressively.
  • Multilingual Text Generation - Generates human-like text in both English and Russian using a single optimized model.
  • Large Language Models - Provides a large-scale language model designed for diverse natural language processing tasks.
  • Multilingual Text Embeddings - Maps English and Russian text into a shared multilingual embedding space to maintain semantic meaning.
  • Natural Language Processing - Processes and understands natural language content across multiple linguistic regions, specifically English and Russian.
  • Distribution-Based Sampling - Employs probability distribution-based sampling and greedy selection to determine the final output tokens.
  • Model Scaling - Increases reasoning ability and capacity by stacking a high number of identical transformer blocks.
  • Open-Weights Models - Provides pre-trained model weights openly to developers and researchers for machine learning tasks.
  • Causal Masking - Uses a causal self-attention mechanism to restrict the model from looking at future tokens during training.
  • Language Model Research - Serves as a foundation model for researchers to study and improve large-scale language model behavior.
  • Decoder Models - Large-scale autoregressive language model.
  • General Purpose Models - Large-scale autoregressive model for diverse generative language tasks.
  • Large Language Models - Large-scale model for text generation and processing.

Historial de estrellas

Gráfico del historial de estrellas de yandex/yalm-100bGráfico del historial de estrellas de yandex/yalm-100b

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a YaLM 100B

Proyectos open-source similares, clasificados según cuántas características comparten con YaLM 100B.
  • thudm/chatglm2-6bAvatar de THUDM

    THUDM/ChatGLM2-6B

    15,565Ver en GitHub↗

    ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in both English and Chinese. It functions as a bilingual chat model capable of processing and maintaining coherence across text sequences up to 32K tokens. The model is optimized for local deployment through precision quantization, which reduces memory requirements to allow execution on consumer-grade hardware. It supports distributing model weights across multiple graphics cards to handle parameters that exceed the memory of a single device. The project covers capabilities for

    Python
    Ver en GitHub↗15,565
  • xai-org/grok-1Avatar de xai-org

    xai-org/grok-1

    51,690Ver en GitHub↗

    Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token. The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution. The project covers large-scale model inference, including text comp

    Python
    Ver en GitHub↗51,690
  • thudm/glm-130bAvatar de THUDM

    THUDM/GLM-130B

    7,649Ver en 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
    Ver en GitHub↗7,649
  • facebookresearch/llamaAvatar de facebookresearch

    facebookresearch/llama

    59,466Ver en GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Python
    Ver en GitHub↗59,466
Ver las 30 alternativas a YaLM 100B→

Preguntas frecuentes

¿Qué hace yandex/yalm-100b?

YaLM-100B is a large language model and open-weights AI model designed for generating and processing natural language text. It functions as a multilingual text generator optimized for producing and understanding human language content specifically in English and Russian.

¿Cuáles son las características principales de yandex/yalm-100b?

Las características principales de yandex/yalm-100b son: Prompt-Based Text Generation, Decoder Architectures, Multilingual Text Generation, Large Language Models, Multilingual Text Embeddings, Natural Language Processing, Distribution-Based Sampling, Model Scaling.

¿Qué alternativas de código abierto existen para yandex/yalm-100b?

Las alternativas de código abierto para yandex/yalm-100b incluyen: thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… thudm/glm-130b — GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing… xai-org/grok-1 — Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It… facebookresearch/llama — Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer… datawhalechina/so-large-lm — This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of… thudm/glm-4 — GLM-4 is an open weights large language model designed as a multimodal chat system. It functions as a…