HuggingFaceH4/helpful_instructions

Dataset

16

stars

18

commits

Mar 27, 2023

updated

human-feedback
instruct

README

Dataset Card for Helpful Instructions

Dataset Description

  • Homepage:
  • Repository:
  • Paper:
  • Leaderboard:
  • Point of Contact: Lewis Tunstall

Dataset Summary

Helpful Instructions is a dataset of (instruction, completion) pairs that are derived from public datasets. As the name suggests, it focuses on instructions that are "helpful", i.e. the kind of questions or tasks a human user might instruct an AI assistant to perform. You can load the dataset as follows:

from datasets import load_dataset

# Load all subsets
helpful_instructions = load_dataset("HuggingFaceH4/helpful_instructions", name="all")

# Load a single subset
helpful_instructions_subset = load_dataset("HuggingFaceH4/helpful_instructions", name="self_instruct")

Supported Tasks and Leaderboards

This dataset can be used to fine-tune pretrained language models to follow instructions.

Changelog

  • March 5, 2023: v1.0.0 release, with subsets from HuggingFaceH4/self_instruct (self_instruct, super_natural_instructions, prompt_source)

Contributors

lewtun

17 commits

nazneen

1 commits

HuggingFaceH4/helpful_instructions

Dataset

16

stars

18

commits

Mar 27, 2023

updated

human-feedback
instruct

README

Dataset Card for Helpful Instructions

Dataset Description

  • Homepage:
  • Repository:
  • Paper:
  • Leaderboard:
  • Point of Contact: Lewis Tunstall

Dataset Summary

Helpful Instructions is a dataset of (instruction, completion) pairs that are derived from public datasets. As the name suggests, it focuses on instructions that are "helpful", i.e. the kind of questions or tasks a human user might instruct an AI assistant to perform. You can load the dataset as follows:

from datasets import load_dataset

# Load all subsets
helpful_instructions = load_dataset("HuggingFaceH4/helpful_instructions", name="all")

# Load a single subset
helpful_instructions_subset = load_dataset("HuggingFaceH4/helpful_instructions", name="self_instruct")

Supported Tasks and Leaderboards

This dataset can be used to fine-tune pretrained language models to follow instructions.

Changelog

  • March 5, 2023: v1.0.0 release, with subsets from HuggingFaceH4/self_instruct (self_instruct, super_natural_instructions, prompt_source)

Contributors

lewtun

17 commits

nazneen

1 commits