How to add our custom dataset on qlora yaml #1259
Unanswered
charles-123456
asked this question in
Q&A
Replies: 2 comments
-
You can upload your dataset to your HuggingFace 🤗 account and then add the information to the config.yml file: datasets:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the unclear docs. You may use local datasets like so (as shown in readme): # local
datasets:
- path: data.jsonl # or json
ds_type: json # see other options below
type: alpaca |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to set my own custom dataset , But throwing lot more TypeError , Is that any reference available to set custom dataset ?
Eg:
I set
datasets:
I got
dataset_wrapper, dataset_prompter = get_dataset_wrapper(
File "/content/axolotl/src/axolotl/utils/data.py", line 648, in get_dataset_wrapper
if ":load_" in config_dataset.type:
TypeError: argument of type 'NoneType' is not iterable
Beta Was this translation helpful? Give feedback.
All reactions