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

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

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

6 个仓库

Awesome GitHub RepositoriesContext Window Extrapolation

Algorithms that enable language models to process sequences longer than their original training length.

Distinguishing note: Targets sequence length extension specifically, rather than general model architecture or training.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Context Window Extrapolation. Refine with filters or upvote what's useful.

Awesome Context Window Extrapolation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jingyaogong/minimindjingyaogong 的头像

    jingyaogong/minimind

    51,834在 GitHub 上查看↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    The framework implements sequence length extrapolation algorithms, allowing models to process inputs significantly longer than their original training length without losing coherence or stability.

    Pythonartificial-intelligencelarge-language-model
    在 GitHub 上查看↗51,834
  • thudm/chatglm2-6bTHUDM 的头像

    THUDM/ChatGLM2-6B

    15,565在 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

    Employs architectural scaling to maintain coherence across extended text sequences up to 32K tokens.

    Python
    在 GitHub 上查看↗15,565
  • axolotl-ai-cloud/axolotlaxolotl-ai-cloud 的头像

    axolotl-ai-cloud/axolotl

    12,059在 GitHub 上查看↗

    Axolotl is a configuration-driven framework designed for the fine-tuning, evaluation, and quantization of large language models. It functions as a comprehensive orchestrator for distributed training, enabling users to manage complex workflows across multi-node and multi-GPU environments. By utilizing structured configuration files, the platform streamlines the setup of training parameters, dataset paths, and hardware distribution strategies. The project distinguishes itself through its support for diverse training methodologies, including full-parameter tuning, parameter-efficient adaptation,

    Extends the effective sequence length of models by interpolating rotary position embeddings during training.

    Pythonfine-tuningllm
    在 GitHub 上查看↗12,059
  • lostruins/koboldcppLostRuins 的头像

    LostRuins/koboldcpp

    9,511在 GitHub 上查看↗

    KoboldCPP is a local large language model inference engine and GGUF model runner designed to execute quantized models on personal hardware. It functions as a multimodal AI server and API gateway, providing OpenAI-compatible endpoints that allow third-party clients to interact with locally hosted models. The project distinguishes itself as an AI storytelling backend, featuring dedicated tools for long-form narrative management through persistent memory, world lore tracking, and character state management. It further extends its capabilities as a multimodal server capable of processing text, im

    Implements scaling techniques to enable language models to process sequences longer than their original training length.

    C++gemmaggmlgguf
    在 GitHub 上查看↗9,511
  • optimalscale/lmflowOptimalScale 的头像

    OptimalScale/LMFlow

    8,488在 GitHub 上查看↗

    LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and inference execution. It provides a toolkit for updating model parameters through full tuning or memory-efficient adapter algorithms, alongside an inference engine for executing tuned models via command-line or web-based interfaces. The framework includes a dedicated alignment suite for supervised tuning and reward model training to refine model behavior. It features a context window extender to increase maximum input lengths and a multimodal framework for building chatbots that

    Increases maximum input lengths using extrapolation algorithms to process longer documents.

    Pythonchatgptdeep-learninginstruction-following
    在 GitHub 上查看↗8,488
  • baichuan-inc/baichuan-7bbaichuan-inc 的头像

    baichuan-inc/Baichuan-7B

    5,654在 GitHub 上查看↗

    Baichuan-7B is an open-source 7 billion parameter bilingual Transformer model designed for text generation and few-shot learning across Chinese and English. It is built on a large Transformer architecture trained on a bilingual corpus, enabling it to produce coherent text in both languages from a single model. The model incorporates several optimization techniques that distinguish it from standard large language models. It uses rotary position embeddings that can extrapolate to longer sequences than seen during training, allowing context extension beyond the original 4096-token training lengt

    Extends the context window beyond training length using rotary position embeddings for extrapolation.

    Pythonartificial-intelligencecevalchatgpt
    在 GitHub 上查看↗5,654
  1. Home
  2. Artificial Intelligence & ML
  3. Context Window Extrapolation