Update README.md
Browse files
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."
|