Earlier quoted context omitted.
Hmm maybe. Turns out the author trained a logistic-regression classifier on the embeddings too, but didn't report the results: https://github.com/thelgevold/fine-tuned-classifier/blob/mai...
Expanding on this experiment using logistic regression is an interesting continuation, detailed here: https://www.teachmecoolstuff.com/viewarticle/using-logistic-... In summary: Using logistic regression actually improves accuracy, but also performance during both runtime and during training.
Do 5-fold cross validation, maybe stratified.