Instructions to use vidyamdeveloper/model_llama_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vidyamdeveloper/model_llama_3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "vidyamdeveloper/model_llama_3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
74ab764 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:39fc226e27c846af9bac8ae2aea94c5a2fd8daaec712f793147a02347388bdb5
size 5560
|