Training in progress, step 500
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +3 -0
adapter_config.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
| 26 |
"target_modules": [
|
| 27 |
"v_proj",
|
| 28 |
"k_proj",
|
| 29 |
-
"o_proj",
|
| 30 |
"down_proj",
|
| 31 |
"q_proj",
|
|
|
|
| 32 |
"up_proj",
|
| 33 |
"gate_proj"
|
| 34 |
],
|
|
|
|
| 26 |
"target_modules": [
|
| 27 |
"v_proj",
|
| 28 |
"k_proj",
|
|
|
|
| 29 |
"down_proj",
|
| 30 |
"q_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
"up_proj",
|
| 33 |
"gate_proj"
|
| 34 |
],
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 671149168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46bf705677cf60bbdaa4af106046412df391d733faed4d4e3cad6ef81b34288c
|
| 3 |
size 671149168
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b72c1a8cc0c7c548f2149b0849c61244410cf25ab508fcbf6989ccf63b4ee461
|
| 3 |
+
size 5713
|