tf_ner icon indicating copy to clipboard operation
tf_ner copied to clipboard

Word Embedding

Open aggounix opened this issue 5 years ago • 3 comments

Is it possible to use an other word embedding than glove (for other languages)?

aggounix avatar Nov 26 '18 00:11 aggounix

Is it possible to use an other word embedding than glove (for other languages)?

I think it's okay. You just need to change the path of the embedding file in build_glove.py.

QianhuiWu avatar Jan 06 '19 15:01 QianhuiWu

Yes. That'd be fine @aggounix . I have used fasttext instead of glove. And even more, I have used quantized embeddings to reduce memory requirement.

mraduldubey avatar Feb 25 '19 05:02 mraduldubey

Anyone tried the feature extractor form BERT repo? Was thinking about using the last two layers of BERT concat them and use the 1548 long vector insted of the glove ones.

ghost avatar Apr 16 '19 08:04 ghost