awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
databrickslabs avatar

databrickslabs/dolly

0
View on GitHub↗
10,795 stele·1,139 fork-uri·Python·Apache-2.0·10 vizualizăriwww.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.

Istoric stele

Graficul istoricului de stele pentru databrickslabs/dollyGraficul istoricului de stele pentru databrickslabs/dolly

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Dolly

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Dolly.
  • stability-ai/stablelmAvatar Stability-AI

    Stability-AI/StableLM

    15,699Vezi pe 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
    Vezi pe GitHub↗15,699
  • facico/chinese-vicunaAvatar Facico

    Facico/Chinese-Vicuna

    4,121Vezi pe 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
    Vezi pe GitHub↗4,121
  • lm-sys/fastchatAvatar lm-sys

    lm-sys/FastChat

    39,472Vezi pe 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
    Vezi pe GitHub↗39,472
  • qwenlm/qwen-7bAvatar QwenLM

    QwenLM/Qwen-7B

    21,343Vezi pe 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
    Vezi pe GitHub↗21,343
Vezi toate cele 30 alternative pentru Dolly→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale databrickslabs/dolly?

Principalele funcționalități ale databrickslabs/dolly sunt: 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.

Care sunt câteva alternative open-source pentru databrickslabs/dolly?

Alternativele open-source pentru databrickslabs/dolly includ: 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…