Training in progress, epoch 1
Browse files- adapter_config.json +1 -1
- special_tokens_map.json +7 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"v_proj",
|
27 |
"q_proj",
|
|
|
28 |
"k_proj",
|
29 |
"o_proj"
|
30 |
],
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"q_proj",
|
27 |
+
"v_proj",
|
28 |
"k_proj",
|
29 |
"o_proj"
|
30 |
],
|
special_tokens_map.json
CHANGED
@@ -13,5 +13,11 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|eot_id|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -2060,6 +2060,5 @@
|
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|eot_id|>",
|
2063 |
-
"padding_side": "left",
|
2064 |
"tokenizer_class": "PreTrainedTokenizer"
|
2065 |
}
|
|
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|eot_id|>",
|
|
|
2063 |
"tokenizer_class": "PreTrainedTokenizer"
|
2064 |
}
|
training_args.bin
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:74e292f53c0d6b4f5ca838b968acb4bd968df2d7f153b7bdb24aa34d395fbbbc
|
3 |
+
size 8952
|