awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
togethercomputer avatar

togethercomputer/RedPajama-Data

0
View on GitHub↗
4,947 स्टार्स·371 फोर्क्स·Python·Apache-2.0·9 व्यूज़

RedPajama Data

RedPajama-Data बड़े भाषा मॉडल्स को प्रशिक्षित करने के लिए उपयोग किए जाने वाले बड़े पैमाने पर टेक्स्ट डेटासेट को प्रीप्रोसेस करने के लिए एक टूलसेट है। यह डेटा की गुणवत्ता और विविधता सुनिश्चित करने के लिए टेक्स्ट के विशाल संग्रह को साफ़ करने, डुप्लीकेट हटाने और स्कोर करने पर केंद्रित एक प्रीप्रोसेसिंग पाइपलाइन प्रदान करता है।

यह प्रोजेक्ट एक डॉक्यूमेंट क्वालिटी स्कोरिंग फ्रेमवर्क का उपयोग करता है जो यह मूल्यांकन करने के लिए मशीन लर्निंग और सांख्यिकीय ह्यूरिस्टिक्स को नियोजित करता है कि क्या डॉक्यूमेंट्स प्रशिक्षण के लिए उपयुक्त हैं। इसमें एक डेटासेट फ़िल्टरिंग पाइपलाइन शामिल है जो अवांछनीय शब्दों या URLs को हटाने के लिए क्लासिफायर्स और ब्लॉकलिस्ट्स का उपयोग करती है।

सिस्टम में एक टेक्स्ट डुप्लीकेशन टूलसेट है जो सटीक और फ़ज़ी मिलान तकनीकों दोनों का उपयोग करके अनावश्यक सामग्री को समाप्त करता है। ये क्षमताएँ एक कॉर्पस में डुप्लीकेट या लगभग समान डॉक्यूमेंट्स की पहचान और उन्हें हटाने की अनुमति देती हैं।

Features

  • Text Dataset Preparation - Cleans and refines massive text datasets to ensure high quality and diversity for training large language models.
  • Dataset Filtering Pipelines - Provides automated systems for cleaning and refining training data through classifiers and blocklists.
  • Dataset Preprocessing Tools - Provides a comprehensive toolset for cleaning, deduplicating, and scoring large-scale text datasets for LLM training.
  • Training Data Quality Scoring - Uses statistical patterns and machine learning models to assign suitability scores to individual documents for model training.
  • Distributed Data Processing - Processes massive web-scale datasets by partitioning document streams across multiple compute nodes for parallel analysis.
  • Dataset Deduplication - Identifies and removes near-identical content by calculating similarity signatures instead of relying on exact string matches.
  • Large-Scale Deduplications - Removes duplicate or nearly identical documents from massive corpora using distributed computing for high throughput.
  • Web Content Deduplication - Eliminates duplicate documents from web-scale datasets using exact content matching and fuzzy matching techniques.
  • Document Quality Analysis - Assigns quality scores to documents using machine learning and statistical heuristics to determine suitability for training.
  • Topic Classifiers - Provides a pipeline using classifiers and blocklists to filter undesirable content from large-scale datasets.
  • Content Signature Computation - Generates quality metrics and unique signatures to identify nearly identical content across a dataset.
  • Document Content Hashing - Generates unique fingerprints for documents to detect redundancy and track content across different data sources.
  • Text Quality Filtering - Builds classifiers and blocklists of undesirable words or URLs to filter datasets based on quality metrics.
  • Large Language Models - Large-scale open-source dataset for training language models.
  • Data Resources - Large-scale dataset for pretraining language models.
  • Pre-training Datasets - Reproduced dataset for training large-scale language models.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

स्टार हिस्ट्री

togethercomputer/redpajama-data के लिए स्टार हिस्ट्री चार्टtogethercomputer/redpajama-data के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

RedPajama Data के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो RedPajama Data के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • datajuicer/data-juicerdatajuicer का अवतार

    datajuicer/data-juicer

    6,574GitHub पर देखें↗

    Data-Juicer is an open-source framework for cleaning, filtering, deduplicating, and transforming multimodal datasets to prepare them for training large language and vision models. It functions as a distributed data pipeline engine that runs processing jobs across Ray clusters, handling billions of samples with automatic operator fusion and adaptive parallelism. The framework provides a library of operators that leverage large language models for semantic extraction, filtering, and data synthesis within processing pipelines. The project distinguishes itself through a YAML-based data recipe sys

    Pythondatadata-analysisdata-pipeline
    GitHub पर देखें↗6,574
  • esbatmop/mnbvcesbatmop का अवतार

    esbatmop/MNBVC

    4,123GitHub पर देखें↗

    MNBVC is a dataset pipeline and toolkit designed for the collection, cleaning, and normalization of massive text and code corpora used to train large language models. It provides specialized tools for harvesting source code, commit histories, and repository metadata from version control platforms, alongside a multilingual text corpus collector for gathering parallel text and academic papers. The project distinguishes itself through comprehensive capabilities for processing diverse document types, including a PDF-to-text converter that transforms complex layouts and formulas into structured JS

    chinesechinese-languagechinese-nlp
    GitHub पर देखें↗4,123
  • eleutherai/gpt-neoxEleutherAI का अवतार

    EleutherAI/gpt-neox

    7,392GitHub पर देखें↗

    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

    Pythondeepspeed-librarygpt-3language-model
    GitHub पर देखें↗7,392
  • facebookresearch/metaseqfacebookresearch का अवतार

    facebookresearch/metaseq

    6,546GitHub पर देखें↗

    Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying sequence-to-sequence models using open pre-trained weights. It provides a comprehensive framework for large language model training, including dedicated tools for sequence dataset processing and a standalone inference server for generating text via API requests. The project features specialized utilities for model quantization to reduce parameter precision to eight bits, which lowers memory usage and increases inference speed. It also includes a checkpoint conversion pipeline to transform mode

    Python
    GitHub पर देखें↗6,546
RedPajama Data के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

togethercomputer/redpajama-data क्या करता है?

RedPajama-Data बड़े भाषा मॉडल्स को प्रशिक्षित करने के लिए उपयोग किए जाने वाले बड़े पैमाने पर टेक्स्ट डेटासेट को प्रीप्रोसेस करने के लिए एक टूलसेट है। यह डेटा की गुणवत्ता और विविधता सुनिश्चित करने के लिए टेक्स्ट के विशाल संग्रह को साफ़ करने, डुप्लीकेट हटाने और स्कोर करने पर केंद्रित एक प्रीप्रोसेसिंग पाइपलाइन प्रदान करता है।

togethercomputer/redpajama-data की मुख्य विशेषताएं क्या हैं?

togethercomputer/redpajama-data की मुख्य विशेषताएं हैं: Text Dataset Preparation, Dataset Filtering Pipelines, Dataset Preprocessing Tools, Training Data Quality Scoring, Distributed Data Processing, Dataset Deduplication, Large-Scale Deduplications, Web Content Deduplication।

togethercomputer/redpajama-data के कुछ ओपन-सोर्स विकल्प क्या हैं?

togethercomputer/redpajama-data के ओपन-सोर्स विकल्पों में शामिल हैं: datajuicer/data-juicer — Data-Juicer is an open-source framework for cleaning, filtering, deduplicating, and transforming multimodal datasets… esbatmop/mnbvc — MNBVC is a dataset pipeline and toolkit designed for the collection, cleaning, and normalization of massive text and… facebookresearch/metaseq — Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying… eleutherai/gpt-neox — gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It… berriai/litellm — LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model… bigcode-project/starcoder2 — StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The…