|
a |
|
b/test/diseasedb/diseasedb.sh |
|
|
1 |
#python train.py ../../models/2020_eng bert T 0 |
|
|
2 |
#python train.py ../../models/2020_all bert T 0 |
|
|
3 |
#python train.py bert-base-cased bert T 0 |
|
|
4 |
#python train.py ../../embeddings/GoogleNews-vectors-negative300.bin word T 0 |
|
|
5 |
#python train.py ../../embeddings/GoogleNews-vectors-negative300.bin word F 0 |
|
|
6 |
#python train.py ../../embeddings/wikipedia-pubmed-and-PMC-w2v.bin word T 0 |
|
|
7 |
#python train.py ../../embeddings/wikipedia-pubmed-and-PMC-w2v.bin word F 0 |
|
|
8 |
#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-2.bin word T 0 |
|
|
9 |
#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-2.bin word F 0 |
|
|
10 |
#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-30.bin word T 0 |
|
|
11 |
#python train.py ../../embeddings/bio_nlp_vec/PubMed-shuffle-win-30.bin word F 0 |
|
|
12 |
#python train.py /home/yz/pretraining_models/cui2vec.pkl cui T 0 |
|
|
13 |
#python train.py /home/yz/pretraining_models/cui2vec.pkl cui T 1 |
|
|
14 |
#python train.py ../../embeddings/DeVine_etal_200.txt cui T 0 |
|
|
15 |
python train.py ../../models/UMLSBert_norel bert T 0 |