-
Hi, |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.