Instructions to use Vineeshsuiii/Final_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vineeshsuiii/Final_Model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Vineeshsuiii/Final_Model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6e4b005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e23950f8ee112b245b9a13b9019f7e8dbf18a569893bc6e5c7ac1481cb25dd54
size 4795
|