Training in progress, epoch 0
Browse files- adapter_config.json +2 -0
- adapter_model.safetensors +3 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
"base_model_name_or_path": "google/flan-t5-xl",
|
4 |
"bias": "none",
|
@@ -12,6 +13,7 @@
|
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 8,
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q",
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/flan-t5-xl",
|
5 |
"bias": "none",
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 8,
|
16 |
+
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"q",
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f1aa666a0820316d639ecbb9a3210f6c9c4bbca651e14e7e1e9c30dbda30077
|
3 |
+
size 18915040
|
training_args.bin
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:a4056ae149e569ae64bff6f199f4ee50a2bd868d3d8032713f5c777a191c668f
|
3 |
+
size 4728
|