Venkat-Ram-Rao commited on
Commit
aa6545e
·
verified ·
1 Parent(s): 0654f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -21
README.md CHANGED
@@ -1,21 +1,3 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: prompt
5
- dtype: string
6
- - name: chosen
7
- dtype: string
8
- - name: rejected
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 2568022
13
- num_examples: 300
14
- download_size: 1169916
15
- dataset_size: 2568022
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
- ---
 
1
+ 210 rows from the [MS_MARCO Dataset](https://huggingface.co/datasets/ms_marco) reworked for training via Direct Preference Optimization. The prompt format is for the [Mistral Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) Models.
2
+
3
+ Original Dataset is not mine and licencing driven by licencing of original dataset. Posted this as it may be of use to others.