Instructions to use MultiAI/llama-7b-peft-remote_pilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MultiAI/llama-7b-peft-remote_pilot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "MultiAI/llama-7b-peft-remote_pilot") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +1 -1
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"lora_dropout": 0.05,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
-
"r":
|
| 14 |
"revision": null,
|
| 15 |
"target_modules": [
|
| 16 |
"q_proj",
|
|
|
|
| 10 |
"lora_dropout": 0.05,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
+
"r": 256,
|
| 14 |
"revision": null,
|
| 15 |
"target_modules": [
|
| 16 |
"q_proj",
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd365abdd41bf6177b67fc2a07a9e225d38910c4f9d7cdbc7f9789c73c7c174a
|
| 3 |
+
size 805375949
|