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

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

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

zyds/transformers-code

0
View on GitHub↗
3,782 星标·497 分支·Jupyter Notebook·11 次浏览

Transformers Code

This project is a collection of scripts and workflows for training, fine-tuning, and deploying large language models using the Hugging Face Transformers toolkit. It functions as a distributed training framework, a library for natural language processing task implementations, and a system for building retrieval-augmented generation chatbots.

The repository includes specialized tools for model optimization, such as a Bayesian hyperparameter optimizer for automatically tuning model settings. It provides implementations for scaling model training across multiple graphics processors using data parallelism and low-precision quantization.

The library covers a wide range of natural language processing capabilities, including text summarization, question answering, token classification, and sentence similarity measurement. It also supports the development of generative and retrieval-based conversational agents.

The project is implemented primarily using Jupyter Notebooks.

Features

  • Large Language Model Training Frameworks - Provides a comprehensive framework for training and optimizing large language models across multi-GPU environments.
  • Language Model Training - Provides tools and techniques for training large language models to generate coherent and contextually relevant text.
  • Knowledge Base Retrieval - Supports generating accurate responses by retrieving relevant information from an external knowledge base.
  • Retrieval-Augmented Generation - Builds conversational agents using retrieval-augmented generation to integrate external knowledge bases.
  • Distributed Training Frameworks - Ships a distributed training framework to scale LLM workloads using data parallelism and quantization.
  • Data-Parallel Training - Implements distributed data-parallel training to scale workloads across multiple graphics processors.
  • Distributed Training - Provides a framework for distributing model training across multiple hardware accelerators.
  • Conversational Response Generation - Enables the generation of fluid, human-like conversational responses using prompt and interaction history.
  • Mixed Precision Training - Utilizes mixed-precision training and low-precision formats to reduce memory and increase throughput.
  • Mixed-Precision Quantization - Employs mixed-precision quantization to reduce memory usage and accelerate training speed.
  • Multi-GPU Training Utilities - Enables scaling of model training across multiple GPUs using parallel data strategies.
  • Token Classification - Identifies and categorizes individual words or phrases within a text into predefined labels.
  • Natural Language Processing - Executes a wide range of NLP tasks including summarization and sentence similarity measurement.
  • Text Summarization - Condenses long documents into shorter versions while preserving core meaning and essential information.
  • Parameter Efficient Fine-Tuning - Supports parameter-efficient fine-tuning to adapt large models with minimal trainable parameters.
  • Sequence-to-Sequence Transformer Architectures - Utilizes transformer-based sequence modeling and self-attention mechanisms to process text sequences.
  • Transformer-Based NLP Libraries - Provides a library of pre-configured transformer-based pipelines for various NLP task implementations.
  • Transformer Training Toolkits - Provides a specialized toolkit for the full lifecycle of transformer model training and deployment.
  • Question Answering - Enables extracting or generating specific answers from a given text based on user queries.
  • AI Chatbots - Develops generative AI chatbots that produce human-like responses based on interaction histories.
  • Hyperparameter Optimization Tools - Includes a Bayesian optimization tool for automatically tuning language model training parameters.
  • Hyperparameter Optimization - Implements automated hyperparameter optimization using Bayesian frameworks to maximize model performance.
  • Bayesian Optimization - Provides a Bayesian optimization tool to automatically search for optimal model hyperparameter settings.
  • Parameter Reduction - Implements methods to limit trainable parameters during model adaptation to lower memory and compute requirements.
  • Question Answering Systems - Implements question answering systems capable of extracting answers or solving multiple choice tasks.
  • RAG Implementations - Implements the RAG architectural pattern to augment prompt context using external vector stores.
  • Sequence Labeling Architectures - Includes token-level classification pipelines to assign category labels to individual words or phrases.

Star 历史

zyds/transformers-code 的 Star 历史图表zyds/transformers-code 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

zyds/transformers-code 是做什么的?

This project is a collection of scripts and workflows for training, fine-tuning, and deploying large language models using the Hugging Face Transformers toolkit. It functions as a distributed training framework, a library for natural language processing task implementations, and a system for building retrieval-augmented generation chatbots.

zyds/transformers-code 的主要功能有哪些?

zyds/transformers-code 的主要功能包括:Large Language Model Training Frameworks, Language Model Training, Knowledge Base Retrieval, Retrieval-Augmented Generation, Distributed Training Frameworks, Data-Parallel Training, Distributed Training, Conversational Response Generation。

zyds/transformers-code 有哪些开源替代品?

zyds/transformers-code 的开源替代品包括: facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… paddlepaddle/paddlenlp — PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language… datawhalechina/so-large-lm — This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of… yuanzhoulvpi2017/zero_nlp — zero_nlp is a distributed framework for training and fine-tuning large language models and multimodal architectures.… ymcui/chinese-llama-alpaca — This project is a comprehensive toolkit for adapting large language models to the Chinese language, providing a… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision…

Transformers Code 的开源替代方案

相似的开源项目,按与 Transformers Code 的功能重合度排序。
  • facebookresearch/fairseqfacebookresearch 的头像

    facebookresearch/fairseq

    32,228在 GitHub 上查看↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    在 GitHub 上查看↗32,228
  • paddlepaddle/paddlenlpPaddlePaddle 的头像

    PaddlePaddle/PaddleNLP

    12,953在 GitHub 上查看↗

    PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language models using the PaddlePaddle framework. It provides a comprehensive suite for the entire natural language processing lifecycle, from model development to high-performance inference. The project features a standardized model zoo for loading and managing pre-trained models and tokenizers through a unified interface. It distinguishes itself with a specialized model compression framework that reduces memory footprints via weight precision conversion and lossless size optimization, alo

    Python
    在 GitHub 上查看↗12,953
  • datawhalechina/so-large-lmdatawhalechina 的头像

    datawhalechina/so-large-lm

    7,400在 GitHub 上查看↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    在 GitHub 上查看↗7,400
  • yuanzhoulvpi2017/zero_nlpyuanzhoulvpi2017 的头像

    yuanzhoulvpi2017/zero_nlp

    3,825在 GitHub 上查看↗

    zero_nlp is a distributed framework for training and fine-tuning large language models and multimodal architectures. It provides a specialized toolkit for distributed model parallelism, allowing neural network layers and weights to be partitioned across multiple GPU devices to train models that exceed the memory capacity of a single processor. The project distinguishes itself through a combination of high-throughput data pipelines and parameter-efficient tuning. It utilizes multi-threading and memory mapping to preprocess and stream datasets exceeding 100GB and implements memory-saving adapta

    Jupyter Notebookbertchatglm-6bclip
    在 GitHub 上查看↗3,825
  • 查看 Transformers Code 的所有 30 个替代方案→