Instructions to use Liu-Xiang/code-llama-7b-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Liu-Xiang/code-llama-7b-text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "Liu-Xiang/code-llama-7b-text-to-sql") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Apr01_10-09-33_llm-genenerative-workbench-0
- Jul15_13-34-55_llm-finetuning-gpu-model-0
- Jul15_14-23-53_llm-finetuning-gpu-model-0
- Jul16_02-34-25_llm-finetuning-gpu-model-0
- Jul18_01-50-54_llm-dpo-finetuning-workbench-0
- Jul18_02-23-21_llm-dpo-finetuning-workbench-0
- Jul19_14-02-26_llm-dpo-workbench-0
- Mar27_08-57-05_llm-collection-workbench-0
- Mar27_12-19-29_llm-collection-workbench-0
- Mar27_12-32-41_llm-collection-workbench-0
- Mar27_14-49-54_llm-collection-workbench-0
- Mar27_15-48-15_llm-collection-workbench-0