imdb-transformer icon indicating copy to clipboard operation
imdb-transformer copied to clipboard

A simple Neural Network for sentiment analysis, embedding sentences using a Transformer network.

Results 1 imdb-transformer issues
Sort by recently updated
recently updated
newest added

Hi @jensjepsen thanks for the code! I have question about this line of code: `model_out = model(b.text[0].to(device))` Why does here the input `b.text[0]` ? Doesn't it mean you only feed...