yezdata commited on
Commit
bb548aa
·
verified ·
1 Parent(s): c45c1e4

Delete train_config.json

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