Training in progress, step 500
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Jan10_15-55-18_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1704869719.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.837.2 +2 -2
- runs/Jan10_17-45-04_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1704876305.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.1381.0 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "QUESTION_ANS"
|
26 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"value",
|
23 |
+
"query"
|
24 |
],
|
25 |
"task_type": "QUESTION_ANS"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2793840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f93c83ffe7c5b2f7b48590be065d8f15f5b04fd30880384eb0e7ed429272dc9
|
3 |
size 2793840
|
runs/Jan10_15-55-18_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1704869719.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.837.2
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:f4d4766be92dc9683365f005c8b141650ec5429eb470d4cda2819d496f1571a1
|
3 |
+
size 10553
|
runs/Jan10_17-45-04_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1704876305.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.1381.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0f8e4ae0d7f2f14b969977b864925f67cb6d5a729aa935a304ad50300732570
|
3 |
+
size 4493
|
tokenizer_config.json
CHANGED
@@ -50,6 +50,6 @@
|
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
-
"tokenizer_class": "
|
54 |
"unk_token": "[UNK]"
|
55 |
}
|
|
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
"unk_token": "[UNK]"
|
55 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4283
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbc23072f807abb2e2880c79bddb91add039aec099bbc5f3418826fc23f2f540
|
3 |
size 4283
|