chrisvoncsefalvay commited on
Commit
ea19f11
·
verified ·
1 Parent(s): a94b74b

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
3
+ "hub_model_id": "chrisvoncsefalvay/drug-adr-dual-encoder",
4
+ "max_length": 128,
5
+ "batch_size": 32,
6
+ "contrastive_epochs": 3,
7
+ "classification_epochs": 5,
8
+ "learning_rate": 2e-05,
9
+ "temperature": 0.07,
10
+ "hidden_dim": 768,
11
+ "fusion_dim": 256,
12
+ "dropout": 0.1,
13
+ "seed": 42,
14
+ "architecture": "DualEncoderADE",
15
+ "best_val_f1": 0.8831408775981524
16
+ }