flyvec
flyvec copied to clipboard
A biologically inspired method to create sparse, binary word vectors
When we use `OWT_hid_400_W_11_LR_0.0002_14.npy` to evaluate experiments, we have the following questions: 1. STATIC WORD EMBEDDINGS EVALUATION. The experimental results on several datasets are much worse than those in the...
I am confused about the input data format, i.e., encodings.npy and offsets.npy is each element in encodings.npy a one-hot vector? Can you provide a detailed demo of them?
When I run the code: `model = FlyVec.load()` Receive an error: BadZipFile: File is not a zip file.
Hi, since you have retrained Glove embeddings on the corpus different from the original implementation, can you provide us with those new embeddings? It would be helpful in reproducing your...