Uploading model files
Browse files- README.md +1 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 199 |
[More Information Needed]
|
| 200 |
### Framework versions
|
| 201 |
|
| 202 |
-
- PEFT 0.
|
|
|
|
| 199 |
[More Information Needed]
|
| 200 |
### Framework versions
|
| 201 |
|
| 202 |
+
- PEFT 0.12.0
|
adapter_config.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"o_proj",
|
| 24 |
-
"down_proj",
|
| 25 |
"qkv_proj",
|
| 26 |
-
"gate_up_proj"
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"qkv_proj",
|
| 24 |
+
"gate_up_proj",
|
| 25 |
+
"down_proj",
|
| 26 |
+
"o_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 201361312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0a4a6b2f33e07e2c75bc2b0cbcda5ddfd10e6425b8c5350dc778429274a1890
|
| 3 |
size 201361312
|
tokenizer_config.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
| 125 |
"eos_token": "<|endoftext|>",
|
| 126 |
"extra_special_tokens": {},
|
| 127 |
"legacy": false,
|
| 128 |
-
"model_max_length":
|
| 129 |
"pad_token": "<|endoftext|>",
|
| 130 |
"padding_side": "right",
|
| 131 |
"sp_model_kwargs": {},
|
|
|
|
| 125 |
"eos_token": "<|endoftext|>",
|
| 126 |
"extra_special_tokens": {},
|
| 127 |
"legacy": false,
|
| 128 |
+
"model_max_length": 16392,
|
| 129 |
"pad_token": "<|endoftext|>",
|
| 130 |
"padding_side": "right",
|
| 131 |
"sp_model_kwargs": {},
|
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:10c424b2278a86178e6966435b122eedfb7dc4aa481782fbd02710c89e5605cf
|
| 3 |
+
size 5688
|