Skip to content

Commit

Permalink
added embedding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Khodak committed Feb 14, 2018
1 parent 275d8ce commit bc136c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions baselines.py
Expand Up @@ -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'


Expand Down
1 change: 1 addition & 0 deletions cooc.py
Expand Up @@ -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'


Expand Down

0 comments on commit bc136c0

Please sign in to comment.