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

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

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

5 مستودعات

Awesome GitHub RepositoriesEncoder-Decoder Model Integrations

Connectors for integrating encoder-decoder architectures like T5 into workflows.

Distinct from Language Model Integrations: Focuses specifically on encoder-decoder (T5) architectures rather than generic language model adapters.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Encoder-Decoder Model Integrations. Refine with filters or upvote what's useful.

Awesome Encoder-Decoder Model Integrations GitHub Repositories

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

    ml-explore/mlx-examples

    8,254عرض على GitHub↗

    This repository provides a collection of reference implementations and code examples for training and deploying machine learning models using the MLX framework. It serves as a practical guide for executing distributed training, fine-tuning large language models, converting model weights, and implementing multimodal generative workflows. The project distinguishes itself through specialized examples for local hardware execution, featuring weight quantization to reduce memory usage and low-rank adaptation for parameter-efficient fine-tuning. It also includes scripts for transforming external mod

    Implements T5 model integration using task-specific prefixes for various natural language tasks.

    Pythonmlx
    عرض على GitHub↗8,254
  • datawhalechina/so-large-lmالصورة الرمزية لـ datawhalechina

    datawhalechina/so-large-lm

    7,400عرض على GitHub↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    Explains training methods for sequence-to-sequence encoder-decoder architectures.

    عرض على GitHub↗7,400
  • google/gemma_pytorchالصورة الرمزية لـ google

    google/gemma_pytorch

    5,697عرض على GitHub↗

    The official PyTorch implementation of Google's Gemma models

    Processes input through separate encoder and decoder stages to produce outputs requiring deep contextual understanding.

    Pythongemmagooglepytorch
    عرض على GitHub↗5,697
  • bentrevett/pytorch-seq2seqالصورة الرمزية لـ bentrevett

    bentrevett/pytorch-seq2seq

    5,697عرض على GitHub↗

    This is a collection of educational Jupyter Notebook tutorials that teach sequence-to-sequence modeling using PyTorch and TorchText, focused on neural machine translation. The project provides hands-on guides for building and training encoder-decoder architectures with recurrent neural networks like LSTM and GRU, implementing attention mechanisms that allow the decoder to focus on relevant input tokens during sequence generation. The tutorials cover the full pipeline of machine translation, from tokenizing multilingual text using language-specific tokenizers to training multi-layer encoder-de

    Teaches building and training multi-layer LSTM/GRU encoder-decoder architectures for machine translation.

    Jupyter Notebookattentioncnn-seq2seqencoder-decoder
    عرض على GitHub↗5,697
  • qwenlm/qwen2.5-omniالصورة الرمزية لـ QwenLM

    QwenLM/Qwen2.5-Omni

    4,026عرض على GitHub↗

    Qwen2.5-Omni هو نموذج لغوي ضخم متعدد الوسائط وشامل مصمم لمعالجة وتوليد المحتوى عبر النصوص والصوت والرؤية والفيديو. يعمل كذكاء اصطناعي صوتي في الوقت الفعلي، مستخدماً بنية شاملة (End-to-end) للحفاظ على محادثات صوتية متزامنة مع استجابات ذات زمن انتقال منخفض. يركز المشروع على الكفاءة من خلال نماذج الحافة المكممة (Quantized edge models)، مما يسمح بالاستدلال المحلي على أجهزة الجوال والأجهزة ذات الموارد المحدودة. ويستخدم تكميم الأوزان بـ 4 بت، وتفريغ العمليات على وحدة المعالجة المركزية (CPU)، وتحميل الأوزان عند الطلب لتقليل متطلبات ذاكرة GPU. يدمج النظام مشفرات متخصصة لتحليل تدفقات البيانات متعددة الوسائط ويتميز بفك تشفير متدفق لتوليد الكلام في الوقت الفعلي. كما يتضمن إمكانيات لتخصيص صوت الكلام لتعديل الخصائص النغمية والجنسية للمخرجات الصوتية.

    Integrates specialized encoders to convert raw audio and visual streams into high-level conceptual representations.

    Jupyter Notebook
    عرض على GitHub↗4,026
  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence Tooling
  4. Encoder-Decoder Model Integrations

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

  • Encoder-Decoder Training MethodsTraining procedures for sequence-to-sequence models that encode input and decode output sequences. **Distinct from Encoder-Decoder Model Integrations:** Distinct from Encoder-Decoder Model Integrations: focuses on the training process itself, not integration connectors.
  • Multimodal EncodersSpecialized components that convert raw audio and visual signals into conceptual representations for a central model. **Distinct from Encoder-Decoder Model Integrations:** More specific than general encoder-decoder integrations; focuses on multimodal signal conversion.