Girinath11 commited on
Commit
c5dc248
·
verified ·
1 Parent(s): bc18f48

Upload 2 files

Browse files
Files changed (2) hide show
  1. label_encoder.pkl +3 -0
  2. model_config.json +10 -0
label_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d12d95ac520e6275d9bfba1c2d64e5accb116a2a5d8e56e33d054ea4dcb197
3
+ size 440
model_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 36,
3
+ "embedding_dim": 128,
4
+ "hidden_dim": 256,
5
+ "num_heads": 8,
6
+ "num_attention_layers": 2,
7
+ "mol_feature_dim": 17,
8
+ "num_contexts": 13,
9
+ "num_outputs": 6
10
+ }