Help exporting embeddings from tabular data model

I am training a tabular learner in fastai. The model is trained and can spit out labels and probabilities however I can’t seem to access the embeddings that these predictions were made on. I am simply looking for a vector for each row of my tabular data.

Any advice would be greatly appreciated, thanks!