--- a
+++ b/test/diseasedb/diseasedb.sh
@@ -0,0 +1,15 @@
+#python train.py ../../models/2020_eng bert T 0
+#python train.py ../../models/2020_all bert T 0
+#python train.py bert-base-cased bert T 0
+#python train.py ../../embeddings/GoogleNews-vectors-negative300.bin word T 0
+#python train.py ../../embeddings/GoogleNews-vectors-negative300.bin word F 0
+#python train.py ../../embeddings/wikipedia-pubmed-and-PMC-w2v.bin word T 0
+#python train.py ../../embeddings/wikipedia-pubmed-and-PMC-w2v.bin word F 0
+#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-2.bin word T 0
+#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-2.bin word F 0
+#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-30.bin word T 0
+#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-30.bin word F 0
+#python train.py /home/yz/pretraining_models/cui2vec.pkl cui T 0
+#python train.py /home/yz/pretraining_models/cui2vec.pkl cui T 1
+#python train.py ../../embeddings/DeVine_etal_200.txt cui T 0
+python train.py ../../models/UMLSBert_norel bert T 0
\ No newline at end of file