ActiveLearningAGI
commited on
Commit
•
c1090b3
1
Parent(s):
61ffa9c
Training in progress, step 1000
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Feb22_18-07-10_next-asus-01/events.out.tfevents.1708596469.next-asus-01.44488.0 +2 -2
- runs/Feb24_11-06-43_next-asus-01/events.out.tfevents.1708744192.next-asus-01.136939.0 +3 -0
- runs/Feb24_11-15-04_next-asus-01/events.out.tfevents.1708744633.next-asus-01.137864.0 +3 -0
- tokenizer.model +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"o_proj",
|
23 |
-
"up_proj",
|
24 |
"v_proj",
|
25 |
-
"k_proj",
|
26 |
"down_proj",
|
|
|
27 |
"gate_proj",
|
28 |
"q_proj"
|
29 |
],
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"k_proj",
|
23 |
"o_proj",
|
|
|
24 |
"v_proj",
|
|
|
25 |
"down_proj",
|
26 |
+
"up_proj",
|
27 |
"gate_proj",
|
28 |
"q_proj"
|
29 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83946192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42af669f74d79dade22c155971679f2caa872d1a0b1cd834ea0c29da37261019
|
3 |
size 83946192
|
runs/Feb22_18-07-10_next-asus-01/events.out.tfevents.1708596469.next-asus-01.44488.0
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:66c6b158ed3c6f0635e96d97fd1612070eae3749435251f73016ea4c51d64554
|
3 |
+
size 34654
|
runs/Feb24_11-06-43_next-asus-01/events.out.tfevents.1708744192.next-asus-01.136939.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1f46e2b6d30e5197b640194950e36938a1438e389b6ee84e59b3f0f071cb78a
|
3 |
+
size 4819
|
runs/Feb24_11-15-04_next-asus-01/events.out.tfevents.1708744633.next-asus-01.137864.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39cb2368e384a1500629ed975ea695a0fa849da025d74c625b23867a048b0541
|
3 |
+
size 7571
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4a11d4c7c463baf5e8903e7a55e00c816d60f7e5ccd2dd5a82d45a311049b6
|
3 |
size 5880
|