Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NouamaneTazi committed May 6, 2024
1 parent 8864d94 commit aac6e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-dataloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://github.com/huggingface/nanotron/blob/2e21db0db46a40bedbd03714616dd0ae4ea
And to test it out, you should fix your config to have: (example: [config_custom_dl.yaml](config_custom_dl.yaml))
```yaml
- data:
dataset: null
dataset: null # Custom dataloader will be used
num_loading_workers: 1
seed: 42
name: Stable Training Stage
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-dataloader/config_custom_dl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checkpoints:
save_initial_state: false
data_stages:
- data:
dataset: null
dataset: null # Custom dataloader will be used
num_loading_workers: 1
seed: 42
name: Stable Training Stage
Expand Down

0 comments on commit aac6e7b

Please sign in to comment.