pavm595 commited on
Commit
ba0ab36
·
verified ·
1 Parent(s): 785af53

Update downstream_config.json

Browse files
Files changed (1) hide show
  1. downstream_config.json +15 -15
downstream_config.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "model_name": "HyformerForDownstreamPrediction",
3
- "bias": false,
4
- "attention_dropout": 0.0,
5
- "feed_forward_dropout": 0.0,
6
- "embedding_dim": 256,
7
- "embedding_hidden_dim": 1024,
8
- "layer_norm_eps": 1e-05,
9
- "max_seq_len": 128,
10
- "num_heads": 8,
11
- "num_layers": 8,
12
- "vocab_size": 596,
13
- "num_physchem_tasks": 200,
14
- "pooler_dropout": 0.0,
15
- "pooler_hidden_dim": 256
16
  }
 
1
+ {
2
+ "model_name": "HyformerForDownstreamPrediction",
3
+ "bias": false,
4
+ "attention_dropout": 0.0,
5
+ "feed_forward_dropout": 0.0,
6
+ "embedding_dim": 256,
7
+ "embedding_hidden_dim": 1024,
8
+ "layer_norm_eps": 1e-05,
9
+ "max_seq_len": 128,
10
+ "num_heads": 8,
11
+ "num_layers": 8,
12
+ "vocab_size": 122,
13
+ "num_physchem_tasks": 200,
14
+ "pooler_dropout": 0.0,
15
+ "pooler_hidden_dim": 256
16
  }