Sam Bouguerra
commited on
Commit
•
4929db7
1
Parent(s):
ac75fcb
Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
"base_model_name_or_path": "microsoft/phi-1_5",
|
4 |
"bias": "none",
|
@@ -12,10 +13,11 @@
|
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 16,
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"
|
18 |
-
"
|
19 |
],
|
20 |
"task_type": "CAUSAL_LM"
|
21 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "microsoft/phi-1_5",
|
5 |
"bias": "none",
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"out_proj",
|
20 |
+
"Wqkv"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18886256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3402355c11aa1e520ef5e5fcb4694b8011204e9dec35132e03a8d44d09338677
|
3 |
size 18886256
|
runs/Nov03_17-00-43_39bbb52602e6/events.out.tfevents.1699030848.39bbb52602e6.230.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:967dac62d71c28e71e0d1201e144766a5296b77eb44bdc3ff30103038a3e8bc9
|
3 |
+
size 6734
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d5584882f2115df878baed20567456b56ea880fbd5cf67f8172707439c97268
|
3 |
size 4600
|