Skip to content
Snippets Groups Projects
Commit 6289c313 authored by Soisalon-Soininen Eliel E's avatar Soisalon-Soininen Eliel E
Browse files

update code

parent a1ef3720
Branches
No related tags found
No related merge requests found
......@@ -19,14 +19,15 @@ ENCS = ['sbert', 'elmo', 'wordvec', 'glove', 'fasttext']
elmos = {'fi': 'finnish-elmo', 'en': 'elmo_2x1024_128_2048cnn_1xhighway'}
# proj dir is parent of eunlg - keep models there
# testing with smaller dataset and emb files (glove/w2v) unless running on Ukko2
TESTING = False if os.path.exists('/wrk/users/eliel') else True
if os.path.exists('/wrk/users/eliel'): # running on turso
TRA = '/wrk/users/eliel/projects/embeddia/models/trained'
PROJ_DIR = '/wrk/users/eliel/projects/embeddia'
MODEL_DIR = '/wrk/users/eliel/projects/embeddia/models/trained'
TESTING = False
else:
PROJ_DIR = '/home/local/eliel/projects/embeddia'
MODEL_DIR = '/home/local/eliel/projects/embeddia/models/trained'
TESTING = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment