awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 مستودعات

Awesome GitHub RepositoriesTokenizers

Components that decompose raw text into sub-word units or tokens based on statistical frequency and normalization rules.

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

Awesome Tokenizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • openai/whisperالصورة الرمزية لـ openai

    openai/whisper

    102,828عرض على GitHub↗

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capable of performing simultaneous transcription, language identification, and translation. The system distinguishes itself through a unified multi-task modeling approach that shares token sequences across different objectives, allowing it to handle diverse languages and vocabularies

    Converts raw text into subword units using byte-level sequences to handle diverse languages without requiring language-specific rules.

    Python
    عرض على GitHub↗102,828
  • openai/codexالصورة الرمزية لـ openai

    openai/codex

    91,445عرض على GitHub↗

    Codex is an automated programming tool and generative code assistant designed to interpret developer intent through a natural language interface. It functions as a machine learning model trained on public code repositories to provide intelligent code completion, suggestions, and refactoring within development environments. By translating human instructions into executable code snippets, the system bridges the gap between high-level technical requirements and functional software implementation. The engine utilizes transformer-based sequence modeling and supervised fine-tuning to align its outp

    Decomposes raw text into sub-word units to represent diverse programming languages and syntax structures efficiently.

    Rust
    عرض على GitHub↗91,445
  • karpathy/nanogptالصورة الرمزية لـ karpathy

    karpathy/nanoGPT

    59,730عرض على GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predict subsequent elements. The project distinguishes itself through a focus on high-speed data ingestion and hardware-accelerated performance. It includes a dedicated pipeline for transforming raw text into memory-mapped binary files, which enables efficient streaming during traini

    Decomposes raw text into numerical units using character-level tokenization for model ingestion.

    Python
    عرض على GitHub↗59,730
  • datawhalechina/hello-agentsالصورة الرمزية لـ datawhalechina

    datawhalechina/hello-agents

    59,685عرض على GitHub↗

    This project provides a comprehensive framework for building, training, and managing autonomous agents. It enables the construction of systems that utilize language models to plan, manage memory, and execute multi-step tasks through iterative reasoning loops and tool-based actions. The framework distinguishes itself by offering specialized capabilities for interacting with graphical user interfaces and legacy software, allowing agents to perceive visual elements and perform actions like a human user. It supports complex, cross-application workflows through graph-based orchestration and provid

    Converts raw text into sub-word units using frequency-based algorithms to create efficient vocabulary representations.

    Pythonagentllmrag
    عرض على GitHub↗59,685
  • meta-llama/llamaالصورة الرمزية لـ meta-llama

    meta-llama/llama

    59,464عرض على GitHub↗

    Llama is a computational framework and runtime environment designed for executing transformer-based neural networks locally. It functions as a generative AI inference engine, enabling the processing of input sequences through pre-trained model weights to produce text completions and structured data outputs directly on your own hardware. The system distinguishes itself through specialized memory and computation management techniques, including memory-mapped weight loading and quantization-aware inference, which allow for efficient execution on standard consumer hardware. It utilizes a stateles

    Decomposes raw text into numerical tokens suitable for processing by transformer-based neural networks.

    Python
    عرض على GitHub↗59,464
  • meilisearch/meilisearchالصورة الرمزية لـ meilisearch

    meilisearch/meilisearch

    58,118عرض على GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Decomposes unstructured text into normalized tokens using language-specific rules to prepare data for indexing.

    Rustaiapiapp-search
    عرض على GitHub↗58,118
  • explosion/spacyالصورة الرمزية لـ explosion

    explosion/spaCy

    33,688عرض على GitHub↗

    spaCy is a Python natural language processing framework designed for industrial-scale text processing. It converts raw text into structured data for machine learning pipelines through a combination of statistical language model trainers, transformer-based text processors, and syntactic dependency parsers. The project enables the integration of pretrained transformer architectures to perform complex linguistic analysis and multi-task learning. It also provides a specialized system for neural named entity recognition to identify and categorize key entities within text. The framework covers a b

    Uses linguistic patterns and regular expressions to decompose raw text into discrete tokens.

    Pythonaiartificial-intelligencecython
    عرض على GitHub↗33,688
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Assigns categorical labels to individual tokens in a sequence using shared classification layers.

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • guidance-ai/guidanceالصورة الرمزية لـ guidance-ai

    guidance-ai/guidance

    21,502عرض على GitHub↗

    Guidance is a generative AI orchestration framework designed to manage complex interactions with language models by embedding programmatic control directly into the prompt generation process. It functions as a prompt programming environment that allows developers to interleave raw text with executable logic, enabling the construction of sophisticated, multi-step agentic workflows. The framework distinguishes itself through grammar-constrained token sampling and stateful stream interception, which restrict the model's output distribution based on formal language rules. By enforcing these const

    Restricts language model token generation based on formal language rules to ensure strict adherence to output schemas.

    Jupyter Notebook
    عرض على GitHub↗21,502
  • valeriansaliou/sonicالصورة الرمزية لـ valeriansaliou

    valeriansaliou/sonic

    21,249عرض على GitHub↗

    Sonic is a high-performance, lightweight search backend designed to provide real-time full-text search and autocomplete capabilities for applications. It functions as a persistent indexing server that maps text terms to object identifiers, allowing developers to integrate rapid search functionality without storing raw document content directly within the search engine. The system distinguishes itself through a specialized graph-based index that enables real-time word prediction and typo correction. Communication is handled via a custom, low-latency binary protocol over raw TCP sockets, which

    Processes raw input through language-specific pipelines that perform tokenization, stop-word removal, and diacritic folding.

    Rustbackenddatabasegraph
    عرض على GitHub↗21,249
  • flairnlp/flairالصورة الرمزية لـ flairNLP

    flairNLP/flair

    14,378عرض على GitHub↗

    Flair is a transformer-based natural language processing framework used to build and train models for text classification and sequence tagging. It provides a specialized library for generating contextual text embeddings and performing linguistic analysis. The framework includes dedicated tools for named entity recognition, including the identification of specialized biomedical entities across multiple languages. It further supports entity linking to map identified text mentions to unique entries within general or biomedical knowledge bases. The project covers a broad range of language analys

    Provides neural network layers for assigning categorical labels to individual tokens within a text sequence.

    Python
    عرض على GitHub↗14,378
  • outlines-dev/outlinesالصورة الرمزية لـ outlines-dev

    outlines-dev/outlines

    13,965عرض على GitHub↗

    Outlines is a guided text generation framework and structured output engine for large language models. It enforces precise structural constraints on model output during the sampling process to ensure the generation of valid data. The framework ensures that model outputs strictly adhere to predefined data models, including JSON schemas, regular expressions, and formal grammars. This enables the conversion of natural language inputs into structured arguments for function calling and the generation of valid JSON for downstream processing. The system manages model orchestration through prompt te

    Modifies the token probability distribution to ensure generated text adheres to specific regular expressions or grammars.

    Python
    عرض على GitHub↗13,965
  • dottxt-ai/outlinesالصورة الرمزية لـ dottxt-ai

    dottxt-ai/outlines

    13,446عرض على GitHub↗

    Outlines is a library designed to ensure machine-readable output from generative models by applying programmatic constraints during the token sampling process. It functions as a toolkit for forcing large language models to generate text that strictly adheres to JSON schemas, regular expressions, and formal grammars, enabling the integration of model responses into existing software systems. The library distinguishes itself by integrating formal language rules directly into the sampling loop. It achieves this by converting regular expressions into deterministic finite automata and utilizing lo

    Restricts the model's next-token probability distribution by zeroing out tokens that violate defined grammar or schema constraints.

    Pythoncfggenerative-aijson
    عرض على GitHub↗13,446
  • google/sentencepieceالصورة الرمزية لـ google

    google/sentencepiece

    11,657عرض على GitHub↗

    SentencePiece is a text segmentation engine and tokenization library designed for machine learning workflows. It provides a comprehensive toolkit for transforming raw text into subword units or numerical identifiers, enabling consistent data representation for neural network training and inference. The library supports the training of segmentation models from raw text, allowing for the creation of custom vocabularies tailored to specific domain requirements. The project distinguishes itself through its byte-level encoding and fallback mechanisms, which ensure that every input can be represent

    Decomposes unknown characters into UTF-8 byte sequences to ensure full vocabulary coverage without unknown tokens.

    C++natural-language-processingneural-machine-translationword-segmentation
    عرض على GitHub↗11,657
  • karpathy/minbpeالصورة الرمزية لـ karpathy

    karpathy/minbpe

    10,582عرض على GitHub↗

    Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.

    Provides a clean implementation of the BPE training algorithm to learn merge rules from text corpora.

    Python
    عرض على GitHub↗10,582
  • microsoft/llmlinguaالصورة الرمزية لـ microsoft

    microsoft/LLMLingua

    5,844عرض على GitHub↗

    LLMLingua is a prompt compression tool that reduces token count in prompts before they are sent to a large language model, cutting API costs and latency while preserving task performance. It operates as an extractive pipeline using a BERT-level Transformer encoder to classify each token for removal based on full bidirectional context from the prompt, retaining only key information and discarding non-essential tokens. The tool is trained through a knowledge distillation process, where a compact compression model learns from an extractive dataset derived from a large language model's output to

    Removes redundant tokens identified by a small language model to cut API costs and latency.

    Python
    عرض على GitHub↗5,844
  • biolab/orange3الصورة الرمزية لـ biolab

    biolab/orange3

    5,635عرض على GitHub↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Provides a widget to drop constant attributes and unused categorical values from datasets.

    Python
    عرض على GitHub↗5,635
  • onnxsim/onnxsimالصورة الرمزية لـ onnxsim

    onnxsim/onnxsim

    4,353عرض على GitHub↗

    onnxsim هو محسن رسوم بيانية لتعلم الآلة ومبسط للنماذج مصمم لتقليل تعقيد رسوم بيانية حسابات ONNX. يعمل كضاغط للنماذج يستبدل تسلسلات المشغل المعقدة بمخرجات ثابتة مبسطة لتقليل العبء التشغيلي. يحقق المشروع التبسيط من خلال استنتاج الطي الثابت (constant folding)، والذي يستبدل الرسوم البيانية الفرعية للمشغلات الثابتة بموترات ثابتة محسوبة مسبقاً. يستخدم إعادة كتابة الرسوم البيانية القائمة على الأنماط وتحليل الرسوم البيانية للحسابات الثابتة لتحديد وإزالة العقد الزائدة أو العمليات التي لا يمكن الوصول إليها. تغطي الأداة قدرات واسعة لتحسين النماذج، بما في ذلك القضاء على تكرار المشغل وإزالة عقد إعادة التشكيل أو الهوية غير الضرورية. تعمل هذه العمليات على تبسيط تدفق التنفيذ وتقليل بصمة الذاكرة للنموذج.

    Eliminates identity operations and unnecessary reshape nodes that do not alter mathematical output.

    C++deep-learningonnxpytorch
    عرض على GitHub↗4,353
  • mbloch/mapshaperالصورة الرمزية لـ mbloch

    mbloch/mapshaper

    4,133عرض على GitHub↗

    Mapshaper هي أداة لمعالجة وتبسيط وتحويل البيانات المتجهة الجغرافية، متاحة كواجهة سطر أوامر، وأداة متصفح ويب، ومكتبة Node.js. تعمل كمسقط للإحداثيات، ومحول للبيانات المتجهة، ومحسن لأصول خرائط الويب مصمم لتحويل مجموعات البيانات المكانية بين أنظمة مرجعية إحداثية وتنسيقات ملفات مختلفة. يتميز المشروع بتبسيط الهندسة مع الحفاظ على الطوبولوجيا، مما يقلل من عدد الرؤوس مع الحفاظ على الحدود المشتركة لمنع الفجوات والتداخلات. كما يعمل على تحسين الأصول للويب من خلال تكميم الإحداثيات وتصفية السمات لتقليل أحجام الملفات. يغطي النظام مجموعة واسعة من الإمكانيات، بما في ذلك إعادة إسقاط الإحداثيات باستخدام سلاسل PROJ ورموز EPSG، وتحويل البيانات عبر تنسيقات مثل Shapefile وGeoJSON وTopoJSON وGeoPackage وKML. ويوفر أدوات معالجة هندسية واسعة النطاق للتخزين المؤقت، والقص، والإذابة، وإصلاح الطوبولوجيا، بالإضافة إلى أدوات إدارة البيانات لربط السمات وتصفيتها وتحويلها. بالإضافة إلى ذلك، يتضمن ميزات تصور لتوليد صادرات SVG مصممة، وشبكات إحداثيات، وخرائط رموز متناسبة. يمكن دمج إمكانيات المعالجة المكانية مباشرة في تطبيقات JavaScript وخطوط أنابيب البناء عبر مكتبة Node.js الخاصة به.

    Deletes features that share the same identifier as a previous feature to clean datasets.

    JavaScript
    عرض على GitHub↗4,133
  • huawei-noah/pretrained-language-modelالصورة الرمزية لـ huawei-noah

    huawei-noah/Pretrained-Language-Model

    3,163عرض على GitHub↗

    Pretrained-Language-Model is a machine learning library and natural language processing toolkit designed for pretraining, tokenizing, and compressing large language models using transformer architectures and specialized optimization techniques. It supports Chinese and multilingual natural language processing tasks, including text classification and conversational response generation. The framework provides specialized capabilities for training large-scale autoregressive and contextual language models, alongside model compression techniques like knowledge distillation and quantization to reduc

    Splits raw text streams into subword tokens using byte-level vocabularies for downstream NLP processing.

    Pythonknowledge-distillationlarge-scale-distributedmodel-compression
    عرض على GitHub↗3,163
  1. Home
  2. Artificial Intelligence & ML
  3. Natural Language Processing
  4. Tokenizers

استكشف الوسوم الفرعية

  • Byte-Level Tokenizers2 وسوم فرعيةTokenization methods that operate on raw byte sequences to handle diverse vocabularies.
  • Grammar-Constrained Token SamplersTools that restrict token generation based on formal language rules. **Distinct from Tokenizers:** Focuses on grammar-based sampling tools, distinct from general tokenizers.
  • Token Tagging LayersNeural network layers for assigning categorical labels to individual tokens in a sequence. **Distinct from Tokenizers:** Focuses on the tagging layer architecture, distinct from general tokenization.