nikhilrayaprolu commited on
Commit
3df6cac
·
verified ·
1 Parent(s): 6d23481

Upload task2_ssm_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. task2_ssm_config.json +3 -3
task2_ssm_config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "data_dir": "data",
3
  "output_dir": "outputs",
4
- "embed_size": 128,
5
- "d_model": 256,
6
  "state_size": 64,
7
  "num_layers": 4,
8
  "dropout": 0.1,
9
- "batch_size": 1280,
10
  "lr": 0.001,
11
  "weight_decay": 1e-05,
12
  "num_epochs": 60,
 
1
  {
2
  "data_dir": "data",
3
  "output_dir": "outputs",
4
+ "embed_size": 256,
5
+ "d_model": 512,
6
  "state_size": 64,
7
  "num_layers": 4,
8
  "dropout": 0.1,
9
+ "batch_size": 640,
10
  "lr": 0.001,
11
  "weight_decay": 1e-05,
12
  "num_epochs": 60,