yezdata commited on
Commit
c682d69
·
verified ·
1 Parent(s): 7290115

Update train_config.json

Browse files
Files changed (1) hide show
  1. train_config.json +11 -9
train_config.json CHANGED
@@ -1,10 +1,12 @@
1
- {
2
- "tokenized_ds_dir": "data/goemotions_v1_seq512",
3
- "encoder_lr": 0.00001,
4
- "head_lr": 0.0005,
5
- "lr_warmup": 0.05,
6
- "weight_decay": 0.01,
7
- "batch_size": 32,
8
- "gradient_accumulation_steps": 8,
9
- "num_epochs": 10
 
 
10
  }
 
1
+ {
2
+ "bayesian_train": true,
3
+ "loss_weights": "log",
4
+ "tokenized_ds_dir": "data/goemotions_v1_seq512",
5
+ "encoder_lr": 0.00001,
6
+ "head_lr": 0.0005,
7
+ "lr_warmup": 0.05,
8
+ "weight_decay": 0.01,
9
+ "batch_size": 32,
10
+ "gradient_accumulation_steps": 8,
11
+ "num_epochs": 10
12
  }