soroushheidary
commited on
Commit
•
4ff4259
1
Parent(s):
5b84293
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"v_proj"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"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 1878368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48b1975995949cd7c5af4494989f9b3be9f44f62a6748258430c7e4fa43fc878
|
3 |
size 1878368
|
runs/Jul15_10-37-02_1f98dafd266e/events.out.tfevents.1721039824.1f98dafd266e.1918.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34aac0193a7998a27e678e6e7a5314b791eafa092ff7765677cc6a8b2d2f97fc
|
3 |
+
size 23410
|
runs/Jul15_10-55-04_1f98dafd266e/events.out.tfevents.1721040905.1f98dafd266e.1918.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:187b3c535afe1237179397d6ce62a2020d892221c4a361c0a36b755367a969b5
|
3 |
+
size 11397
|
tokenizer_config.json
CHANGED
@@ -35,16 +35,9 @@
|
|
35 |
"clean_up_tokenization_spaces": false,
|
36 |
"eos_token": "<|im_end|>",
|
37 |
"errors": "replace",
|
38 |
-
"max_length": 128,
|
39 |
"model_max_length": 131072,
|
40 |
-
"pad_to_multiple_of": null,
|
41 |
"pad_token": "<|im_end|>",
|
42 |
-
"pad_token_type_id": 0,
|
43 |
-
"padding_side": "right",
|
44 |
"split_special_tokens": false,
|
45 |
-
"stride": 0,
|
46 |
"tokenizer_class": "Qwen2Tokenizer",
|
47 |
-
"truncation_side": "right",
|
48 |
-
"truncation_strategy": "longest_first",
|
49 |
"unk_token": null
|
50 |
}
|
|
|
35 |
"clean_up_tokenization_spaces": false,
|
36 |
"eos_token": "<|im_end|>",
|
37 |
"errors": "replace",
|
|
|
38 |
"model_max_length": 131072,
|
|
|
39 |
"pad_token": "<|im_end|>",
|
|
|
|
|
40 |
"split_special_tokens": false,
|
|
|
41 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
42 |
"unk_token": null
|
43 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:908275ad5f534045137385720388e03179c64579968b4d4b57351739db9c688b
|
3 |
size 5112
|