awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
thunlp avatar

thunlp/UltraChat

0
View on GitHub↗
2,786 estrellas·135 forks·Python·mit·16 vistas

UltraChat

UltraChat is a collection of large-scale conversational datasets and instruction-tuning data designed for training and evaluating generative AI models. It provides structured JSON data consisting of complex, multi-round dialogue sequences intended to refine the performance of large language models in chat tasks.

The project focuses on improving reasoning and response quality through a diverse set of interactions across multiple sectors. These datasets are used for supervised fine-tuning and instruction tuning workflows to improve how models follow complex directions and maintain context across sequential turns.

The codebase includes a pipeline for supervised fine-tuning and a cross-sector evaluation framework to measure model coherence and generalization across different topical datasets. It also covers data curation, serialization, and partitioning to ensure broad knowledge coverage during the training process.

Features

  • Training Datasets - Provides large-scale conversational training datasets in JSON format for generative AI models.
  • LLM Dataset Collection - Provides a large-scale collection of multi-round conversational datasets for training and evaluating generative AI models.
  • Conversational AI - Provides a structured JSON training set of complex dialogue sequences for generative AI.
  • Conversational Dataset Sourcing - Acquires and structures JSON conversational data across multiple sectors to build training pipelines.
  • Instruction Tuning - Curates high-quality prompt and response pairs to improve model instruction-following capabilities.
  • Instruction Tuning Datasets - Provides a diverse set of conversational interactions for aligning and refining chat models.
  • Language Model Fine-Tuning - Enables fine-tuning of language models with conversational datasets and acceleration tools.
  • LLM Fine-Tuning Datasets - Provides diverse, multi-sector conversational interactions specifically designed for supervised fine-tuning to improve model reasoning.
  • Supervised Fine-Tuning - Utilizes curated instruction and response pairs to improve the output quality of language models.
  • Supervised Fine-Tuning Frameworks - Provides a pipeline for adapting pre-trained language models using curated dialogue datasets.
  • Dialogue Dataset Structuring - Organizes conversational data into sequential multi-turn structures to train models on maintaining context.
  • Large Language Model Fine-Tuning - Adapts large language models to specific tasks using conversational data and optimization tools.
  • Large-Scale Model Training - Facilitates the training of chat models using large-scale, multi-round dialogue sequences.
  • Model Evaluation Frameworks - Provides a framework for testing model coherence and reasoning across diverse topical datasets.
  • Chat Model Evaluations - Offers structured tests to assess conversational ability and coherence using diverse sector datasets.
  • Knowledge Domain Partitioning - Partitions training data into distinct industry and topical sectors to ensure broad knowledge coverage.
  • Data Curation - Scales high-quality instructional conversations for chat model enhancement.
  • Instruction Tuning - Scales high-quality instructional conversations for chat models.
  • Large Language Models - Large-scale high-quality multi-turn dialogue instruction data.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.

Historial de estrellas

Gráfico del historial de estrellas de thunlp/ultrachatGráfico del historial de estrellas de thunlp/ultrachat

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a UltraChat

Proyectos open-source similares, clasificados según cuántas características comparten con UltraChat.
  • thinking-machines-lab/tinker-cookbookAvatar de thinking-machines-lab

    thinking-machines-lab/tinker-cookbook

    2,856Ver en GitHub↗

    Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning, reinforcement learning, and parameter-efficient techniques like LoRA adapters. It provides a complete pipeline for aligning models with human preferences through multi-stage RLHF workflows, from supervised fine-tuning through preference optimization to reinforcement learning. The framework distinguishes itself through recipe-based training orchestration, where fine-tuning workflows are defined as composable recipe files that chain data loading, model configuration, and training l

    Python
    Ver en GitHub↗2,856
  • databrickslabs/dollyAvatar de databrickslabs

    databrickslabs/dolly

    10,795Ver en GitHub↗

    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

    Python
    Ver en GitHub↗10,795
  • facebookresearch/llama-recipesAvatar de facebookresearch

    facebookresearch/llama-recipes

    18,379Ver en GitHub↗

    This repository is a collection of frameworks and guides for Llama models, functioning as a fine-tuning framework, an inference pipeline, and an AI workflow orchestrator. It provides tools for adapting large language models to specific datasets and domains. The project includes a parameter-efficient fine-tuning toolkit that utilizes techniques like low-rank adaptation to reduce memory and compute requirements. It also serves as an implementation guide for retrieval-augmented generation, combining model inference with external data retrieval to improve response accuracy. The capability surfac

    Jupyter Notebook
    Ver en GitHub↗18,379
  • internlm/internlmAvatar de InternLM

    InternLM/InternLM

    7,224Ver en GitHub↗

    InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex reasoning. It functions as an inference engine for serving responses, a fine-tuning framework for adjusting model weights, and a platform for building autonomous AI agents. The system is capable of processing long-context input sequences up to one million tokens for document analysis. It employs chain-of-thought reasoning to solve knowledge-intensive tasks by generating intermediate logic steps before producing a final answer. The project covers model weight optimization through s

    Pythonchatbotchinesefine-tuning-llm
    Ver en GitHub↗7,224
Ver las 30 alternativas a UltraChat→

Preguntas frecuentes

¿Qué hace thunlp/ultrachat?

UltraChat is a collection of large-scale conversational datasets and instruction-tuning data designed for training and evaluating generative AI models. It provides structured JSON data consisting of complex, multi-round dialogue sequences intended to refine the performance of large language models in chat tasks.

¿Cuáles son las características principales de thunlp/ultrachat?

Las características principales de thunlp/ultrachat son: Training Datasets, LLM Dataset Collection, Conversational AI, Conversational Dataset Sourcing, Instruction Tuning, Instruction Tuning Datasets, Language Model Fine-Tuning, LLM Fine-Tuning Datasets.

¿Qué alternativas de código abierto existen para thunlp/ultrachat?

Las alternativas de código abierto para thunlp/ultrachat incluyen: thinking-machines-lab/tinker-cookbook — Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning,… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… facebookresearch/llama-recipes — This repository is a collection of frameworks and guides for Llama models, functioning as a fine-tuning framework, an… internlm/internlm — InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex… ludwig-ai/ludwig — Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying… nlpxucan/wizardlm — WizardLM is a large language model and instruction-tuning framework designed to execute sophisticated coding,…