ethanchuangg
commited on
Commit
•
74e3592
1
Parent(s):
403faa2
Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Aug29_09-01-30_373e4309536e/events.out.tfevents.1724922400.373e4309536e.1016.0 +2 -2
- runs/Aug29_09-12-30_373e4309536e/events.out.tfevents.1724922765.373e4309536e.5393.0 +3 -0
- runs/Aug29_09-20-01_373e4309536e/events.out.tfevents.1724923202.373e4309536e.6285.0 +3 -0
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"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 13648432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdf6aeff4afb28e351da846e3e41cbae20572af981ef69cc0ecf02f731395476
|
3 |
size 13648432
|
runs/Aug29_09-01-30_373e4309536e/events.out.tfevents.1724922400.373e4309536e.1016.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:c2ce59f9f078ad43ae8ebaf8469b5246a3b62f916adbf29f220fd4b36a901137
|
3 |
+
size 6106
|
runs/Aug29_09-12-30_373e4309536e/events.out.tfevents.1724922765.373e4309536e.5393.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09a102b51533a44849b338c40884cc47253f07c527eee219f85d33f6f700a03c
|
3 |
+
size 4184
|
runs/Aug29_09-20-01_373e4309536e/events.out.tfevents.1724923202.373e4309536e.6285.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3214ccbf545728c105c1d8e52ddb02710516232b4c4c2e6aab5c0af1f411d37f
|
3 |
+
size 4184
|
tokenizer.json
CHANGED
@@ -1,11 +1,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 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab0b2f9e1cc5ee1673b72916c2f39b3446d2f973aa6ee42db003c743d2c13e98
|
3 |
size 5432
|