self-instruct
self-instruct copied to clipboard
What does error mean?
Hello Community,
I always become the same error. What does this error mean?:
usage: generate_instances.py [-h] --batch_dir BATCH_DIR [--input_file INPUT_FILE] [--output_file OUTPUT_FILE] [--num_instructions NUM_INSTRUCTIONS] [--max_instances_to_generate MAX_INSTANCES_TO_GENERATE] [--generation_tasks_only] [--classification_tasks_only] [--engine ENGINE] [--request_batch_size REQUEST_BATCH_SIZE] [--api_key API_KEY] [--organization ORGANIZATION] generate_instances.py: error: the following arguments are required: --batch_dir
THX!
It seems like you didn't use --batch_dir
argument in your script.
Could you share your full script?