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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
orhonovich avatar

orhonovich/unnatural-instructions

0
View on GitHub↗
181 stars·11 forks·MIT·10 views

Unnatural Instructions

This repository contains the Unnatural Instructions dataset. Unnatural Instructions is a dataset of instructions automatically generated by a Large Language model. See full details in the paper: "Unnatural Instructions: Tuning Language Models with (Almost) No Human Labor"

Features

  • Instruction Tuning - Dataset and tuning method using synthetic instruction data.
  • Instruction Tuning Datasets - Early synthetic instruction data generated by large language models.
  • Large Language Models - Dataset and tools for tuning models with minimal human labor.

Star history

Star history chart for orhonovich/unnatural-instructionsStar history chart for orhonovich/unnatural-instructions

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Unnatural Instructions

These projects share indexed features with Unnatural Instructions. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • thunlp/ultrachatthunlp avatar

    thunlp/UltraChat

    2,786View on GitHub↗

    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 acros

    Pythonchatbotchatgptdeep-learning
    View on GitHub↗2,786
  • yizhongw/self-instructyizhongw avatar

    yizhongw/self-instruct

    4,602View on GitHub↗

    Self-instruct is a framework for generating synthetic instruction datasets and fine-tuning large language models to improve their instruction-following capabilities. It provides a pipeline for aligning pretrained models with human intentions through a supervised fine-tuning workflow. The system utilizes a synthetic data generator that uses a seed set of tasks to prompt a model to create new instructional data. It includes an instruction dataset curator to remove redundant or low-quality entries, maintaining dataset diversity through a filtered task pool. The framework covers the full alignme

    Python
    View on GitHub↗4,602
  • facebookresearch/metaseqfacebookresearch avatar

    facebookresearch/metaseq

    6,546View on GitHub↗

    Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying sequence-to-sequence models using open pre-trained weights. It provides a comprehensive framework for large language model training, including dedicated tools for sequence dataset processing and a standalone inference server for generating text via API requests. The project features specialized utilities for model quantization to reduce parameter precision to eight bits, which lowers memory usage and increases inference speed. It also includes a checkpoint conversion pipeline to transform mode

    Python
    View on GitHub↗6,546
  • alisawuffles/ambientalisawuffles avatar

    alisawuffles/ambient

    66View on GitHub↗

    Code and data associated with the AmbiEnt dataset in "We're Afraid Language Models Aren't Modeling Ambiguity" (Liu et al., 2023)

    Jupyter Notebook
    View on GitHub↗66
Compare all 30 related projects→

Frequently asked questions

What does orhonovich/unnatural-instructions do?

This repository contains the Unnatural Instructions dataset. Unnatural Instructions is a dataset of instructions automatically generated by a Large Language model. See full details in the paper: "Unnatural Instructions: Tuning Language Models with (Almost) No Human Labor"

What are the main features of orhonovich/unnatural-instructions?

The main features of orhonovich/unnatural-instructions are: Instruction Tuning, Instruction Tuning Datasets, Large Language Models.

Which projects share features with orhonovich/unnatural-instructions?

Projects with overlapping indexed features include: yizhongw/self-instruct — Self-instruct is a framework for generating synthetic instruction datasets and fine-tuning large language models to… thunlp/ultrachat — UltraChat is a collection of large-scale conversational datasets and instruction-tuning data designed for training and… facebookresearch/metaseq — Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying… alisawuffles/ambient — Code and data associated with the AmbiEnt dataset in "We're Afraid Language Models Aren't Modeling Ambiguity" (Liu et… artidoro/qlora — This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation… antimatter15/alpaca.cpp — alpaca.cpp is a high-performance local inference engine implemented in C++ for executing instruction-tuned large…