awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesCaption-Based Training

Training processes that associate image data with corresponding text descriptions to improve prompt adherence.

Distinct from Text Model Training: Focuses on image-text pair association for generative models rather than general text-only model training.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Caption-Based Training. Refine with filters or upvote what's useful.

Awesome Caption-Based Training GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cloneofsimo/loraAvatar de cloneofsimo

    cloneofsimo/lora

    7,541Ver en GitHub↗

    This project is a toolkit for fine-tuning and managing text-to-image diffusion models. It focuses on low-rank adaptation to create small, portable weight files that customize model styles and behaviors without modifying the entire base model. The project provides specialized utilities for model distillation using singular value decomposition to extract adapters from fully trained models, as well as tools for blending and merging multiple adapters through weight interpolation. It includes capabilities for subject inversion and pivotal tuning to increase the visual fidelity of specific identiti

    Implements training capabilities that link images with text descriptions to improve generation accuracy.

    Jupyter Notebook
    Ver en GitHub↗7,541
  • salesforce/blipAvatar de salesforce

    salesforce/BLIP

    5,676Ver en GitHub↗

    BLIP is a vision-language model framework that combines contrastive, matching, and language modeling objectives to align images with text. Built on a multimodal encoder-decoder architecture, it supports distributed data-parallel training with cosine learning rate scheduling and sliding-window metric tracking for training stability. The framework provides capabilities for image captioning, visual question answering, and cross-modal retrieval, scoring semantic alignment between images and text through learned embeddings. It includes toolkits for fine-tuning pre-trained models on custom datasets

    Trains vision-language models to generate descriptive captions for images using paired image-caption datasets.

    Jupyter Notebookimage-captioningimage-text-retrievalvision-and-language-pre-training
    Ver en GitHub↗5,676
  • karpathy/neuraltalkAvatar de karpathy

    karpathy/neuraltalk

    5,480Ver en GitHub↗

    Neuraltalk is an automated image captioning system that generates natural language descriptions for images. It utilizes a deep learning model that integrates a pretrained convolutional neural network for visual feature extraction with a recurrent neural network decoder to produce text sequences. The project provides a full workflow for training and evaluating captioning models, including weight optimization via backpropagation and gradient descent. It includes tools for measuring caption accuracy by comparing generated text against reference descriptions. The system covers data preprocessing

    Optimizes model parameters to predict sentence descriptions by associating image features with ground-truth text.

    Python
    Ver en GitHub↗5,480
  • kwai-kolors/kolorsAvatar de Kwai-Kolors

    Kwai-Kolors/Kolors

    4,607Ver en GitHub↗

    Kolors es una implementación de modelo generativo para sintetizar imágenes fotorrealistas a partir de descripciones en lenguaje natural y referencias visuales. Utiliza un framework de modelo de difusión latente para producir imágenes de alta fidelidad, operando dentro de un espacio latente comprimido para mejorar la eficiencia y la calidad de la generación. El sistema funciona como un generador de imágenes multilingüe, interpretando prompts de texto en varios idiomas para producir resultados visuales semánticamente precisos. Incluye un pipeline de entrenamiento de modelos personalizado que utiliza adaptación de bajo rango (LoRA) para enseñar al modelo sujetos específicos o estilos artísticos a partir de un pequeño conjunto de imágenes. El proyecto cubre una amplia gama de capacidades de síntesis y edición de imágenes, incluyendo transformaciones de texto a imagen e imagen a imagen. Proporciona herramientas para el control del diseño espacial mediante mapas de profundidad o pose, inyección de identidad visual para consistencia estética y relleno (inpainting) basado en máscaras para reconstruir o modificar regiones específicas de la imagen. La implementación incluye utilidades para la evaluación de la calidad de la imagen, puntuando las imágenes generadas según métricas de preferencia humana para la calidad estética y semántica.

    Provides the ability to interpret text prompts in multiple languages to produce semantically accurate visual outputs.

    Python
    Ver en GitHub↗4,607
  • google-research/big_visionAvatar de google-research

    google-research/big_vision

    3,363Ver en GitHub↗

    This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal language models. It provides a comprehensive suite for vision-language pretraining, enabling the development of models that map images and text into shared latent spaces. The framework is distinguished by its capabilities in high-fidelity image generation and multimodal research, utilizing normalizing flows and variational autoencoders to produce images from text prompts or class labels. It supports the development of both generative and contrastive models, allowing for a wide

    Maps images and text into a shared space using captioning-based pretraining and self-supervised losses.

    Jupyter Notebook
    Ver en GitHub↗3,363
  1. Home
  2. Artificial Intelligence & ML
  3. Text Model Training
  4. Caption-Based Training

Explorar subetiquetas

  • Multilingual Image-Text AlignmentTraining processes that map images and text across multiple languages into a shared vector space. **Distinct from Caption-Based Training:** Extends caption-based training to include shared latent spaces for multilingual alignment, not just image-text association.