File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ cache_dir=${TRANSFORMERS_CACHE}
17
17
18
18
# conda activate adapter
19
19
# wandb env variables
20
- # export WANDB_PROJECT=xsum
21
- # export WANDB_WATCH="false"
20
+ export WANDB_PROJECT=xsum
21
+ export WANDB_WATCH=" false"
22
22
23
23
DATE=` date +%Y%m%d`
24
24
dataset=" xsum"
@@ -32,13 +32,17 @@ attn_bn=30 # attn bottleneck dim
32
32
ffn_mode=" adapter"
33
33
ffn_option=" parallel"
34
34
ffn_adapter_layernorm_option=" none"
35
- ffn_adapter_init_option=" bert"
36
- ffn_adapter_scalar=" 1"
35
+ ffn_adapter_init_option=" lora"
36
+ ffn_adapter_scalar=" 4"
37
+ ffn_bn=512 # ffn bottleneck dim
37
38
38
- ffn_bn=200 # ffn bottleneck dim
39
39
40
+ # set to 1 for debug mode which only
41
+ # uses 1600 training examples
42
+ debug=0
40
43
41
- debug=1
44
+ # set to "wandb" to use weights & bias
45
+ report_to=" wandb"
42
46
43
47
label_smoothing_factor=0.1
44
48
weight_decay=0.01
@@ -58,7 +62,6 @@ logging_steps=100
58
62
eval_strategy=" steps"
59
63
# eval_strategy="steps"
60
64
save_steps=3000
61
- report_to=" none"
62
65
63
66
extra_cmd=" "
64
67
debug_str=" "
You can’t perform that action at this time.
0 commit comments