WikiSQL eval scripts for the TAPAS model?

I want to train my own TAPAS model on the WikiSQL training data (strong supervision) using the Transformers library (like this model).
I found the base model exists and also docs on how to train the base model, but i could not find an eval script in the Transformers library that is comparable to the original eval script of TAPAS.
Am I missing it? or is it missing from the Transformers library?