mikegarts's picture
Update README.md
d60adfe
metadata
dataset_info:
  features:
    - name: INSTRUCTION
      dtype: string
    - name: RESPONSE
      dtype: string
    - name: SOURCE
      dtype: string
    - name: METADATA
      struct:
        - name: link
          dtype: string
        - name: nsfw
          dtype: bool
  splits:
    - name: train
      num_bytes: 11848430
      num_examples: 20000
  download_size: 6222319
  dataset_size: 11848430
license: mit
language:
  - en

Dataset Card for "oa_tell_a_joke_20000"

This dataset is based on the SocialGrep/one-million-reddit-jokes dataset, and augmented using KeyBert to be used for the Open Assistant project. Addition details of dataset creation are here

Data fields:

INSTRUCTION - The instruction to the assistant

RESPONSE - The response of the assistant

SOURCE - source of the data

METADATA - additional link, such as a link to the source webpage on reddit

More Information needed