gameofdimension
commited on
Commit
·
f3df3ef
1
Parent(s):
efefd57
End of training
Browse files
adapter_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "gpt2",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": true,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"lora_alpha": 32,
|
8 |
+
"lora_dropout": 0.1,
|
9 |
+
"modules_to_save": null,
|
10 |
+
"peft_type": "LORA",
|
11 |
+
"r": 8,
|
12 |
+
"target_modules": [
|
13 |
+
"c_attn"
|
14 |
+
],
|
15 |
+
"task_type": "CAUSAL_LM"
|
16 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9988271877ffb0be2f14d9c2b4c030231f7c86bfc4c24283c936962ced65107
|
3 |
+
size 1188025
|
runs/Jul10_04-22-26_b63d0aecfbee/events.out.tfevents.1688962954.b63d0aecfbee.24464.0
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:ef2d559778567af5c70e4efde8e662c72e14f07c51bb500d73da5896ff721424
|
3 |
+
size 7197
|