Instructions to use tuanna08go/4a8a7de7-e0fc-4ad2-b9cb-15ee79f7b852 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/4a8a7de7-e0fc-4ad2-b9cb-15ee79f7b852 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-0.5B") model = PeftModel.from_pretrained(base_model, "tuanna08go/4a8a7de7-e0fc-4ad2-b9cb-15ee79f7b852") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
"k_proj",
|
|
|
|
|
|
|
| 25 |
"up_proj",
|
| 26 |
"o_proj",
|
| 27 |
-
"q_proj",
|
| 28 |
-
"gate_proj",
|
| 29 |
"down_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"q_proj",
|
| 24 |
"k_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
+
"v_proj",
|
| 27 |
"up_proj",
|
| 28 |
"o_proj",
|
|
|
|
|
|
|
| 29 |
"down_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15182728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef2a71a5a9b540ce7c1d633940099f33063ccda18231bbabdf501e2a56476db1
|
| 3 |
size 15182728
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9442dd4c9a844d120a998c7eef16e9780e882f8ce4943231b37419845c5f8eec
|
| 3 |
size 6776
|