Instructions to use dhmeltzer/Llama-2-13b-hf-eli5-cleaned-wiki65k-1024_qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dhmeltzer/Llama-2-13b-hf-eli5-cleaned-wiki65k-1024_qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "dhmeltzer/Llama-2-13b-hf-eli5-cleaned-wiki65k-1024_qlora") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 738
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1001592141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51b48e6aff9f15a21ef2ecf89beb070baed5151e47da64687b5bfc6dce99ccbc
|
| 3 |
size 1001592141
|