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

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

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

NielsRogge/Transformers-Tutorials

0
View on GitHub↗
11,641 星标·1,721 分支·Jupyter Notebook·MIT·7 次浏览

Transformers Tutorials

This is a collection of tutorials and practical demonstrations for implementing machine learning tasks using the HuggingFace Transformers library. It serves as a guide for applying transformer architectures across computer vision, natural language processing, and audio analysis.

The repository provides implementation examples for multimodal model deployment, including the combination of text, image, and audio inputs. It includes resources for optimizing pre-trained models through fine-tuning on custom datasets and provides examples for preparing PyTorch datasets by converting raw files into tensors and batches.

The covered capabilities span various machine learning domains, including object detection, image segmentation, and depth estimation in computer vision, as well as audio signal classification and text categorization. It also covers the generation of visual content and the extraction of information from document images.

Features

  • Transformer Implementations - Serves as a comprehensive guide for implementing and deploying transformer architectures across various ML domains.
  • Transformer Tutorials - Offers a comprehensive collection of tutorials and notebooks for implementing transformer-based architectures across various modalities.
  • Computer Vision - Provides a wide range of computer vision implementations including object detection, segmentation, and depth estimation.
  • Implementation Guides - Provides implementation examples for deploying models that combine text, image, and audio inputs.
  • Model Fine-Tuning - Provides practical demonstrations for adapting pre-trained transformer models to custom datasets using training loops.
  • Model Fine-tuning Resources - Provides code samples and educational materials for optimizing pre-trained models using training loops and accelerators.
  • Multimodal Processing - Implements techniques for combining text, image, and audio data into shared latent spaces for cross-modal analysis.
  • Natural Language Processing - Implements natural language processing tasks such as text classification, document information extraction, and image captioning.
  • Pre-trained Model Application - Demonstrates how to use weights from pre-trained transformer networks to perform predictions on new data.
  • Supervised Fine-Tuning - Includes resources for optimizing pre-trained models through supervised fine-tuning on custom labeled datasets.
  • Object Detection - Provides implementation examples for identifying and locating specific objects within images using bounding boxes.
  • Depth Estimation - Implements algorithms to calculate the distance of objects from the camera using single-image depth estimation.
  • Image Segmentation - Provides guides for isolating specific objects or semantic regions within images using segmentation techniques.
  • Synthetic Media Generators - Includes examples for generating synthetic images from text prompts and creating descriptive captions for media.
  • Hardware Acceleration - Provides examples for utilizing GPUs to accelerate the training and inference of transformer models.
  • Data Preparation Tools - Offers utilities and examples for cleaning and transforming raw data into formats suitable for transformer model ingestion.
  • Tensor Conversion Utilities - Provides examples for preparing PyTorch datasets by converting raw files into tensors and batches.
  • Text Classifiers - Demonstrates the categorization of text sequences and audio signals into predefined labels.
  • Zero-Shot Inference - Covers methods for performing classification or segmentation on new categories without specific training data.
  • Document Parsing and Extraction - Demonstrates how to parse document images to classify layouts and extract structured information.
  • Audio Event Classification - Implements models to categorize audio files and signals into specific labels using transformer architectures.
  • Dataset Tensor Mappings - Provides examples for converting raw input files into tensors and batches for efficient model processing.
  • Dataset Preparation Tutorials - Includes guides for converting raw files into tensors and batches for PyTorch machine learning pipelines.

Star 历史

nielsrogge/transformers-tutorials 的 Star 历史图表nielsrogge/transformers-tutorials 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Transformers Tutorials 的开源替代方案

相似的开源项目,按与 Transformers Tutorials 的功能重合度排序。
  • xenova/transformers.jsxenova 的头像

    xenova/transformers.js

    16,141在 GitHub 上查看↗

    Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer models directly in the browser. It serves as a client-side inference engine and a wrapper for the ONNX Runtime, enabling the execution of multimodal AI tasks on user devices without the need for a backend server. The library distinguishes itself by providing a unified toolkit for processing text, image, and audio data locally. This architecture supports privacy-preserving model inference and reduces latency by performing all computations on the client's hardware. Its capabilities

    JavaScript
    在 GitHub 上查看↗16,141
  • 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
  • tingsongyu/pytorch_tutorialTingsongYu 的头像

    TingsongYu/PyTorch_Tutorial

    8,018在 GitHub 上查看↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    在 GitHub 上查看↗8,018
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗
    Jupyter Notebook
    在 GitHub 上查看↗6,222
查看 Transformers Tutorials 的所有 30 个替代方案→

常见问题解答

nielsrogge/transformers-tutorials 是做什么的?

This is a collection of tutorials and practical demonstrations for implementing machine learning tasks using the HuggingFace Transformers library. It serves as a guide for applying transformer architectures across computer vision, natural language processing, and audio analysis.

nielsrogge/transformers-tutorials 的主要功能有哪些?

nielsrogge/transformers-tutorials 的主要功能包括:Transformer Implementations, Transformer Tutorials, Computer Vision, Implementation Guides, Model Fine-Tuning, Model Fine-tuning Resources, Multimodal Processing, Natural Language Processing。

nielsrogge/transformers-tutorials 有哪些开源替代品?

nielsrogge/transformers-tutorials 的开源替代品包括: xenova/transformers.js — Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer… facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… nvidia/isaac-gr00t. tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the…