-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfit.yaml
104 lines (104 loc) · 2.22 KB
/
fit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# lightning.pytorch==2.0.6
seed_everything: true
trainer:
accelerator: auto
strategy: auto
devices: auto
num_nodes: 1
precision: 32-true
logger:
class_path: WandbLogger
init_args:
name: null
save_dir: .
version: null
offline: false
dir: null
id: null
anonymous: null
project: null
log_model: false
experiment: null
prefix: ''
checkpoint_name: null
callbacks:
class_path: ModelCheckpoint
init_args:
dirpath: null
filename: null
monitor: null
verbose: false
save_last: null
save_top_k: 1
save_weights_only: false
mode: min
auto_insert_metric_name: true
every_n_train_steps: null
train_time_interval: null
every_n_epochs: null
save_on_train_epoch_end: null
fast_dev_run: false
max_epochs: null
min_epochs: null
max_steps: -1
min_steps: null
max_time: null
limit_train_batches: null
limit_val_batches: null
limit_test_batches: null
limit_predict_batches: null
overfit_batches: 0.0
val_check_interval: null
check_val_every_n_epoch: 1
num_sanity_val_steps: null
log_every_n_steps: null
enable_checkpointing: null
enable_progress_bar: null
enable_model_summary: null
accumulate_grad_batches: 1
gradient_clip_val: null
gradient_clip_algorithm: null
deterministic: null
benchmark: null
inference_mode: true
use_distributed_sampler: true
profiler: null
detect_anomaly: false
barebones: false
plugins: null
sync_batchnorm: false
reload_dataloaders_every_n_epochs: 0
default_root_dir: null
model:
teacher_model_name_or_path: null
student_model_name_or_path: null
teacher_layer_index: -1
student_layer_index: -1
num_relation_heads: -1
data:
token_ids_path: null
pad_token_id: null
max_length: null
batch_size: 1
ckpt_path: null
optimizer:
class_path: AdamW
init_args:
lr: 0.001
betas:
- 0.9
- 0.999
eps: 1.0e-08
weight_decay: 0.01
amsgrad: false
maximize: false
foreach: null
capturable: false
differentiable: false
fused: null
lr_scheduler:
class_path: LinearSchedulerWithWarmup
init_args:
num_warmup_steps: null
num_training_steps: null
verbose: false