File size: 494 Bytes
c43fbc6
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Dictionary: key = run name, values = epochs. (use this option if you've trained your own model)
# # Or, List: item goes to path (use this option if you're using the "best" ckpt from FusOn-pLM paper)
FUSON_PLM_CKPT= "FusOn-pLM"                                            

# Type of dim reduction
PLOT_UMAP = True
PLOT_TSNE = False

# Overwriting configs
PERMISSION_TO_OVERWRITE = False                     # if False, script will halt if it believes these embeddings have already been made.