Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyruszhang committed Jan 9, 2025
1 parent 5dd17fe commit eb3b123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/datasets/mixture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ project_name: 'dataset-mixture'
dataset:
max_sample_num: 10000
configs:
- type: 'local'
- type: 'ondisk'
weight: 1.0
path: 'path/to/json/file'
- type: 'local'
- type: 'ondisk'
weight: 1.0
files: 'path/to/csv/file'

0 comments on commit eb3b123

Please sign in to comment.