databricks-dolly-1k / README.md
wenqiglantz's picture
Update README.md
ee0e992 verified
|
raw
history blame contribute delete
No virus
761 Bytes
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: context
      dtype: string
    - name: response
      dtype: string
    - name: category
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1338157
      num_examples: 1000
  download_size: 842842
  dataset_size: 1338157
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

This is a subset (1000 samples) of databricks/databricks-dolly-15k dataset, processed to match Mistral-7B-instruct-v0.2's prompt format. It was created using the colab notebook.