Instructions to use makyash/HLS_model_llama_commented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use makyash/HLS_model_llama_commented with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "makyash/HLS_model_llama_commented") - Notebooks
- Google Colab
- Kaggle
Mohammad Akyash commited on
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29f9039f21602288cb351339dec5f3c09fe2654104f789620970fa8969243c20
|
| 3 |
+
size 167832240
|