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

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

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

36 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • babysor/mockingbirdbabysor 的头像

    babysor/MockingBird

    36,903在 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
    在 GitHub 上查看↗36,903
  • svc-develop-team/so-vits-svcsvc-develop-team 的头像

    svc-develop-team/so-vits-svc

    28,097在 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
    在 GitHub 上查看↗28,097
  • stability-ai/generative-modelsStability-AI 的头像

    Stability-AI/generative-models

    27,189在 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
    在 GitHub 上查看↗27,189
  • ai4finance-foundation/fingptAI4Finance-Foundation 的头像

    AI4Finance-Foundation/FinGPT

    20,507在 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
    在 GitHub 上查看↗20,507
  • mlfoundations/open_clipmlfoundations 的头像

    mlfoundations/open_clip

    13,935在 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
    在 GitHub 上查看↗13,935
  • wanshuiyin/auto-claude-code-research-in-sleepwanshuiyin 的头像

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

    12,182在 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
    在 GitHub 上查看↗12,182
  • facebookresearch/nougatfacebookresearch 的头像

    facebookresearch/nougat

    10,015在 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
    在 GitHub 上查看↗10,015
  • brightmart/nlp_chinese_corpusbrightmart 的头像

    brightmart/nlp_chinese_corpus

    9,903在 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
    在 GitHub 上查看↗9,903
  • open-mmlab/mmsegmentationopen-mmlab 的头像

    open-mmlab/mmsegmentation

    9,860在 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
    在 GitHub 上查看↗9,860
  • activeloopai/deeplakeactiveloopai 的头像

    activeloopai/deeplake

    9,175在 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
    在 GitHub 上查看↗9,175
  • lancedb/lancedblancedb 的头像

    lancedb/lancedb

    9,031在 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
    在 GitHub 上查看↗9,031
  • oumi-ai/oumioumi-ai 的头像

    oumi-ai/oumi

    8,858在 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
    在 GitHub 上查看↗8,858
  • snakers4/silero-vadsnakers4 的头像

    snakers4/silero-vad

    8,209在 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
    在 GitHub 上查看↗8,209
  • priorlabs/tabpfnPriorLabs 的头像

    PriorLabs/TabPFN

    7,408在 GitHub 上查看↗

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

    Pythondata-sciencefoundation-modelsmachine-learning
    在 GitHub 上查看↗7,408
  • eleutherai/gpt-neoxEleutherAI 的头像

    EleutherAI/gpt-neox

    7,392在 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
    在 GitHub 上查看↗7,392
  • feast-dev/feastfeast-dev 的头像

    feast-dev/feast

    6,727在 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
    在 GitHub 上查看↗6,727
  • google-research/text-to-text-transfer-transformergoogle-research 的头像

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

    6,528在 GitHub 上查看↗

    这是一个机器学习框架,用于将多样化的自然语言处理任务视为统一的文本到文本问题。它提供了一个用于预训练和微调大规模 Transformer 模型的工具包,利用一种将输入和输出都格式化为原始文本序列的系统。 该框架的特色在于其分布式训练系统,该系统使用基于网格的策略跨多个 TPU 核心扩展模型权重和训练批次。它通过使用可配置的混合率将多样化的数据集组合成单一训练流来支持多任务学习,从而允许单个模型处理各种语言任务。 该系统涵盖了广泛的功能,包括编码器-解码器架构、用于文本生成的束搜索解码以及迁移学习工作流。它包括用于 NLP 数据集准备、模型性能评估以及导出训练检查点以进行生产服务的实用程序。 该库支持加载各种大小的预训练模型检查点以加速开发。

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

    Python
    在 GitHub 上查看↗6,528
  • kevinmusgrave/pytorch-metric-learningKevinMusgrave 的头像

    KevinMusgrave/pytorch-metric-learning

    6,328在 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
    在 GitHub 上查看↗6,328
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • pengxiao-song/lawgptpengxiao-song 的头像

    pengxiao-song/LaWGPT

    6,052在 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
    在 GitHub 上查看↗6,052
上一个12下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Large-Scale Model Training
  4. Training Datasets

探索子标签

  • Audio1 个子标签Collections 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 个子标签Recovers 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 个子标签Large-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.