Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/en/notes/guide/mixer/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ component_name: random
warmup_step: 100
update_step: 200
update_times: 3

eval_dataset: mmlu_eval
```
7 changes: 3 additions & 4 deletions docs/en/notes/guide/weighter/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ Unlike vanilla LlamaFactory, your `.yaml` config file must include **DataFlex-sp

```yaml
### dynamic_train
train_type: dynamic_weight
train_type: dynamic_weight
components_cfg_file: src/dataflex/configs/components.yaml
component_name: loss
warmup_step: 200
update_step: 400
update_times: 5
warmup_step: 1
train_step: 3 # total train steps (including warmup)
```
2 changes: 0 additions & 2 deletions docs/zh/notes/guide/mixer/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ component_name: random
warmup_step: 100
update_step: 200
update_times: 3

eval_dataset: mmlu_eval
```
7 changes: 3 additions & 4 deletions docs/zh/notes/guide/weighter/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ FORCE_TORCHRUN=1 DISABLE_VERSION_CHECK=1 dataflex-cli train examples/train_lora/

```yaml
### dynamic_train
train_type: dynamic_weight
train_type: dynamic_weight
components_cfg_file: src/dataflex/configs/components.yaml
component_name: loss
warmup_step: 200
update_step: 400
update_times: 5
warmup_step: 1
train_step: 3 # 总训练步数(包括warm_up)
```