This paper proposes PTab, a method to fine-tune a pre-trained language model into a tabular classifier. The authors leverage masked language model paradigm to learn representation of tabular data.

age:18 sex:male job:student ...The whole model is being fine-tuned, not just the token embeddings!
[CLS] as input to a classifier.