pranitamahajan
commited on
Commit
•
b007f9f
1
Parent(s):
2234f8e
Model save
Browse files- .ipynb_checkpoints/eval-falcon7b-summ-checkpoint.txt +0 -0
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- eval-falcon7b-summ.txt +0 -0
- training_args.bin +1 -1
.ipynb_checkpoints/eval-falcon7b-summ-checkpoint.txt
ADDED
File without changes
|
adapter_config.json
CHANGED
@@ -19,10 +19,10 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"dense",
|
23 |
-
"dense_4h_to_h",
|
24 |
"query_key_value",
|
25 |
-
"
|
|
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"query_key_value",
|
23 |
+
"dense_4h_to_h",
|
24 |
+
"dense_h_to_4h",
|
25 |
+
"dense"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 130583912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5751ac3c70512bf59e1fa333dac6d15c0eac4e750f5c23097dad1b0fd044e8c6
|
3 |
size 130583912
|
eval-falcon7b-summ.txt
ADDED
File without changes
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33fe1de1591d3791c0c29f73e53c4c094e7a3dc17960b66f89720f9a64be3368
|
3 |
size 4856
|