Instructions to use HyperdustProtocol/llama-2-13b_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HyperdustProtocol/llama-2-13b_2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-13b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "HyperdustProtocol/llama-2-13b_2") - Notebooks
- Google Colab
- Kaggle
Upload full_model.safetensors with huggingface_hub
Browse files- full_model.safetensors +3 -0
full_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56736d46187f267976cc7bfe2f14d51a1db623da4638553a03bf1edb96e49521
|
| 3 |
+
size 7452461002
|