Training in progress, step 4
Browse files- adapter_config.json +3 -0
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -23,6 +23,9 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 26 |
"Wqkv"
|
| 27 |
],
|
| 28 |
"task_type": null,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"out_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
"Wqkv"
|
| 30 |
],
|
| 31 |
"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:57d39bde8c8ccbe8d9f4e7a953f1270a5b243a9d1559aecdfc4039b242ce34cb
|
| 3 |
+
size 53923248
|
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:cf43ec1fd450605b88868d48e6a7958743eb0179fe7e44b4ae5ef650157abe9d
|
| 3 |
+
size 5432
|