File size: 544 Bytes
8d332ae
 
 
3df6cac
 
8d332ae
 
 
3df6cac
8d332ae
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "data_dir": "data",
  "output_dir": "outputs",
  "embed_size": 256,
  "d_model": 512,
  "state_size": 64,
  "num_layers": 4,
  "dropout": 0.1,
  "batch_size": 640,
  "lr": 0.001,
  "weight_decay": 1e-05,
  "num_epochs": 60,
  "seq_len": 32,
  "min_word_freq": 1,
  "early_stop_patience": 10,
  "grad_clip": 5.0,
  "checkpoint_path": "outputs/checkpoints/task2_ssm_best.pt",
  "use_wandb": true,
  "wandb_project": "nlp-assignment3",
  "wandb_name": "task2_ssm",
  "hf_repo_id": "nikhilrayaprolu/task2_ssm",
  "hf_filename": "task2_ssm.pt"
}