|
Hi, |
Answered by
ZQ-Dev8
Apr 19, 2024
Replies: 1 comment 3 replies
|
In your config.yml, what you'll do is put "completion" as the For the local dataset, just ensure it's a .jsonl file with a column entitled "text", unless you override it as described above. All other columns will be ignored. |
3 replies
Answer selected by
NanoCode012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your config.yml, what you'll do is put "completion" as the
type:in thedatasets:section, meaning you're intending to train on a dataset containing a column called "text" where the raw text completion data is. If your column is named something else, you can use thefield:parameter in thedataset:to override the default.For the local dataset, just ensure it's a .jsonl file with a column entitled "text", unless you override it as described above. All other columns will be ignored.