Model save
Browse files- README.md +2 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -44,7 +44,8 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.05
|
47 |
-
- training_steps:
|
|
|
48 |
|
49 |
### Framework versions
|
50 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.05
|
47 |
+
- training_steps: 140
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Framework versions
|
51 |
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
24 |
"o_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
"o_proj",
|
26 |
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_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 156926880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1484cefd504ab7306aa5553ddc4954d0b38af0d72db579a0c056315647289211
|
3 |
size 156926880
|
tokenizer.json
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:36827d0e8282c6dfe284c3a59cae2b855cf498397ce22e8fd2559e5a14acb882
|
3 |
+
size 17518623
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2fa4748920d50ed1222b316e5f2ea21ae716b5ea4d6d2f7c6670ea47be2ecda
|
3 |
size 4539
|