AMindToThink commited on
Commit
02a2ab1
·
verified ·
1 Parent(s): b101311

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- dataset_info:
3
  features:
4
  - name: instruction
5
  dtype: string
@@ -17,3 +17,4 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
1
  ---
2
+ dataset_info:
3
  features:
4
  - name: instruction
5
  dtype: string
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+ "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."