Implements a basic text classifier: 1) Embed tokens using `text_field_embedder` 2) Get the CLS token 3) Final feedforward layer Optimized with CrossEntropyLoss. Evaluated with CategoricalAccuracy & F1.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected