File size: 686 Bytes
b101311
02a2ab1
b101311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f66fc75
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dataset_info: 
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 1371073594
    num_examples: 3534988
  download_size: 722993477
  dataset_size: 1371073594
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
A processed version of [this dataset](https://huggingface.co/datasets/fnlp/moss-002-sft-data?row=0) where all the turns are in separate rows, since for my use case, one turn is enough. 
I wanted an SFT dataset of distilled helpfulness, honesty, harmlessness, and that required I process the dataset so that I wouldn't be training on the harmful user queries.