Hanxiaofeng123
commited on
Commit
•
a6f73fa
1
Parent(s):
55eae47
Training in progress, step 10
Browse files
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"target_modules": [
|
22 |
"o_proj",
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
"gate",
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
21 |
"target_modules": [
|
22 |
"o_proj",
|
23 |
"k_proj",
|
24 |
+
"q_proj",
|
25 |
"gate",
|
26 |
+
"v_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 125905328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb39243e84282e2c1465773a6bfcc408f0b8fcc94da7175cb479afc31d0eea2
|
3 |
size 125905328
|
runs/Dec26_16-01-31_e047f54d00ab/events.out.tfevents.1703606503.e047f54d00ab.115065.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9650600f9b1dabb824e4b54f48192e622933f648e01d23f09e98581fbe89974
|
3 |
+
size 4911
|
runs/Dec26_16-03-27_e047f54d00ab/events.out.tfevents.1703606617.e047f54d00ab.115533.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdae47015d246e17aa2bbd980e6c8c9179b063f31038cfe949ce136b673d846e
|
3 |
+
size 5065
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 1024,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:592687f1f7f7206614797b90d909d922bdd07893d16531e4f7519f4ef253ff25
|
3 |
size 4728
|