|
|
|
|
|
by woadwarrior01
1 day ago
|
|
You'd probably get much further along by fine tuning a small BERT style encoder model based classifier for it. IMO, even something as simple as training a linear classifier on the CLS token embeddings from a frozen encoder might work. |
|