Text Generation
PEFT
Safetensors
English
lora
qlora
sft
legal-ai
tax-law
indian-tax
retrieval-augmented-generation
citation-verification
conversational
Instructions to use JayNagose/LLaMa-3.2-tax-basic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JayNagose/LLaMa-3.2-tax-basic with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "JayNagose/LLaMa-3.2-tax-basic") - Notebooks
- Google Colab
- Kaggle