How to use griffith-bigdata/GRAST-SQL-8B-BIRD-Reranker with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("griffith-bigdata/GRAST-SQL-8B-BIRD-Reranker") model = AutoModelForCausalLM.from_pretrained("griffith-bigdata/GRAST-SQL-8B-BIRD-Reranker")
How to fix it?