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

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

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

OpenLMLab/MOSS

0
View on GitHub↗
12,140 نجوم·1,134 تفرعات·Python·Apache-2.0·7 مشاهداتtxsun1997.github.io/blogs/moss.html↗

MOSS

MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions.

The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data.

The project covers model training through supervised conversational fine-tuning and optimizes deployment via low-bit weight quantization to reduce GPU memory usage. It includes a REST-based API with stateful session management and a web interface for interactive chat sessions.

Features

  • Conversational AI Platforms - Provides a complete platform for deploying large language models with multi-turn dialogue and web interfaces.
  • Conversational Dialogue Systems - Provides a comprehensive platform for building and deploying interactive AI systems capable of complex multi-turn dialogue.
  • Multi-turn Interaction Managers - Manages stateful multi-turn conversations that follow complex instructions while applying safety filters.
  • External Tool Execution - Enables the model to execute external tools like search engines and calculators to augment responses.
  • Fine-Tuning Toolkits - Includes a specialized toolkit for supervised conversational fine-tuning of pre-trained language models.
  • Tool-Augmented Language Models - Connects large language models to external plugins and tools to perform tasks beyond static text generation.
  • Tool Augmentations - Extends model capabilities beyond static training data by allowing active invocation of external functions and APIs.
  • Quantized Model Deployments - Deploys large language models with reduced memory footprints using INT4 and INT8 quantization for efficient inference.
  • Language Model Fine-Tuning - Implements specialized workflows for adapting pre-trained language models to conversational tasks using custom datasets.
  • Quantized Inference Runtimes - Implements a quantized runtime using low-bit weight precision to reduce GPU memory usage during inference.
  • Weight Quantization - Compresses model weights to INT4 or INT8 precision to significantly reduce GPU memory usage during inference.
  • Supervised Fine-Tuning - Implements supervised fine-tuning methods to optimize pre-trained models for specific conversational tasks.
  • Tool-Execution Loops - Orchestrates the request-response loop between model tool requests and the execution of external functions.
  • General Purpose Models - Produces human-like responses for diverse tasks including coding, mathematical problem solving, and general conversation.
  • Plugin-Based Agent Integrations - Integrates external plugins by generating tool calls to enhance the accuracy of AI responses.
  • Chatbot Hosting Services - Offers network APIs and hosting capabilities to provide model responses to external applications while maintaining state.
  • Conversational Session Management - Tracks unique session identifiers to maintain context and conversation history across multi-turn interactions.
  • Stateful - Provides a REST-based API that uses unique identifiers to maintain conversation state across multiple interactions.
  • RESTful APIs - Exposes language model functionality through a standardized RESTful HTTP interface for external client integration.
  • Plugin-Based Architectures - Uses a modular plugin architecture to integrate search engines and calculators for expanding the model's knowledge base.
  • Web Chat Interfaces - Provides a graphical web-based user interface for interacting with the conversational AI model.
  • Conversational and Dialog Datasets - Conversational data labeled for usefulness, loyalty, and harmlessness.
  • Foundation Models - Conversational language model supporting multiple plugins and tools.
  • Language Models - A tool-augmented conversational model for research and dialogue.
  • LLM Frameworks - Bilingual conversational model supporting plugins and multi-turn dialogue.
  • Open Source Models - Offers a conversational model capable of running on consumer hardware.
  • Specialized Domain Models - Research-oriented conversational model.
  • Text LLM Models - Conversational model supporting plugins and multi-turn dialogue.

سجل النجوم

مخطط تاريخ النجوم لـ openlmlab/mossمخطط تاريخ النجوم لـ openlmlab/moss

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ MOSS

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع MOSS.
  • thudm/chatglm3الصورة الرمزية لـ THUDM

    THUDM/ChatGLM3

    13,676عرض على GitHub↗

    ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and Chinese. It functions as a tool-augmented system capable of calling external functions and executing internal code to resolve complex tasks. The model utilizes four-bit quantization to reduce memory requirements, enabling inference on consumer hardware and diverse processing units including GPUs and CPUs. It features an expanded context window for processing and summarizing long documents and includes a supervised fine-tuning pipeline for adapting the model to specialized domains

    Python
    عرض على GitHub↗13,676
  • lianjiatech/belleالصورة الرمزية لـ LianjiaTech

    LianjiaTech/BELLE

    8,273عرض على GitHub↗

    BELLE is a specialized implementation of Chinese conversational large language models, encompassing a full instruction tuning framework. It provides a pipeline for training, evaluating, and deploying models optimized for natural language understanding and dialogue tasks in the Chinese language. The project is distinguished by its integrated approach to model refinement, combining the curation of multi-million entry instruction datasets with a distributed training pipeline. This pipeline supports both full fine-tuning and low-rank adaptation to optimize conversational performance. The system

    HTMLbloomchinese-nlpgpt-evaluation
    عرض على GitHub↗8,273
  • openmoss/mossالصورة الرمزية لـ OpenMOSS

    OpenMOSS/MOSS

    12,140عرض على GitHub↗

    MOSS is a conversational AI API server and framework designed to manage stateful multi-turn dialogues via session identifiers for remote interaction. It functions as a tool-augmented language model framework and a quantized inference engine. The project integrates external plugins, such as search engines and calculators, to provide factual and computed data within model responses. It also includes a supervised fine-tuning toolkit for adapting base language models to specific conversational datasets and behavioral instructions. The system supports inference optimization through 4-bit and 8-bi

    Pythonchatgptdeep-learningdialogue-systems
    عرض على GitHub↗12,140
  • lm-sys/fastchatالصورة الرمزية لـ lm-sys

    lm-sys/FastChat

    39,472عرض على GitHub↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    Python
    عرض على GitHub↗39,472
عرض جميع البدائل الـ 30 لـ MOSS→

الأسئلة الشائعة

ما هي وظيفة openlmlab/moss؟

MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions.

ما هي الميزات الرئيسية لـ openlmlab/moss؟

الميزات الرئيسية لـ openlmlab/moss هي: Conversational AI Platforms, Conversational Dialogue Systems, Multi-turn Interaction Managers, External Tool Execution, Fine-Tuning Toolkits, Tool-Augmented Language Models, Tool Augmentations, Quantized Model Deployments.

ما هي البدائل مفتوحة المصدر لـ openlmlab/moss؟

تشمل البدائل مفتوحة المصدر لـ openlmlab/moss: thudm/chatglm3 — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and… lianjiatech/belle — BELLE is a specialized implementation of Chinese conversational large language models, encompassing a full instruction… openmoss/moss — MOSS is a conversational AI API server and framework designed to manage stateful multi-turn dialogues via session… lm-sys/fastchat — FastChat is a training and serving platform for large language models that provides an integrated toolkit for… openbmb/minicpm — MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained… 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading…