Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeda14960 committed Oct 3, 2024
1 parent e8d846c commit 1769ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/alpaca/alpaca.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def _get_data_source(path_or_id):


def mk_dataset(config: TrainArgs, tokenizer: transformers.PreTrainedTokenizerBase):
# so this just filters based on the columns we expect for alpaca
dataset = _get_data_source(config.data)

prompts = get_prompts(config.prompts)
Expand Down

0 comments on commit 1769ed6

Please sign in to comment.