Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Data Readme #235

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

msinha251
Copy link

@msinha251 msinha251 commented Jun 21, 2023

Fixing Data Readme:

Before:

/workspace/axolotl# python3 ./scripts/alpaca_json_to_jsonl.py --input data/raw/alpaca_data_gpt4.json --output data/raw/alpaca_data_gpt4.jsonl
ERROR: The function received no value for the required argument: file
Usage: alpaca_json_to_jsonl.py FILE <flags>
  optional flags:        --output | --to_stdout

For detailed information on this command, run:
  alpaca_json_to_jsonl.py --help

After Fix:

/workspace/axolotl# python3 ./scripts/alpaca_json_to_jsonl.py --file data/raw/alpaca_data_gpt4.json --output data/raw/alpaca_data_gpt4.jsonl
/workspace/axolotl# 

@winglian winglian merged commit 91ab059 into axolotl-ai-cloud:main Jun 23, 2023
mkeoliya pushed a commit to mkeoliya/axolotl that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants