Training in progress, step 100
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"up_proj",
|
26 |
-
"q_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"v_proj",
|
29 |
"down_proj",
|
30 |
"k_proj"
|
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"up_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
"v_proj",
|
29 |
"down_proj",
|
30 |
"k_proj"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 37799672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b62943ecdcbe57267f5f0e7bb1ba5f0928a6880505a06bbb36759bc5519b9593
|
3 |
size 37799672
|
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 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c4c82e49ccaf7a9c91965828d708a9dc981dfb22c4de2e49a1520e7953f9b2b
|
3 |
size 4856
|