Instructions to use griffith-bigdata/GRAST-SQL-4B-BIRD-Reranker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use griffith-bigdata/GRAST-SQL-4B-BIRD-Reranker with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("griffith-bigdata/GRAST-SQL-4B-BIRD-Reranker") model = AutoModelForCausalLM.from_pretrained("griffith-bigdata/GRAST-SQL-4B-BIRD-Reranker") - Notebooks
- Google Colab
- Kaggle