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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

36 dépôts

Awesome GitHub RepositoriesTraining Datasets

Large-scale text collections curated for the pre-training and fine-tuning of generative artificial intelligence models.

Distinct from Large-Scale Model Training: Distinct from Large-Scale Model Training: focuses on the data supply rather than the training methodologies or infrastructure.

Explore 36 awesome GitHub repositories matching artificial intelligence & ml · Training Datasets. Refine with filters or upvote what's useful.

Awesome Training Datasets GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • babysor/mockingbirdAvatar de babysor

    babysor/MockingBird

    36,903Voir sur GitHub↗

    MockingBird is an AI voice cloning tool and text-to-speech system designed to generate synthetic speech. It functions as a voice synthesis trainer for building custom models from audio datasets, a command-line generator for producing audio files, and a text-to-speech server for remote application integration. The project specializes in real-time voice cloning, which extracts vocal characteristics from short audio samples to mimic a target speaker's unique timbre. It utilizes reference-driven audio synthesis to condition pre-trained models on specific audio samples, allowing for the generation

    Enables the optimization of voice synthesizers through training on specific audio datasets.

    Pythonaideep-learningpytorch
    Voir sur GitHub↗36,903
  • svc-develop-team/so-vits-svcAvatar de svc-develop-team

    svc-develop-team/so-vits-svc

    28,097Voir sur GitHub↗

    This project is a singing voice conversion tool based on VITS generative modeling. It transforms the identity of a singing voice to a target speaker while preserving the original melody, lyrics, and intonation. The system distinguishes itself through hybrid voice synthesis, allowing for the blending of multiple speaker identities via linear model interpolation. It utilizes cluster-based feature retrieval to increase target voice similarity and employs a diffusion probabilistic model as a post-processor to remove electronic artifacts and improve vocal clarity. The software covers a broad rang

    Provides capabilities to import audio files or compressed archives from local systems for training.

    Python
    Voir sur GitHub↗28,097
  • stability-ai/generative-modelsAvatar de Stability-AI

    Stability-AI/generative-models

    27,189Voir sur GitHub↗

    This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets. It provides a modular environment for managing generative AI training pipelines, including the handling of datasets, noise sampling, and loss weighting to stabilize the creation of synthetic content. The project features a modular model configuration system that uses YAML-based assembly to define network submodules and conditioners. It also includes a dedicated toolset for AI image watermarking, allowing for the embedding and detection of invisible markers to verify the origi

    Provides systems for processing large-scale image and label datasets for generative model training.

    Python
    Voir sur GitHub↗27,189
  • ai4finance-foundation/fingptAvatar de AI4Finance-Foundation

    AI4Finance-Foundation/FinGPT

    20,507Voir sur GitHub↗

    FinGPT is a suite of specialized financial tools and a framework for adapting large language models to the financial domain. It provides a set of pipelines for financial entity extraction, sentiment analysis, and retrieval-augmented generation to improve the accuracy of financial information systems. The project distinguishes itself through efficient training workflows, utilizing low-rank adaptation and quantized low-rank adaptation to fine-tune models on consumer-grade hardware. It employs market-labeled datasets and reinforcement learning that uses actual stock price movements as reward sig

    Uses gold-standard labels from historical price movements to correlate text sentiment with actual market outcomes.

    Jupyter Notebookchatgptfinancefingpt
    Voir sur GitHub↗20,507
  • mlfoundations/open_clipAvatar de mlfoundations

    mlfoundations/open_clip

    13,935Voir sur GitHub↗

    Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It serves as a vision-language training framework and multimodal embedding engine that maps images and text into a shared vector space for similarity searches and zero-shot classification. The project provides a toolkit for distributed training of contrastive models and includes an image-to-text generative model for producing natural language descriptions. It supports custom text encoder integration and utilizes teacher-student model distillation to transfer knowledge from large pr

    Combines several dataset sources in a single training run with optional upsampling to balance sizes.

    Pythoncomputer-visioncontrastive-lossdeep-learning
    Voir sur GitHub↗13,935
  • wanshuiyin/auto-claude-code-research-in-sleepAvatar de wanshuiyin

    wanshuiyin/Auto-claude-code-research-in-sleep

    12,182Voir sur GitHub↗

    This project is a machine learning research automation system designed to manage the full research lifecycle, from idea discovery to final paper submission. It utilizes markdown-based skill templates to execute autonomous research tasks and manage iterative loops of deep review and experimentation. The system distinguishes itself through integrated capabilities for academic communication and integrity auditing. It can automate the generation of LaTeX papers, conference slide decks, and evidence-grounded peer review rebuttals. To ensure rigor, it employs cross-model review routing and adversar

    Cleans large-scale datasets through semantic deduplication and AI-based scoring for correctness.

    Pythonai-researchai-toolsaris
    Voir sur GitHub↗12,182
  • facebookresearch/nougatAvatar de facebookresearch

    facebookresearch/nougat

    10,015Voir sur GitHub↗

    Nougat is a neural OCR system and LLM document parser designed to convert images of academic PDF documents into structured markdown text and mathematical formulas. It functions as a PDF to markdown converter that uses deep learning to handle layout and formula recognition. The project provides a document training pipeline for generating datasets and training neural networks to recognize specific academic document styles. This includes utilities for training dataset generation, neural model training, and model checkpoint management to ensure reproducible deployment. The system covers a broad

    Uses JSONL-based mapping to pair document images with ground-truth text targets for efficient training.

    Python
    Voir sur GitHub↗10,015
  • brightmart/nlp_chinese_corpusAvatar de brightmart

    brightmart/nlp_chinese_corpus

    9,903Voir sur GitHub↗

    This is a large-scale collection of curated Chinese text corpora designed for training natural language processing models. The project provides a variety of datasets, including a deduplicated archive of millions of news articles with titles and keywords, high-quality categorized question-and-answer pairs, and parallel translation corpora. The collection includes millions of aligned Chinese and English sentence pairs used for cross-lingual model training and machine translation development. It also contains filtered question-and-answer data organized by label for the construction of knowledge-

    Provides large-scale curated text collections partitioned by source and quality for generative AI pre-training.

    bertchinesechinese-corpus
    Voir sur GitHub↗9,903
  • open-mmlab/mmsegmentationAvatar de open-mmlab

    open-mmlab/mmsegmentation

    9,860Voir sur GitHub↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Combines, repeats, or interleaves several datasets during training to increase data diversity.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    Voir sur GitHub↗9,860
  • activeloopai/deeplakeAvatar de activeloopai

    activeloopai/deeplake

    9,175Voir sur GitHub↗

    DeepLake is AI data infrastructure consisting of a multimodal data lake, a hybrid search engine, and a serverless vector database. It provides a PostgreSQL-based AI data runtime that combines multimodal storage with streaming pipelines to load and shuffle datasets from cloud storage directly into deep learning training pipelines. The system utilizes lazy indexing to store and slice images, audio, and video without loading entire files into memory. It enables retrieval-augmented generation by persisting high-dimensional embeddings in a serverless vector store and implementing hybrid search tha

    Provides built-in loaders to efficiently load and shuffle datasets for deep learning model training.

    C++agentagentic-ragai
    Voir sur GitHub↗9,175
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Voir sur GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Provides a projection layer that plugs into standard PyTorch data loaders for streaming model training data.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Voir sur GitHub↗9,031
  • oumi-ai/oumiAvatar de oumi-ai

    oumi-ai/oumi

    8,858Voir sur GitHub↗

    Oumi is a comprehensive large language model development platform designed for synthesizing data, fine-tuning models, and running performance evaluations. It serves as a unified environment for the entire model lifecycle, encompassing a training and fine-tuning suite, an evaluation framework, and tools for synthetic data generation and model distillation. The platform is distinguished by its iterative, failure-driven synthesis approach, which analyzes model weaknesses during evaluation to generate targeted training data. It utilizes an LLM-based judge framework to programmatically score respo

    Assigns specific data sources for training, validation, and testing phases to ensure structured learning.

    Pythondpoevaluationfine-tuning
    Voir sur GitHub↗8,858
  • snakers4/silero-vadAvatar de snakers4

    snakers4/silero-vad

    8,209Voir sur GitHub↗

    Silero VAD is a voice activity detection model and deep learning speech classifier designed to distinguish human speech from silence across diverse languages and noisy environments. It functions as a pre-trained neural network capable of identifying speech segments within both static audio recordings and real-time data streams. The project includes a language identification tool for classifying spoken languages and a framework for fine-tuning audio models. It provides utilities for optimizing detection thresholds using validation datasets and retraining the model with custom labeled audio to

    Retrieves curated datasets of audio files with pre-calculated timestamps and language codes for model training.

    Pythononnxonnx-runtimeonnxruntime
    Voir sur GitHub↗8,209
  • priorlabs/tabpfnAvatar de PriorLabs

    PriorLabs/TabPFN

    7,408Voir sur GitHub↗

    Draws balanced subsets of training rows for each estimator to reduce memory usage on large datasets.

    Pythondata-sciencefoundation-modelsmachine-learning
    Voir sur GitHub↗7,408
  • eleutherai/gpt-neoxAvatar de EleutherAI

    EleutherAI/gpt-neox

    7,392Voir sur GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Retrieves and manages large-scale text collections curated for pre-training generative AI models.

    Pythondeepspeed-librarygpt-3language-model
    Voir sur GitHub↗7,392
  • feast-dev/feastAvatar de feast-dev

    feast-dev/feast

    6,727Voir sur GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast constructs training datasets from historical time-series feature values stored in data sources.

    Pythonbig-datadata-engineeringdata-quality
    Voir sur GitHub↗6,727
  • google-research/text-to-text-transfer-transformerAvatar de google-research

    google-research/text-to-text-transfer-transformer

    6,528Voir sur GitHub↗

    Il s'agit d'un framework de machine learning pour traiter diverses tâches de traitement du langage naturel comme un problème unifié de texte-à-texte. Il fournit une boîte à outils pour le pré-entraînement et le fine-tuning de modèles transformer à grande échelle, utilisant un système où à la fois les entrées et les sorties sont formatées comme des séquences de texte brut. Le framework se distingue par son système d'entraînement distribué, qui utilise des stratégies basées sur des maillages pour mettre à l'échelle les poids des modèles et les lots d'entraînement à travers de multiples cœurs TPU. Il supporte l'apprentissage multi-tâches en combinant divers datasets dans un flux d'entraînement unique en utilisant des taux de mélange configurables, permettant à un modèle unique de gérer diverses tâches linguistiques. Le système couvre un large éventail de capacités, incluant les architectures encodeur-décodeur, le décodage par recherche en faisceau (beam-search) pour la génération de texte, et les workflows de transfert learning. Il inclut des utilitaires pour la préparation de datasets NLP, l'évaluation de la performance des modèles et l'exportation de points de contrôle entraînés pour la mise en production. La bibliothèque supporte le chargement de points de contrôle de modèles pré-entraînés de diverses tailles pour accélérer le développement.

    Combines multiple distinct dataset sources into a single training pipeline using balancing techniques.

    Python
    Voir sur GitHub↗6,528
  • kevinmusgrave/pytorch-metric-learningAvatar de KevinMusgrave

    KevinMusgrave/pytorch-metric-learning

    6,328Voir sur GitHub↗

    PyTorch Metric Learning is an open-source library for training neural networks to produce similarity-preserving embedding spaces. It provides a modular framework where interchangeable loss functions, mining strategies, and evaluation tools can be composed to learn representations that map similar items to nearby points and dissimilar items to distant points in the embedding space. The library distinguishes itself through a highly configurable architecture that separates concerns across several interchangeable components. Users can assemble custom loss functions from pluggable distance metrics

    Trains metric learning models on datasets with separate anchor and positive or negative sample sources.

    Pythoncomputer-visioncontrastive-learningdeep-learning
    Voir sur GitHub↗6,328
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Voir sur GitHub↗

    Trains and evaluates models using over 10 trillion tokens of open pre-training and post-training data.

    Jupyter Notebook
    Voir sur GitHub↗6,222
  • pengxiao-song/lawgptAvatar de pengxiao-song

    pengxiao-song/LaWGPT

    6,052Voir sur GitHub↗

    LaWGPT is an open-source large language model fine-tuned specifically for the Chinese legal domain. It is designed to understand and respond to Chinese legal queries, generate legally accurate text, and assist with judicial exam preparation by answering questions from the Chinese National Judicial Examination. The project distinguishes itself through a comprehensive adaptation pipeline that extends a base Chinese-language LLaMA model with legal-domain vocabulary and fine-tunes it on large-scale Chinese legal corpora and curated question-answer pairs. It employs parameter-efficient tuning tech

    Expands model vocabulary by pre-training on large-scale Chinese legal documents and codes.

    Python
    Voir sur GitHub↗6,052
Préc.12Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Large-Scale Model Training
  4. Training Datasets

Explorer les sous-tags

  • Audio1 sous-tagCollections of audio recordings used for training and fine-tuning voice synthesis models. **Distinct from Training Datasets:** Specifically targets audio data for speech models rather than general text collections for LLMs.
  • Balanced SubsamplersDrawing balanced subsets of training rows for each estimator to reduce memory usage on large datasets. **Distinct from Training Datasets:** Distinct from Training Datasets: focuses on the subsampling strategy (balanced subsets per estimator), not dataset curation or storage.
  • Data LoadersUtilities for loading and shuffling datasets into deep learning training loops. **Distinct from Training Datasets:** Focuses on the mechanism of loading and shuffling for training, whereas Training Datasets refers to the data collections themselves.
  • Dataset Phase AssignmentDefining which data sources are used for training, validation, and testing phases. **Distinct from Training Datasets:** Moves from the general concept of a training dataset to the specific act of defining phase splits.
  • Document Pair GenerationCreation of paired image and text datasets specifically for document parsing training. **Distinct from Training Datasets:** Focuses on the specific process of pairing PDF pages with ground-truth text targets, rather than general dataset curation.
  • Domain-Specific Pre-training CorporaCustom text datasets used for incremental pre-training to adapt models to specific professional or technical domains. **Distinct from Training Datasets:** Focuses on incremental domain adaptation via custom JSON text rather than general pre-training collections
  • Feature StoreTraining datasets constructed from historical time-series feature values stored in feature store data sources. **Distinct from Training Datasets:** Distinct from Training Datasets: focuses on datasets built from feature stores with point-in-time correctness, not general large-scale text collections for pre-training.
  • Geospatial Pre-training DatasetsLarge-scale collections of satellite and aerial imagery curated for foundational model pre-training. **Distinct from Training Datasets:** Specifically for geospatial imagery rather than general text-based training datasets
  • Image-Text Pair MappingsLine-delimited data formats that pair document images with ground-truth text targets for training. **Distinct from Training Datasets:** Focuses on the specific mapping format for vision-language training rather than general training dataset collections.
  • MLflow Training Data Reproducers2 sous-tagsRecovers the entity DataFrame used in a past MLflow run so the exact training dataset can be recreated. **Distinct from Training Datasets:** Distinct from Training Datasets: focuses on reproducing training data from MLflow runs, not general large-scale training datasets.
  • Market-Labeled DatasetsDatasets where labels are derived from actual historical market price movements. **Distinct from Training Datasets:** Distinct from general training datasets by using objective market outcomes as the ground-truth labels.
  • Multi-Source Dataset IntegrationCombining multiple distinct dataset sources into a single training pipeline with balancing techniques. **Distinct from Training Datasets:** Focuses on the integration and balancing of multiple sources, not just the curation of a single large dataset.
  • Open Pre-Training Corpora1 sous-tagLarge-scale open datasets containing over 10 trillion tokens for pre-training and post-training models across reasoning, coding, and safety domains. **Distinct from Training Datasets:** Distinct from Training Datasets: specifically refers to publicly available, massive-scale corpora used for foundation model pre-training, not general task-specific datasets.
  • Search Result DeduplicationUsing semantic analysis to remove redundant documents from search retrieval results. **Distinct from Semantic Deduplication:** Applies semantic deduplication to live web search results rather than static model training datasets.
  • Semantic DeduplicationAdvanced filtering techniques for cleaning large-scale training sets using semantic analysis and correctness scoring. **Distinct from Training Datasets:** Focuses on AI-driven cleaning and deduplication specifically for training sets, not general record filtering.
  • Training Data Reconstruction AttacksRecovers missing rows of a training dataset by exploiting a model's learned representations. **Distinct from Training Datasets:** Distinct from Training Datasets: focuses on adversarial reconstruction of training data from model outputs, not dataset curation or storage.
  • Two-Stream Dataset TrainingTrains metric learning models on datasets where anchor and positive or negative samples come from separate sources. **Distinct from Training Datasets:** Distinct from Training Datasets: focuses on two-stream data sources for metric learning, not general training dataset collection.