Instructions to use ibivibiv/llama3-8b-instruct-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ibivibiv/llama3-8b-instruct-code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "ibivibiv/llama3-8b-instruct-code") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
224d8c0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4f348138d190cddb2b94e5ef440126033219ebac7334711073456f48a93c5c42
size 5880
|