Instructions to use ingenio/cendol-7b_lkpp_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ingenio/cendol-7b_lkpp_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("indonlp/cendol-llama2-7b-inst") model = PeftModel.from_pretrained(base_model, "ingenio/cendol-7b_lkpp_lora") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (68bb037b5ea6e2289aebac0fc4c7acdd349464ba)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dafe0d7e0bc5a3272cf2dedabcc69724dbd3f4f77a7761e1d884a39ae82d6ae7
|
| 3 |
+
size 16794200
|