awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

25 repositorios

Awesome GitHub RepositoriesText Sequence Processing

Tools for manipulating token sequences, including reversal for ensemble model training.

Distinguishing note: This is a specific sequence manipulation technique distinct from general data loading.

Explore 25 awesome GitHub repositories matching artificial intelligence & ml · Text Sequence Processing. Refine with filters or upvote what's useful.

Awesome Text Sequence Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • shareai-lab/learn-claude-codeAvatar de shareAI-lab

    shareAI-lab/learn-claude-code

    67,975Ver en GitHub↗

    This project provides a modular framework for building and orchestrating autonomous AI agents. It functions as an agentic workflow engine that manages the full lifecycle of task execution, including model reasoning, tool invocation, and the integration of results. By utilizing a centralized orchestration platform, the system enables the creation of multi-agent teams that collaborate on complex objectives through structured communication and shared task graphs. The framework distinguishes itself through its focus on persistent, stateful operations and multi-agent coordination. It employs file-

    Increases token limits or requests continuations to complete model responses cut off by length constraints.

    Pythonagentagent-developmentai-agent
    Ver en GitHub↗67,975
  • facebookresearch/fairseqAvatar de facebookresearch

    facebookresearch/fairseq

    32,228Ver en GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Improves translation quality by generating multiple candidates across different lengths and selecting the best result.

    Python
    Ver en GitHub↗32,228
  • sillytavern/sillytavernAvatar de SillyTavern

    SillyTavern/SillyTavern

    29,463Ver en GitHub↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Adjusts the output length of generated text by injecting specific formatting prefixes into the conversation stream before the model responds.

    JavaScriptaichatllm
    Ver en GitHub↗29,463
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Ver en 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

    Provides utilities for preparing text sequences with special tokens and segment identifiers for bidirectional encoder processing.

    Pythonbookcomputer-visiondata-science
    Ver en GitHub↗29,001
  • verl-project/verlAvatar de verl-project

    verl-project/verl

    22,000Ver en GitHub↗

    This project is a distributed training infrastructure designed for aligning large language models through reinforcement learning. It functions as an end-to-end engine for complex alignment tasks, including proximal policy optimization, direct preference optimization, and iterative self-play. By providing a unified framework for multi-turn interactions and tool-use scenarios, it enables the development of models capable of reasoning and external environment engagement. The framework distinguishes itself through a decoupled architecture that separates model training from sample generation. This

    Applies linear penalties to rewards for sequences exceeding length thresholds to discourage verbosity.

    Python
    Ver en GitHub↗22,000
  • thealgorithms/goAvatar de TheAlgorithms

    TheAlgorithms/Go

    18,085Ver en GitHub↗

    This repository serves as a comprehensive collection of standard computer science algorithms and data structures implemented in the Go programming language. It functions as an educational resource for developers to study idiomatic code examples and master fundamental computational logic through practical, hands-on implementation. The project provides a reference for building and utilizing essential storage containers, such as linked lists, heaps, and hash maps, to organize information efficiently. It also includes a suite of proven mathematical algorithms for performing complex numerical calc

    Includes algorithmic approaches for text sequence processing and manipulation.

    Goalgorithmsalgorithms-implementedcommunity-driven
    Ver en GitHub↗18,085
  • rasbt/deeplearning-modelsAvatar de rasbt

    rasbt/deeplearning-models

    17,427Ver en GitHub↗

    This repository is an educational collection of deep learning implementations designed to demonstrate the fundamental principles of neural network architecture and optimization. It provides a comprehensive resource for understanding machine learning through hands-on code examples, ranging from basic multilayer perceptrons to complex generative models. The project distinguishes itself by emphasizing the manual construction of models, including the implementation of backpropagation from scratch to illustrate core mathematical mechanics. It covers a wide array of architectural design patterns, s

    Optimizes sequence processing using packed sequences and pre-trained embeddings for variable-length inputs.

    Jupyter Notebook
    Ver en GitHub↗17,427
  • graykode/nlp-tutorialAvatar de graykode

    graykode/nlp-tutorial

    14,855Ver en GitHub↗

    This repository serves as an educational resource for learning the foundational architectures of natural language processing through concise code implementations. It provides a structured collection of deep learning models designed to process and understand human language, focusing on the core mechanics of neural network sequence modeling and text analysis. The project distinguishes itself by offering direct, hands-on implementations of complex architectures, including Transformers, attention mechanisms, and word embedding generation. By utilizing tensor-based computational graphs and gradien

    Demonstrates recurrent sequence processing techniques to capture temporal dependencies in text.

    Jupyter Notebookattentionbertnatural-language-processing
    Ver en GitHub↗14,855
  • modelscope/ms-swiftAvatar de modelscope

    modelscope/ms-swift

    14,597Ver en GitHub↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    The platform imposes multi-stage penalties on generated outputs that exceed defined length thresholds to improve control over the size and efficiency of model responses.

    Pythondeepseek-r1embeddinggrpo
    Ver en GitHub↗14,597
  • openaccess-ai-collective/axolotlAvatar de OpenAccess-AI-Collective

    OpenAccess-AI-Collective/axolotl

    12,062Ver en GitHub↗

    Axolotl is a distributed training orchestrator and fine-tuning framework for large language models, multimodal systems, and quantized models. It provides a structured environment for specializing pre-trained models through full parameter updates or low-rank adaptation, as well as aligning model outputs with human expectations via preference tuning pipelines and reward modeling. The system distinguishes itself through a configuration-driven pipeline that manages preprocessing and training workflows via a single file for reproducibility. It implements high-throughput optimizations such as multi

    Implements multipacking to group short training examples into fixed-length blocks for maximized GPU throughput.

    Python
    Ver en GitHub↗12,062
  • tingsongyu/pytorch_tutorialAvatar de TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Ver en GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Assign a category to an entire text sequence or individual tokens in PyTorch for sentiment or entity analysis.

    Python
    Ver en GitHub↗8,018
  • opennmt/opennmt-pyAvatar de OpenNMT

    OpenNMT/OpenNMT-py

    7,001Ver en GitHub↗

    OpenNMT-py is a PyTorch neural machine translation framework used for training and deploying neural machine translation and large language models. It functions as a distributed model training system, an inference engine, and a toolkit for fine-tuning large language models. The framework distinguishes itself with a dedicated toolkit for adapting large language models through low-rank adaptation, quantization, and instruction tuning. It also includes a neural machine translation server that allows trained models to be hosted and exposed via REST API endpoints. The project covers a broad range

    Limits the maximum number of tokens in source and target sequences to manage memory and system stability.

    Python
    Ver en GitHub↗7,001
  • open-multi-agent/open-multi-agentAvatar de open-multi-agent

    open-multi-agent/open-multi-agent

    6,422Ver en GitHub↗

    Open Multi-Agent is a TypeScript framework for multi-agent orchestration that decomposes natural language goals into a runtime-generated directed acyclic graph of tasks. It functions as a task orchestrator and workflow state manager, coordinating multiple AI models to execute parallel and sequential operations. The framework is distinguished by a proposer-judge consensus protocol used to validate agent outputs through a quorum of agreement. It employs provider-agnostic model routing to assign specific models to tasks based on roles or execution phases and utilizes state-based workflow checkpo

    Implements raw character count limits on tool results by truncating long outputs into head and tail excerpts.

    TypeScriptagent-frameworkagent-orchestrationagentic-ai
    Ver en GitHub↗6,422
  • prefecthq/marvinAvatar de PrefectHQ

    PrefectHQ/marvin

    6,170Ver en GitHub↗

    an ambient intelligence library

    Analyzes input content and places it into one of several predefined categories using a language model.

    Python
    Ver en GitHub↗6,170
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar de zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Ver en GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Adjusts reward signals based on sequence length to discourage overly verbose reasoning paths.

    Python
    Ver en GitHub↗5,371
  • fastai/course-v3Avatar de fastai

    fastai/course-v3

    4,914Ver en GitHub↗

    Este repositorio es un programa educativo integral y un framework de deep learning diseñado para enseñar aprendizaje profundo práctico usando PyTorch a través de notebooks y ejemplos de código. Sirve como una librería de alto nivel para construir, entrenar y desplegar redes neuronales, actuando como un orquestador de entrenamiento de modelos que coordina modelos de PyTorch, optimizadores y funciones de pérdida. El proyecto proporciona kits de herramientas especializados para visión artificial, procesamiento de lenguaje natural y preprocesamiento de datos tabulares. Se distingue por controles de entrenamiento avanzados como tasas de aprendizaje discriminativas, un sistema de callbacks bidireccional para personalizar la lógica de entrenamiento y una abstracción de learner de alto nivel que automatiza la colocación en dispositivos y los bucles de entrenamiento. El framework cubre una amplia superficie de capacidades, incluyendo la construcción automatizada de pipelines de datos, análisis de arquitectura de modelos y evaluación de rendimiento en tareas de clasificación, regresión y segmentación. También incluye utilidades para entrenamiento distribuido en múltiples GPUs, entrenamiento de precisión mixta para optimización de memoria y soporte especializado para datos de imágenes médicas. El proyecto se entrega como una serie de Jupyter Notebooks.

    Flips the order of text tokens to enable the training of backward-reading models.

    Jupyter Notebookdata-sciencedeep-learningfastai
    Ver en GitHub↗4,914
  • bentrevett/pytorch-sentiment-analysisAvatar de bentrevett

    bentrevett/pytorch-sentiment-analysis

    4,608Ver en GitHub↗

    Este proyecto es un tutorial de análisis de sentimiento en PyTorch y una implementación de aprendizaje profundo para el análisis de texto. Proporciona un pipeline de clasificación de secuencias de procesamiento de lenguaje natural diseñado para limpiar datos de texto y entrenar redes neuronales para categorizar secuencias de palabras. La implementación se centra en adaptar modelos de lenguaje preentrenados para tareas específicas de clasificación de texto utilizando datasets personalizados. Incluye un proceso para el ajuste fino (fine-tuning) de modelos de lenguaje a gran escala y la implementación de redes recurrentes y transformers para la detección de tono emocional. El proyecto cubre el espectro más amplio de la clasificación de secuencias de texto y el procesamiento de texto en PyTorch. Esto incluye flujos de trabajo para preparar datasets de texto sin procesar utilizando la librería TorchText y construir modelos de aprendizaje profundo para asignar categorías al texto.

    Assigns categorical labels to text sequences using recurrent networks and transformers.

    Jupyter Notebookbertcnncnn-text-classification
    Ver en GitHub↗4,608
  • tingsongyu/pytorch-tutorial-2ndAvatar de TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Ver en GitHub↗

    Este proyecto es un recurso educativo integral y un curso para construir redes neuronales usando PyTorch. Cubre los bloques de construcción fundamentales del deep learning, incluyendo la manipulación de tensores, la diferenciación automática y la construcción de componentes modulares de redes neuronales. El repositorio sirve como guía técnica para varios dominios especializados. Proporciona detalles de implementación para tareas de visión artificial como clasificación de imágenes, detección de objetos y segmentación semántica, así como flujos de trabajo de procesamiento de lenguaje natural que involucran transformers, redes recurrentes y modelos generativos. Además, incluye una referencia para IA generativa, centrándose específicamente en la síntesis de imágenes mediante modelos de difusión y redes adversarias. El material se extiende a pipelines de optimización y despliegue de modelos. Cubre técnicas para reducir el tamaño del modelo y aumentar la velocidad de inferencia mediante cuantización y la exportación de modelos a formatos como ONNX y TensorRT. Otras áreas de capacidad incluyen ingeniería de datos para carga paralela, evaluación de modelos mediante métricas personalizadas y el despliegue de modelos de lenguaje grandes (LLM) de código abierto. El proyecto se entrega principalmente como una serie de Jupyter Notebooks.

    Provides methods for assigning categorical labels to text sequences for tasks such as sentiment analysis.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Ver en GitHub↗4,555
  • microsoft/agent-governance-toolkitAvatar de microsoft

    microsoft/agent-governance-toolkit

    4,522Ver en GitHub↗

    El agent-governance-toolkit es un framework para aplicar políticas de seguridad, gestionar identidades de confianza cero (zero-trust) y aislar (sandbox) la ejecución de agentes de IA autónomos. Proporciona una capa de gobernanza diseñada para controlar el comportamiento de los agentes mediante el uso de un motor de políticas de seguridad, gestión de identidad criptográfica y un sandbox de ejecución en tiempo de ejecución. El proyecto se distingue por un sistema de anillos de privilegios de múltiples niveles y una malla de identidad criptográfica que asegura la comunicación entre entidades autónomas. Implementa un mecanismo de puntuación de confianza basado en decaimiento para rastrear la confiabilidad de la entidad y utiliza registros de auditoría encadenados por hash y a prueba de manipulaciones para mantener un historial verificable de ejecución. El toolkit cubre una amplia gama de áreas de capacidad, incluyendo seguridad de prompts para defenderse contra ataques de inyección, mapeo automatizado de cumplimiento frente a estándares regulatorios y orquestación de flujos de trabajo autónomos utilizando patrones de saga. También cuenta con monitoreo de flota para rastrear la salud y los límites de gasto, así como aislamiento de ejecución de herramientas para restringir el acceso no autorizado a recursos. Se proporciona una interfaz de línea de comandos para ejecutar señales de control, validar políticas de gobernanza y gestionar la instalación de extensiones.

    Implements a mechanism to translate governance rule breaches into negative rewards to discourage prohibited agent behaviors.

    Python
    Ver en GitHub↗4,522
  • gaussic/text-classification-cnn-rnnAvatar de gaussic

    gaussic/text-classification-cnn-rnn

    4,301Ver en GitHub↗

    This project is a TensorFlow-based supervised text categorizer designed for Chinese natural language processing. It utilizes a hybrid neural network architecture that combines convolutional and recurrent layers to map raw Chinese text to predefined categories. The system integrates convolutional neural networks for local feature extraction and recurrent neural networks for analyzing sequential dependencies. It employs character-level tokenization and word embeddings to represent text as numerical tensors. The implementation covers the end-to-end machine learning pipeline, including text prep

    Assigns predefined categories to input text using a trained neural network model.

    Pythonchineseclassificationcnn
    Ver en GitHub↗4,301
Ant.12Siguiente
  1. Home
  2. Artificial Intelligence & ML
  3. Text Sequence Processing

Explorar subetiquetas

  • Sequence Category Assignments1 sub-etiquetaMethods for assigning categorical labels to entire text sequences or individual tokens for tasks like sentiment analysis and entity recognition. **Distinct from Text Sequence Processing:** Distinct from general text sequence processing by focusing specifically on the classification/labeling of tokens or sequences rather than structural manipulation.
  • Sequence Length Constraints3 sub-etiquetasMechanisms for limiting the maximum number of tokens processed to manage memory consumption during training. **Distinct from Text Sequence Processing:** Distinct from general sequence processing: focuses on memory-constrained sequence length management during training.
  • Sequence Representation BuildersUtilities for preparing text sequences with special tokens and segment identifiers for encoder processing. **Distinct from Text Sequence Processing:** Distinct from general text sequence processing: focuses on the specific preparation of inputs for bidirectional encoders.