Instructions to use Shibyan/llama3.1_Odata2SQL-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Shibyan/llama3.1_Odata2SQL-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "Shibyan/llama3.1_Odata2SQL-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
44904af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b366b053b3084264f7ee9c7987808433443a38287f32fbeb14b9fe8f158e49b
size 83945296
|