Instructions to use Godyr/1PP_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Godyr/1PP_7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b") model = PeftModel.from_pretrained(base_model, "Godyr/1PP_7B") - Notebooks
- Google Colab
- Kaggle
Upload ggml-adapter-model.bin
#1
by Chat-Error - opened
- ggml-adapter-model.bin +3 -0
ggml-adapter-model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:802486376c184bf32d285d9ab57631bdcf41b38bc777dcd8e4449ac649a1f0e5
|
| 3 |
+
size 159936512
|