e2e-coref icon indicating copy to clipboard operation
e2e-coref copied to clipboard

how to understand the head_word_emb in the initial file ,glove_50_300_2.txt,how to get the file?

Open Vipning opened this issue 5 years ago • 3 comments

Vipning avatar Jun 18 '19 01:06 Vipning

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_300_2.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

Pab0 avatar Jul 16 '19 09:07 Pab0

is this file pretrained by using Glove word embeddings with a window size 2?

Vipning avatar Jul 17 '19 11:07 Vipning

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. :)

xiulinyang avatar Oct 24 '22 16:10 xiulinyang