Skip to content

Commit

Permalink
examples: fix tiny-llama pretrain yml syntax (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored Aug 21, 2024
1 parent 9f91724 commit f07802f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tiny-llama/pretrain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ strict: false

max_steps: 200
pretraining_dataset:
path: c4
name: en
type: pretrain
- path: allenai/c4
name: en
type: pretrain
dataset_prepared_path:
val_set_size: 0.0
output_dir: ./outputs/model-out
Expand Down

0 comments on commit f07802f

Please sign in to comment.