Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
{}
|
| 3 |
+
---
|
| 4 |
+
# allenai/open_instruct: Rejection Sampling Dataset
|
| 5 |
+
|
| 6 |
+
See https://github.com/allenai/open-instruct/blob/main/docs/algorithms/rejection_sampling.md for more detail
|
| 7 |
+
|
| 8 |
+
## Configs
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
args:
|
| 12 |
+
{'add_timestamp': True,
|
| 13 |
+
'hf_entity': 'VGraf',
|
| 14 |
+
'hf_repo_id': 'synthetic_preference_dataset_multi',
|
| 15 |
+
'hf_repo_id_scores': 'synthetic_preference_dataset_multi_scores',
|
| 16 |
+
'input_filename': '/weka/oe-adapt-default/victoriag/synth_data/self-talk/follow-up_persona_500samples_2turns_2completions_gpt3.5_gpt3.5_tulupref.jsonl',
|
| 17 |
+
'max_parallel_requests': 100,
|
| 18 |
+
'model': 'gpt-4o-2024-08-06',
|
| 19 |
+
'model_names_or_paths': ['gpt-4'],
|
| 20 |
+
'num_completions': 2,
|
| 21 |
+
'num_turns': 2,
|
| 22 |
+
'push_to_hub': True,
|
| 23 |
+
'save_filename': '/weka/oe-adapt-default/victoriag/synth_data/self-talk/prefs/follow-up_persona_500samples_2turns_2completions_gpt3.5_gpt3.5_tulupref.jsonl'}
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
## Additional Information
|
| 27 |
+
|
| 28 |
+
1. Command used to run `python open_instruct/rejection_sampling/synthetic_preference_dataset_multi.py --input_filename /weka/oe-adapt-default/victoriag/synth_data/self-talk/follow-up_persona_500samples_2turns_2completions_gpt3.5_gpt3.5_tulupref.jsonl --model gpt-4o-2024-08-06 --num_turns 2 --save_filename /weka/oe-adapt-default/victoriag/synth_data/self-talk/prefs/follow-up_persona_500samples_2turns_2completions_gpt3.5_gpt3.5_tulupref.jsonl --num_completions 2 --push_to_hub`
|