Model save
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- runs/Sep24_14-02-16_nlu12a2/events.out.tfevents.1727154154.nlu12a2.1028679.0 +3 -0
- runs/Sep24_14-03-47_nlu12a2/events.out.tfevents.1727154232.nlu12a2.1037077.0 +3 -0
- runs/Sep24_14-05-05_nlu12a2/events.out.tfevents.1727154327.nlu12a2.1043469.0 +3 -0
- runs/Sep24_14-08-21_nlu12a2/events.out.tfevents.1727154523.nlu12a2.1057981.0 +3 -0
- tokenizer.json +6 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -10,20 +10,20 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
-
"k_proj",
|
25 |
"o_proj",
|
26 |
-
"v_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 4,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c3dcc57ed3ec1feaed2d684eb1982903d0cdb6c1f6f444b0551815656a3bafd
|
3 |
+
size 2187608
|
runs/Sep24_14-02-16_nlu12a2/events.out.tfevents.1727154154.nlu12a2.1028679.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:701fe62a98209471c829c7843b5f46875357a5019c94be34ffc582a333dea03f
|
3 |
+
size 11841
|
runs/Sep24_14-03-47_nlu12a2/events.out.tfevents.1727154232.nlu12a2.1037077.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3ba6f78c7b5a87ebaee977ffac312541d06ec9c58fb8f0614fbcbe5724a6d87
|
3 |
+
size 8254
|
runs/Sep24_14-05-05_nlu12a2/events.out.tfevents.1727154327.nlu12a2.1043469.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:affd54006647cfe1d621f81718e879a3332ac74256c255e05f165ca79f22249b
|
3 |
+
size 20493
|
runs/Sep24_14-08-21_nlu12a2/events.out.tfevents.1727154523.nlu12a2.1057981.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd297a2568e9813557a2e5f92be435c802ecb493ec0a2b2064f0661ee84d079b
|
3 |
+
size 914149
|
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": 2048,
|
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 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c509bfc0af21052fa3b71aed7193ae4cd23a2fa184f406e77b55cbdf094c8eda
|
3 |
size 5496
|