awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zyds avatar

zyds/transformers-code

0
View on GitHub↗
3,782 Stars·497 Forks·Jupyter Notebook·11 Aufrufe

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-Verlauf

Star-Verlauf für zyds/transformers-codeStar-Verlauf für zyds/transformers-code

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Transformers Code

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Transformers Code.
  • facebookresearch/fairseqAvatar von facebookresearch

    facebookresearch/fairseq

    32,228Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32,228
  • paddlepaddle/paddlenlpAvatar von PaddlePaddle

    PaddlePaddle/PaddleNLP

    12,953Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,953
  • datawhalechina/so-large-lmAvatar von datawhalechina

    datawhalechina/so-large-lm

    7,400Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗7,400
  • yuanzhoulvpi2017/zero_nlpAvatar von yuanzhoulvpi2017

    yuanzhoulvpi2017/zero_nlp

    3,825Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,825
Alle 30 Alternativen zu Transformers Code anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von zyds/transformers-code?

Die Hauptfunktionen von zyds/transformers-code sind: 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.

Welche Open-Source-Alternativen gibt es zu zyds/transformers-code?

Open-Source-Alternativen zu zyds/transformers-code sind unter anderem: 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…