-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How are multiple datasets loaded? #1330
Comments
Not sure if this helps, cause I myself am a user, not a maintainer, but:
Also in the example above it shows how one can load two datasets in parallel ("train_data_paths"). |
How should I set up using only the training set and not the test and validation sets? |
A workaround could be to just generate some small dummy datasets, like e.g. from a .jsonl file with the line |
Is there a way to load only the data from these two files as described by you? "/cramch/project-465001281/IP/tokenized/gpt_neox/en3_text.dideo" and "/cramch/project-465001281/IP/tokenized/gpt_neox/lv3_text.dideo" |
local_setup.yml:
"data_path": "/workspace/mnt/cm-nfx/gpt-neox/data/mamba/mamba-2.8b/algorithmic_corpus/algorithmic_corpus_text_document,/workspace/mnt/cm-nfx/gpt-neox/data/mamba/mamba-2.8b/opencode_sft/opencode_sft_text_document,/workspace/mnt/cm-nfx/gpt-neox/data/mamba/mamba-2.8b/synthetic_code_snippet/synthetic_code_snippet_text_document,/workspace/mnt/cm-nfx/gpt-neox/data/mamba/mamba-2.8b/synthetic_qa/synthetic_qa_text_document",
Another question is how to reduce the ratio of the test set and validation set to 0 when setting the training set ratio?
The text was updated successfully, but these errors were encountered: