pooya-mohammadi
commited on
Commit
•
a4f31fa
1
Parent(s):
d115c40
Hezar: Upload training files
Browse files- train/train_config.yaml +21 -0
train/train_config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config_type: trainer
|
2 |
+
device: cuda
|
3 |
+
init_weights_from: hezarai/distilbert-base-fa
|
4 |
+
num_dataloader_workers: 4
|
5 |
+
seed: 42
|
6 |
+
optimizer:
|
7 |
+
name: adam
|
8 |
+
config_type: OPTIMIZER
|
9 |
+
lr: 2.0e-05
|
10 |
+
weight_decay: 0.0
|
11 |
+
scheduler:
|
12 |
+
name: reduce_on_plateau
|
13 |
+
config_type: LR_SCHEDULER
|
14 |
+
verbose: true
|
15 |
+
batch_size: 64
|
16 |
+
use_amp: false
|
17 |
+
metrics:
|
18 |
+
- seqeval
|
19 |
+
num_epochs: 1
|
20 |
+
save_freq: 1
|
21 |
+
checkpoints_dir: checkpoints/
|