-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathenv.sh
More file actions
executable file
·16 lines (15 loc) · 898 Bytes
/
env.sh
File metadata and controls
executable file
·16 lines (15 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export META_DATA_DIR=${REPO_DATA_DIR}/meta
export MODEL_DATA_DIR=${REPO_DATA_DIR}/model
export SUPERVISION_DATA_DIR=${REPO_DATA_DIR}/supervision
export IMPORT_DATA_DIR_01=${DATA_DIR}/articles/import/20190314
export IMPORT_DATA_DIR_02=${DATA_DIR}/articles/import/20190501
export IMPORT_DATA_DIR_03=${DATA_DIR}/articles/import/20190621
export RESULTS_DATA_DIR=${DATA_DIR}/results
export W2V_MODEL_01=${DATA_DIR}/word2vec/PubMed-and-PMC-w2v.bin
export SCIBERT_UNCASED_MODEL_01=${DATA_DIR}/scibert/scibert_scivocab_uncased
export SCIBERT_CASED_MODEL_01=${DATA_DIR}/scibert/scibert_scivocab_cased
# Must be set in environment externally #
# export DATA_DIR=/Users/eczech/data/research/hammer/nlp/20190311-pubmed-tcell-relation
# export REPO_DATA_DIR=/Users/eczech/repos/hammer/t-cell-relation-extraction/data
# export DATA_DIR=/lab/data
# export REPO_DATA_DIR=/lab/repos/t-cell-relation-extraction/data