Text Ranking
Transformers
Safetensors
qwen3
text-generation
text-to-sql
llm
schema-filtering
graph-reranker
Instructions to use griffith-bigdata/GRAST-SQL-8B-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-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") - Notebooks
- Google Colab
- Kaggle