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

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

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

databrickslabs/dolly

0
View on GitHub↗
10,795 نجوم·1,139 تفرعات·Python·Apache-2.0·10 مشاهداتwww.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html↗

Dolly

Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering.

The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs.

The repository provides capabilities for language model fine-tuning and dataset management. This includes the ability to load instruction datasets and adapt base causal language models through supervised fine-tuning to improve their natural language instruction execution and response generation.

Features

  • Model Adaptation Workflows - Adapting a base model using a custom instruction-response corpus to specialize it for particular natural language tasks.
  • Instruction Tuning - Fine-tunes pre-trained causal language models using human-generated instruction-response pairs to follow complex directions.
  • Instruction-Following Models - Provides a model designed to execute specific tasks such as brainstorming and question answering based on user prompts.
  • Instruction-Response Mappings - Maps natural language inputs to structured outputs by learning the relationship between instructions and desired answers.
  • Language Model Fine-Tuning - Enables the fine-tuning of base causal language models using custom instruction-response corpora.
  • Instruction-Tuned Language Models - Ships an instruction-tuned large language model optimized for following complex natural language directions.
  • Supervised Fine-Tuning - Uses supervised fine-tuning on labeled instruction datasets to align model outputs with human preferences.
  • Causal Language Modeling - Implements a causal language model architecture that predicts the next token in a sequence to generate coherent text.
  • Transformer Architectures - Utilizes a transformer-based architecture with self-attention mechanisms to process and generate sequences of text.
  • Commercial LLM Development - Develops language models for business applications using datasets that are safe for commercial use.
  • Commercially Viable LLM Datasets - Trained on curated collections of instruction datasets suitable for commercial application use.
  • Natural Language Generation - Generates coherent natural language text responses to execute instructions, including question answering.
  • Natural Language Processing - Processes diverse natural language prompts to execute complex tasks like classification and brainstorming.
  • Natural Language - Automates complex text-based tasks including brainstorming, classification, and question answering.
  • Foundation Models - Instruction-tuned language models trained on proprietary machine learning platforms.
  • General Purpose Models - Instruction-tuned model designed for open commercial use.
  • Language Models - An instruction-following model licensed for commercial use.
  • Large Language Models - Instruction-tuned language models for enterprise use.
  • Open Source Models - Offers an instruction-tuned model for enterprise platforms.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ databrickslabs/dollyمخطط تاريخ النجوم لـ databrickslabs/dolly

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

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

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

Start searching with AI

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

ما هي وظيفة databrickslabs/dolly؟

Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering.

ما هي الميزات الرئيسية لـ databrickslabs/dolly؟

الميزات الرئيسية لـ databrickslabs/dolly هي: Model Adaptation Workflows, Instruction Tuning, Instruction-Following Models, Instruction-Response Mappings, Language Model Fine-Tuning, Instruction-Tuned Language Models, Supervised Fine-Tuning, Causal Language Modeling.

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

تشمل البدائل مفتوحة المصدر لـ databrickslabs/dolly: stability-ai/stablelm — StableLM is a pre-trained transformer-based large language model designed for natural language generation and… facico/chinese-vicuna — Chinese-Vicuna is a Chinese large language model and instruction-following AI based on the LLaMA architecture. It is… lm-sys/fastchat — FastChat is a training and serving platform for large language models that provides an integrated toolkit for… qwenlm/qwen-7b — Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex… 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading… tatsu-lab/stanford_alpaca — This project provides an end-to-end framework for adapting large language models to follow user instructions through…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Dolly.
  • stability-ai/stablelmالصورة الرمزية لـ Stability-AI

    Stability-AI/StableLM

    15,699عرض على GitHub↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Jupyter Notebook
    عرض على GitHub↗15,699
  • facico/chinese-vicunaالصورة الرمزية لـ Facico

    Facico/Chinese-Vicuna

    4,121عرض على GitHub↗

    Chinese-Vicuna is a Chinese large language model and instruction-following AI based on the LLaMA architecture. It is specifically designed for natural language understanding and generation in the Chinese language, utilizing an instruction-tuned model to follow complex user prompts across conversations. The project provides a LoRA fine-tuning framework and quantization systems to enable model adaptation and inference on consumer hardware. It implements quantized inference to reduce memory usage on both CPUs and GPUs, supported by a low-level C++ implementation to minimize system resource requi

    Calpacachinesellama
    عرض على GitHub↗4,121
  • 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
  • qwenlm/qwen-7bالصورة الرمزية لـ QwenLM

    QwenLM/Qwen-7B

    21,343عرض على GitHub↗

    Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs. The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals. The system covers a wide range of capabilities including model fine-tuning throug

    Python
    عرض على GitHub↗21,343
عرض جميع البدائل الـ 30 لـ Dolly→