diff --git a/baselines.py b/baselines.py index ce61766..9d3b065 100644 --- a/baselines.py +++ b/baselines.py @@ -6,6 +6,7 @@ from text_embedding.vectors import * +# NOTE: filepath for Amazon GloVe embeddings goes here VECTORFILES[('Amazon', 'GloVe', 1600)] = '/n/fs/nlpdatasets/AmazonProductData/amazon_glove1600.txt' diff --git a/cooc.py b/cooc.py index 4163b0c..4911f0b 100644 --- a/cooc.py +++ b/cooc.py @@ -9,6 +9,7 @@ from text_embedding.vectors import * +# NOTE: filepath for Amazon GloVe embeddings goes here VECTORFILES[('Amazon', 'GloVe', 1600)] = '/n/fs/nlpdatasets/AmazonProductData/amazon_glove1600.txt'