Instructions to use Ksgk-fy/alignment-adaptor-test01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ksgk-fy/alignment-adaptor-test01 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "Ksgk-fy/alignment-adaptor-test01") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
| 9 |
-
"layer_replication": null,
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
|
@@ -20,15 +19,14 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"q_proj",
|
| 25 |
-
"v_proj",
|
| 26 |
-
"down_proj",
|
| 27 |
"o_proj",
|
|
|
|
|
|
|
|
|
|
| 28 |
"up_proj",
|
| 29 |
-
"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
-
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
}
|
|
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
|
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 23 |
"o_proj",
|
| 24 |
+
"v_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"k_proj",
|
| 27 |
"up_proj",
|
| 28 |
+
"down_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 31 |
"use_rslora": false
|
| 32 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1342239008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51741df45368c1cdbed6a968429735edc8908318438cd7420063e926d0b5b1f9
|
| 3 |
size 1342239008
|
runs/Mar27_11-31-23_modal/events.out.tfevents.1711539091.modal.2.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd46da4fe323a3c78d8e951aedc68e0c905df9092f7f43df3641978d8ee32986
|
| 3 |
+
size 6267
|
training_args.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:f74a50ca0439c3e269e7b8b7ca3b7174f021df4dd1a306dae63f1cb8d80bc159
|
| 3 |
+
size 4792
|