Instructions to use niansong1996/lever-spider-codex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use niansong1996/lever-spider-codex with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("niansong1996/lever-spider-codex") model = AutoModelForSeq2SeqLM.from_pretrained("niansong1996/lever-spider-codex") - Notebooks
- Google Colab
- Kaggle
Updating model card and information about data preparation
#2
by snehilsanyal - opened
I tried out this model for custom prompts for generating SQL queries. I found that many responses are just repeating some of the words from the question. Maybe, I am prompting them wrong, but at the same time, model card should have some information on running using simple/complex prompts. If possible, also include how the dataset was prepared and used.