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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yandex avatar

yandex/YaLM-100B

0
View on GitHub↗
3,759 stars·290 forks·Python·Apache-2.0·20 views

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.

Star history

Star history chart for yandex/yalm-100bStar history chart for yandex/yalm-100b

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does yandex/yalm-100b do?

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.

What are the main features of yandex/yalm-100b?

The main features of yandex/yalm-100b are: Prompt-Based Text Generation, Decoder Architectures, Multilingual Text Generation, Large Language Models, Multilingual Text Embeddings, Natural Language Processing, Distribution-Based Sampling, Model Scaling.

Which projects share features with yandex/yalm-100b?

Projects with overlapping indexed features include: 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…

Projects sharing features with YaLM 100B

These projects share indexed features with YaLM 100B. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • thudm/chatglm2-6bTHUDM avatar

    THUDM/ChatGLM2-6B

    15,565View on 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
    View on GitHub↗15,565
  • xai-org/grok-1xai-org avatar

    xai-org/grok-1

    51,690View on 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
    View on GitHub↗51,690
  • thudm/glm-130bTHUDM avatar

    THUDM/GLM-130B

    7,649View on 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
    View on GitHub↗7,649
  • facebookresearch/llamafacebookresearch avatar

    facebookresearch/llama

    59,466View on 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
    View on GitHub↗59,466
Compare all 30 related projects→