Instructions to use ssaraf1/slm-workflow-planner-7b-v7-peft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ssaraf1/slm-workflow-planner-7b-v7-peft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "ssaraf1/slm-workflow-planner-7b-v7-peft") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -37,11 +37,11 @@
|
|
| 37 |
27
|
| 38 |
],
|
| 39 |
"loftq_config": {},
|
| 40 |
-
"lora_alpha":
|
| 41 |
"lora_dropout": 0.0,
|
| 42 |
"modules_to_save": null,
|
| 43 |
"peft_type": "LORA",
|
| 44 |
-
"r":
|
| 45 |
"rank_pattern": {},
|
| 46 |
"revision": null,
|
| 47 |
"target_modules": [
|
|
|
|
| 37 |
27
|
| 38 |
],
|
| 39 |
"loftq_config": {},
|
| 40 |
+
"lora_alpha": 320.0,
|
| 41 |
"lora_dropout": 0.0,
|
| 42 |
"modules_to_save": null,
|
| 43 |
"peft_type": "LORA",
|
| 44 |
+
"r": 16,
|
| 45 |
"rank_pattern": {},
|
| 46 |
"revision": null,
|
| 47 |
"target_modules": [
|
adapter_model.safetensors
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:0783669fd9b63f1bd7242fc35cbf5b8de08017056ecf2fafa473b08cc4e8f301
|
| 3 |
+
size 161536304
|