SeoSangwoo / Attention-Based-BiLSTM-relation-extraction

Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)
http://www.aclweb.org/anthology/P16-2034
Apache License 2.0
430 stars 139 forks source link

Where is the embedding_path "Glove.6B.100d.txt" #24

Open JunWei121 opened 3 years ago

JunWei121 commented 3 years ago

python train.py --embedding_path "glove.6B.100d.txt",can you tell me the position of "glove.6B.100d.txt ",Where should I put it?