Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96aaa1e

Browse files
committed
update tutorial of CoBa arguments
1 parent1dc28f5 commit96aaa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎mftcoder_accelerate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Frequently used arguments are provided in ```configs/***_train_config``` and exp
273273

274274
-**role_markers**: {"system": "\<s\>system\n", "user": "\<s\>human\n", "assistant": "\<s\>bot\n} as default(null). You could set your preferred role_markers as the templates startting "system", "user" and "assistant". e.g. {"system": "### System:\n", "user": "### Instruction:\n", "assistant": "### Response:\n"}
275275

276-
####CoBaParameter Configuration
276+
####CoBaArguments Configuration
277277
-**coba_warmup_steps**: The number of warm-up steps for CoBa. During the warm-up period, all task weights are equal, and after the warm-up, weights begin to be adjusted dynamically. It is generally recommended to set this close to the total number of validation batches.
278278
-**coba_history_length**: The historical window length of validation loss maintained by CoBa, used to fit the convergence slope at the current step. It is generally recommended to set this between 2 times and 5 times the**coba_warmup_steps**. Typically, the larger this value, the smaller the changes in weights will be.
279279
-**coba_tau**: The temperature coefficient for the Divergence Factor (DF). It is generally set to 5.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp