joshuaspear
commited on
Training in progress, epoch 1
Browse files- adapter_config.json +2 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,10 +22,11 @@
|
|
22 |
"qa_outputs.weight"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
-
"r":
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
29 |
"query_key_value"
|
30 |
],
|
31 |
"task_type": null,
|
|
|
22 |
"qa_outputs.weight"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
+
"r": 16,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"word_embeddings",
|
30 |
"query_key_value"
|
31 |
],
|
32 |
"task_type": null,
|
adapter_model.safetensors
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:f8d7686f6eea99b30ed49691ec9cd8ad096a9d48352ab22ccf1e5a632694d66b
|
3 |
+
size 22420688
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7be435da181baacc5022e90084b413b8c80cc65ea999538a8b5ca1db1258ff20
|
3 |
size 5368
|