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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,4 +17,5 @@ configs:
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."
 
 
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.
21
+ 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.