Commit
·
43d58fc
1
Parent(s):
03637c0
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- adapter_config.json +2 -2
- adapter_model.bin +1 -1
README.md
CHANGED
|
@@ -217,7 +217,7 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 217 |
### Framework versions
|
| 218 |
|
| 219 |
|
| 220 |
-
- PEFT 0.6.
|
| 221 |
## Training procedure
|
| 222 |
|
| 223 |
|
|
@@ -236,4 +236,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 236 |
### Framework versions
|
| 237 |
|
| 238 |
|
| 239 |
-
- PEFT 0.6.
|
|
|
|
| 217 |
### Framework versions
|
| 218 |
|
| 219 |
|
| 220 |
+
- PEFT 0.6.1
|
| 221 |
## Training procedure
|
| 222 |
|
| 223 |
|
|
|
|
| 236 |
### Framework versions
|
| 237 |
|
| 238 |
|
| 239 |
+
- PEFT 0.6.1
|
adapter_config.json
CHANGED
|
@@ -16,11 +16,11 @@
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"
|
| 20 |
"dense_4h_to_h",
|
| 21 |
"query_key_value",
|
| 22 |
"dense_h_to_4h",
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
+
"lm_head",
|
| 20 |
"dense_4h_to_h",
|
| 21 |
"query_key_value",
|
| 22 |
"dense_h_to_4h",
|
| 23 |
+
"dense"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 214800210
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48cdb0c58b38cd5df196e691ed6fddf772fb876b9928e38e09a50b63f0d14623
|
| 3 |
size 214800210
|