Open Vipning opened 5 years ago
As mentioned in the README in section Getting Started:
Download pretrained models at https://drive.google.com/file/d/1fkifqZzdzsOEo0DXMzCFjiNXqsKG_cHi
The link above points to e2e-coref.tgz, which contains the file _glove_50_3002.txt.
glove_300d_2w is just the name given to the .txt file within the experiments.conf configuration: https://github.com/kentonl/e2e-coref/blob/10c6fb6b774b1a80724f6b7fdc68d743b6a88e99/experiments.conf#L10-L11
is this file pretrained by using Glove word embeddings with a window size 2?
Hey, did you figure it out? I'm curious about it too. :)
As mentioned in the README in section Getting Started:
The link above points to e2e-coref.tgz, which contains the file _glove_50_3002.txt.
glove_300d_2w is just the name given to the .txt file within the experiments.conf configuration: https://github.com/kentonl/e2e-coref/blob/10c6fb6b774b1a80724f6b7fdc68d743b6a88e99/experiments.conf#L10-L11