How to use cs230-table-llama/push_test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cs230-table-llama/push_test", dtype="auto")