Hejianping868
commited on
Commit
•
09b0eb3
1
Parent(s):
ba2349b
Training in progress, epoch 1
Browse files- Llama3_peft_lora_4bit_1shot_without_val_091424.tsv +0 -0
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep15_00-23-19_sbbinaplp007/events.out.tfevents.1726377807.sbbinaplp007 +3 -0
- runs/Sep15_00-23-48_sbbinaplp007/events.out.tfevents.1726377836.sbbinaplp007 +3 -0
- training_args.bin +1 -1
Llama3_peft_lora_4bit_1shot_without_val_091424.tsv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
-
"down_proj",
|
26 |
"v_proj",
|
|
|
|
|
27 |
"up_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
|
|
|
|
24 |
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
"up_proj",
|
28 |
"k_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6887174944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edb5d29fa89fbe865d653bc6e154c82764bb7faf5fe3ba16a0db733865bafa5c
|
3 |
size 6887174944
|
runs/Sep15_00-23-19_sbbinaplp007/events.out.tfevents.1726377807.sbbinaplp007
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd09a4c6c101dcd6610933aefa324263fa9e5360a02d4fb0f5206adc8ea20da2
|
3 |
+
size 6454
|
runs/Sep15_00-23-48_sbbinaplp007/events.out.tfevents.1726377836.sbbinaplp007
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa2377c906348c86a34151fb7fb821698379b85a8e5e16c127c74437759f8bbe
|
3 |
+
size 6868
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe77dc837af20157e27b6454c754b573dc3eea268f20c4949436ff2f0e19d96
|
3 |
size 5816
|