Anand Deshpande

Results 2 issues of Anand Deshpande

I am trying to explore this library for my knowledge! Nor been able to resolve this for while! In the jsonReader.R getting the mentioned error at > json

Hi! I saw some of the other issues. Also, tried the following what you recommended: `W_supports = tokenizer.tokenize(supports).to(device) n = len(supports) for q in query: W_query = tokenizer.tokenize([q]*n).to(device) start_prob, end_prob...