From bc136c0eb4ba5c70b6aa3157343e0fa16bdd2aee Mon Sep 17 00:00:00 2001 From: Mikhail Khodak Date: Wed, 14 Feb 2018 16:45:17 -0500 Subject: [PATCH] added embedding notes --- baselines.py | 1 + cooc.py | 1 + 2 files changed, 2 insertions(+) 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'