Instructions to use SergeyDanilov/b1systems-7B-Llama-SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SergeyDanilov/b1systems-7B-Llama-SQL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "SergeyDanilov/b1systems-7B-Llama-SQL") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ab9f98d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c4a631c6be027e75f95783487a6d2805fe61e7af75279e3ac6c4ff1fbcd80d0c
size 160063562
|