Moshe Hazoom
Moshe Hazoom
@yxuansu Thank you for your response. Looking forward for the code of the unlikelihood loss.
Hi @dungdx34 I'm not sure I fully understand your question. What exactly do you mean by parellel the model using BERT? The architecture of the model is using BERT for...
Hi @Ebipatei Have you tried the solution provided here? https://github.com/allenai/allennlp/issues/1969#issuecomment-565742519
@3NFBAGDU Thanks for pointing this out. From what I saw, it happens only in the pooled vector, and I only use the original pooling code of XLNet, I think it's...
> Hi, thank you for answering. as i have tested it, Euclidean distance is better than cosine distance for words. > cosine distance allways > 0.89. I have trained my...
> Hi, if i give 'Hello, how are you', there should be this output: > {'token' : {"Hello", values} : ...., {token = "how", values:[...]}}., > but i have output...
Hi @zihangdai @kimiyoung , since issue #39 was closed, can you please merge this to master? Thanks.
> @Hazoom Hi sir, How to modify vector dimensions? @JxuHenry I don't think it's possible, the dimension is set by the network's architecture.
> Hi Hazoom, > I follow your instructions and run extract_features.py. Does it need a GPU to run this program? No, it can be run on CPU as well, just...
> Thank you, Hazoom. I use tensorflow v1.15. Is it the tensorflow version you used? I used Tensorflow v1.14, but it should be the same, I hope.