awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
huggingface avatar

huggingface/notebooks

0
View on GitHub↗
4,468 estrellas·1,800 forks·Jupyter Notebook·apache-2.0·10 vistas

Notebooks

This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying machine learning models within the Hugging Face ecosystem. The notebooks cover the full lifecycle of model development, from loading and configuring pre-trained transformers to packaging trained models for real-time inference via scalable endpoints.

The notebooks demonstrate a range of capabilities including diffusion model training and fine-tuning for image generation and editing, transformer model adaptation for natural language processing tasks, and parameter-efficient fine-tuning techniques that reduce computational cost. They also cover multi-GPU training orchestration, hardware accelerator utilisation, and the deployment of models as production inference endpoints.

Beyond core training workflows, the collection includes guides for image generation tasks such as text-to-image synthesis, inpainting, super-resolution, and instruction-based editing. Additional notebooks cover robot policy training from demonstration data and long-form question answering systems using retrieval-augmented approaches. The repository also provides tooling for converting static documentation into executable notebooks for interactive learning.

Features

  • Tutorials and Notebooks - Organises executable code examples and explanations into self-contained Jupyter notebooks for interactive learning.
  • Diffusion Model Training - Provides notebooks that teach training and fine-tuning of diffusion models for image generation and editing.
  • Text-to-Image Generators - Produces visual content from textual descriptions using diffusion models for creative and guided image synthesis.
  • Large Language Model Fine-Tuning - Demonstrates adapting large language models to custom datasets using parameter-efficient techniques.
  • Model Inference and Serving - Provides notebooks demonstrating how to load trained models and run inference in production-like settings.
  • Parameter Efficient Fine-Tuning - Demonstrates adapting large language models by updating only a small subset of parameters to reduce computational cost.
  • Model Serving & Deployment - Ships guides for packaging trained models and deploying them as scalable inference endpoints.
  • Pretrained Checkpoint Fine-Tuning - Provides notebooks for adjusting pre-existing models on custom datasets by modifying training configurations.
  • Transformers Tutorials - Ships guided notebooks for implementing transformer models for NLP tasks like question answering and text generation.
  • Hugging Face Implementations - Provides guided notebooks for implementing transformer models for NLP tasks using the Hugging Face ecosystem.
  • Machine Learning Tutorials - Provides executable Jupyter notebooks demonstrating how to train, fine-tune, and deploy ML models using the Hugging Face ecosystem.
  • Image Inpainting - Fills in missing or selected parts of an image with new content that blends into the surrounding area.
  • Distributed Deep Learning - Runs distributed training across multiple GPUs and optimizes compute costs with spot instances for large-scale experiments.
  • Image Variation and Mixing - Creates new image variants from a source image, using text prompts to guide the changes.
  • Text-Instruction Editors - Modifies existing images by giving natural language instructions to change content or style.
  • Image Super Resolution Models - Increases the resolution of input images to produce higher-quality versions with more detail.
  • Concept-Specific Adaptations - Includes notebooks for adapting pre-trained diffusion models to specific concepts using a small set of example images.
  • Hardware Acceleration - Demonstrates leveraging GPUs and hardware accelerators to speed up model training and inference.
  • Multi-GPU Training Utilities - Covers multi-GPU training orchestration with distributed strategies and spot instance optimisation.
  • Structural Image Generation - Generates images guided by structural inputs such as depth maps or edge detections.
  • Transformer Training Walkthroughs - Provides walkthrough notebooks for loading datasets, configuring models, and running training loops for NLP tasks.
  • Model Endpoint Deployments - Packages trained models into scalable inference endpoints for real-time predictions via REST APIs.

Historial de estrellas

Gráfico del historial de estrellas de huggingface/notebooksGráfico del historial de estrellas de huggingface/notebooks

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Notebooks

Proyectos open-source similares, clasificados según cuántas características comparten con Notebooks.
  • philschmid/deep-learning-pytorch-huggingfaceAvatar de philschmid

    philschmid/deep-learning-pytorch-huggingface

    1,383Ver en GitHub↗

    This project provides a comprehensive collection of educational resources and technical guides for training, fine-tuning, and deploying machine learning models using PyTorch and Hugging Face. It serves as a practical reference for scaling deep learning workflows, offering structured instructions for managing large-scale architectures across distributed hardware accelerators. The repository distinguishes itself by focusing on the end-to-end lifecycle of large language models, specifically emphasizing containerized deployment and performance optimization. It details workflows for parameter-effi

    Jupyter Notebook
    Ver en GitHub↗1,383
  • lucidrains/imagen-pytorchAvatar de lucidrains

    lucidrains/imagen-pytorch

    8,415Ver en GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Pythonartificial-intelligencedeep-learningimagination-machine
    Ver en GitHub↗8,415
  • stability-ai/stablecascadeAvatar de Stability-AI

    Stability-AI/StableCascade

    6,548Ver en GitHub↗

    StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and image-to-image transformations. It utilizes a multi-stage cascade architecture that encodes and decodes images via a latent space to produce high-fidelity visual imagery. The system includes a cascade diffusion pipeline for controlling image structure through inpainting, outpainting, and super-resolution. It also provides a toolkit for image-to-image generation and the creation of image variations using embeddings. The framework supports model optimization through low-rank adaptati

    Jupyter Notebook
    Ver en GitHub↗6,548
  • deep-floyd/ifAvatar de deep-floyd

    deep-floyd/IF

    7,811Ver en GitHub↗

    IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project provides a generative pipeline for creating images, an inpainting tool for modifying specific image sections, and a super-resolution upscaler to increase pixel density and clarity. The system includes a concept fine-tuning framework that allows for the teaching of new visual concepts by updating a small set of parameters. It also supports image style transfer to apply the aesthetic characteristics of a reference image to a new output.

    Python
    Ver en GitHub↗7,811
Ver las 30 alternativas a Notebooks→

Preguntas frecuentes

¿Qué hace huggingface/notebooks?

This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying machine learning models within the Hugging Face ecosystem. The notebooks cover the full lifecycle of model development, from loading and configuring pre-trained transformers to packaging trained models for real-time inference via scalable endpoints.

¿Cuáles son las características principales de huggingface/notebooks?

Las características principales de huggingface/notebooks son: Tutorials and Notebooks, Diffusion Model Training, Text-to-Image Generators, Large Language Model Fine-Tuning, Model Inference and Serving, Parameter Efficient Fine-Tuning, Model Serving & Deployment, Pretrained Checkpoint Fine-Tuning.

¿Qué alternativas de código abierto existen para huggingface/notebooks?

Las alternativas de código abierto para huggingface/notebooks incluyen: philschmid/deep-learning-pytorch-huggingface — This project provides a comprehensive collection of educational resources and technical guides for training,… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It… stability-ai/stablecascade — StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and… deep-floyd/if — IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project… huggingface/course — This project is an educational course and learning curriculum for implementing and fine-tuning transformer models… compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a…