jacobmorrison commited on
Commit
e8e698e
·
verified ·
1 Parent(s): 83d3244

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,13 +16,13 @@ args:
16
  'model_name_or_path': '/model',
17
  'push_to_hub': True,
18
  'revision': 'main',
19
- 'save_filename': '/output/shards/3686/2.jsonl',
20
  'skill': 'chat'}
21
 
22
  dataset_args:
23
- {'dataset_end_idx': 1155,
24
  'dataset_name': 'allenai/openassistant-guanaco-reformatted',
25
- 'dataset_start_idx': 770,
26
  'dataset_test_split': 'validation',
27
  'dataset_text_field': 'prompt',
28
  'dataset_train_split': 'train',
@@ -39,5 +39,5 @@ gen_args:
39
 
40
  ## Reproduce this dataset
41
 
42
- 1. Download the `['generation.py', '2.jsonl']` from the https://huggingface.co/datasets/jacobmorrison/generation_3686.
43
- 2. Run `python open_instruct/rejection_sampling/generation.py --dataset_name allenai/openassistant-guanaco-reformatted --model_name_or_path /model --dataset_start_idx 770 --dataset_end_idx 1155 --save_filename /output/shards/3686/2.jsonl --hf_repo_id generation_3686 --no_add_timestamp --push_to_hub --num_completions 8 --tensor_parallel_size 1`
 
16
  'model_name_or_path': '/model',
17
  'push_to_hub': True,
18
  'revision': 'main',
19
+ 'save_filename': '/output/shards/3686/6.jsonl',
20
  'skill': 'chat'}
21
 
22
  dataset_args:
23
+ {'dataset_end_idx': 2695,
24
  'dataset_name': 'allenai/openassistant-guanaco-reformatted',
25
+ 'dataset_start_idx': 2310,
26
  'dataset_test_split': 'validation',
27
  'dataset_text_field': 'prompt',
28
  'dataset_train_split': 'train',
 
39
 
40
  ## Reproduce this dataset
41
 
42
+ 1. Download the `['generation.py', '6.jsonl']` from the https://huggingface.co/datasets/jacobmorrison/generation_3686.
43
+ 2. Run `python open_instruct/rejection_sampling/generation.py --dataset_name allenai/openassistant-guanaco-reformatted --model_name_or_path /model --dataset_start_idx 2310 --dataset_end_idx 2695 --save_filename /output/shards/3686/6.jsonl --hf_repo_id generation_3686 --no_add_timestamp --push_to_hub --num_completions 8 --tensor_parallel_size 1`