Closed Shubham067 closed 6 years ago
Thanks @plasticity-admin. The issue got resolved now!
Your welcome! I also performed the conversion on Numberbatch and hosted the files here:
in case you run into any other problems, but it should be resolved now.
The issue was we unit-length normalize vectors and Numberbatch has one zero vector in it which is a mathematically degenerate case that cannot be unit-length normalized as it involves a division by zero:
I am trying to convert a "numberbatch-en.txt" pre-trained word vector file to magnitude format using the converter but it's throwing ValueError. Is it only useful for converting glove & word2vec pre-trained files? https://github.com/commonsense/conceptnet-numberbatch @AjayP13 @acsands13 Please look into this issue.Thanks!