Instructions to use acl-srw-2024/llama-3-8b-instruct-4bit-cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use acl-srw-2024/llama-3-8b-instruct-4bit-cs 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, "acl-srw-2024/llama-3-8b-instruct-4bit-cs") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e211bd0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:705a0f22eef938a155bf06dd3dc06a6a8f4bba4cff07fe8d9a1fec62adc5e9cf
size 167832240
|