Gavin

Results 12 comments of Gavin

Can we assume the data to be passed is token IDs (uint64_t) rather than raw text tokens (text sub-strings)? Also, the model expects three inputs - token IDs, input mask,...

@nv-jinhosuh The segment ID is 0 up to the separator token and 1 afterwards. It splits the question from the text containing the answer. e.g. tokens - ['[CLS]', 'which', 'nfl',...