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